summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't forget to reset the hardware debug registers when a process thatbsd2000-02-202-0/+51
* Document the support in the kernel for hardware debug registers on theobrien2000-02-121-0/+3
* Add support for WEP (encryption) for silver and gold WaveLAN/IEEE turbo cards.wpaul2000-02-021-0/+15
* Fixed the profiling version ALTENTRY(). Again. The previous versionbde2000-01-251-5/+9
* Update to driver 2.07roger2000-01-241-1/+2
* Remove old specialix pre-newbus specialix driver. It lives on inpeter2000-01-241-495/+0
* Move ENTRY and ALTENTRY definitions to asm.h where they belong.jasone2000-01-201-1/+4
* Protect the i386 machine-dependant type definitions of __int64_tsheldonh2000-01-141-0/+2
* Allow SMP systems with an MCA bus to work properly.mdodd2000-01-132-4/+7
* Fixed style bugs related to the access functions for the bsfl and bsrlbde2000-01-091-31/+24
* Allow SMP && NCPU == 1 to work. From now on, there's no restriction on theluoqi2000-01-072-2/+6
* ISA device drivers use the ISA source interrupt number in locations wheretegge2000-01-042-6/+66
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-2930-59/+64
* update to isdn4bsd beta release 0.90hm1999-12-146-14/+60
* Reclaim UPAGES_HOLE (8k) that was chopped out of process address space.peter1999-12-112-3/+1
* User ldt sharing.luoqi1999-12-062-3/+24
* Switch over to using the generic joy driverpeter1999-12-051-20/+0
* oszsigcode -> szosigcodemarcel1999-12-042-2/+2
* Fix type of sf_addr.marcel1999-12-041-2/+2
* Moved scheduling-related code to kern_synch.c so that it is easier to fixbde1999-11-271-8/+1
* Update the WaveLAN/IEEE driver:wpaul1999-11-251-0/+25
* Optimize two cases in the MP locking code. First, it is not necessarydillon1999-11-191-3/+2
* Optimize two cases in the MP locking code. First, it is not necessarydillon1999-11-193-0/+4
* Segment registers can be read(write) to(from) memory locations as well asluoqi1999-11-151-4/+4
* Fix clobbers so that GENERIC may compile with GCC 2.95.2.obrien1999-11-144-332/+336
* Reserve space for FPU state in struct sigcontext. Fix some style bugsmarcel1999-11-121-11/+18
* Change the type of sf_addr in struct {o}sigframe from char* tomarcel1999-11-121-8/+9
* i8254_restore is called from apm_default_resume() to reloadiwasaki1999-10-301-0/+1
* Eliminate remaining part of incorrect PCI bus numbering sanity check on syste...tegge1999-10-151-7/+0
* * Implement bus_set/get/delete_resource for pci.dfr1999-10-141-2/+1
* Add a per-signal flag to mark handlers registered with osigaction, so weluoqi1999-10-113-4/+2
* Zap unneeded #includespeter1999-10-111-2/+0
* Simplification of the signal trampoline and other cleanups.marcel1999-10-073-4/+21
* Re-introduction of sigcontext.marcel1999-10-042-29/+65
OpenPOWER on IntegriCloud