summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Rename mtx_enter(), mtx_try_enter(), and mtx_exit() and wrap them with cppjasone2000-09-081-68/+80
* Remove an unneeded extern declaration of cp_time.jhb2000-09-081-2/+0
* Really fix USER_LDT. (Don't use currentldt as an L-value.)jake2000-09-081-1/+1
* Test for both SMP and I386_CPU being set before generating an error.jhb2000-09-071-1/+1
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-0713-134/+1016
* Introduce atomic_cmpset_int() and atomic_cmpset_long() from SMPng aphk2000-09-061-0/+72
* Add ACPI_BUS_SPACE stuff definitions in acpi_machdep.h.iwasaki2000-09-022-2/+36
* Modified PCI config space access code via pcib_if rather than usingiwasaki2000-08-311-27/+36
* A lot of changes on acpi driver code.iwasaki2000-08-291-2/+4
* Another file needed for ACPI,I forgot to commit.takawata2000-08-251-0/+309
* Increase the default NAPIC from 1 to 2 as a bandaid until we allocatemsmith2000-08-181-1/+1
* Prepare for a cleanup of pmap module API pollution introduced by thetegge2000-08-161-0/+1
* Add output of per battery information to apm(1).ume2000-08-131-1/+24
* Clean up some low level bootstrap code:peter2000-08-113-12/+3
* Don't skip IOAPIC id conflict detection when only one pci bus is present.tegge2000-08-101-6/+4
* Be more verbose when changing APIC ID on an IO APIC.tegge2000-08-062-2/+143
* Cleanup debug messages and Add some enhancements from linux oniwasaki2000-08-041-0/+1
* Fixed syntax errors and style bugs in previous commit. The syntaxbde2000-06-143-6/+6
* Further fixes for multiple-IO-APIC systems from Tor Egge:msmith2000-05-312-7/+3
* Bump the default NBUS value to 8, in lieu of actually sizing itmsmith2000-05-311-1/+1
* Pack the SWI bits to save some time and space.bde2000-05-311-2/+2
* Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use abde2000-05-311-12/+12
* Sync with sys/i386/include/bus_at386.h revision 1.9.nyan2000-05-311-4/+15
* Add taskqueue system for easy-to-use SWIs among other things.dfr2000-05-281-0/+3
* Back out the previous change to the queue(3) interface.jake2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-4/+4
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlypeter2000-05-211-3/+3
* We use a MI version of this now, which is mostly this file repo copied toobrien2000-05-191-24/+0
* Implement real read/write barriers for the i386. Despite the comment inmsmith2000-05-182-8/+30
* When using _asm{} in GCC, one must specify the operand's size if oneobrien2000-05-101-9/+9
* Fixed bus_space_{read,write}_region_* functions.nyan2000-05-071-60/+18
* Make in_cksum() a macro call to in_cksum_skip(), since it provides thejlemon2000-05-061-3/+2
* Add $FreeBSD$peter2000-05-015-0/+8
* * Use sys/sys/random.h rather than a i386 specific one.obrien2000-04-241-90/+0
* Some more i386-only BIOS-friendliness:msmith2000-04-161-0/+11
* Add multiple #include protectionroger2000-04-041-0/+6
* Add support for "green" saver mode.hm2000-03-311-1/+2
* Make sysv-style shared memory tuneable params fully runtime adjustablepeter2000-03-301-7/+0
* Change the mbuf size from 128 -> 256. Increasing the mbuf header sizejlemon2000-03-291-1/+1
* Added indirect pio into the bus space stuff for the NEC PC-98. bus.hkato2000-03-295-1415/+544
* The SMP cleanup commit broke UP compiles. Make UP compiles work again.dillon2000-03-281-1/+18
* pcvt cleanup.hm2000-03-281-70/+20
* Commit major SMP cleanups and move the BGL (big giant lock) in thedillon2000-03-289-162/+52
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichjlemon2000-03-271-0/+25
* Update sysinstall to use struct uc_device instead of struct isa_devicejhb2000-03-241-0/+73
* Exchange numerical values for FPE_INTDIV and FPE_INTOVF, so that theycracauer2000-03-201-2/+2
* - Add Support for the following PS/2 mice:yokota2000-03-181-4/+44
* Change the default FPU control word so that exceptions for newcracauer2000-03-101-34/+4
* Patches that eliminate extra context switches in FIFO case.dufault2000-03-021-2/+3
* Fix an __asm operand constraint which broke the -O3 and -O0 builds.bsd2000-02-211-6/+6
OpenPOWER on IntegriCloud