summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* clarify panic messagealfred2002-02-271-1/+1
* Jake further reduced IPI shootdowns on sparc64 in loops by using rangedpeter2002-02-271-58/+28
* didn't quite undo the last reversion. This gets it.dillon2002-02-271-1/+1
* revert compatibility fix temporarily (thought it would not break anythingdillon2002-02-261-1/+1
* revert last commit temporarily due to whining on the lists.dillon2002-02-2621-1041/+272
* Make peter's commit compatible with interrupt-enabled critical_enter()dillon2002-02-261-2/+2
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remaindillon2002-02-2621-272/+1041
* Initialize a variable bogusly to avoid a gcc bug that causes a spuriousbde2002-02-261-0/+3
* Fix a warning. useracc() should take a const pointer argument.peter2002-02-261-2/+2
* Work-in-progress commit syncing up pmap cleanups that I have been workingpeter2002-02-2516-442/+1105
* Tidy up some warningspeter2002-02-252-7/+8
* Lock struct pgrp, session and sigio.tanimura2002-02-233-3/+14
* Add some DIAGNOSTIC code.julian2002-02-221-14/+25
* Convert p->p_runtime and PCPU(switchtime) to bintime format.phk2002-02-223-3/+3
* Pass me the pointy hat please. Be sure to return a value in a non-voidpeter2002-02-201-1/+1
* Fix typos in some comments.cjc2002-02-201-2/+2
* Some more tidy-up of stray "unsigned" variables instead of p[dt]_entry_tpeter2002-02-202-23/+25
* Add C++ support.mike2002-02-191-0/+5
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-39/+19
* Correct path to pucdata.cjedgar2002-02-181-1/+1
* Add bus_space_unmap() and bus_space_free() functions to releasenyan2002-02-181-0/+26
* Add stubs for bus_space_unmap() and bus_space_free(). They are needed tonyan2002-02-181-4/+15
* Use struct __ucontext in prototypes and associated functions instead ofdeischen2002-02-174-2/+10
* Correct typo.nyan2002-02-171-1/+1
* Move the bus_space_subregion function from the puc driver to the bus_spacenyan2002-02-171-3/+14
OpenPOWER on IntegriCloud