summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Much fixed & working digiboard driver.davidn1996-12-188-1868/+2666
* Initialize the upper 16 bits of the memory sizes properly (to 0).bde1996-12-181-3/+4
* Moved the printing of the BIOS geometries from cpu_startup() intobde1996-12-184-68/+72
* Restored comment about _POSIX_SAVED_IDS from rev.1.2.bde1996-12-181-3/+7
* Back out previous commit (and that's the last one I do on swallace'sjkh1996-12-181-2/+2
* Change prototype for semctl().jkh1996-12-181-2/+2
* Add Tekram DC390/390T driver "amd0", which is expected to work withse1996-12-183-3/+24
* Add include of <vm/pmap.h> to make this driver compile under -current.se1996-12-181-13/+4
* Rename DIAGNOSTIC to DMA_DIAGNOSTIC.se1996-12-181-1/+1
* Add comment for "amd" driver: Tekram DC-390(T) and generic AMD 53c974 PCI SCSI.se1996-12-181-2/+3
* Add driver for AMD 53c974 SCSI (Tekram DC390/390T).se1996-12-182-2/+4
* Add driver for the Tekram DC390 and DC390F, believed to also workse1996-12-181-0/+1
* Add code to fill the EEPROM buffer with default values, if no EEPROMse1996-12-181-1/+22
* Make compile under FreeBSD-current (3.0-DEVELOPMENT).se1996-12-181-3/+8
* In the IBCS2 semctl system call, the last parameter arg is passed byswallace1996-12-171-0/+16
* (1) Fix typo.kato1996-12-172-8/+8
* Sync with i386/i386/userconfig.c revision 1.77 (I/O port limit).kato1996-12-171-7/+2
* Sync with i386/i386/machdep.c revision 1.221 (fix nbuf calculation).kato1996-12-172-4/+4
* Increase the allowable port address from 0x2000 to 0xffff to aid inmsmith1996-12-171-4/+4
* Fix nbuf calculation /4 -> /8. 2.2 already has it this way.dg1996-12-172-4/+4
* Typo fix.alex1996-12-171-2/+2
* Change default tun MTU back to 1500.fenner1996-12-162-3/+8
* Synchronize with sys/i386/i386/userconfig.s revision 1.76 (updatekato1996-12-161-4/+4
* Fix "opt_ncr.h" changes:se1996-12-161-7/+9
* This commit was generated by cvs2svn to compensate for changes in r20537,se1996-12-153-0/+3839
|\
| * Tekram supplied driver for their DC390 and DC390T controllers.se1996-12-153-0/+3839
* Fix typose1996-12-151-3/+3
* Some days, it just doesn't pay to get out of bed. Fix another brokenwollman1996-12-151-2/+2
* Somehow the removal of ia_next didn't make it in the last time. Hopewollman1996-12-151-2/+1
* Attempt to complete the fix in the previous revision. This versionbde1996-12-151-2/+2
* Include "opt_ncr.h" for option settings.se1996-12-151-3/+5
* Add options for NCR driver.se1996-12-151-1/+8
* Remove "options MAXLUN=2" since the ncr driver will probe for 8 LUNsse1996-12-152-4/+2
* Do not limit to 1 LUN if FAILSAVE is set. Seems that CDROM drivesse1996-12-151-5/+2
OpenPOWER on IntegriCloud