summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Introduce some jitter to the timing of the samples that determineiedowse2001-10-201-4/+15
* Move the code that computes the system load average from vm_meter.ciedowse2001-10-201-3/+49
* The mtx_init() and sx_init() functions bzero'd locks before handing themjhb2001-10-203-3/+9
* Add a sysctl for preventing the sync() in panic() recovery. This canpeter2001-10-191-0/+6
* Add dev_named(dev, name), which is similar in spirit to devtoname().jlemon2001-10-171-0/+13
* fix minor bug in kern.minvnodes sysctl. Use OID_AUTO.dillon2001-10-161-1/+1
* o Update init_sysent.c and friends for allocation of afs_syscall.rwatson2001-10-132-2/+4
* o Reserve system call 377 for afs_syscall; by reserving a system callrwatson2001-10-131-0/+1
* Regenerate syscall stuff.phk2001-10-131-11/+11
* Don't generate <sys/syscalls-hide.h> it has never had any users anywhere inphk2001-10-132-21/+1
* Remove the panic when trying to register a sysctl with an oid too high.roam2001-10-121-2/+6
* - Catch up to the new ucred API.jhb2001-10-111-18/+24
* Change the kernel's ucred API as follows:jhb2001-10-118-48/+47
* Whitespace fixes.jhb2001-10-111-2/+2
* Rework some code to be a bit simpler by inverting a few tests and usingjhb2001-10-111-22/+12
* Add missing includes of sys/ktr.h.jhb2001-10-112-0/+2
* Add missing includes of sys/lock.h.jhb2001-10-111-0/+1
* Fix SysV Semaphore Handling.mr2001-10-111-38/+73
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-108-20/+45
* Add a temporary hack that will go away with the ucred API update to bzerojhb2001-10-101-0/+1
* Malloc mutexes pre-zero'd as random garbage (including 0xdeadcode) myjhb2001-10-102-2/+2
* Move setregs() out from under the PROC_LOCK so that it can use functionsdfr2001-10-101-4/+4
* - Combine kern.ps_showallprocs and kern.ipc.showallsockets intorwatson2001-10-094-38/+15
* proces -> process in a comment.jhb2001-10-091-1/+1
* o Recent addition of (p1==p2) exception in p_candebug() permittedrwatson2001-10-091-2/+9
* Replace 'curproc' with 'td->td_proc'.jhb2001-10-081-7/+8
* WS Cleanupdillon2001-10-081-4/+0
* Dissociate ptrace from procfs.des2001-10-071-186/+205
* Always succeed if the target process is the same as the requesting process.des2001-10-071-0/+3
* Fix a typo in do_sigaction() where sa_sigaction and sa_handler wereiedowse2001-10-071-3/+3
* o Introduce an 'options REGRESSION'-dependant sysctl namespaces,rwatson2001-10-071-0/+19
* Fix breakage caused by previous commit. The lkmnosys and lkmressysmarcel2001-10-071-5/+8
* vinvalbuf() was only waiting for write-I/O to complete. It really has todillon2001-10-051-4/+15
* The aio kthreads start off with a root credential just like all otherjhb2001-10-051-7/+0
* Only allow users to see their own socket connections ifps2001-10-052-1/+35
* Final style(9) commit: placement of opening brace; a continuation indent Ides2001-10-041-5/+8
* More style(9) fixes: no spaces between function name and parameter list;des2001-10-041-30/+30
* This file had a mixture of "return foo;" and "return (foo);"; standardizedes2001-10-041-24/+24
* Hopefully improve control message passing over Unix domain sockets.dwmalone2001-10-042-186/+278
* Allow sbcreatecontrol to make cluster sized control messages.dwmalone2001-10-042-6/+26
* Move the ap boot spin lock earlier in the lock order before the sio(4)jhb2001-10-011-2/+4
* o Complete the migration from suser error checking in the following formrwatson2001-10-012-44/+86
* After extensive testing it has been determined that adding complexitydillon2001-10-012-29/+99
* When FREE()ing kqueue related structures, charge them to the correct bucket.jlemon2001-09-301-3/+3
* Re-enable mbtypes statistics in the mbuf allocator. I disabled thesebmilekic2001-09-301-13/+71
* Have EVFILT_TIMERS allocate their callouts via malloc() instead of usingjlemon2001-09-291-14/+30
* Add a couple of API functions I need for my pseudofs WIP. Documentationdes2001-09-291-1/+51
* Make the NODEF type usable. A syscall of type NODEF will onlymarcel2001-09-281-1/+2
* o When performing a securelevel check as part of securelevel_ge() orrwatson2001-09-261-8/+15
* o Modify kern.securelevel MIB entry to return a local securelevel, ifrwatson2001-09-261-6/+27
OpenPOWER on IntegriCloud