aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-205-28/+28
* Replace calls to cpu_critical_enter/exit with appropriate calls toDoug Rabson2002-03-203-13/+14
* Recreate intr_disable/intr_enable and implement cpu_critical_enter/exitDoug Rabson2002-03-201-2/+14
* Remove unused include.Jeff Roberson2002-03-202-2/+0
* Remove unused header.Jeff Roberson2002-03-201-1/+0
* Remove __P.Alfred Perlstein2002-03-2030-335/+334
* Various style issues from a recent brucification:Poul-Henning Kamp2002-03-201-9/+28
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-204-15/+15
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-201-2/+2
* Remove __P.Alfred Perlstein2002-03-2043-720/+710
* Remove __P.Alfred Perlstein2002-03-2062-864/+845
* Remove __P.Alfred Perlstein2002-03-201-1/+1
* Remove __P.Alfred Perlstein2002-03-2079-824/+815
* Switch vm_zone.h with uma.h. Change over to uma interfaces.Jeff Roberson2002-03-208-35/+35
* Add calls to uma_zone_set_max() to restore previously enforced limits.Jeff Roberson2002-03-202-0/+2
* Add uma_zone_set_max() to add enforced limits to non vm obj backed zones.Jeff Roberson2002-03-202-10/+25
* Increment pmap_pvo_count in the right place.Benno Rice2002-03-203-3/+3
* Remove __P.Alfred Perlstein2002-03-2030-237/+227
* Remove __P.Alfred Perlstein2002-03-206-70/+70
* Backout part of my previous commit; I was wrong about vm_zone's handling ofJeff Roberson2002-03-203-0/+29
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-201-5/+6
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-2020-139/+111
* Fix a bug introduced in 1.11 (and also MFCd to stable AND the security branch)Matthew Dillon2002-03-201-1/+5
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-2010-39/+30
* Remove __P.Alfred Perlstein2002-03-2034-447/+437
* Force the boot cpu to wait for the APs to finish starting up. This eliminatesJeff Roberson2002-03-201-0/+3
* Remove __P.Alfred Perlstein2002-03-205-24/+24
* Remove __P.Alfred Perlstein2002-03-20152-2198/+2144
* Cast pointers to uintptr_t rather than u_int32_t. This doesn't work tooPeter Wemm2002-03-192-2/+2
* Pacify gcc-3.1.Peter Wemm2002-03-191-2/+1
* Fix some gcc-3.1+ warnings:Peter Wemm2002-03-193-2/+6
* Add EFI write support to loaderPeter Wemm2002-03-191-2/+30
* Remove __P.Alfred Perlstein2002-03-1930-448/+439
* Remove __P.Alfred Perlstein2002-03-1961-681/+671
* Sync the uhci_dump_foo routines with NetBSD, and remove an errant additionalJosef Karthauser2002-03-191-54/+14
* Remove __P.Alfred Perlstein2002-03-1941-385/+374
* add missing semicolon.Alfred Perlstein2002-03-191-1/+1
* Remove __P.Alfred Perlstein2002-03-1989-540/+538
* don't generate files with __P.Alfred Perlstein2002-03-191-2/+2
* fix blockno printf formatting warnings.Alfred Perlstein2002-03-191-4/+6
* Remove __PAlfred Perlstein2002-03-1980-1410/+1399
* Fix bio->bio_blkno format warning.Alfred Perlstein2002-03-192-8/+8
* Remove duplicate extern declarations to silence warnings.Alfred Perlstein2002-03-194-9/+0
* - Change a malloc / bzero pair to make use of the M_ZERO malloc(9) flag.Andrew R. Reiter2002-03-191-2/+1
* do not include the missing ip_h323_pxy.cDarren Reed2002-03-191-1/+0
* put an extern for ip6_protox in here where it is only used for kernel compilingDarren Reed2002-03-191-0/+1
* put an extern for inet6sw in here and make it active only for kernel compilingDarren Reed2002-03-191-0/+4
* Add five GEOM oriented ioctls to get basic information about a geom device.Poul-Henning Kamp2002-03-194-11/+49
* #if 0 some unused variables (only in #if 0 code)Peter Wemm2002-03-191-0/+4
* Add some break's after default: in the end of switch statements toPeter Wemm2002-03-192-0/+4