aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Correct a pathname. The isdn tells to look for aAndreas Schulz1995-08-203-9/+9
* Fixed mfs reboot panic by never returning failure from mfs_start().David Greenman1995-08-201-6/+5
* Make db_ps tolerant of uninitialized struct proc fields. Improved 'more'David Greenman1995-08-201-19/+39
* Call boot() instead of cpu_reset() if init isn't running in shutdown_nice.David Greenman1995-08-201-7/+6
* Fixed a few bugs and annoyances with boot():David Greenman1995-08-202-50/+26
* Correct the PCI ID for the Adaptec 7850 chips.Justin T. Gibbs1995-08-201-2/+2
* First part of importing the Japanese `od' driver.Joerg Wunsch1995-08-195-24/+66
* Bring in Serge Vakulenko's IDE CDROM (ATAPI) driver. A number ofJordan K. Hubbard1995-08-1813-18/+2276
* Add a sanity check for the UDP length field in order to preventAndras Olah1995-08-171-2/+2
* The `cred' and `proc' args were missing for some VOP_OPEN() and VOP_CLOSE()Bruce Evans1995-08-176-14/+14
* Killed some unused stuff inherited from Bill Jolitz. Note that sinceDavid Greenman1995-08-177-52/+11
* Close PR kern/682:Jordan K. Hubbard1995-08-171-2/+3
* Fix the 3C589 driver to work with the BNC connector.Nate Williams1995-08-161-3/+7
* Added missing semi-colon in the XT_KEYBOARD code. W/out it the codeNate Williams1995-08-163-6/+6
* Make everything except the unsupported network sources compile cleanlyBruce Evans1995-08-1621-39/+33
* Make everything except the unsupported network sources compile cleanlyBruce Evans1995-08-163-9/+9
* Honor -async mount option when doing the inode update.David Greenman1995-08-161-2/+2
* Remove the fundamentally useless probe and attach commands I added.Jordan K. Hubbard1995-08-161-27/+1
* Print more information in case of unspecific error condition.Stefan Eßer1995-08-151-15/+41
* Increase the DELAY_GETREPLY to 5000000. Not dangerous, this isJoerg Wunsch1995-08-152-4/+4
* Install kzip.o with BINMODE=444.Joerg Wunsch1995-08-151-1/+2
* Fake a call frame for traps so that `gdb -k' can report where fatalBruce Evans1995-08-153-3/+39
* Add more chip set register decodings:Stefan Eßer1995-08-151-3/+13
* Properly prototype the ahc_done routine, and pass the right number ofJustin T. Gibbs1995-08-151-3/+3
* Correctly timeout scb instead of active_scb which is carying the bus deviceJustin T. Gibbs1995-08-141-2/+2
* Slight change to the location of the default termios flags to make themPeter Wemm1995-08-132-14/+34
* Next round of cleanups. Some more debugging hooks added, si_softc definitionPeter Wemm1995-08-134-244/+150
* Return an extended status of XS_TIMEOUT (instead of XS_DRIVER_STUFFUP)Stefan Eßer1995-08-131-3/+3
* Disable fifos in sioclose(). Closes PR 576.Bruce Evans1995-08-133-3/+27
* Correct a little typo in LINT. trouble is -> trouble if.Andreas Schulz1995-08-123-6/+6
* Document two specials of the `lpt' driver: the port address can beJoerg Wunsch1995-08-113-6/+24
* Converted mountlist to a CIRCLEQ.David Greenman1995-08-1114-63/+61
* Be careful not to dereference NULL credentials pointers when doing theDavid Greenman1995-08-112-6/+14
* Remove a deliberate #warning.. It's not polite, because I listed the thePeter Wemm1995-08-102-10/+2
* Drat! I forgot to add this part of the Specialix Driver..Peter Wemm1995-08-101-0/+804
* Bring in my long-overdue version of the Specialix driver.Peter Wemm1995-08-096-0/+5758
* Add hook for EISA probe for Specialix EISA card.Peter Wemm1995-08-091-1/+8
* Add Specialix driver to LINTPeter Wemm1995-08-093-3/+39
* Fixed my usage of "asm" instead of "__asm" and "volatile" insteadJohn Dyson1995-08-091-2/+2
* Fixed a problem that malloc(..,..,M_NOWAIT) was being called without checkingJohn Dyson1995-08-083-18/+18
* Make the spl oriented inline functions less likely to allowJohn Dyson1995-08-083-9/+12
* Move mbuf frees to after call to sorflush().David Greenman1995-08-081-3/+3
* On closer inspection, it turns out that all of the callers of disksortDavid Greenman1995-08-072-10/+2
* Set bp->b_actf=NULL for paranoia sake.David Greenman1995-08-071-1/+2
* Since buffers can be pulled off of the disk queue at interrupt time andDavid Greenman1995-08-072-4/+14
* Woops, I committed the wrong version of the diff in the last rev.David Greenman1995-08-071-2/+2
* Use bdwrite() rather than brelse(). The cylinder group bitmap modificationDavid Greenman1995-08-071-2/+2
* Made msgbuf range checking more robust and clean.David Greenman1995-08-073-24/+13
* Restore check for msg_bufx being negative. Changed if() expression to beDavid Greenman1995-08-061-4/+4
* Extentd David's recent change to shutdown_nice() by callingJoerg Wunsch1995-08-061-1/+5