summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalbde1995-07-161-2/+1
* Truncate the fault address to a page boundry when calling vm_fault(). Thedg1995-07-161-3/+3
* Resize buffers if they aren't the correct size. Several months ago wedg1995-07-151-7/+2
* Fixed bug that caused page tables to be faulted twice instead of once.dg1995-07-141-4/+7
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-135-29/+13
* Optimize the zeroing of quotes. b_to_q() was always taking about 20% ofbde1995-07-112-64/+92
* Moved call to VOP_GETATTR() out of vnode_pager_alloc() and into the placesdg1995-07-091-3/+6
* This implements enough of the BSDI extensions to the net-2 ogetkerninfo()peter1995-07-091-1/+112
* Improve negative usecount diagnostic a little.dg1995-07-082-8/+8
* The generated VCALL always uses the first vp which in the case of /link/dg1995-07-073-8/+88
* Removed "GATEWAY" consideration when calculating number of mbuf clusters.dg1995-06-291-5/+1
* Killed "TIMEZONE" and "DST" options. They have been forced to 0 by configdg1995-06-292-4/+5
* Removed extra semicolon.dg1995-06-281-2/+2
* Don't include vm_pageout.h.dg1995-06-281-2/+1
OpenPOWER on IntegriCloud