summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpubde1999-03-053-9/+9
* Fix an SMP-only TLB invalidation bug. Specifically, disablealc1999-03-051-1/+5
* Adopt syscons's recent change from key_t to keyent_t (this part ofjoerg1999-03-041-2/+2
* Add the atapi fd driver (LS120 & ZIP drive support)sos1999-03-043-3/+6
* Fixed null pointer panic for misconfigured master ports.bde1999-03-031-3/+7
* Added FE_8BIT_SUPPORT into the list. The fe driver includes opt_fe.h.kato1999-03-032-2/+5
* Correct casts in vtophys and avtophys to be vm_offset_t.dg1999-03-021-3/+3
* Fix thread/process tracking and differentiation for Linux threads emulation.julian1999-03-021-19/+16
* Finally!!sos1999-03-013-3/+44
* Ensure that vnode_if.h build before object files, if make depend has notdt1999-03-011-2/+2
* Don't define MACHINE, MACHINE_ARCH, _MACHINE or _MACHINE_ARCH ifimp1999-03-011-1/+9
* Update to know about current kernel directory layout.mckusick1999-02-281-22/+31
* Removed all traces of `p_switchtime'. The relevant timestamp is per-cpu,bde1999-02-282-15/+8
* Don't call assign_apic_irq with a value for irq that is out of range.tegge1999-02-263-6/+6
* Integrated a patch provided by Guido to more correctly work out thenewton1999-02-251-6/+23
* Fixed my recent breakage of the ELF case.bde1999-02-251-1/+2
* Don't forget to update `switchticks' in corner cases (except forbde1999-02-251-2/+4
* Add support for stealth forwarding (forwarding packets without touchingdes1999-02-222-2/+12
* Outdated with the removal of LKM support. KLDs can't be tested in anyeivind1999-02-221-74/+0
* Added a per-cpu variable `switchticks' for use in scheduling.bde1999-02-225-6/+11
* Add uhci and ohci driver namesn_hibma1999-02-211-2/+4
* Rename hid device to uhid (HID: Human Interface Device)n_hibma1999-02-213-6/+6
* 1) Added define for USB as an interfacen_hibma1999-02-211-1/+3
* Fix controller/device ppc0 inconsistency with GENERICnsouch1999-02-212-4/+4
* Removed uhub from list. Mandatory with usb device and this was alreadyn_hibma1999-02-203-8/+3
* Fix an operator precedence bug.dt1999-02-201-3/+3
* Really make the "Rename nlpt to lpt." purported to have been made inobrien1999-02-201-2/+2
* Bit 24 of the Feature Flag is FXSR (for Fast FP Save and Restore).roberto1999-02-201-2/+2
* World, I'd like you to meet the first FreeBSD token Ring driver.julian1999-02-203-7/+40
* Kill an obsolete file. It has been moved to sys/dev/kbd.yokota1999-02-201-1332/+0
* Make sure the DAC palette width is restored to 6 bit.yokota1999-02-201-5/+8
* Introduce machine-dependent macro pgtok() to convert page count to numberluoqi1999-02-194-16/+18
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). Thisluoqi1999-02-195-19/+16
* On the i386, load the ELF dynamic linker where an mmap(0, ...) wouldjdp1999-02-191-5/+7
* Add a little bit more identifying information to the myriad PCI networkwollman1999-02-181-14/+17
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-1/+2
* Corrected ioctl numbers conflict.roger1999-02-151-37/+47
* More appropriate fix to the id_irq read during probensouch1999-02-141-3/+3
* MF3: add SYSVMSGjkh1999-02-141-3/+5
* The way the interrupt id was calculated was wrong and the lptnsouch1999-02-141-2/+2
* Ignore errors from chflags. This makes it possible to make installworlddes1999-02-141-2/+2
* Fix interrupt handling with DMA. Bit nFault was tested in the control reg.nsouch1999-02-141-5/+10
* Rename nlpt to lpt.nsouch1999-02-143-14/+14
* Add alpm, Acer Aladdin-IV/V/Pro2 Power Management Unit. See alpm(4).nsouch1999-02-132-2/+6
* Don't pass PSL_NT to vm86 signal handlers. Some vm86/real modebde1999-02-131-2/+8
* Correct i/o addresses for dgb & dgmbrian1999-02-122-6/+6
* Added new ioctls for Hauppage Infra-Red Remote Control support,roger1999-02-111-2/+25
* Zero p->retval[1] when starting a process. This value ends up in %edxmsmith1999-02-111-1/+8
* Make the ahc_eisa file also optional on 'eisa'.gibbs1999-02-111-2/+2
* Fix typosjkoshy1999-02-111-3/+3
OpenPOWER on IntegriCloud