summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* - Initialize vfslocked correctly early enough for MAC to compile.jeff2005-05-031-5/+4
* - Remove two mtx_asserts that can incorrectly trigger ifjeff2005-05-031-4/+0
* - A vnode may have made its way onto the free list while it was beingjeff2005-05-031-0/+2
* - Use namei to acquire Giant for VFS if it is necessary. Drop the explicitjeff2005-05-031-9/+7
* - Use NAMEI to pickup Giant if we need it in fpcheckstd().jeff2005-05-031-4/+5
* - Neither of our image formats require Giant now that the vm and vfs havejeff2005-05-032-4/+0
* Since it is not possible for curthread to be NULL in this context,csjp2005-05-021-4/+2
* - All buffers should either be clean or dirty. If neither of these flagsjeff2005-05-011-0/+4
* - Remove spls and comments relating to them.jeff2005-05-011-26/+2
* - Remove an old splcam hack.jeff2005-05-011-4/+0
* - Remove unnecessary spls.jeff2005-05-011-10/+2
* - Return EACCES if we're trying to exec on a vp with no object.jeff2005-05-011-0/+2
* o enable shutdown of taskqueue threads; the thread servicing the queue checkssam2005-05-011-10/+38
* Implement an alternate method to stop CPUs when entering DDB. Normally we usedwhite2005-04-302-0/+79
* - Remove long dead splbio() calls and comments relating to the oldjeff2005-04-301-71/+4
* - Don't acquire Giant before calling b_biodone, individual consumers arejeff2005-04-301-6/+0
* - Acquire Giant in AIO's iodone routine. VFS will no longer do it for usjeff2005-04-301-0/+2
* - Call VM_LOCK_GIANT in cluster_callback() to protect some pmap calls. VFSjeff2005-04-301-0/+2
* - In vnlru_free() remove the vnode from the free list before we calljeff2005-04-301-33/+51
* - Don't vgonel() via vgone() or vrecycle() if the vnode is already doomed.jeff2005-04-271-1/+8
* - Stop setting vxthread, we've asserted that it was useless for severaljeff2005-04-271-2/+0
* - Stop checking vxthread, we've asserted that it was useless for severaljeff2005-04-271-4/+2
* - Pass the ISOPEN flag to namei so filesystems will know we're about tojeff2005-04-272-3/+3
* Add missing break.mdodd2005-04-251-0/+1
* o eliminate modification of task structures after their run to avoidsam2005-04-241-3/+4
* Wake up swapper process if needed.davidxu2005-04-231-0/+9
* Regen.davidxu2005-04-232-2/+4
* Add new syscall thr_new to create thread in atomic, it willdavidxu2005-04-232-53/+138
* Change cpu_set_kse_upcall to more generic style, so we can reuse itdavidxu2005-04-232-2/+7
* - Define the real lock order with cdev and a few vm/vfs related locks. Thisjeff2005-04-221-1/+3
* - Check LO_DUPOK as well as LOP_DUPOK when determining whether we shouldjeff2005-04-221-1/+2
* Get the directory structure correct in a comment.trhodes2005-04-221-1/+2
* - Disable code which allows getnewvnode() to fail. Many ffs_vget() callersjeff2005-04-221-0/+2
* - Add two KASSERTs to prevent us from recycling a buf that is still on ajeff2005-04-221-0/+6
* Do not conditionally compile the contents of this file upon whethermarcel2005-04-201-5/+0
* Inherit signal mask for child process in fork1(), RELENG_4 and otherdavidxu2005-04-201-0/+1
* Check sopt_level in uipc_ctloutput() and return early if it is non-zero.mdodd2005-04-201-0/+3
* Call g_waitidle() before every check the list of holds is empty.pjd2005-04-191-7/+11
* Clear P_STATCHILD earlier to avoid unnecessary retrying.davidxu2005-04-191-0/+5
* Oops, forgot to update this file.davidxu2005-04-191-17/+9
* Fix a race condition between kern_wait() and thread_stopped().davidxu2005-04-191-1/+5
* Call g_waitidle() instead of GEOM using the root_mount_hold() KPI.phk2005-04-191-0/+3
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...jkoshy2005-04-194-2/+148
* Add a named reference-count KPI to hold off mounting of the root filesystem.phk2005-04-181-6/+49
* Initialize mountlist_mtx with an MTX_SYSINIT(), we need it to be readyphk2005-04-182-1/+1
* Introduce p_canwait() and MAC Framework and MAC Policy entry pointsrwatson2005-04-182-0/+35
* Remove end-of-line tabs.rwatson2005-04-181-1/+1
* Add a sysctl that returns the full path of a process' text file.das2005-04-181-0/+45
* Introduce three additional MAC Framework and MAC Policy entry points torwatson2005-04-162-0/+25
* In mac_get_fd(), remove unconditional acquisition of Giant around copyingrwatson2005-04-161-9/+7
OpenPOWER on IntegriCloud