summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* o Disallow two "allow this" exceptions in p_cansignal() restrictingrwatson2001-04-131-5/+3
* o Disable two "allow this" exceptions in p_cansched()m retricting therwatson2001-04-121-1/+4
* o Make kqueue's filt_procattach() function use the error value returnedrwatson2001-04-121-2/+3
* o Limit process information leakage by introducing a p_can(...P_CAN_SEE...)rwatson2001-04-121-0/+2
* o Reduce information leakage into jails by adding invocations ofrwatson2001-04-121-0/+9
* o Replace p_cankill() with p_cansignal(), remove wrappage of p_can()rwatson2001-04-122-42/+74
* o Regenerated following introduction of __setugid() system call forrwatson2001-04-112-2/+4
* o Introduce a new system call, __setsugid(), which allows a process torwatson2001-04-112-0/+24
* Stick proc0 in the PID hash table.jhb2001-04-111-0/+1
* Rename the IPI API from smp_ipi_* to ipi_* since the smp_ prefix is justjhb2001-04-111-14/+14
* Correct the following defines to match the POSIX.1e spec:jedgar2001-04-113-108/+108
* Create debug.hashstat.[raw]nchash and debug.hashstat.[raw]nfsnode topeter2001-04-111-0/+80
* Remove the BETTER_CLOCK #ifdef's. The code is on by default and is herejhb2001-04-101-14/+4
* Add an MI API for sending IPI's. I used the same API present on the alphajhb2001-04-101-12/+55
* Import kernel part of SMB/CIFS requester.bp2001-04-101-0/+285
* Avoid endless recursion on panic.bp2001-04-101-2/+6
* Maintain a reference count on the witness struct. When the referencejhb2001-04-091-0/+15
* Remove a stale file.n_hibma2001-04-091-455/+0
* Fix a precedence bug. ! has higher precedence than &.jake2001-04-081-1/+1
* Use getopt instead of a home grown onen_hibma2001-04-072-167/+139
* - Split out the functionality of displaying the contents of a single lockjhb2001-04-061-21/+52
* - Change the msleep()s to condition variables.bmilekic2001-04-031-21/+21
* Use only one mutex for the entire mbuf subsystem.alfred2001-04-031-44/+47
* Change stop() to require the sched_lock as well as p's process lock tojhb2001-04-031-6/+8
* - Move the second stop() of process 'p' in issignal() to be after we sendjhb2001-04-021-3/+2
* o Part two of introduction of extattr_{delete,get,set}_fd() system calls,rwatson2001-03-312-2/+8
* o Introduce extattr_{delete,get,set}_fd() to allow extended attributerwatson2001-03-313-148/+434
* o Restructure privilege check associated with process visibility forrwatson2001-03-291-3/+1
* o introduce u_cansee(), which performs access control checks betweenrwatson2001-03-281-14/+26
* Close a race condition where if we were obtaining a sleep lock and no spinjhb2001-03-281-1/+14
* - s/mutexes/locks/g in appropriate comments.jhb2001-03-281-4/+4
* Convert the allproc and proctree locks from lockmgr locks to sx locks.jhb2001-03-2813-73/+85
* Pass in a pointer to the mutex's lock_object as the second argument tojhb2001-03-281-4/+4
* Catch up to header include changes:jhb2001-03-288-4/+9
* Rework the witness code to work with sx locks as well as mutexes.jhb2001-03-288-3542/+1020
* - Resort some includes to deal with the new witness code coming in shortly.jhb2001-03-281-4/+8
* Don't explicitly zero p_intr_nesting_level and p_aioinfo in fork.jhb2001-03-281-2/+0
* Switch from save/disable/restore_intr() to critical_enter/exit().jhb2001-03-282-8/+7
* Catch up to the mtx_saveintr -> mtx_savecrit change.jhb2001-03-281-3/+3
* Use mtx_intr_enable() on sched_lock to ensure child processes always startjhb2001-03-281-2/+2
* - Switch from using save/disable/restore_intr to using critical_enter/exitjhb2001-03-283-6/+102
* Last commit was broken.. It always prints '[CTRL-C to abort]'.ps2001-03-281-0/+21
* Don't leak the memory we've just malloced if we can't find thedwmalone2001-03-271-2/+2
* Make cblock_alloc_cblocks() spell its own nameyar2001-03-272-2/+2
* Rewrite of the CAM error recovery code.ken2001-03-271-19/+36
* Previous commit broke interlock locking for !LK_RETRY case.bp2001-03-261-2/+3
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-266-7/+0
* Prevent race condition by using msleep() instead of mtx_unlock()/tsleep().bp2001-03-261-2/+1
* Move the atomic() mbstat.m_drops incrementing to the MGET(HDR) andbmilekic2001-03-241-19/+5
* Use (..., "%s", foo) instead of (..., foo) to avoid a warning about ajhb2001-03-241-1/+1
OpenPOWER on IntegriCloud