summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the lpt driver, as discussed on -hackers.des1999-02-104-1405/+7
* Remove lpt from the device list.des1999-02-101-3/+3
* Use ppbus instead of the lpt driver. Throw in a (commented-out) vpo entrydes1999-02-101-2/+8
* Save pnp changes into a sysctl variable for kget, just as is donejkh1999-02-101-3/+27
* Add a prioritization field to the devstat_add_entry() call so thatken1999-02-105-12/+20
* Add missing poatch for ibcs2_ipc.h as well.guido1999-02-091-4/+14
* add isp specific config options and explanationsmjacob1999-02-092-2/+50
* Adjust idle zero-page fill hysteresis based on tests. Use 2/3 and 4/5dillon1999-02-081-4/+8
* Rip out PQ_ZERO queue. PQ_ZERO functionality is now combined in withdillon1999-02-081-19/+23
* Change the load address of the ELF dynamic linker from "2L*MAXDSIZ"jdp1999-02-071-1/+11
* Reorder the pcvt(4) options to the appropriate section, so i can closejoerg1999-02-072-22/+24
* 1) Fix our view of how ibcs2_semid_ds looks. There is no padding int thereguido1999-02-072-13/+46
* Added underscores to some names in svr4_locore.s so that it compilesbde1999-02-062-9/+10
* Oops, the last commit contained a wrong patch. This is the correct one.yokota1999-02-052-12/+42
* - Don't assume the line length in the video memory is always the same asyokota1999-02-054-95/+114
* replace previous stupid comment with one more appropriateadam1999-02-043-12/+9
* Can't use elf_brand_inuse() here because iBCS2 doesn't use ELF. D'oh!newton1999-02-041-2/+14
* Added call to elf_brand_inuse() to prevent you from cutting your ownnewton1999-02-041-3/+11
* remind that apm is required in order for timekeeping to workadam1999-02-041-1/+2
* Recognize Pentium II Xeon, Celeron and Pentium III cpus. Because CPUkato1999-02-042-3/+13
* YAMFsio.c (1.227-1.228: set up input buffering dynamically).bde1999-02-041-116/+189
* M_TTYS -> M_DEVBUF. M_TTYS is documented to be for "tty databde1999-02-041-11/+13
* Set up interrupt-level input buffering dynamically depending onbde1999-02-041-111/+177
* - Added atkbdc and atkbd to the device info array so that they don'tyokota1999-02-041-3/+5
* Added a used include. This file doesn't get tested by LINT becausebde1999-02-041-0/+2
* Fixed the type of target_page to vm_offset_t (unsigned). This fixes adg1999-02-031-8/+8
* Check for signals while reading /dev/urandom. Reading 10MB frombde1999-02-021-1/+12
* Added a hopefully-machine-independent macro for determining if abde1999-02-021-1/+3
* Bzero the devstat structure before use.sos1999-01-312-2/+4
* Move the "fetch serial data" delay so that it is an inter-bit delay.dufault1999-01-311-5/+13
* Add device stats for the acd device.sos1999-01-314-30/+92
* - Don't print unnecessary CLI command prompt (and faked "quit" command)yokota1999-01-311-76/+89
* Fix compile warnings about missing braces around static initialization of uni...nsouch1999-01-311-3/+3
* Use offset to _pc98_system_parameter instead of immediate value whichkato1999-01-311-4/+6
* New driver flags to support IFF_ALLMULTI handling.paul1999-01-311-1/+4
* Add IFF_MULTICAST when setting flags in lnc_init().paul1999-01-311-2/+2
* Fix and enable multicast support.paul1999-01-311-51/+47
OpenPOWER on IntegriCloud