summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* vfs_subr.c is getting rather fat. The underlying repocopy and thisphk2001-04-262-3198/+4
* Sendfile is documented to return 0 on success, however if when aalfred2001-04-261-0/+7
* Do not leave a process with no credential in zombproc.tanimura2001-04-251-17/+14
* When closing the last reference to an unlinked file, it is freedmckusick2001-04-251-0/+9
* Move the netexport structure from the fs-specific mountstructurephk2001-04-253-20/+122
* Change uipc_sockaddr so that a sockaddr_un without a path is returnedtmm2001-04-241-0/+2
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-2411-115/+173
* Fix a bug introduced in the last commit: vaccess_acl_posix1 only checkedtmm2001-04-233-3/+3
* Correct #includes to work with fixed sys/mount.h.grog2001-04-2318-0/+35
* o Remove comment indicating policy permits loop-back debugging, butrwatson2001-04-211-1/+0
* Spelling nit: acquring -> acquiring.jhb2001-04-211-1/+1
* Assert that when using an interlock mutex it is not recursed when lockmgr()alfred2001-04-201-1/+3
* Make the ap_boot_mtx mutex static.jhb2001-04-201-1/+1
* - Whoops, forgot to enable the clock lock in the spin order list on thejhb2001-04-191-4/+2
* Fix inconsistency in setup of kernel_map: we need to make sure thatbmilekic2001-04-182-6/+7
* Check validity of signal callback requested via aio routines.alfred2001-04-181-2/+13
* 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
OpenPOWER on IntegriCloud