summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-1022-55/+152
* After wading in the cesspool of ip_input for an hour, I have managed towollman1999-02-091-10/+8
* Remove dictHashSummary internal function; it used doubles.jkh1999-02-093-79/+0
* Add missing poatch for ibcs2_ipc.h as well.guido1999-02-091-4/+14
* Addendum to vm_map coalesce optimization. Also, this was backed-outdillon1999-02-091-1/+1
* Cleanup. Set all PCI parameters of importance. Set a define that willmjacob1999-02-092-30/+210
* Roll internal release tag. Roll core version minor. Fix broken DPARM_DEFAULTmjacob1999-02-091-5/+8
* clean up some NVRAM definesmjacob1999-02-091-9/+5
* Add in defines that disable (temp) fast posting.mjacob1999-02-091-3/+7
* Allow fibre channel 'bus resets' to go through. Handle Loop Down/Loop Upmjacob1999-02-091-13/+43
* Roll internal release tag. Print out if we're in a 64 bit PCI slot.mjacob1999-02-091-59/+156
* roll internal release tagmjacob1999-02-094-10/+14
* add isp specific config options and explanationsmjacob1999-02-093-3/+75
* add isp host adapter specific optionsmjacob1999-02-091-1/+6
* Revamp vm_object_[q]collapse(). Despite the complexity of this patch,dillon1999-02-082-210/+236
* Generate correct DLT_NULL headers before passing packets to bpf.des1999-02-081-30/+43
* Bring in the simplified port probe from src/sys/i386/isa/lpt.cdes1999-02-081-26/+20
OpenPOWER on IntegriCloud