summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove __P.alfred2002-03-201-1/+1
* Fix warnings on 64-bit hosts.obrien2002-03-201-10/+12
* Document that MD pcpu fields are defined in PCPU_MD_FIELDS injhb2002-03-201-1/+2
* Two minor changes to dirhash, which result in some marginal benchmarkdwmalone2002-03-201-3/+15
* Change intr_enable to intr_restore for consistency with sparc64.dfr2002-03-204-6/+6
* - Change a check of securelevel to securelevel_gt() call in order to helparr2002-03-203-6/+20
* Send periodic ARP requests when ARP entries for hosts we are sendingorion2002-03-201-0/+15
* - Remove a semi-colon from after SYSINIT that was introduced in rev. 1.163.arr2002-03-201-1/+1
* MFi386: revision 1.65.kato2002-03-201-5/+2
* Remove __P.kato2002-03-2017-215/+215
* Remove __P.kato2002-03-201-7/+7
* MFi386: revision 1.505 (remove __P.)kato2002-03-202-12/+12
* MFi386: revision 1.504.kato2002-03-202-20/+8
* MFi386: revision 1.503.kato2002-03-202-120/+46
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-205-20/+8
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-202-8/+8
* Remove unused include.jeff2002-03-201-1/+0
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-205-28/+28
* Replace calls to cpu_critical_enter/exit with appropriate calls todfr2002-03-203-13/+14
* Recreate intr_disable/intr_enable and implement cpu_critical_enter/exitdfr2002-03-201-2/+14
* Remove unused include.jeff2002-03-202-2/+0
* Remove unused header.jeff2002-03-201-1/+0
* 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
* 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
* 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
* 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 __P.alfred2002-03-20152-2310/+2256
* 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
* Remove __P.alfred2002-03-1930-448/+439
OpenPOWER on IntegriCloud