summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Observe precedence set by Phillippe Charnier in adding ansteve1997-08-079-27/+48
* #include <unistd.h> for getopt(3) call.steve1997-08-071-0/+1
* Changes include: sccsid -> rcsid, bcopy -> memcpy, don't use thesteve1997-08-0725-540/+606
* Remove remaining Lite1 stuff from the man page and uphold thesteve1997-08-072-10/+9
* sccsid -> rcsid and fix some minor nits.steve1997-08-078-21/+46
* Add Bruce's _NEW_VFSCONF flag to make this compile cleanly andsteve1997-08-072-6/+9
* Fixes kern/3835: SMP kernel crash on enable "dumps on wd0"fsmp1997-08-071-4/+12
* #include <err.h> for err(3) call and replace extern reference to errnosteve1997-08-071-8/+6
* Remove #if(n)def BSD_4_4_LITE cruft and change sccsid to rcsid.steve1997-08-071-46/+5
* Remove #if(n)def BSD_4_4_LITE cruft and sccsid -> rcsid.steve1997-08-0711-43/+33
* Don't use /sys.bde1997-08-074-8/+8
* Use err(3), so eliminate use of `argv0'.charnier1997-08-072-27/+24
* Use err(3) instead of local definition.charnier1997-08-072-51/+25
* Use err(3). Add usage(). Rewrote man page in mdoc format.charnier1997-08-072-116/+153
* Fix the DDB breakpoint code when using the 4MB page support.dyson1997-08-075-25/+60
* Add cvsup2.ua.freebsd.org.jdp1997-08-071-2/+5
* More vm_zone cleanup. The sysctl now accounts for items better, anddyson1997-08-074-9/+19
* don't lose track of how many packets we've sentjulian1997-08-071-3/+3
* Remove two features that have been reported to cause problems withse1997-08-061-2/+3
* runshutdown(): get rid of getdtablesize loop, it gains nothing nowache1997-08-061-4/+1
* rc.shutdown fixes:ache1997-08-061-12/+12
* printf does not understand %hd in the kernelpeter1997-08-062-10/+14
* Synchronize with sys/i386/i386/machdep.c revision 1.254.kato1997-08-062-2/+6
* Synchronize with sys/i386/isa/sio.c revision 1.174.kato1997-08-062-4/+6
* Synchronize with sys/i386/isa/wd.c revision 1.134.kato1997-08-061-1/+4
* Use err(3), cosmetic in usage().charnier1997-08-062-30/+24
* Use err(3), cosmetic in usage(), remove `cmdname'.charnier1997-08-064-68/+58
* Add exposure of some vm_zone allocation stats by sysctl. Also, changedyson1997-08-063-6/+77
* PR: kern/4117itojun1997-08-061-2/+2
* Add #if __FreeBSD__ >= 3 around #include <net/if_var.h> so that thisrgrimes1997-08-061-1/+3
* Ensure that the interface name is terminated.alex1997-08-061-1/+2
* Detect null secret as error, it is temp. fix until next releaseache1997-08-051-0/+3
* Fixed the commit botch that was causing crashes soon after systemdyson1997-08-052-2/+4
* Another attempt at cleaning up the new memory allocator.dyson1997-08-056-331/+239
* Fix some bugs, document vm_zone better. Add copyright to vm_zone.h. Usedyson1997-08-054-76/+256
* Add -t option which turns T/TCP off as workaround for some broken serversache1997-08-054-5/+28
* Improve weak locking by using flock()ache1997-08-051-4/+8
* Use err(3). Document -l flag.charnier1997-08-052-38/+34
* Document that multiple args are allowed, i.e Ar file -> Ar file ...charnier1997-08-051-1/+1
* Use err(3). Add usage() and prototypes.charnier1997-08-051-14/+26
* Cosmetic in usage string.charnier1997-08-052-11/+18
* Merge buildworld/installworld patch to Makefile from RELENG_2_2. Patchasami1997-08-053-88/+196
* Remove bogus malloc() decl.asami1997-08-051-2/+2
* memcmp -> bmcpmsmith1997-08-052-4/+4
* Modify pmap to use our new memory allocator. Also, change the vm_map_entrydyson1997-08-052-4/+6
* Modify pmap to use our new memory allocator.dyson1997-08-052-252/+70
* Slightly reorder some operations so that the main processor gets globaldyson1997-08-052-64/+68
* Remove the PMAP_PVLIST conditionals in pmap.*, and another unneeded define.dyson1997-08-054-48/+4
* A very simple zone allocator.dyson1997-08-052-0/+309
* Fix up come cruft that I left on a previous commit.dyson1997-08-051-10/+1
OpenPOWER on IntegriCloud