chris
220d3c3bf1
Fix a typo that was doing something kind of silly, and that is initializing
...
the creation time for files to the uninitialized value:
vap->va_ctime = vap->va_ctime;
Changed to what was intended, assigning it to the modification time (thus
making all three values of access time, modification time and creation time
the same thing).
Reviewed by: grog
1999-12-21 06:29:00 +00:00
obrien
90b4d2da64
What was I smoking? Use the proper form of the library names.
1999-12-21 06:19:03 +00:00
cg
8c2d08d7dc
don't use the sbpro mic vol register during init on ess cards; it causes
...
feedback and we use the native one elsewhere.
1999-12-21 06:18:03 +00:00
jkoshy
25ab62d5d5
Add entries for two cities in India.
1999-12-21 05:22:43 +00:00
julian
443430016e
Manual page style work.
...
Submitted by: Alexey Zelkin <phantom@FreeBSD.org>
thanks!
1999-12-21 01:25:21 +00:00
obrien
b8abdf85ce
Forgot a library.
1999-12-20 22:57:49 +00:00
obrien
970778c48f
Add needed 3.x libraries from 3.4-RELEASE.
1999-12-20 22:57:12 +00:00
gibbs
8c6b569c14
Correct an "argument reversal" bug that could cause commands requed from
...
the input fifo to be returned as successful and frozen. Most, if not
all, peripheral drivers do not check the qfrozen bit for successfully
completed commands, so the result would not only be lost commands, but
devices locked out from receiving commands. This was a bad bug that
crept in two or three months ago during some target mode work.
1999-12-20 21:32:32 +00:00
brian
20cf74c9c7
Fix my '#'-at-end-of-lines change, spammed by a subsequent commit.
1999-12-20 20:47:58 +00:00
peter
c0e22cb9c0
Add SUP2070 (Diamond SupraExpress 56i)
...
Submitted by: Kenneth Wayne Culver <culverk@wam.umd.edu>
Add MOT4560
Obtained from: wollman
1999-12-20 20:31:23 +00:00
brian
89c7950e1a
Use getpwuid()->pw_dir instead of $HOME when expanding ``~''.
1999-12-20 20:30:47 +00:00
brian
540cfa0f95
Use getpwuid() instead of getlogin() in ``allow users''.
1999-12-20 20:30:40 +00:00
brian
b6574956b6
Add missing linefeed.
1999-12-20 20:30:35 +00:00
brian
32de026316
Cosmetic: clean up some parenthesis confusion
1999-12-20 20:30:30 +00:00
brian
0a37c5b3ad
Handle comments at the end of lines.
1999-12-20 20:30:25 +00:00
brian
4145fb0c1b
Notice and warn about unterminated quoted strings in commands.
...
The entire command is ignored if the syntax is invalid...
1999-12-20 20:30:02 +00:00
brian
ff8174b1b3
Implement mbuf allocation internally by maintaining 8 buckets of
...
different sized mbufs, and mallocing them in chunks of 20 mbufs
at a time.
This improves back-to-back throughput by between 7 and 8%
1999-12-20 20:29:51 +00:00
brian
86f30d4f38
Cosmetic: Make struct mbuf more like kernel mbufs.
1999-12-20 20:29:47 +00:00
dillon
885c27b720
Reimplement buf_daemon / getnewbuf() interaction for dealing with
...
stressful situations. buf_daemon now makes a distinction between
being woken up and its sleep timing out, and as a consequence is now
much better able to dynamically tune itself to its environment.
Reviewed by: Alfred Perlstein <bright@wintelcom.net>
1999-12-20 20:28:40 +00:00
dcs
aac552da07
configApache does not exist anymore.
...
PR: 9582
Submitted by: Stephan Lagerholm <istephan@unilog.se>
1999-12-20 19:22:57 +00:00
eivind
1fa6f94263
Lose a register declaration to avoid a warning
1999-12-20 18:43:04 +00:00
eivind
46fa0fc35e
Include vm/vm_extern.h to get at prototypes
1999-12-20 18:26:58 +00:00
eivind
7744b3af8c
Eliminate unused variables
1999-12-20 18:26:02 +00:00
eivind
d120f08b18
Make m_print const correct (avoids a warning)
1999-12-20 18:10:00 +00:00
eivind
043c43c285
GC unreferenced code (to avoid warnings)
1999-12-20 18:05:01 +00:00
eivind
e2590ec4d9
Eliminate unused variable
1999-12-20 17:54:05 +00:00
eivind
9f1bea1125
Incorrect NULL -> 0
1999-12-20 17:50:24 +00:00
phantom
c243ab1306
Test rotated logs for dangerous messages as well as current
...
PR: misc/12228
Submitted by: Philippe SCHACK <phschak@inba.fr>
1999-12-20 17:33:56 +00:00
phantom
8c8dba944b
(force commit)
...
Previous commit meant:
Fix Guatemala phones
PR: misc/13275
Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu>
Add Simferopol
1999-12-20 16:35:35 +00:00
phantom
bc13ba1728
Add Simferopol, Ukraine (Crimean republic capital)
1999-12-20 16:30:39 +00:00
sheldonh
7531174959
Fix the availability table, which incorrectly indicated that sh(1)
...
does not have a builtin set command.
1999-12-20 16:29:56 +00:00
mjacob
e880d379fa
Make sure we don't look at an edt entry that could go away when we try
...
and figure out whether to probe higher than logical unit 7.
Obtained from:gibbs@freebsd.org
1999-12-20 16:16:53 +00:00
sheldonh
61c79b122e
Add link(1) and unlink(1) as special cases of ln(1) and rm(1)
...
respectively, in accordance with SUSv2.
This differs from the approach taken in NetBSD, but provides
less obscure error messages in at least the EISDIR case and
does not take up additional disk space for new binaries.
PR: 13071
PR: 13074
Requested by: James Howard <howardjp@wam.umd.edu>
1999-12-20 16:13:47 +00:00
phantom
fb59e40253
s/tcpdump/traceroute
...
PR: docs/14523
Submitted by: Adam Morrison <adam@xpert.com>
1999-12-20 16:07:53 +00:00
peter
9ab99bd843
The ipfilter module name wasn't exactly conventional..
1999-12-20 15:49:38 +00:00
peter
6a8d636f67
merge i386/isa/clock.c 1.147: don't talk about register_intr in comments.
1999-12-20 15:24:56 +00:00
peter
feba4ac203
Remove references to register_intr() etc in comments.
1999-12-20 15:11:31 +00:00
peter
1df231171f
Zap the old isa_device specific register_intr() and unregister_intr()
...
emulations. Thankfully, nothing is left in the tree that uses them.
1999-12-20 15:01:23 +00:00
cg
8f45fa6446
minor cosmetics
1999-12-20 14:57:46 +00:00
cg
b4cbf0157a
make marcel's onboard ess1888 work
...
Submitted by: marcel
1999-12-20 14:55:56 +00:00
asmodai
1b1cb51117
Update man(1) to explain how to use the section numbers.
...
PR: docs/15557
Submitted by: John Meshkoff <johnpipe@nwserv.com>
Reviewed by: sheldonh
1999-12-20 14:34:29 +00:00
cracauer
6d35bd2d53
Fix command hash handling on
...
PATH=... command
Noted by and fix works for Marcel Moolenaar <marcel@scc.nl>
1999-12-20 13:42:59 +00:00
kato
b4682bef65
Removed unnecessary include file.
1999-12-20 13:36:32 +00:00
sheldonh
20128fc066
Complement the sum as required in in_cksum_finalize().
...
PR: 15472
Submitted by: wollman
1999-12-20 12:11:34 +00:00
nyan
e424a6e102
Removed unnecessary include files.
1999-12-20 12:08:20 +00:00
kato
58d24b5adb
Sync with sys/i386/conf/options.i386 rev 1.130.
1999-12-20 11:00:02 +00:00
kato
1a21fd2d93
Sync with sys/i386/conf/files.i386 rev 1.291.
1999-12-20 10:58:54 +00:00
kato
72f023c996
Sync with sys/i386/conf/Makefile.i386 rev 1.167.
1999-12-20 10:55:49 +00:00
kato
bf5c8ae66b
Sync with sys/i386/conf/GENERIC rev 1.217.
1999-12-20 10:53:49 +00:00
marcel
3ae4773224
Make sure curses.h is generated when making build-tools make_keys
...
and make_hash depend on it.
1999-12-20 10:37:55 +00:00