summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Sync locking in freebsd4_getfsstat() with getfsstat().pjd2005-05-272-0/+6
* Use consistent style in functions I want to modify in the near future.pjd2005-05-272-18/+30
* In the current world order, each socket has two mutexes: a mutexrwatson2005-05-272-26/+12
* Remove thread_upcall_check, it was used to avoid race bug in earlierdavidxu2005-05-272-15/+1
* Remove sleep queue hack, it is no longer needed with current sleep queue.davidxu2005-05-271-8/+0
* make stat return an zero'd struct, and be a FIFO again... This is onlyjmg2005-05-241-1/+10
* Don't set the default of kern.fallback_elf_brand to FreeBSD for arm, ascognet2005-05-241-4/+0
* Use low level constructs borrowed from interrupt threads to wait forups2005-05-233-24/+8
* Protect fsid in freebsd4_getfsstat() in simlar way as it is done inpjd2005-05-222-6/+12
* If we need to hide fsid, kern_statfs()/kern_fstatfs() will do it for us,pjd2005-05-222-10/+6
* Document that the returned pointer should be freed even if the numbernjl2005-05-201-1/+1
* Fix a bug that caused preemption to happen for a thread in the sameups2005-05-191-2/+2
* devfs_first() return value isn't used, remove it.pjd2005-05-181-6/+4
* Revert revision 1.164: pmap_qremove() does not require protection byalc2005-05-141-2/+0
* Actually use the iterating variable in the for loop when trying to avoidjhb2005-05-121-1/+1
* We don't use 'mp' variable, but we do want to mount devfs, ehh.pjd2005-05-121-0/+2
* Remove unised variable introduced by accident in rev 1.168.pjd2005-05-111-3/+0
* Plug memory leaks.pjd2005-05-111-5/+5
* Handle theoretical case of vfs_export being called with both MNT_DELEXPORT andkan2005-05-111-0/+1
* Fix two issues which were missed in FreeBSD-SA-05:08.kmem.cperciva2005-05-071-1/+1
* If we are going tocperciva2005-05-063-0/+6
* Only check signal event, single threading event shouldn't be reported.davidxu2005-05-051-1/+2
* Change m_uiotombuf so it will accept offset at which data should be copiedemax2005-05-042-3/+6
* Introduce MAC Framework and MAC Policy entry points to label and controlrwatson2005-05-041-9/+56
* Move definitions of 'struct kuser' and 'struct ksem' from uipc_sem.crwatson2005-05-031-19/+1
* - 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
OpenPOWER on IntegriCloud