aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Add additional range checks for copyout targets.Robert Watson2002-08-091-1/+3
* Fix more abuse of __FreeBSD__ to detect version.Warner Losh2002-07-211-63/+0
* Stop abusing NPCI for code that doesn't even work. Emit a warning.Peter Wemm2002-07-211-5/+1
* Quick fix for high resolution kernel profiling on i386's. UseBruce Evans2002-07-131-0/+4
* Revive backed out pmap related changes from Feb 2002. The highlights are:Peter Wemm2002-07-122-12/+95
* Bah, move the invltlb counter to C code and hook a debug sysctl onto it.Peter Wemm2002-07-111-7/+1
* s/NCPU/MAXCPU/ to try and get this to compile.Peter Wemm2002-07-111-1/+1
* This file has been included en-mass into i386/i386/exception.sJulian Elischer2002-07-101-145/+0
* Move the type definition of ointhand2_t from i386/include/types.h toMike Barcroft2002-07-091-0/+4
* The clock is already allocated as 'fast' - no need to try and intercept aPeter Wemm2002-07-082-16/+0
* Remove a couple of __P() stragglers.Peter Wemm2002-06-291-1/+1
* Clock frequencies reported by sysctl should be unsigned values. DiscoveredMark Peek2002-06-221-2/+2
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-023-3/+3
* Off-by-128 error in the cuam* device node numbers.Robert Watson2002-05-201-1/+1
* Bump the rc driver a little bit closer to the 21st century: useRobert Watson2002-05-201-0/+6
* Move a few ancient minor-number definitions for tapedrives to thePoul-Henning Kamp2002-05-142-6/+8
* Fixed checking for VM86 mode in doreti which I broke in rev.1.30. OnlyBruce Evans2002-05-051-6/+12
* Don't export timecounter structures under debug. with sysctl, theyPoul-Henning Kamp2002-04-302-9/+0
* Tidy up some loose ends.Peter Wemm2002-04-292-3/+3
* Remove the tc_update() function. Any frequency change to thePoul-Henning Kamp2002-04-261-2/+0
* GC various bits and pieces of USERCONFIG from all over the place.Poul-Henning Kamp2002-04-092-3/+2
* Move ICU_* defines into icu.h.Yoshihiro Takahashi2002-04-065-48/+32
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-043-4/+4
* Retire the bogus ioctl DIOCGPART in toto.Poul-Henning Kamp2002-04-023-17/+0
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()Matthew Dillon2002-04-013-6/+6
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-018-16/+16
* Remove abuse of intr_disable/restore in MI code by moving the loop in ast()Jake Burkholder2002-03-291-0/+1
* Tab-out the backslashes in icu_vector.s to make it more readable and toMatthew Dillon2002-03-272-244/+244
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptMatthew Dillon2002-03-278-152/+617
* Fix bktr and pcf compilation with LINTNicolas Souchu2002-03-251-2/+2
* Minor changes:Will Andrews2002-03-242-74/+172
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-236-68/+62
* Fix abuses of cpu_critical_{enter,exit} by converting toWarner Losh2002-03-211-12/+12
* Remove __P.Alfred Perlstein2002-03-2027-262/+265
* Fixes to make select/poll mpsafe.Alfred Perlstein2002-03-142-9/+3
* make pcvt compile again without "options XSERVER".Hellmuth Michaelis2002-03-081-2/+5
* Fix warning (const lost in assignment), harmless in this case.Peter Wemm2002-02-281-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-272-3/+3
* Back out all the pmap related stuff I've touched over the last few days.Peter Wemm2002-02-274-96/+34
* revert last commit temporarily due to whining on the lists.Matthew Dillon2002-02-268-691/+234
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remainMatthew Dillon2002-02-268-234/+691
* Initialize a variable bogusly to avoid a gcc bug that causes a spuriousBruce Evans2002-02-261-0/+3
* Work-in-progress commit syncing up pmap cleanups that I have been workingPeter Wemm2002-02-254-34/+96
* Lock struct pgrp, session and sigio.Seigo Tanimura2002-02-232-3/+12
* - Split the routine to initialize a bus_space_handle into the separateYoshihiro Takahashi2002-02-171-5/+7
* Add needed include.Yoshihiro Takahashi2002-02-101-0/+3
* Don't grab the ICU lock while reading the current pending interrupts andJohn Baldwin2002-02-082-4/+0
* Don't include <isa/isavar.h> or compile code depending on it when isaBruce Evans2002-01-304-1/+14
* Removed unused includes. In particular, don't include <isa/isavar.h> sinceBruce Evans2002-01-301-24/+2
* Unbreak pcvt, it suffered from common variables. Whoever added theJoerg Wunsch2002-01-271-8/+14