summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu ofdyson1997-08-0513-169/+84
* Add SMP(4) as a link to smp(4).fsmp1997-08-041-0/+1
* Added missing SMP kernel manpage.fsmp1997-08-042-1/+59
* pushed down "volatility" of simplelock to actual int inside the struct.fsmp1997-08-042-12/+14
* Added include of intr_machdep.h to eliminate compiler warning for APIC_IO.fsmp1997-08-043-6/+9
* pushed down "volatility" of simplelock to actual int inside the struct.fsmp1997-08-043-15/+15
* Eliminate frequent silo overflows by restoring the TEST_LOPRIO code.fsmp1997-08-048-23/+127
* Fix a problem with the vfs vnode caching that it doesn't grow quicklydyson1997-08-042-32/+42
* remove unused MAXVNODEUSE macro.phk1997-08-041-2/+1
* We got a couple of "map mismatch" panics from the followingphk1997-08-041-2/+2
* Use err(3). Use #include "" instead of <> for local headers.charnier1997-08-047-24/+40
* Use err(3). Cosmetic in usage string. Typo in man page.charnier1997-08-042-45/+35
* Correct Synopsys section.charnier1997-08-041-3/+3
OpenPOWER on IntegriCloud