summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove __P.alfred2002-03-2030-347/+346
* Various style issues from a recent brucification:phk2002-03-201-9/+28
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-204-15/+15
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-2/+2
* Remove __P.alfred2002-03-2043-720/+710
* Remove __P.alfred2002-03-2062-874/+855
* Unifdef __FreeBSD__phk2002-03-201-76/+6
* Swing the axe and remove some archaic features from newfs which modernphk2002-03-204-339/+52
* Remove __P.alfred2002-03-201-1/+1
* Remove __P.alfred2002-03-2079-829/+820
* Switch vm_zone.h with uma.h. Change over to uma interfaces.jeff2002-03-208-35/+35
* Add calls to uma_zone_set_max() to restore previously enforced limits.jeff2002-03-202-0/+2
* Add uma_zone_set_max() to add enforced limits to non vm obj backed zones.jeff2002-03-202-10/+25
* Increment pmap_pvo_count in the right place.benno2002-03-203-3/+3
* Remove __P.alfred2002-03-2030-239/+229
* Remove __P.alfred2002-03-206-70/+70
* Backout part of my previous commit; I was wrong about vm_zone's handling ofjeff2002-03-203-0/+29
* Kill registerimp2002-03-202-4/+4
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-5/+6
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-2020-139/+111
* Fix a bug introduced in 1.11 (and also MFCd to stable AND the security branch)dillon2002-03-201-1/+5
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-2010-39/+30
* Remove __P.alfred2002-03-2034-449/+439
* "-" now sends output to stdout.rwatson2002-03-201-0/+1
* Teach growfs's dbg_open() that a filename of "-" for output means torwatson2002-03-201-1/+4
* Force the boot cpu to wait for the APs to finish starting up. This eliminatesjeff2002-03-201-0/+3
* Remove __P.alfred2002-03-205-24/+24
* Remove ipnat until the committer can actually test his changes.obrien2002-03-201-1/+0
* Remove __P.alfred2002-03-20152-2310/+2256
* MFen.kuriyama2002-03-201-1/+12
* Remove ipftest until the committer can actually test his changes.obrien2002-03-201-1/+0
* Fix bugs from previous commit: initialize the correct field and usemikeh2002-03-201-5/+5
* Cast pointers to uintptr_t rather than u_int32_t. This doesn't work toopeter2002-03-192-2/+2
* Pacify gcc-3.1.peter2002-03-191-2/+1
* Fix some gcc-3.1+ warnings:peter2002-03-193-2/+6
* Add EFI write support to loaderpeter2002-03-191-2/+30
* Add the ability to recognize old references to keys, and return NULLdeischen2002-03-1918-108/+162
* Hopefully fix make world.alfred2002-03-191-1/+1
* Remove __P.alfred2002-03-1930-448/+439
* Remove __P.alfred2002-03-1961-682/+672
* Sync the uhci_dump_foo routines with NetBSD, and remove an errant additionaljoe2002-03-191-54/+14
* Remove __P.alfred2002-03-1941-394/+383
* add missing semicolon.alfred2002-03-191-1/+1
* Remove __P.alfred2002-03-1989-541/+539
* Add the undocumented -R option to disable randomness for regression-testing.phk2002-03-197-3/+71
* don't generate files with __P.alfred2002-03-191-2/+2
* fix blockno printf formatting warnings.alfred2002-03-191-4/+6
* Remove __Palfred2002-03-1980-1417/+1406
* Fix bio->bio_blkno format warning.alfred2002-03-192-8/+8
* Further cleanups.phk2002-03-193-58/+96
OpenPOWER on IntegriCloud