summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a USB comm driver.joe2002-03-181-0/+5
* Eliminate grow_stack() from (o)sendsig(). If the stack needs to grow,alc2002-03-181-10/+4
* s/options\t\t/options \t/des2002-03-171-1/+1
* Spelling: s/guesst/guessed/cjc2002-03-171-1/+1
* Clean up the i4b kernel part: remove unmaintained #if(def)s for NetBSD,hm2002-03-176-18/+14
* o Stop calling useracc() in (o)sendsig() now that we use copyout()alc2002-03-171-60/+23
* Don't call the bios if the interrupt appaers to be already routed. Someimp2002-03-162-6/+6
* Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to thedes2002-03-161-10/+0
* Fixes to make select/poll mpsafe.alfred2002-03-142-9/+3
* Add commented out GEOM line to NOTESphk2002-03-111-0/+3
* Export a (machine dependent) kernel variable bootdev asluigi2002-03-102-2/+4
* Condition the compilation of trapwrite() on I386_CPU.alc2002-03-101-0/+4
* o Don't require long long support in bswap64() functions.mike2002-03-091-18/+44
* after joerg's recent merge of i4b's sppp with the main sppp, removehm2002-03-091-253/+0
* Enable DEVICE_POLLING in LINT now that it is safe to compile it there.luigi2002-03-091-2/+1
* make pcvt compile again without "options XSERVER".hm2002-03-081-2/+5
* Note that several of the recently documented clock-related kernel optionsrwatson2002-03-081-0/+3
* Apply a bit more of the patch from conf/35674: document the variousrwatson2002-03-081-1/+6
OpenPOWER on IntegriCloud