aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This fixes a large number of bugs in our NFS client side code. A recentMatthew Dillon2001-12-146-11/+128
* New release note: lukemftp.Bruce A. Mah2001-12-142-0/+12
* Add a '-l' flag to show CPU load for the various states, similar to whatLuigi Rizzo2001-12-141-2/+46
* Add maxusers auto-sizing description to NOTES file for -currentMatthew Dillon2001-12-142-2/+6
* o Wording fix in comment.Robert Watson2001-12-141-1/+1
* Minimize the time necessary to suspend operations on a filesystemKirk McKusick2001-12-144-96/+209
* Convert C++ style comments to proper C ones.David E. O'Brien2001-12-1316-72/+87
* Connect lukemftp to the build as the default ftp client. LukemftpMike Heffner2001-12-1314-9453/+6
* If we were called to allocate a vnode that is not associated with aPeter Wemm2001-12-131-0/+2
* Remove stale prototype for sonewconn3().Brian Feldman2001-12-131-2/+0
* o Back out portions of 1.50 and 1.47, eliminating sonewconn3() andRobert Watson2001-12-133-29/+3
* New release notes: boot loader -p for i386, maxusers autosizing,Bruce A. Mah2001-12-132-2/+48
* Also fix cases when thousands separator should be put before number. ForAlexey Zelkin2001-12-131-2/+4
* Limit maxprocperuid to 9/10 maxproc, and limit maxfilesperproc to 9/10Mike Silbersack2001-12-131-2/+2
* Use C comments instead of C++ comments.John Baldwin2001-12-133-24/+24
* Respect locale while handling of \' flag.Alexey Zelkin2001-12-131-22/+63
* UUCP is gone from base.Mark Murray2001-12-131-1/+1
* Fix missing semi-colons on some entity references.Bruce A. Mah2001-12-132-8/+8
* Fix style bugs (mostly remove 'extern' from function prototypes)Alexey Zelkin2001-12-132-202/+206
* * remove reference to m68k-dependent sourcesAlexey Zelkin2001-12-131-7/+1
* Move NO_WERROR from CROSSENV to BMAKE. In CROSSENV it disables it forWarner Losh2001-12-131-3/+3
* Tone down and remove some obnoxious warnings that are slightly overkill.Jonathan Lemon2001-12-131-10/+1
* Add module dependency on libmchain.Sheldon Hearn2001-12-131-0/+2
* Use ANSI C string contatenation instead of a multi-line string literal.John Baldwin2001-12-131-4/+4
* Comment tokens after #undef <macroname> and #endif.John Baldwin2001-12-132-5/+5
* If the OID is missing, sysctl(3) returns ENOENT, not EOPNOTSUPP.Ruslan Ermilov2001-12-131-2/+2
* Use a per-thread variable for keeping state when a thread is processingJohn Baldwin2001-12-132-10/+9
* Fold example text into 80 column width display.Ruslan Ermilov2001-12-131-1/+2
* s/crypt_format/crypt_default/ to match reality.Ruslan Ermilov2001-12-131-1/+1
* MFCs noted: isic(4) support for Compaq Microcom 610 ISDN,Bruce A. Mah2001-12-132-4/+4
* Grrr...TCP bugfixes don't belong in the filesystems section. TossBruce A. Mah2001-12-132-8/+8
* MFCs noted: vlan(4) devices now (un)loadable and clonable, cissBruce A. Mah2001-12-132-6/+6
* When a file is partially truncated, we first check to see if theKirk McKusick2001-12-131-0/+12
* rpc.lockd needs rpc.statd to be running for it to start up properly.Alfred Perlstein2001-12-137-28/+105
* Undo one of my last minute changes; move sc_iss up earlier so itJonathan Lemon2001-12-131-1/+1
* Fix up tabs from cut&n&paste.Jonathan Lemon2001-12-131-8/+8
* Fix up tabs in comments.Jonathan Lemon2001-12-132-8/+8
* Minor style fixes.Jonathan Lemon2001-12-131-2/+2
* Minor style fix.Jonathan Lemon2001-12-131-2/+2
* Add NO_WERROR to the cross building environment so that we do not bail onWarner Losh2001-12-131-2/+3
* Add missing "the".Warner Losh2001-12-131-1/+1
* Add two clarifying commnets:Warner Losh2001-12-131-0/+8
* Roll firmware to latest offerings... Fixes a number of f/w relatedMatt Jacob2001-12-132-9047/+12601
* Remove to-be-default WARNS?=2Mark Murray2001-12-126-7/+0
* Minor style stuff, use __FBSDID(), remove to-be-default WARNS=2.Mark Murray2001-12-122-9/+8
* Move some notes inside the paragraphs for the hardware they describe.Bruce A. Mah2001-12-122-44/+44
* WARNS=2 partial fix; use NO_WERROR to protect against some hard-to-fix warnings.Mark Murray2001-12-126-43/+42
* WARNS=2 fixes, use __FBSDID, remove GCC-specific flags.Mark Murray2001-12-122-12/+10
* WARNS=2 fixes, Use __FBSDID(), kill register keyword.Mark Murray2001-12-121-32/+33
* Fix the time of an intmax_t calculation; it is unsigned. Also printMark Murray2001-12-122-1/+3