summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Spell "separate" correctly.eric2002-04-051-1/+1
* Embed a struct vmmeter in the per-cpu structure and add a macro,dillon2002-04-041-1/+5
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-048-13/+13
* Back out the previous commit.brian2002-04-041-1/+0
* Moved signal handling and rescheduling from userret() to ast() so thatbde2002-04-044-0/+8
* Pre-declare bootpc_init() so that options BOOTP doesn't break thebrian2002-04-041-0/+1
* First round at trying to split up NOTES into MI and MD portions.jhb2002-04-032-1779/+5
* Dike out a highly insecure UCONSOLE option.ru2002-04-033-6/+0
* Make the kernel dump header endianness invariant by always dumpingmarcel2002-04-032-24/+14
* - Move the MI mutexes sched_lock and Giant from being declared in thejhb2002-04-021-10/+1
* Retire the bogus ioctl DIOCGPART in toto.phk2002-04-023-17/+0
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()dillon2002-04-017-86/+138
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-0116-26/+25
* Remove references to KTR_EXTEND.jhb2002-04-011-6/+3
* Here follows the new kernel dumping infrastructure.phk2002-03-312-0/+242
* A couple of bits survived Dans nukage of CV_DEBUG in favour of INVARIANTS,phk2002-03-311-1/+0
* Centralize the "bootdev" and "dumpdev" variables. They are still prettyphk2002-03-311-3/+0
* Implement i386's (o)sigreturn() like the alpha's: Use copyin() to readalc2002-03-311-8/+12
* Remove abuse of intr_disable/restore in MI code by moving the loop in ast()jake2002-03-291-0/+1
* GC #if 0'd assembly mutex micro operations. If someone wants to bringjhb2002-03-281-208/+0
* Remove unneeded pc98 hack.nyan2002-03-281-2/+0
* style(9)obrien2002-03-281-14/+21
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksjeff2002-03-271-1/+1
* Tab-out the backslashes in icu_vector.s to make it more readable and todillon2002-03-272-244/+244
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-2724-214/+1097
* Uncomment GEOM in LINTphk2002-03-261-1/+1
* Add support for Q.931 subaddresses.hm2002-03-261-11/+10
* Fix bktr and pcf compilation with LINTnsouch2002-03-251-2/+2
* Guard against redefining __gnuc_va_list.obrien2002-03-241-1/+2
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-241-5/+5
* Minor changes:will2002-03-242-74/+172
* Forgot viapm in the NOTES. Fixed.nsouch2002-03-231-0/+2
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-236-68/+62
* Major rework of the iicbus/smbus framework:nsouch2002-03-232-0/+18
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-234-61/+58
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-236-26/+26
* Add bios area range check (lower side).takawata2002-03-231-1/+2
* ASM versions of __FBSDID.obrien2002-03-231-0/+11
* o Use the MI vm_map_growstack() instead of grow_stack() in trap_pfault()alc2002-03-212-18/+4
* Fix abuses of cpu_critical_{enter,exit} by converting toimp2002-03-216-31/+46
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-211-15/+6
* Change the way we ensure td_ucred is NULL if DIAGNOSTIC is defined.jhb2002-03-201-25/+6
* Fix minor style(9) violation in de__Pingimp2002-03-201-40/+40
* Remove __P.alfred2002-03-2014-91/+91
* Remove __P.alfred2002-03-2033-436/+438
* Remove __P.alfred2002-03-2037-353/+351
* This is the first part of the new kernel memory allocator. This replacesjeff2002-03-191-2/+16
* Add #include so that the previous change compiles.alc2002-03-191-0/+1
* fix perfmon for DEVFS.alfred2002-03-191-0/+16
* Eliminate unnecessary calls to grow_stack() and useracc() from linux_sendsig()alc2002-03-191-49/+5
OpenPOWER on IntegriCloud