summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Add ACPI S2-S4BIOS Suspend/Resume code.takawata2001-07-207-2/+645
* Fix setting serial baud rate under ibcs2 emulation by moving a line to thejon2001-07-201-2/+2
* Rename vm86pcb_lock -> vm86_lock to correctly reflect its function.jlemon2001-07-191-6/+6
* Expand the range of the vm86pcb_lock so that it protects manipulationsjlemon2001-07-191-2/+2
* swtch.s: During context save, use the correct bit mask for clearingbsd2001-07-192-5/+8
* Quiet a variable format-string warning.kris2001-07-192-5/+5
* The per-cpu temporary buffers are not needed since the pcb_save areas havetegge2001-07-171-14/+5
* Use PCPU_GET(cpuid) instead of curproc->p_oncpu.tegge2001-07-161-9/+9
* Fix MCOUNT_ENTER() so it actually compiles in the profiling case.jhb2001-07-141-1/+1
* `pcn' supports AMD Am79C97x cards, not Am79C79x cards.dd2001-07-133-3/+3
* Unbroke kernel if I686_CPU is not defined.sobomax2001-07-131-0/+2
* The #define for pcb_savefpu seems to do more harm than good.peter2001-07-121-1/+0
* Fix another missed pcb_savefpu reference (inside NPX_DEBUG)peter2001-07-121-2/+2
* Do not depend on pcb_savefpu backwards compat #define.peter2001-07-121-1/+1
* Forgot this fix from another tree. make enable_sse() a real prototype.peter2001-07-121-1/+1
* Move init_sse() out of the "GenuineIntel" section, my AthlonMP systempeter2001-07-121-1/+1
* Activate SSE/SIMD. This is the extra context switching support thatpeter2001-07-1218-27/+262
* Another NatSemi gigE card; the Netgear GA622Twpaul2001-07-111-1/+1
* Document additional cards supported by the nge driver: LinkSys EG1032wpaul2001-07-111-1/+2
* Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' andbsd2001-07-112-70/+292
* Bring in dirhash, a simple hash-based lookup optimisation for largeiedowse2001-07-101-0/+4
* A set of changes to reduce the number of include files the kerneljulian2001-07-082-2/+2
* Move vm_page_zero_idle() from machine-dependant sections to adillon2001-07-051-61/+0
* Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc).dillon2001-07-041-1/+1
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-046-41/+22
* Make the code to read the kernel message buffer via sysctl machine-tmm2001-07-031-42/+0
* Add Transmeta Crusoe LongRun support.iwasaki2001-07-031-0/+198
* Quiet warning by removing ast() prototype.jhb2001-07-031-1/+0
* Allow Giant to be recursed when a process terminates.jhb2001-07-031-2/+2
* gif(4) and stf(4) modernization:brooks2001-07-021-1/+1
* A slightly more complete change to timeouts:mjacob2001-07-021-0/+4
* Move wl driver to dev/wl. Repo copied to dev/wl, the old copiesimp2001-07-022-2781/+0
* Repo copy i82586.h to dev/ic/i82586.h.imp2001-07-021-332/+0
* Don't need the .keep_me files. Obrien and I committed past each other.imp2001-07-012-1/+1
* Ensure sys/${MACHINE}/compile/FOO existsobrien2001-06-301-0/+0
* Really do proper keepme files in the compile directories. Useimp2001-06-302-0/+1
* Ensure sys/${MACHINE}/compile/FOO existsobrien2001-06-301-0/+0
* Repo copy i8237.h to dev/ic so we can get rid of some of the final vestigesimp2001-06-303-14/+2
* Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.jhb2001-06-291-120/+0
* Remove cruft from old bus.imp2001-06-291-3/+0
* Remove file that hasn't been used since ze/zp.imp2001-06-291-191/+0
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-2915-46/+45
* Grab Giant around trap_pfault() for now.jhb2001-06-291-0/+4
* Get kernel profiling on SMP systems closer to working by replacing thejhb2001-06-284-25/+8
* Provide access to the IA32 hardware debug registers from the ddbbsd2001-06-283-22/+120
* Remove dgmbrian2001-06-271-8/+3
* Spell digi rightbrian2001-06-271-3/+3
* Merged from sys/i386/include/bus_at386.h revision 1.14.nyan2001-06-261-1/+1
* Recognize FC-PGA2 Pentium III (Tualatin).kato2001-06-261-0/+1
* Add code to detect Transmeta Crusoe cpus.dfr2001-06-251-2/+55
OpenPOWER on IntegriCloud