summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* On closer inspection, it turns out that all of the callers of disksortdg1995-08-072-10/+2
* Set bp->b_actf=NULL for paranoia sake.dg1995-08-071-1/+2
* Since buffers can be pulled off of the disk queue at interrupt time anddg1995-08-072-4/+14
* Woops, I committed the wrong version of the diff in the last rev.dg1995-08-071-2/+2
* Use bdwrite() rather than brelse(). The cylinder group bitmap modificationdg1995-08-071-2/+2
* Made msgbuf range checking more robust and clean.dg1995-08-073-24/+13
* Restore check for msg_bufx being negative. Changed if() expression to bedg1995-08-061-4/+4
* Extentd David's recent change to shutdown_nice() by callingjoerg1995-08-061-1/+5
* Allow a pipe to be opened read/write at one end, as is allowed injkh1995-08-062-30/+56
* Resize both VMIO and non-VMIO buffers if the size changes.dg1995-08-061-8/+2
* Removed redundant call to vm_object_page_clean: this is already handleddg1995-08-061-7/+1
* Removed redundant call to vm_object_page_clean - this is already donedg1995-08-061-6/+1
* Fixed bug where vnode_pager_uncache() wasn't always called when it shoulddg1995-08-062-6/+4
* 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
OpenPOWER on IntegriCloud