summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use td_ucred and thus remove now unneeded proc lock acquire and release.jhb2002-02-271-3/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-278-13/+13
* Fix a horribly suboptimal algorithm in the vm_daemon.silby2002-02-271-8/+19
* Add the following functions/macros to support byte order conversions andtmm2002-02-272-19/+70
* Use the updated getcredhostname() function.robert2002-02-273-4/+3
* - Use the new getcredhostname function in xenix_utsname(),robert2002-02-273-4/+9
* Re-fix a pointer/integer warning.peter2002-02-271-1/+1
* Back out all the pmap related stuff I've touched over the last few days.peter2002-02-2717-1130/+496
* Bandaid for the Uniprocessor kernel exploding. This makes a UP kernelpeter2002-02-271-1/+1
OpenPOWER on IntegriCloud