aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Reviewed by: julian with quick glances by bruce and othersJulian Elischer1995-08-2820-192/+775
* Don't compile the diagnostic functions vhold() and holdrele() unlessBruce Evans1995-08-252-2/+6
* Remove extra arg from one of the calls to (*pr_usrreq)().Bruce Evans1995-08-251-3/+2
* Call nosys() from lkmnosys() with the correct number and type of argsBruce Evans1995-08-251-3/+6
* Another minor optimization, this time to incore().David Greenman1995-08-241-6/+6
* Minor optimization.David Greenman1995-08-241-6/+6
* Killed some gratuitous #include's.David Greenman1995-08-241-5/+1
* Moved setting of VTEXT flag into the appropriate image activators. ThisDavid Greenman1995-08-242-5/+6
* Add support for amd direct maps.Doug Rabson1995-08-241-18/+19
* Don't clip d_ncylinders to value used by partitions.Jordan K. Hubbard1995-08-231-2/+2
* Properly initialize the d_ncylinders field to the maximum number ofJordan K. Hubbard1995-08-231-1/+2
* A couple of micro optimizations to improve NULL syscall performance byDavid Greenman1995-08-211-31/+20
* Call boot() instead of cpu_reset() if init isn't running in shutdown_nice.David Greenman1995-08-201-7/+6
* The `cred' and `proc' args were missing for some VOP_OPEN() and VOP_CLOSE()Bruce Evans1995-08-172-4/+4
* Make everything except the unsupported network sources compile cleanlyBruce Evans1995-08-163-6/+3
* Converted mountlist to a CIRCLEQ.David Greenman1995-08-115-34/+44
* Move mbuf frees to after call to sorflush().David Greenman1995-08-081-3/+3
* On closer inspection, it turns out that all of the callers of disksortDavid Greenman1995-08-071-5/+1
* Since buffers can be pulled off of the disk queue at interrupt time andDavid Greenman1995-08-071-2/+7
* Woops, I committed the wrong version of the diff in the last rev.David Greenman1995-08-071-2/+2
* Made msgbuf range checking more robust and clean.David Greenman1995-08-072-18/+7
* Restore check for msg_bufx being negative. Changed if() expression to beDavid Greenman1995-08-061-4/+4
* Extentd David's recent change to shutdown_nice() by callingJoerg Wunsch1995-08-061-1/+5
* Resize both VMIO and non-VMIO buffers if the size changes.David Greenman1995-08-061-8/+2
* Preserve current termios speed for TIOCSET*, if it matched withAndrey A. Chernov1995-08-021-3/+7
* Better approximation for TIOCGETP (gtty) for non-standard speeds.Andrey A. Chernov1995-08-021-9/+18
* Back out predefined termios speeds check, it can cause troublesAndrey A. Chernov1995-08-021-28/+1
* Check for valid speed values in pty driveAndrey A. Chernov1995-08-023-28/+38
* Don't set TS_ZOMBIE flag for non-open ptys. ptcclose() has always doneBruce Evans1995-08-021-4/+6
* Optimize a bit valid speed search using fact that speed table sortedAndrey A. Chernov1995-08-011-1/+5
* Check for valid speeds in TIOCSET* and return EINVAL for incorrectAndrey A. Chernov1995-08-012-8/+23
* Removed my special-case hack for VOP_LINK and fixed the problem with theDavid Greenman1995-08-015-108/+26
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-311-2/+2
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-311-2/+6
* Obtained from: an ancient patch of mine via 1.1.5Bruce Evans1995-07-311-1/+2
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-312-70/+84
* Assorted cosmetic changes:Bruce Evans1995-07-311-26/+29
* Improve input flow control.Bruce Evans1995-07-311-60/+80
* Fix the sysctl string routines to return as much of theMike Pritchard1995-07-311-13/+25
* Ignore trailing slashes in pathnames that "refer to a directory",Bruce Evans1995-07-313-4/+48
* Fix a bug in my disabled version of trap_pfault()...curpcb may be NULL evenDavid Greenman1995-07-301-3/+3
* Rewrote shutdown_nice() to fix the init-not-yet-started panic().David Greenman1995-07-301-3/+3
* Don't swap the queue headers to implement concatenation of theBruce Evans1995-07-301-14/+23
* Split TS_ASLEEP (sleep on output [below low water])into TS_SO_OLOWAT (sleepBruce Evans1995-07-301-36/+25
* Obtained from: partly from ancient patches by ache and me via 1.1.5Bruce Evans1995-07-292-29/+6
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-2910-25/+46
* Fixed panic in fill_eproc() caused by inadequate checking for NULL pointers.David Greenman1995-07-281-5/+6
* Killed bogus casts in tsleep/wakeup calls.David Greenman1995-07-251-15/+15
* Fixed broken offset use in vfs_unbusy_pages() which resulted in severalDavid Greenman1995-07-251-5/+15
* Panic if no object in biodone. Slightly optimized allocbuf() again.David Greenman1995-07-241-5/+3