summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Clean up the mesgin code to make it easier to read with proceedure lablesgibbs1995-08-061-55/+49
* Grab next major (68) for the Specialix SI/XIO driver which is due topeter1995-08-053-3/+32
* Update the SCB controll byte bit definitions to match new SCB_DISCENB bit.gibbs1995-08-052-13/+10
* Total rewrite of the dataphase sections of the sequencer. This was donegibbs1995-08-051-237/+171
* Add back $Id$ that got nuked in rev 1.6.dg1995-08-051-1/+1
* Fix two race conditions.gibbs1995-08-051-9/+8
* Use the correct flags (IO_SYNC -> B_SYNC) when deciding to do a sync ordg1995-08-041-3/+3
* Make sure that a non-null cookie vector is returned even if there were nodfr1995-08-032-2/+18
* Slight changes to locking around VOP_READRIR.dfr1995-08-032-4/+36
* Add support for the va_filerev attribute required by NFSv3.dfr1995-08-028-8/+52
* Preserve current termios speed for TIOCSET*, if it matched withache1995-08-021-3/+7
* Better approximation for TIOCGETP (gtty) for non-standard speeds.ache1995-08-021-9/+18
* Back out predefined termios speeds check, it can cause troublesache1995-08-021-28/+1
* Allow any speed from 0..76800ache1995-08-024-56/+16
* Lock the directory vnode before VOP_READDIR in nfsrv_readdirplusdfr1995-08-022-2/+6
* Check for valid speed values in pty driveache1995-08-023-28/+38
* Don't set TS_ZOMBIE flag for non-open ptys. ptcclose() has always donebde1995-08-021-4/+6
* Optimize a bit valid speed search using fact that speed table sortedache1995-08-011-1/+5
* Check for valid speeds in TIOCSET* and return EINVAL for incorrectache1995-08-012-8/+23
* Removed my special-case hack for VOP_LINK and fixed the problem with thedg1995-08-0117-173/+53
* Sync to author's Version 1.3.jkh1995-08-011-10/+21
* Sync to reality for the Gravis Ultrasound MAX card.jkh1995-08-013-12/+30
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-312-8/+12
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-312-3/+14
* Reserve space for Jim Lowe's impending Matrox Meteor card driver.jkh1995-07-312-1/+23
* Obtained from: an ancient patch of mine via 1.1.5bde1995-07-311-3/+3
* Obtained from: an ancient patch of mine via 1.1.5bde1995-07-311-1/+2
* Eliminate the use of TS_TIMEOUT and ttstrt(). These are for handlingbde1995-07-311-15/+13
* Use tsleep() instead of ttysleep() to wait for carrier since a generationbde1995-07-311-4/+48
* Sleep on a better address to wait for output to drain out of thebde1995-07-313-6/+9
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-3111-103/+123
* Assorted cosmetic changes:bde1995-07-312-41/+33
* Improve input flow control.bde1995-07-3110-249/+126
* Try to make the `syn' blocking code act a bit more sensibly - don'tgpalmer1995-07-311-2/+2
* Fix panic("ifpromisc failed") when shutting down a bpf tap when the attachedpeter1995-07-311-7/+7
* Remove a redundant `if' from tcp_reass().olah1995-07-312-8/+4
* Fix the sysctl string routines to return as much of thempp1995-07-311-13/+25
* Fix some incorrect comments that make reference to /dev/fd.mpp1995-07-311-4/+4
* Return the correct number of I/O ports as part of the probe so that thedufault1995-07-311-1/+1
* Fix various kernfs file system problems, which can result inmpp1995-07-311-42/+61
* Long overdue, more complete, reset code. These changes implement agibbs1995-07-311-180/+592
* Pause the sequencer when message only requests complete. This allows thegibbs1995-07-311-2/+8
* Ignore trailing slashes in pathnames that "refer to a directory",bde1995-07-314-5/+50
* Fix a bug in my disabled version of trap_pfault()...curpcb may be NULL evendg1995-07-303-9/+9
* Rewrote shutdown_nice() to fix the init-not-yet-started panic().dg1995-07-301-3/+3
* Don't swap the queue headers to implement concatenation of thebde1995-07-301-14/+23
* Split TS_ASLEEP (sleep on output [below low water])into TS_SO_OLOWAT (sleepbde1995-07-302-39/+31
* Add connection drop capability for persist timeouts.dg1995-07-292-2/+19
* Add new ``SNAPDATE=""'' for use in snapshot building.rgrimes1995-07-291-1/+5
* Initialize "name" to quiet compiler.dg1995-07-292-4/+4
OpenPOWER on IntegriCloud