summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Bring in Serge Vakulenko's IDE CDROM (ATAPI) driver. A number ofjkh1995-08-1813-18/+2276
* Add a sanity check for the UDP length field in order to preventolah1995-08-171-2/+2
* The `cred' and `proc' args were missing for some VOP_OPEN() and VOP_CLOSE()bde1995-08-176-14/+14
* Killed some unused stuff inherited from Bill Jolitz. Note that sincedg1995-08-177-52/+11
* Close PR kern/682:jkh1995-08-171-2/+3
* Fix the 3C589 driver to work with the BNC connector.nate1995-08-161-3/+7
* Added missing semi-colon in the XT_KEYBOARD code. W/out it the codenate1995-08-163-6/+6
* Make everything except the unsupported network sources compile cleanlybde1995-08-1621-39/+33
* Make everything except the unsupported network sources compile cleanlybde1995-08-163-9/+9
* Honor -async mount option when doing the inode update.dg1995-08-161-2/+2
* Remove the fundamentally useless probe and attach commands I added.jkh1995-08-161-27/+1
* Print more information in case of unspecific error condition.se1995-08-151-15/+41
* Increase the DELAY_GETREPLY to 5000000. Not dangerous, this isjoerg1995-08-152-4/+4
* Install kzip.o with BINMODE=444.joerg1995-08-151-1/+2
* Fake a call frame for traps so that `gdb -k' can report where fatalbde1995-08-153-3/+39
* Add more chip set register decodings:se1995-08-151-3/+13
* Properly prototype the ahc_done routine, and pass the right number ofgibbs1995-08-151-3/+3
* Correctly timeout scb instead of active_scb which is carying the bus devicegibbs1995-08-141-2/+2
* Slight change to the location of the default termios flags to make thempeter1995-08-132-14/+34
* Next round of cleanups. Some more debugging hooks added, si_softc definitionpeter1995-08-134-244/+150
* Return an extended status of XS_TIMEOUT (instead of XS_DRIVER_STUFFUP)se1995-08-131-3/+3
* Disable fifos in sioclose(). Closes PR 576.bde1995-08-133-3/+27
* Correct a little typo in LINT. trouble is -> trouble if.ats1995-08-123-6/+6
* Document two specials of the `lpt' driver: the port address can bejoerg1995-08-113-6/+24
* Converted mountlist to a CIRCLEQ.dg1995-08-1114-63/+61
* Be careful not to dereference NULL credentials pointers when doing thedg1995-08-112-6/+14
* Remove a deliberate #warning.. It's not polite, because I listed the thepeter1995-08-102-10/+2
* Drat! I forgot to add this part of the Specialix Driver..peter1995-08-101-0/+804
* Bring in my long-overdue version of the Specialix driver.peter1995-08-096-0/+5758
* Add hook for EISA probe for Specialix EISA card.peter1995-08-091-1/+8
* Add Specialix driver to LINTpeter1995-08-093-3/+39
* Fixed my usage of "asm" instead of "__asm" and "volatile" insteaddyson1995-08-091-2/+2
* Fixed a problem that malloc(..,..,M_NOWAIT) was being called without checkingdyson1995-08-083-18/+18
* Make the spl oriented inline functions less likely to allowdyson1995-08-083-9/+12
* Move mbuf frees to after call to sorflush().dg1995-08-081-3/+3
* On closer inspection, it turns out that all of the callers of disksortdg1995-08-072-10/+2
* Set bp->b_actf=NULL for paranoia sake.dg1995-08-071-1/+2
* Since buffers can be pulled off of the disk queue at interrupt time anddg1995-08-072-4/+14
* Woops, I committed the wrong version of the diff in the last rev.dg1995-08-071-2/+2
* Use bdwrite() rather than brelse(). The cylinder group bitmap modificationdg1995-08-071-2/+2
* Made msgbuf range checking more robust and clean.dg1995-08-073-24/+13
* Restore check for msg_bufx being negative. Changed if() expression to bedg1995-08-061-4/+4
* Extentd David's recent change to shutdown_nice() by callingjoerg1995-08-061-1/+5
* Allow a pipe to be opened read/write at one end, as is allowed injkh1995-08-062-30/+56
* Resize both VMIO and non-VMIO buffers if the size changes.dg1995-08-061-8/+2
* Removed redundant call to vm_object_page_clean: this is already handleddg1995-08-061-7/+1
* Removed redundant call to vm_object_page_clean - this is already donedg1995-08-061-6/+1
* Fixed bug where vnode_pager_uncache() wasn't always called when it shoulddg1995-08-062-6/+4
* Clean up the mesgin code to make it easier to read with proceedure lablesgibbs1995-08-061-55/+49
* Grab next major (68) for the Specialix SI/XIO driver which is due topeter1995-08-053-3/+32
OpenPOWER on IntegriCloud