summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Apply part of the patch from conf/35674 to move the PFIL_HOOKS optionrwatson2002-03-081-2/+5
* Synchronize NOTES with -STABLE LINT with respects to the placementrwatson2002-03-081-3/+9
* #include <machine/smp.h> in the SMP case.phk2002-03-081-1/+1
* Add needed includes of machine/smp.h, remove nested include in sys/smp.hjake2002-03-073-0/+3
* Sync with GENERIC. WITNESS_SKIPSPIN, and the ciss and iir devices.cjc2002-03-061-0/+3
* Add a new variable mp_maxid. This is used so that per cpu datastructures mayjeff2002-03-053-3/+12
* Add generalized power profile code.iwasaki2002-03-043-0/+110
* Support for USB fm radio.alfred2002-03-041-0/+2
* - Move a comment from being on the same line as a #ifdef to the linearr2002-02-281-1/+2
* Make it a bit clearer where this file is to be used and where itmarkm2002-02-281-0/+2
* - trap -> trap() in panic() string.arr2002-02-281-3/+3
* Fix a minor swap leak.silby2002-02-281-0/+20
* Make MPLOCKED work again in asm files and stringify it explicitlybmilekic2002-02-282-10/+10
* Fix warning (const lost in assignment), harmless in this case.peter2002-02-281-1/+1
* Fix warnings (prototype for nonexisting static function)peter2002-02-281-2/+0
* Fix warnings.. bootpc_init() and related.peter2002-02-281-5/+2
* Fix format warning.peter2002-02-271-1/+1
* Back out part of KSE/M2 that snuck in under the radar: changing thejhb2002-02-271-2/+2
* - Insert a space in the panic() string in order more clearly show thearr2002-02-271-1/+1
OpenPOWER on IntegriCloud