aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* In sync(), don't dereference the proc pointer if it's NULL. Should fixDavid Greenman1995-02-132-4/+4
* Actually access the right first page if the file.Poul-Henning Kamp1995-02-131-2/+2
* Purge queues in ttylclose(), if ttywflush() failedAndrey A. Chernov1995-02-131-4/+2
* Replace previous fix with less agressive, just return EIOAndrey A. Chernov1995-02-131-7/+6
* 1. If some output still present at the end of ttywait, kill it.Andrey A. Chernov1995-02-121-4/+7
* Minor code improvement to uiomove()David Greenman1995-02-121-3/+4
* Wire the page table before doing the vm_fault(). Fixes a panic thatDavid Greenman1995-02-101-10/+6
* Removed unnecessary check for pr_scale in the AST/OWEUPC case.David Greenman1995-02-101-2/+2
* Check P_PROFIL flag for profiling rather than pr_scale as it makes moreDavid Greenman1995-02-101-2/+5
* >32 PTY supportJordan K. Hubbard1995-02-091-3/+43
* Disable bogus attempt to switch from the TS_ISOPEN state to theBruce Evans1995-02-081-1/+3
* Merge in the socket-level support for Transaction TCP.Garrett Wollman1995-02-072-5/+40
* Use M_NOWAIT instead of M_KERNEL for socket allocations; it is apparantlyDavid Greenman1995-02-061-2/+2
* Update kmem_malloc() call to new waitflag(s) interface.Bruce Evans1995-02-051-2/+3
* Make B_NOCACHE and B_INVAL buffers work correctly - throw away the data inDavid Greenman1995-02-031-2/+5
* Calling semantics for kmem_malloc() have been changed...and the thirdDavid Greenman1995-02-022-5/+4
* Rewrote rlist_free(). The previous code was a good example of how toDavid Greenman1995-01-311-94/+111
* $Id: -> $Id$Poul-Henning Kamp1995-01-311-1/+1
* Increase the reserved clist space for the raw queue from 512 to TTYHOG.Bruce Evans1995-01-301-2/+2
* Don't waste 1264K for each MB of unused text.Bruce Evans1995-01-291-5/+3
* Correct a name of one structure member in the sigaltstack structure.Andreas Schulz1995-01-291-4/+4
* Fix problem with freeing busy pages reported by Nick Sayer.David Greenman1995-01-261-4/+6
* Fixed a variety of deadlock and panic bugs, removed the bypass code, andDavid Greenman1995-01-242-228/+89
* Changed buffer allocation policy (machdep.c)David Greenman1995-01-241-14/+3
* Kill redundant declarations of d_open_t and d_close_t.David Greenman1995-01-231-3/+1
* Fixed $Id$Poul-Henning Kamp1995-01-231-1/+1
* Don't count the parent's previous timeslice in the child's resource usageBruce Evans1995-01-211-4/+3
* Keep track of open devices better to avoid closing the console device whenBruce Evans1995-01-211-26/+50
* Restore original fix from ohki, not check m for NULL it is already doneAndrey A. Chernov1995-01-211-3/+3
* Change if (m->valid == 0) to if (m && m->valid == 0)Andrey A. Chernov1995-01-201-2/+2
* Submitted by: ohki@gssm.otsuka.tsukuba.ac.jpBill Paul1995-01-201-3/+5
* Attempt to close a hole using splhigh/splx. There still appears to be aDavid Greenman1995-01-151-1/+6
* Fix security holes in sigreturn(), ptrace() and procfs. sigreturn()Bruce Evans1995-01-142-22/+58
* Increase maxfiles to NPROC*2. This makes the per-process open file limitDavid Greenman1995-01-121-2/+2
* MFS doesn't bother to associate a struct mount with the vnode...so workDavid Greenman1995-01-111-18/+16
* PG_FAKE is no longer used - so don't bother to clear it.David Greenman1995-01-101-2/+1
* Fixed some formatting weirdness that I overlooked in the previous commit.David Greenman1995-01-103-17/+17
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-0910-954/+1740
* Fix error handling for new TIOCSDRAINWAIT ioctl.Bruce Evans1995-01-061-5/+3
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>Stefan Eßer1995-01-051-1/+4
* Fight against hanging modems: add timeout to ttywait.Andrey A. Chernov1995-01-051-2/+15
* Another part of Bill Paul's fix to swapgeneric to properly use the -a flag.Jordan K. Hubbard1994-12-311-2/+2
* Change an 0 to WHOLE_DISK_SLICE.Bruce Evans1994-12-301-1/+1
* Print "(null)" instead of "<null>" for NULL string args for consistencyBruce Evans1994-12-301-5/+3
* Make printf() a bit more robust and allow NULL strings (print them asDavid Greenman1994-12-281-1/+7
* Fixed multiple bugs that cause null pointers to be followed or FREEed dataDavid Greenman1994-12-282-27/+30
* Obtained from: 1.1.5Bruce Evans1994-12-241-4/+10
* Protect vnode buffer chain manipulation with splbio to prevent listDavid Greenman1994-12-232-2/+16
* Print `slicename' and not a bogus pointer in diskerr()Bruce Evans1994-12-221-2/+2
* Ooops, i forgot one NVT > 0 in a previous commit. Now pcvt will alsoJoerg Wunsch1994-12-181-2/+2