summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in the new madvise() code that would possibly (improperly)dillon1999-02-151-24/+12
* More appropriate fix to the id_irq read during probensouch1999-02-143-9/+9
* Only needed to cast array index from char to unsigned char, did notdillon1999-02-141-3/+3
* On second thought: do previous fux in pcic.c better.guido1999-02-142-9/+3
* MF3: add SYSVMSGjkh1999-02-142-6/+10
* Somehow, it is possible to get a pcicintr() when in the resume process.guido1999-02-141-1/+8
* The way the interrupt id was calculated was wrong and the lptnsouch1999-02-143-6/+6
* Move away from lpt.h data structure definition that only lpt.c relies on.nsouch1999-02-143-43/+59
* Return approriate errors to userland.nsouch1999-02-143-20/+52
* Ignore errors from chflags. This makes it possible to make installworlddes1999-02-147-14/+14
* Fix interrupt handling with DMA. Bit nFault was tested in the control reg.nsouch1999-02-143-15/+30
* Rename nlpt to lpt.nsouch1999-02-1411-165/+126
* Handle correctly iicbus request/release mechanism. Add iicbus allocationnsouch1999-02-132-9/+28
* Fix smbus allocation and add the alsmb (see alpm(4)) driver.nsouch1999-02-134-18/+29
* Add alpm, Acer Aladdin-IV/V/Pro2 Power Management Unit. See alpm(4).nsouch1999-02-133-3/+9
* Add alpm.c, Aladdin Power Management SMBus support for the SMBus framework.nsouch1999-02-132-1/+688
* Add pci/alpm.c, Aladdin SMBus driver (alpm(4)).nsouch1999-02-131-0/+1
* Don't pass PSL_NT to vm86 signal handlers. Some vm86/real modebde1999-02-132-4/+16
* Add "beep" ioctl. (#10 is reserved for PIOCSVIR)kuriyama1999-02-134-4/+14
* General additional cleanup of VOP API for NFS ops - mainly NFS ignoringdillon1999-02-132-8/+26
* Remove XXX comment in regarsd to why NFS doesn't use VOP_ABORT(). NFSdillon1999-02-131-3/+3
* PR: kern/9970dillon1999-02-132-4/+2
* Minor optimization to madvise() MADV_FREE to make page as freeable asdillon1999-02-121-1/+7
* Improved reporting of autodetected speed and duplex.julian1999-02-122-42/+96
* Fixed -Wcast-qual warnings.bde1999-02-123-9/+9
* Fixed fatal type mismatches in the aout case. Const poisoning inbde1999-02-121-5/+5
* Correct i/o addresses for dgb & dgmbrian1999-02-123-9/+9
* Fix non-fatal bug in vm_map_insert() which improperly cleareddillon1999-02-122-60/+49
* Sync with sys/i386/i386/machdep.c revision 1.325.kato1999-02-122-2/+16
* Do not issue RX and TX reset commands in xl_stop() and xl_init(). On thewpaul1999-02-111-2/+6
* Define more registers and fix incorrect (but unused) register bit definitions.julian1999-02-112-20/+58
* Define more registers in the PHY unit and use them to report backjulian1999-02-114-18/+164
* Added ioctl REMOTE_GETKEY for Hauppauge Infra-Red Remote Control.roger1999-02-112-34/+206
* Added new ioctls for Hauppage Infra-Red Remote Control support,roger1999-02-113-6/+75
* Zero p->retval[1] when starting a process. This value ends up in %edxmsmith1999-02-112-2/+16
* Set the ultra enable bits in the adaptor's scratch ram area only aftergibbs1999-02-112-40/+38
* Make the ahc_eisa file also optional on 'eisa'.gibbs1999-02-112-4/+4
* Ensure that the ACK from the last information transfer phase has beengibbs1999-02-111-2/+16
* Completely set information in the transaction description before performinggibbs1999-02-111-4/+4
* Correct a race condition where a target mode SCB dma could occurgibbs1999-02-111-7/+8
* Correct some indentationgrog1999-02-111-37/+48
* build_write_request: correct logic for handling writes to volumes withgrog1999-02-111-1/+1
* check_drive: Make sure that we don't open two different drives withgrog1999-02-111-14/+27
* In some cases, it's possible that I/O errors will cause the daemon togrog1999-02-111-4/+15
* Fix typosjkoshy1999-02-112-6/+6
* Fixed COPYRIGHT_PC98 (good bye 1998).kato1999-02-101-2/+2
* Sync with sys/i386/i386/userconfig.c revision 1.130.kato1999-02-101-3/+27
* Remove the lpt driver, as discussed on -hackers.des1999-02-106-1418/+11
* 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-102-4/+16
OpenPOWER on IntegriCloud