summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Reclaim directory vnodes held in namecache if few free vnodes aretanimura2001-04-183-2/+118
* bread() is a special case of breadn(), so don't replicate code.phk2001-04-181-23/+2
* Make this driver play ball with devfs(5).dd2001-04-171-3/+19
* Add a sanity check on ucred refcount.alfred2001-04-171-0/+1
* Implement client side NFS locks.alfred2001-04-171-1/+1
* Write a switch statement as less obscure if statements.phk2001-04-171-18/+8
* Fix an old bug related to BETTER_CLOCK. Call forward_*clock if SMPjhb2001-04-171-3/+3
* This patch removes the VOP_BWRITE() vector.phk2001-04-176-19/+12
* Add debugging option to always read/write cylinder groups as fullmckusick2001-04-171-1/+5
* In my first reading of POSIX.1e, I misinterpreted handling of therwatson2001-04-173-135/+297
* Blow away the panic mutex in favor of using a single atomic_cmpset() on ajhb2001-04-172-5/+9
* Check to see if enroll() returns NULL in the witness initialization. Thisjhb2001-04-171-0/+4
* Exit and re-enter the critical section while spinning for a spinlock sojhb2001-04-172-0/+6
* Update to the 2001-04-02 version of the nanokernel code from Dave Mills.jhay2001-04-161-22/+28
* Call strlen() once instead of twice.brian2001-04-141-2/+2
* o Since uid checks in p_cansignal() are now identical between P_SUGIDrwatson2001-04-131-28/+14
* convert if/panic -> KASSERT, explain what triggered the assertionalfred2001-04-131-2/+4
* Generate useful error messages.murray2001-04-131-4/+4
* Handle a rare but fatal race invoked sometimes when SIGSTOP ismarkm2001-04-132-2/+2
* - Add a comment at the start of the spin locks list.jhb2001-04-131-1/+4
* 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
OpenPOWER on IntegriCloud