summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Expand the APIC ID mask field of the ICR register to 8 bits intead of justjhb2003-03-172-2/+2
* - Lock down the bounce pages structures. We use the same locking schememux2003-03-171-26/+34
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsjake2003-03-161-0/+2
* Grab Giant around calls to contigmalloc() and contigfree() somux2003-03-131-1/+8
* - Added support for multiple page directory pages to pmap_pinit andjake2003-03-121-83/+57
* Use bus_space_handle_t to represent host port and virtual addresses;jake2003-03-111-12/+12
* Note that MAJOR_AUTO is now the default if d_maj is not initialized. Thisphk2003-03-091-1/+0
* Update the DRM to latest from DRI CVS. This is approximately the versionanholt2003-03-091-6/+5
* Initialize eflags in fake frame to default value rather than random one.davidxu2003-03-081-0/+1
* Instrument sysarch() MD privileged I/O access interfaces with a MACrwatson2003-03-061-0/+6
* Finish driving a stake through the heart of netns and the associatedpeter2003-03-051-5/+0
* Make TTYHOG tunable.das2003-03-052-0/+2
* Replace calls to WITNESS_SLEEP() and witness_list() with equivalent callsjhb2003-03-041-7/+2
* Wrap the hyperthreading support code with the HTT kernel option.jhb2003-03-044-0/+64
* Make nokqfilter() return the correct return value.phk2003-03-035-5/+5
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-0325-332/+187
* Clean up whitespace and remove register keyword.des2003-03-034-49/+49
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.des2003-03-034-25/+21
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-029-37/+37
* Add support for the Elan CPU hardware watchdog used in "active" mode.phk2003-02-271-0/+65
* Expand some #ifdef's to fix I386_CPU compile.jhb2003-02-271-1/+3
* Remove some long unused declarations. (For example, the PV flags have notalc2003-02-271-6/+0
* Use MAJOR_AUTO.phk2003-02-271-2/+1
* NODEVFS cleanup:phk2003-02-272-12/+6
* Change the process flags P_KSES to be P_THREADED.julian2003-02-273-3/+3
* Implemented "nooption" and "nomakeoption" config(8) tokens.ru2003-02-262-9/+6
* msgphk2003-02-261-9/+0
* NODEVFS cleanup: Create devices with make_dev() instead of cdevsw_add()phk2003-02-261-4/+1
* Better to not know anything about KSE.davidxu2003-02-261-2/+0
* Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.mux2003-02-263-3/+3
* Move most everything back to a MI NOTES, and use "nodevice" in MD NOTESobrien2003-02-252-190/+4
* - Added inlines pmap_is_current, pmap_is_alternate and pmap_set_alternatejake2003-02-252-26/+41
* Remove an unsafe KASSERT.davidxu2003-02-251-1/+0
* Cleanup of the d_mmap_t interface.mux2003-02-256-24/+20
* - Removed UMAXPTDI and UMAXPTEOFF.jake2003-02-242-3/+1
* Correctly map SIGSYS signal to/from Linux.kan2003-02-242-3/+3
* The mpbiosreason variable does not used for pc98.nyan2003-02-243-0/+6
* Use the direct mapping of IdlePTD setup in locore for proc0's page directory,jake2003-02-241-8/+2
* Allow machines with one CPU and a valid mp table to boot an SMP kernel.tegge2003-02-233-0/+6
* Previous commit missed a 1 that should be NGPTD, and an NPDEPG that shouldjake2003-02-233-2/+3
* - Added macros NPGPTD, NBPTD, and NPDEPTD, for dealing with the size of thejake2003-02-236-14/+20
* Move MD devices to <machine>/conf/NOTES.nyan2003-02-231-1/+183
* - Added macros PDESHIFT and PTESHIFT, use these instead of magic constantsjake2003-02-234-8/+12
* The root of the splay tree maintained within the pm_pteobj always refersalc2003-02-222-26/+9
* unsigned -> pt_entry_t.jake2003-02-221-4/+4
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-201-3/+3
* Regen from syscalls.master 1.50.tjr2003-02-203-6/+6
* Mark linux_getpid(), linux_getuid() and linux_getgid() as MPSAFE.tjr2003-02-201-3/+3
* Fix fumble in rev 1.525. pmap_kenter()'s second argument is a physicalpeter2003-02-201-1/+1
* #include "opt_cpu.h" so we notice our options.phk2003-02-191-0/+1
OpenPOWER on IntegriCloud