summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of nested mountpoints in __getcwd()phk1997-09-282-6/+10
* Hide the `no magic' babble behind bootverbose, since it has proven tojoerg1997-09-271-5/+7
* Clustered read and write are switched at mount-option level.kato1997-09-273-9/+13
* I lost a bit of my change in the last commit, this is more like it.phk1997-09-262-4/+10
* Reduce the target number of vnodes on the freelist from desiredvnodesphk1997-09-252-4/+4
* Store an absolute tick value in callout entries so that a subtraction ongibbs1997-09-243-30/+54
* Add one more counter so we can truly find out how good our name cachephk1997-09-241-2/+7
* A couple of handles to tweak, more statistics.phk1997-09-245-11/+93
* urk, fix spelling error in comment I just fixed.julian1997-09-211-2/+2
* Fix a comment.julian1997-09-211-2/+6
* Convert tqdisksort to bufqdisksort. Honor the B_ORDERED buffer flaggibbs1997-09-211-77/+56
* init_main.c subr_autoconf.c:gibbs1997-09-2110-306/+489
* autoconf.c:gibbs1997-09-211-1/+3
* Implement the parts needed for VM86 under SMP.peter1997-09-211-7/+11
* Add support for more than 1 page of idle process stack on SMP systems.dyson1997-09-211-14/+24
* Re-institute a bugfix in allocation of anonymous buffer memory.dyson1997-09-211-7/+36
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-216-102/+120
* We were (I think) missing a vrele() on the vnode for the object loadedpeter1997-09-211-6/+5
* Fixed staticization. buckets[] was staticized but was still declaredbde1997-09-161-6/+17
* Fixed gratuitous ANSIisms.bde1997-09-168-29/+60
* Reject attempts to set an in-core label which says that the "disk"bde1997-09-161-4/+10
* Don't leak memory, from sef.phk1997-09-162-22/+54
* Solve race-condition, return path in normal order.phk1997-09-152-52/+58
* Deal more correctly with mountpoints.phk1997-09-152-6/+10
* Regenerate _after_ the commit to syscalls.masterpeter1997-09-152-2/+2
* Add a __getcwd() syscall. This is intentionally undocumented, but allphk1997-09-145-3/+104
* Update select -> poll in drivers.peter1997-09-142-19/+20
* Various select -> poll changespeter1997-09-145-13/+14
* vn_select -> vn_pollpeter1997-09-141-8/+9
* Zap nxselect and noselect.peter1997-09-141-25/+1
* Provide a 'return true' poll vnode op rather than duplicating thepeter1997-09-142-2/+42
* Extend select hook to support pollpeter1997-09-141-16/+16
* Implement the poll backend for the pipe file type.peter1997-09-141-39/+38
* Convert select handler to poll stylepeter1997-09-141-14/+13
* Extend to use poll backend. If memory serves correctly, most of this waspeter1997-09-143-75/+73
* Change VOP_SELECT to VOP_POLLpeter1997-09-141-7/+4
* Extend select backend for sockets to work with a poll interface (morepeter1997-09-141-26/+24
* Implement poll(2). This is mostly taken from the NetBSD implementationpeter1997-09-141-6/+158
* Regenerate (added poll etc)peter1997-09-142-6/+6
* Activate poll(2) syscallpeter1997-09-141-3/+5
* Implement SA_NOCLDWAIT.joerg1997-09-132-3/+32
* print correct function name in a panic (vop_nolock -> vop_sharedlock)peter1997-09-132-4/+4
* 3 lines of code and updates to a number of comments.phk1997-09-103-17/+40
* The patch is needed in order to not throw away unmodifiedphk1997-09-101-4/+7
* General cleanup of the lock pushdown code. They are grouped and enabledfsmp1997-09-071-9/+13
* Some staticized variables were still declared to be extern.bde1997-09-071-3/+3
* Removed trailing semicolons from the definitions of the sysctlbde1997-09-072-4/+4
* Removed yet more vestiges of config-time swap configuration and/orbde1997-09-072-6/+4
* Removed vestiges of config-time "argument processing" configuration.bde1997-09-072-4/+4
* Some staticized variables were still declared to be extern.bde1997-09-073-6/+6
OpenPOWER on IntegriCloud