summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Don't export timecounter structures under debug. with sysctl, theyphk2002-04-302-9/+0
* Tidy up some loose ends.peter2002-04-292-3/+3
* Remove the tc_update() function. Any frequency change to thephk2002-04-261-2/+0
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-092-3/+2
* Move ICU_* defines into icu.h.nyan2002-04-065-48/+32
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-043-4/+4
* Retire the bogus ioctl DIOCGPART in toto.phk2002-04-023-17/+0
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()dillon2002-04-013-6/+6
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-018-16/+16
* Remove abuse of intr_disable/restore in MI code by moving the loop in ast()jake2002-03-291-0/+1
* Tab-out the backslashes in icu_vector.s to make it more readable and todillon2002-03-272-244/+244
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-278-152/+617
* Fix bktr and pcf compilation with LINTnsouch2002-03-251-2/+2
* Minor changes:will2002-03-242-74/+172
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-236-68/+62
* Fix abuses of cpu_critical_{enter,exit} by converting toimp2002-03-211-12/+12
* Remove __P.alfred2002-03-2027-262/+265
* Fixes to make select/poll mpsafe.alfred2002-03-142-9/+3
* make pcvt compile again without "options XSERVER".hm2002-03-081-2/+5
* Fix warning (const lost in assignment), harmless in this case.peter2002-02-281-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-272-3/+3
* Back out all the pmap related stuff I've touched over the last few days.peter2002-02-274-96/+34
* revert last commit temporarily due to whining on the lists.dillon2002-02-268-691/+234
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remaindillon2002-02-268-234/+691
* Initialize a variable bogusly to avoid a gcc bug that causes a spuriousbde2002-02-261-0/+3
* Work-in-progress commit syncing up pmap cleanups that I have been workingpeter2002-02-254-34/+96
* Lock struct pgrp, session and sigio.tanimura2002-02-232-3/+12
* - Split the routine to initialize a bus_space_handle into the separatenyan2002-02-171-5/+7
* Add needed include.nyan2002-02-101-0/+3
* Don't grab the ICU lock while reading the current pending interrupts andjhb2002-02-082-4/+0
* Don't include <isa/isavar.h> or compile code depending on it when isabde2002-01-304-1/+14
* Removed unused includes. In particular, don't include <isa/isavar.h> sincebde2002-01-301-24/+2
* Unbreak pcvt, it suffered from common variables. Whoever added thejoerg2002-01-271-8/+14
* Add missing destroy_dev().wes2002-01-231-10/+13
* Garbage-collect an unused variable left by rev.1.61.bde2002-01-171-3/+1
* Change the preemption code for software interrupt thread schedules andjhb2002-01-055-14/+20
* Use the new resource_list_print_type() function.tmm2001-12-211-1/+1
* Introduce a standard name for the lock protecting an interrupt controllerjhb2001-12-208-49/+64
* I am not sure if it is a good idea or not to have my id in the cvs logpeter2001-12-201-824/+797
* Axe stale extern for a non-existent variable.jhb2001-12-181-1/+0
* Modify the critical section API as follows:jhb2001-12-182-79/+64
* Overhaul the per-CPU support a bit:jhb2001-12-111-17/+17
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+1
* Also remove the .h files for the old rp driver.phk2001-11-052-1137/+0
* Remove the old RocketPort driver which was left behind in favourphk2001-11-051-1988/+0
* Don't call cdevsw_add().phk2001-11-041-3/+0
* Don't call devsw_add().phk2001-11-041-4/+0
* Don't call cdevsw_add().phk2001-11-047-26/+0
* Don't call cdevsw_add()phk2001-11-041-4/+0
* Call to cdevsw_add() no longer needed.phk2001-11-041-1/+0
OpenPOWER on IntegriCloud