aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Clean up the i4b kernel part: remove unmaintained #if(def)s for NetBSD,Hellmuth Michaelis2002-03-176-18/+14
* o Stop calling useracc() in (o)sendsig() now that we use copyout()Alan Cox2002-03-171-60/+23
* Don't call the bios if the interrupt appaers to be already routed. SomeWarner Losh2002-03-162-6/+6
* Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to theDag-Erling Smørgrav2002-03-161-10/+0
* Fixes to make select/poll mpsafe.Alfred Perlstein2002-03-142-9/+3
* Add commented out GEOM line to NOTESPoul-Henning Kamp2002-03-111-0/+3
* Export a (machine dependent) kernel variable bootdev asLuigi Rizzo2002-03-102-2/+4
* Condition the compilation of trapwrite() on I386_CPU.Alan Cox2002-03-101-0/+4
* o Don't require long long support in bswap64() functions.Mike Barcroft2002-03-091-18/+44
* after joerg's recent merge of i4b's sppp with the main sppp, removeHellmuth Michaelis2002-03-091-253/+0
* Enable DEVICE_POLLING in LINT now that it is safe to compile it there.Luigi Rizzo2002-03-091-2/+1
* make pcvt compile again without "options XSERVER".Hellmuth Michaelis2002-03-081-2/+5
* Note that several of the recently documented clock-related kernel optionsRobert Watson2002-03-081-0/+3
* Apply a bit more of the patch from conf/35674: document the variousRobert Watson2002-03-081-1/+6
* Apply part of the patch from conf/35674 to move the PFIL_HOOKS optionRobert Watson2002-03-081-2/+5
* Synchronize NOTES with -STABLE LINT with respects to the placementRobert Watson2002-03-081-3/+9
* #include <machine/smp.h> in the SMP case.Poul-Henning Kamp2002-03-081-1/+1
* Add needed includes of machine/smp.h, remove nested include in sys/smp.hJake Burkholder2002-03-073-0/+3
* Sync with GENERIC. WITNESS_SKIPSPIN, and the ciss and iir devices.Crist J. Clark2002-03-061-0/+3
* Add a new variable mp_maxid. This is used so that per cpu datastructures mayJeff Roberson2002-03-053-3/+12
* Add generalized power profile code.Mitsuru IWASAKI2002-03-043-0/+110
* Support for USB fm radio.Alfred Perlstein2002-03-041-0/+2
* - Move a comment from being on the same line as a #ifdef to the lineAndrew R. Reiter2002-02-281-1/+2
* Make it a bit clearer where this file is to be used and where itMark Murray2002-02-281-0/+2
* - trap -> trap() in panic() string.Andrew R. Reiter2002-02-281-3/+3
* Fix a minor swap leak.Mike Silbersack2002-02-281-0/+20
* Make MPLOCKED work again in asm files and stringify it explicitlyBosko Milekic2002-02-282-10/+10
* Fix warning (const lost in assignment), harmless in this case.Peter Wemm2002-02-281-1/+1
* Fix warnings (prototype for nonexisting static function)Peter Wemm2002-02-281-2/+0
* Fix warnings.. bootpc_init() and related.Peter Wemm2002-02-281-5/+2
* Fix format warning.Peter Wemm2002-02-271-1/+1
* Back out part of KSE/M2 that snuck in under the radar: changing theJohn Baldwin2002-02-271-2/+2
* - Insert a space in the panic() string in order more clearly show theAndrew R. Reiter2002-02-271-1/+1
* Use td_ucred and thus remove now unneeded proc lock acquire and release.John Baldwin2002-02-271-3/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-278-13/+13
* Fix a horribly suboptimal algorithm in the vm_daemon.Mike Silbersack2002-02-271-8/+19
* Add the following functions/macros to support byte order conversions andThomas Moestl2002-02-272-19/+70
* Use the updated getcredhostname() function.Robert Drehmel2002-02-273-4/+3
* - Use the new getcredhostname function in xenix_utsname(),Robert Drehmel2002-02-273-4/+9
* Re-fix a pointer/integer warning.Peter Wemm2002-02-271-1/+1
* Back out all the pmap related stuff I've touched over the last few days.Peter Wemm2002-02-2717-1130/+496
* Bandaid for the Uniprocessor kernel exploding. This makes a UP kernelPeter Wemm2002-02-271-1/+1
* clarify panic messageAlfred Perlstein2002-02-271-1/+1
* Jake further reduced IPI shootdowns on sparc64 in loops by using rangedPeter Wemm2002-02-271-58/+28
* didn't quite undo the last reversion. This gets it.Matthew Dillon2002-02-271-1/+1
* revert compatibility fix temporarily (thought it would not break anythingMatthew Dillon2002-02-261-1/+1
* revert last commit temporarily due to whining on the lists.Matthew Dillon2002-02-2621-1041/+272
* Make peter's commit compatible with interrupt-enabled critical_enter()Matthew Dillon2002-02-261-2/+2
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remainMatthew Dillon2002-02-2621-272/+1041
* Initialize a variable bogusly to avoid a gcc bug that causes a spuriousBruce Evans2002-02-261-0/+3