summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* On closer inspection, it turns out that all of the callers of disksortdg1995-08-071-5/+1
* Since buffers can be pulled off of the disk queue at interrupt time anddg1995-08-071-2/+7
* Woops, I committed the wrong version of the diff in the last rev.dg1995-08-071-2/+2
* Made msgbuf range checking more robust and clean.dg1995-08-072-18/+7
* 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
* Resize both VMIO and non-VMIO buffers if the size changes.dg1995-08-061-8/+2
* 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
* 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-015-108/+26
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-311-2/+2
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-311-2/+6
* Obtained from: an ancient patch of mine via 1.1.5bde1995-07-311-1/+2
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-312-70/+84
* Assorted cosmetic changes:bde1995-07-311-26/+29
* Improve input flow control.bde1995-07-311-60/+80
* Fix the sysctl string routines to return as much of thempp1995-07-311-13/+25
* Ignore trailing slashes in pathnames that "refer to a directory",bde1995-07-313-4/+48
* Fix a bug in my disabled version of trap_pfault()...curpcb may be NULL evendg1995-07-301-3/+3
* 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-301-36/+25
* Obtained from: partly from ancient patches by ache and me via 1.1.5bde1995-07-292-29/+6
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-2910-25/+46
* Fixed panic in fill_eproc() caused by inadequate checking for NULL pointers.dg1995-07-281-5/+6
* Killed bogus casts in tsleep/wakeup calls.dg1995-07-251-15/+15
* Fixed broken offset use in vfs_unbusy_pages() which resulted in severaldg1995-07-251-5/+15
* Panic if no object in biodone. Slightly optimized allocbuf() again.dg1995-07-241-5/+3
* Use the same method to determine the time that the processmpp1995-07-231-4/+2
* Added some additional diagnostic information output when panicing indg1995-07-231-3/+3
* Fixed two cases where some parans were missing, resulting in some bogusdg1995-07-231-18/+16
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-222-20/+20
* Move the inline code for waking up writers to a new functionbde1995-07-222-9/+20
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-211-2/+13
* Obtained from: partly from ancient patches by ache and me via 1.1.5bde1995-07-212-29/+23
* Obtained from: partly from anancient patch of mine via 1.1.5bde1995-07-211-3/+11
* Obtained from: partly from an ancient patch of mine via 1.1.5bde1995-07-212-7/+3
* Obtained from: an ancient patch of mine via 1.1.5bde1995-07-211-3/+11
* Add to TODO list and move it to near the top of the file.bde1995-07-211-18/+29
* Obtained from: ancient usenet posting as applied to 1.1.5bde1995-07-211-2/+2
* Re-lookup the buffer if the vnode isn't locked. The previous check fordg1995-07-211-4/+2
* vnode_pager_alloc() never returns NULL, so don't check for it.dg1995-07-201-3/+2
* Fixed "bufspace" calculation. It was lossy in some circumstances of thedg1995-07-171-14/+5
* This fixes a compiler warning, and a cosmetic problem with the linuxpeter1995-07-161-6/+2
* Include ``options POWERFAIL_NMI'' for owners of older (non-apm)joerg1995-07-161-5/+32
OpenPOWER on IntegriCloud