summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Whoops, I committed an older version that didn't have some warnings fixed.nate1994-01-041-4/+6
* Updated config files for new multi-controller wd.c driver and removednate1994-01-046-25/+45
* Removed wx driver hooks.nate1994-01-043-6/+3
* Removed wx driver hooksnate1994-01-041-3/+2
* Temporary hack to allow multiple controller support until Rod gets morenate1994-01-041-2/+2
* New wd driver, based on Bruce Evans 'wx/altwd' driver which has passednate1994-01-042-587/+705
* Yanked out history section as it is unlikely there will be any furtherdg1994-01-032-308/+128
* Increased maximum and default 'size' limits to more reasonable values.dg1994-01-032-10/+10
* Convert syscall to trapframe. Based on work done by John Brezak.dg1994-01-0324-760/+445
* Patches from John Brezak (necessary for the syscall->trapframe conversiondg1994-01-032-8/+122
* Temporary plug CLOCAL security hole, while sticky bitsache1994-01-023-3/+33
* change maxprot of text to allow writes.dg1993-12-301-2/+2
* Raised minimum buffer cache from 128k to 256k.dg1993-12-222-12/+12
* First round of changes from John Dyson and myself to the VM system. Thisdg1993-12-221-9/+103
* Changed pointer type from caddr_t to void * for fillw, insw, outsw, anddg1993-12-212-10/+10
* Separate read/write and format GAPs.ache1993-12-212-2/+4
* Use separate fields for format GAP and read/write GAP.ache1993-12-213-57/+48
* Don't cast 2nd arg to fillw() per David's comments. The castrich1993-12-213-69/+60
* cast arg 2 of fillw() calls to type caddr_t as in pccons.rich1993-12-213-75/+87
* Let the linker keep track of pseudo-devices needing initialization andwollman1993-12-203-3/+39
* Rename aout_imgact.c and shell_imgact.c to imgact_* for consistency.wollman1993-12-202-0/+310
* Document use of counters 29 and 30 for CCITT netisrs.wollman1993-12-203-9/+9
* Separated netisrs for pkintr() (X.25) and hdintr() (HDLC) so that someonewollman1993-12-201-2/+3
* Added support for X.25 as a network-layer protocol under ISO TP class 0, aswollman1993-12-193-6/+9
* adding libc/quad:alm1993-12-195-5/+39
* Make everything compile with -Wtraditional. Make it easier to distributewollman1993-12-1981-418/+590
* Media table reorganization.ache1993-12-193-378/+693
* From vak@kiae.su:ache1993-12-192-0/+172
* Fix tsleep "waitvt" wait data from vak@kiae.suache1993-12-183-6/+6
* Reorganization of format table.ache1993-12-183-99/+207
* RTCFDT_720K (physical drive 720K) added.ache1993-12-182-2/+4
* Added following formats (derived from MSDOS fdformat):ache1993-12-163-30/+57
* Change default dtrwait value to 2 seconds.ache1993-12-163-9/+9
* No more partition bits in floppy minor.ache1993-12-163-108/+165
* wt.c - version 1.3alm1993-12-132-129/+231
* set output flags to ttydefault if COMCONSOLE is defined.dg1993-12-133-3/+15
* added some panics to catch the condition where pmap_pte returns nulldg1993-12-132-2/+18
* Add more strictly size check into Fdopen to eliminateache1993-12-133-12/+42
* Add 360K floppy support.ache1993-12-123-15/+66
* Add popular 720k floppy in HD drive floppy type.ache1993-12-123-12/+15
* 1) Added proc file system from Paul Kranenburg with changes fromdg1993-12-121-0/+60
* 1) Added proc file system from Paul Kranenburg with changes fromdg1993-12-1215-84/+296
* Folllow Bruce's advice in reducing dma_pagesize to 4K (more conservativejkh1993-12-121-1/+1
* Deleted the private cleandir target. It didn't had a rule for theats1993-12-112-4/+4
* Remove compiler warning:ache1993-12-111-1/+1
* Force HUPCL in bidirectional port open.ache1993-12-113-6/+12
* 1) Fix error with port recognition, speed initialization codeache1993-12-093-6/+39
* Fixed spelling error. Added NSIP (XNS over IP). Fixed TP class 4 overwollman1993-12-063-9/+12
* Fixed the error that a Fdopen succeeds without a found fd controller inats1993-12-043-6/+9
* From: Jeffrey Hsu <hsu@soda.berkeley.edu>alm1993-12-039-9/+26
OpenPOWER on IntegriCloud