summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Temporary plug CLOCAL security hole, while sticky bitsache1994-01-021-1/+11
* Raised minimum buffer cache from 128k to 256k.dg1993-12-221-6/+6
* Changed pointer type from caddr_t to void * for fillw, insw, outsw, anddg1993-12-211-5/+5
* Separate read/write and format GAPs.ache1993-12-211-1/+2
* Use separate fields for format GAP and read/write GAP.ache1993-12-211-19/+16
* Don't cast 2nd arg to fillw() per David's comments. The castrich1993-12-211-23/+20
* cast arg 2 of fillw() calls to type caddr_t as in pccons.rich1993-12-211-25/+29
* Document use of counters 29 and 30 for CCITT netisrs.wollman1993-12-201-3/+3
* 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-192-4/+6
* adding libc/quad:alm1993-12-193-3/+23
* Make everything compile with -Wtraditional. Make it easier to distributewollman1993-12-1942-223/+288
* Media table reorganization.ache1993-12-191-126/+231
* From vak@kiae.su:ache1993-12-191-0/+86
* Fix tsleep "waitvt" wait data from vak@kiae.suache1993-12-181-2/+2
* Reorganization of format table.ache1993-12-181-33/+69
* RTCFDT_720K (physical drive 720K) added.ache1993-12-181-1/+2
* Added following formats (derived from MSDOS fdformat):ache1993-12-161-10/+19
* Change default dtrwait value to 2 seconds.ache1993-12-161-3/+3
* No more partition bits in floppy minor.ache1993-12-161-36/+55
* wt.c - version 1.3alm1993-12-132-129/+231
* set output flags to ttydefault if COMCONSOLE is defined.dg1993-12-131-1/+5
* added some panics to catch the condition where pmap_pte returns nulldg1993-12-131-1/+9
* Add more strictly size check into Fdopen to eliminateache1993-12-131-4/+14
* Add 360K floppy support.ache1993-12-121-5/+22
* Add popular 720k floppy in HD drive floppy type.ache1993-12-121-4/+5
* 1) Added proc file system from Paul Kranenburg with changes fromdg1993-12-128-32/+107
* 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-111-2/+4
* 1) Fix error with port recognition, speed initialization codeache1993-12-091-2/+13
* Fixed spelling error. Added NSIP (XNS over IP). Fixed TP class 4 overwollman1993-12-062-6/+8
* Fixed the error that a Fdopen succeeds without a found fd controller inats1993-12-041-2/+3
* From: Jeffrey Hsu <hsu@soda.berkeley.edu>alm1993-12-034-4/+11
* Reset fdc during probe.alm1993-12-031-1/+7
* wmesg was too long (>7), fixedache1993-11-291-3/+3
* * Revision 2.16 1993/11/29 16:55:56 davidgdg1993-11-292-10/+28
* Direct #undefs removed to allow flexible manipulationache1993-11-283-32/+14
* Patch from Gene Stark:dg1993-11-281-3/+5
* Move soundcard.h & ultrasound.h to proper location <machine/...>ache1993-11-279-16/+135
* Declare cnopen, cnclose, and other console routines.wollman1993-11-271-2/+16
* Declared cn{open,close,read,write,ioctl,select} extern.rich1993-11-271-1/+7
* Fix conflicting prototypes and return values.rich1993-11-271-21/+38
* Fix d_write_t -> d_rdwr_t (typing error).wollman1993-11-261-8/+4
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-2539-570/+888
* Subject: Panic - can't mount route (Soren's changes)nate1993-11-231-2/+2
* Changed return(-1) in switch_scr to return(EINVAL), because -1 ischmr1993-11-231-2/+2
* Stop gap measure until we can get Bruce's driver debugged.nate1993-11-221-70/+101
* * Revision 2.14 1993/11/22 10:55:30 davidgdg1993-11-222-55/+147
OpenPOWER on IntegriCloud