summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* getsockopt(s, SOL_SOCKET, SO_SNDTIMEO, ...) would construct the returnedwollman1995-02-161-2/+2
* Fixed botched previous change - use 'pageno' not initialized to NULL 'kva'.dg1995-02-161-5/+5
* Restore deleted in second time my & bde fixes.ache1995-02-151-24/+35
* More changes to support user calls.ugen1995-02-152-47/+60
* Fix couple of nasty bugs..ugen1995-02-151-216/+224
* Remove duplicated code from ttymalloc(). Disable ttyfree().bde1995-02-151-30/+39
* Fixed bug caused by attempting a connect with a null 'nam'.dg1995-02-151-6/+13
* Here it came-the all-brand-new snoop device..ugen1995-02-142-4/+485
* First attempt to run linux binaries. This is only the changes needed tosos1995-02-146-9/+141
* YPfixphk1995-02-141-2/+1
* YFfix.phk1995-02-141-1/+2
* YFfixphk1995-02-141-2/+4
* In sync(), don't dereference the proc pointer if it's NULL. Should fixdg1995-02-132-4/+4
* Actually access the right first page if the file.phk1995-02-131-2/+2
* Purge queues in ttylclose(), if ttywflush() failedache1995-02-131-4/+2
* Replace previous fix with less agressive, just return EIOache1995-02-131-7/+6
* 1. If some output still present at the end of ttywait, kill it.ache1995-02-121-4/+7
* Minor code improvement to uiomove()dg1995-02-121-3/+4
* Wire the page table before doing the vm_fault(). Fixes a panic thatdg1995-02-101-10/+6
* Removed unnecessary check for pr_scale in the AST/OWEUPC case.dg1995-02-101-2/+2
* Check P_PROFIL flag for profiling rather than pr_scale as it makes moredg1995-02-101-2/+5
* >32 PTY supportjkh1995-02-091-3/+43
* Disable bogus attempt to switch from the TS_ISOPEN state to thebde1995-02-081-1/+3
* Merge in the socket-level support for Transaction TCP.wollman1995-02-072-5/+40
* Use M_NOWAIT instead of M_KERNEL for socket allocations; it is apparantlydg1995-02-061-2/+2
* Update kmem_malloc() call to new waitflag(s) interface.bde1995-02-051-2/+3
* Make B_NOCACHE and B_INVAL buffers work correctly - throw away the data indg1995-02-031-2/+5
* Calling semantics for kmem_malloc() have been changed...and the thirddg1995-02-022-5/+4
* Rewrote rlist_free(). The previous code was a good example of how todg1995-01-311-94/+111
* $Id: -> $Id$phk1995-01-311-1/+1
* Increase the reserved clist space for the raw queue from 512 to TTYHOG.bde1995-01-301-2/+2
* Don't waste 1264K for each MB of unused text.bde1995-01-291-5/+3
* Correct a name of one structure member in the sigaltstack structure.ats1995-01-291-4/+4
* Fix problem with freeing busy pages reported by Nick Sayer.dg1995-01-261-4/+6
* Fixed a variety of deadlock and panic bugs, removed the bypass code, anddg1995-01-242-228/+89
* Changed buffer allocation policy (machdep.c)dg1995-01-241-14/+3
* Kill redundant declarations of d_open_t and d_close_t.dg1995-01-231-3/+1
* Fixed $Id$phk1995-01-231-1/+1
* Don't count the parent's previous timeslice in the child's resource usagebde1995-01-211-4/+3
* Keep track of open devices better to avoid closing the console device whenbde1995-01-211-26/+50
* Restore original fix from ohki, not check m for NULL it is already doneache1995-01-211-3/+3
* Change if (m->valid == 0) to if (m && m->valid == 0)ache1995-01-201-2/+2
* Submitted by: ohki@gssm.otsuka.tsukuba.ac.jpwpaul1995-01-201-3/+5
* Attempt to close a hole using splhigh/splx. There still appears to be adg1995-01-151-1/+6
* Fix security holes in sigreturn(), ptrace() and procfs. sigreturn()bde1995-01-142-22/+58
* Increase maxfiles to NPROC*2. This makes the per-process open file limitdg1995-01-121-2/+2
* MFS doesn't bother to associate a struct mount with the vnode...so workdg1995-01-111-18/+16
* PG_FAKE is no longer used - so don't bother to clear it.dg1995-01-101-2/+1
* Fixed some formatting weirdness that I overlooked in the previous commit.dg1995-01-103-17/+17
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-0910-954/+1740
OpenPOWER on IntegriCloud