summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Limit fabric search to a default 256 entries. This will all go awayMatt Jacob2002-03-213-24/+34
* o Use the MI vm_map_growstack() instead of grow_stack() in trap_pfault()Alan Cox2002-03-214-36/+8
* Remove 'register' keyword.David E. O'Brien2002-03-213-11/+11
* shut up the compilerAndrew Gallatin2002-03-211-1/+1
* - Fix a logic error in checking the securelevel that was introduced in theAndrew R. Reiter2002-03-213-8/+4
* - Make all inlines for manipulating supervisor-level registers accept/returnBenno Rice2002-03-211-6/+13
* GC some unused, bogus interrupt functions and replace them with properBenno Rice2002-03-211-20/+6
* Change critical_t to register_t for intr_disable/restore.Doug Rabson2002-03-215-7/+7
* Change cpu_critical_enter/exit to intr_disable/restore.Doug Rabson2002-03-211-2/+2
* Replaced hacks in sbin/Makefile,v 1.99 and usr.sbin/Makefile,v 1.217Ruslan Ermilov2002-03-211-1/+4
* In UP mode, the primary cpu's per-cpu current_pmap was not initialized -Peter Wemm2002-03-211-0/+1
* intr_disable returns register_tWarner Losh2002-03-211-1/+1
* Fix abuses of cpu_critical_{enter,exit} by converting toWarner Losh2002-03-2112-65/+95
* Fix abuses of cpu_critical_{enter,exit} by converting toWarner Losh2002-03-219-48/+61
* Remove last two abuses of cpu_critical_{enter,exit} in the MI code.Warner Losh2002-03-212-8/+8
* Add a change mirroring that made to kern/subr_trap.c and others.Benno Rice2002-03-211-9/+3
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-212-30/+11
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-216-26/+8
* Fix error introduced in the 20020217 update, where GetPossibleResourcesMike Smith2002-03-212-2/+2
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-213-36/+36
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-212-30/+12
* Remove __P.Alfred Perlstein2002-03-215-38/+38
* Remove __P.Alfred Perlstein2002-03-2012-76/+76
* Remove __P.Alfred Perlstein2002-03-2019-136/+132
* UMA permited us to utilize the 'waitok' flag to soalloc.Jeff Roberson2002-03-201-2/+7
* Change the way we ensure td_ucred is NULL if DIAGNOSTIC is defined.John Baldwin2002-03-201-30/+3
* Change the way we ensure td_ucred is NULL if DIAGNOSTIC is defined.John Baldwin2002-03-208-156/+36
* - Push down Giant into crfree() in the case that we actually free a ucred.John Baldwin2002-03-202-1/+18
* Add PCI ID for the SeaLevel Ultra 530.PCI single port card.John Baldwin2002-03-201-0/+1
* Minor cleanups to post.mk from bde. Mostly orderingWarner Losh2002-03-201-26/+32
* No need to conditionalize on pci being in the kernel for thisWarner Losh2002-03-202-6/+0
* Fix minor style(9) violation in de__PingWarner Losh2002-03-202-80/+80
* Better power code and better power diagnosticsWarner Losh2002-03-202-36/+82
* Define masks for the VCC an VPP voltagesWarner Losh2002-03-201-0/+5
* Remove __P(). This was tested on the GENERIC kernel.David E. O'Brien2002-03-2063-666/+664
* Remove __P.Alfred Perlstein2002-03-201-1/+1
* Fix warnings on 64-bit hosts.David E. O'Brien2002-03-201-10/+12
* Document that MD pcpu fields are defined in PCPU_MD_FIELDS inJohn Baldwin2002-03-201-1/+2
* Two minor changes to dirhash, which result in some marginal benchmarkDavid Malone2002-03-201-3/+15
* Change intr_enable to intr_restore for consistency with sparc64.Doug Rabson2002-03-204-6/+6
* - Change a check of securelevel to securelevel_gt() call in order to helpAndrew R. Reiter2002-03-203-6/+20
* Send periodic ARP requests when ARP entries for hosts we are sendingOrion Hodson2002-03-201-0/+15
* - Remove a semi-colon from after SYSINIT that was introduced in rev. 1.163.Andrew R. Reiter2002-03-201-1/+1
* MFi386: revision 1.65.KATO Takenori2002-03-201-5/+2
* Remove __P.KATO Takenori2002-03-2017-215/+215
* Remove __P.KATO Takenori2002-03-201-7/+7
* MFi386: revision 1.505 (remove __P.)KATO Takenori2002-03-202-12/+12
* MFi386: revision 1.504.KATO Takenori2002-03-202-20/+8
* MFi386: revision 1.503.KATO Takenori2002-03-202-120/+46
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-205-20/+8