summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Implemented mbstat.m_wait and mbstat.m_drops.dg1995-02-231-1/+9
* Add two IXOFF checks to not confuse with CRTS_IFLOW.ache1995-02-231-3/+5
* Revive hadrware input flow controlache1995-02-221-11/+9
* Use dsname() to get consistent names.bde1995-02-222-29/+25
* Fix initialization of the copy of the label passed to setdisklabel().bde1995-02-221-115/+120
* vfs_cluster.c:dg1995-02-223-21/+22
* Added some code to make sure that buffers associated with directories anddg1995-02-221-41/+55
* Only do object paging_in_progress wakeups if someone is waiting on thisdg1995-02-221-12/+63
* Discard junk from partition tables when reading the tables for applicationsbde1995-02-211-43/+71
* Don't generate any errors here other than EIO. An invalid partitionbde1995-02-211-14/+10
* Speed md5 up around 30% by shorting out a couple of cumbersomephk1995-02-211-36/+38
* Use of vm_allocate() and vm_deallocate() has been deprecated.dg1995-02-205-49/+53
* Implement maxprocperuid and maxfilesperproc. They are tunableguido1995-02-204-17/+23
* Don't flush the message buffer when it fills up.bde1995-02-191-2/+7
* Truncate the pte address to a page boundry. This probably won't fix thedg1995-02-191-5/+5
* Keep absolute offsets in on-disk labels for backwards compatibility. Thisbde1995-02-181-17/+106
* Only clear B_VMIO in brelse() - a bunch of special processing is requireddg1995-02-181-7/+1
* Add compatibility cruft.bde1995-02-162-60/+158
* Adjust slice names in diskerr() for the rearranged slice numbers. Thebde1995-02-161-11/+11
* Alow overriding of the various SHM* options.joerg1995-02-161-1/+11
* 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
OpenPOWER on IntegriCloud