summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use breakpoint() instead of Debugger() in siointr1(). Debugger() doesn'tbde1996-12-233-9/+6
* Don't redefine SCSI_NCR_DFLT_TAGS even in if FAILSAFE is defined.bde1996-12-231-4/+6
* Added undocumented SCSI_DELAY and SCSI_NCR_* options. SCSI_DELAY getsbde1996-12-233-3/+21
* Sorted options.bde1996-12-231-30/+30
* Fixed spelling of SCSI_NCR_MAX*.bde1996-12-231-3/+3
* Fixed quoting of MAXDSIZ and DFLTDSIZ. The quoting rules changed whenbde1996-12-233-9/+9
* Cosmetic (wrt. the screen display) change: when re-enabling a device,joerg1996-12-231-2/+4
* *Ahem* - opt_rlimit.h does not exist in the LKM case. This was anotherjkh1996-12-231-1/+3
* Fix a bug in the wt driver that could cause memory corruption.joerg1996-12-231-8/+16
* Someone needs to teach Nate about the C pre-processor in general and thejkh1996-12-232-4/+4
* Make DFLDSIZ and MAXDSIZ fully-supported options.joerg1996-12-229-9/+26
* Document MAXDSIZ and DFLDSIZ. This is a 2.2 candidate change.dyson1996-12-223-3/+42
* Add & Document MD5 option.phk1996-12-223-3/+21
* Add kern/md5c.c which came here by repository copy.phk1996-12-221-0/+1
* Fixup for new location.phk1996-12-221-4/+4
* Make this compile in the kernel too, major cosmetic cleanup.phk1996-12-221-260/+277
* PCCARD support safety belts.nate1996-12-212-2/+16
* Give MFS_ROOT priority over NFS as root filesystem.phk1996-12-212-18/+20
* Improve probe routine for CONTEC C-NET(98) card. I/O port and memorykato1996-12-212-129/+209
* Improve negotiation messages:se1996-12-211-8/+8
* Mention amd driver in comment regarding PCI drivers.se1996-12-212-8/+8
* Add PCI IDs of the ProLAN and Compex PCI NE2000 clones.se1996-12-212-16/+22
* Fix bug that would stop probing for SCSI devicesse1996-12-201-5/+6
* Reorder the wildcard entries to the end of the quirks list, so theyjoerg1996-12-201-23/+39
* Add `#include <pc98/pc98/pc98.h>'.kato1996-12-201-1/+5
* Synchronize with sys/i386/isa/mse.c revision 1.29 (test in mseopen).kato1996-12-201-1/+4
* Synchronize with sys/i386/isa/syscons.c revision 1.192 (fix typo).kato1996-12-201-3/+3
* Fixed nonexistent checking of lock types for F_GETLK.bde1996-12-191-1/+4
* Fixed lseek() on named pipes. It always succeeded but should always fail.bde1996-12-198-15/+25
* Test in mseopen() whether the device has been configured at all, andjoerg1996-12-192-2/+8
* Fixed errno for unsupported advisory locks. The errno is now EINVALbde1996-12-194-8/+8
* More cleanups to satisfy the following rules:bde1996-12-191-5/+8
* Add `ep' driver support.kato1996-12-192-2/+4
* Clean up Bill's additions.wollman1996-12-191-9/+11
* Fixed setpgid(). Negative pgids were accepted.bde1996-12-191-1/+3
* Fixed arg checking in if_advlock(). Invalid args were accepted in anbde1996-12-191-11/+14
* Submitted by: Naoki Hamada <nao@sbl.cl.nec.co.jp>kato1996-12-193-3/+17
* Synchronize with sys/i386/i386/trap.c revision 1.84 (handlekato1996-12-191-8/+9
* Synchronize with sys/i386/isa/fd.c revision 1.94 (disable diskkato1996-12-192-2/+14
* Hawaii-Five-Typoalex1996-12-193-9/+9
* Add prototypes for ethers.3 functions as per wollman:wpaul1996-12-181-1/+11
* Delete comment for "sbic" driver.kato1996-12-181-3/+2
* Sync with sys/i386/i386/userconfig.c revision 1.78 (amd driver entry).kato1996-12-181-2/+3
* Sync with sys/i386/i386/machdep.c revision 1.222 (move printing ofkato1996-12-182-64/+2
* Fixed pedantic syntax error.bde1996-12-181-2/+2
* Added a missing prototype.bde1996-12-181-0/+4
* Only handle copyin/out/etc faults when not in an interrupt handler.bde1996-12-183-24/+27
* Fixed formatting of KERN_DUMPDEV.bde1996-12-182-4/+4
* Fixed bogus linkage of one of the ddb linker sets.bde1996-12-181-2/+6
* Disabled half-baked disk statistics support. It didn't actually generatebde1996-12-183-3/+21
OpenPOWER on IntegriCloud