summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Cosmetic change.kato1999-02-162-10/+14
* Merge with sys/i386/conf/options.i386 revision 1.102.kato1999-02-162-2/+6
* Sync with sys/i386/i386/machdep.c revision 1.326.kato1999-02-162-4/+16
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-1638-267/+337
* Applied patch from MAEKAWA Masahide <bishop@rr.iij4u.or.jp>. (PR2)n_hibma1999-02-151-0/+8
* Added vendor Compaq/CMDTACH and USB067[03]n_hibma1999-02-151-0/+21
* Added more verbose debugging output to uhci_runn_hibma1999-02-151-2/+26
* Enable load of i386 ELF kernels with larger KVA range (e.g. starting attegge1999-02-151-2/+2
* Corrected ioctl numbers conflict.roger1999-02-153-111/+141
* Clean up some .Os macro uses: quotes are not needed, multiple argumentsfenner1999-02-151-2/+2
* Minor reorganization of vm_page_alloc(). No functional changes havedillon1999-02-152-114/+84
* 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
OpenPOWER on IntegriCloud