summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Add security.jail.mount_allowed sysctl, which allows to mount andpjd2007-04-052-0/+24
* Fix mb_ctor_clust and mb_dtor_clust to reference the appropriate zone,kmacy2007-04-041-29/+37
* Replace custom file descriptor array sleep lock constructed using a mutexrwatson2007-04-0412-257/+264
* fix typokmacy2007-04-041-1/+1
* style fixes and make sure that the lock is treated as released in the sharers...kmacy2007-04-041-4/+5
* Fixes to sx for newsx - fix recursed case and move out of inlinekmacy2007-04-031-8/+31
* move lock_profile calls out of the macros and into kern_mutex.ckmacy2007-04-031-9/+17
* skip call to _lock_profile_obtain_lock_success entirely if acquisition time i...kmacy2007-04-031-14/+11
* Add root_mount_wait() function which can be used to wait until the rootpjd2007-04-031-10/+58
* Fix a fd leak in socketpair():jhb2007-04-021-2/+7
* Don't go to a whole lot of extra work to handle the race where the newjhb2007-04-021-25/+2
* ng_node and ng_worklist locks both migrated from being spinning locks towkoszek2007-04-011-2/+6
* I think the code I'm removing here is completely bogus.pjd2007-04-011-3/+0
* Now that the vdropl() function is public, assert that the vnode interlockpjd2007-04-011-0/+1
* Make vdropl() public; zfs needs it. There is also plenty of existingdes2007-03-311-2/+1
* Optimize sx locks to use simple atomic operations for the common cases ofjhb2007-03-311-230/+682
* Make vfs_mount_destroy() and vfs_freeopts() non-static, I'd like to use them.pjd2007-03-311-3/+2
* Rather than ignoring any error return from getnewvnode() in nameiinit(),rwatson2007-03-311-1/+5
* - Drop memory barriers in rw_try_upgrade(). We don't need an 'acq' memoryjhb2007-03-301-4/+4
* - Use lock_init/lock_destroy() to setup the lock_object inside of lockmgr.jhb2007-03-301-7/+11
* vm_map_delete should be used only internally, by the VM subsystem. Replacewkoszek2007-03-291-6/+2
* Align 'struct thread' on 16 byte boundaries so that the lower 4 bits arejhb2007-03-272-2/+2
* PowerPC is the only architecture with mpsafe_vfs=0. This is nowmarcel2007-03-271-4/+0
* Add an interface for drivers to be notified of changes to CPU frequency.njl2007-03-261-26/+40
* Avoid manipulating semu_list outside of the scope of SEMUNDO_LOCK(). Thisemaste2007-03-261-2/+5
* Following movement of functions from uipc_socket2.c to uipc_socket.c andrwatson2007-03-262-40/+39
* Complete removal of uipc_socket2.c by moving the last few functions torwatson2007-03-263-397/+350
* Correct a comment typokris2007-03-251-1/+1
* Update a comment: we usually call exec_vmspace_new with Giant not held,kris2007-03-251-1/+1
* Stop setting ki_ocomm (thread name) to the proc name by default, as nothingemaste2007-03-231-8/+1
* - Simplify the #ifdef's for adaptive mutexes and rwlocks by conditionallyjhb2007-03-222-27/+37
* Move the dom_dispose and pru_detach calls in sofree() earlier. Only afterglebius2007-03-221-4/+5
* Rename the cv_*wait*() functions to _cv_*wait*() and change their secondjhb2007-03-211-51/+58
* Rename the 'mtx_object', 'rw_object', and 'sx_object' members of mutexes,jhb2007-03-2110-214/+214
* Don't use cv_wait_unlock() to implement cv_wait(). Instead, implementjhb2007-03-211-1/+28
* If vn_open() fails during kern_open(), don't fdrop() the new file objectjhb2007-03-211-5/+2
* Handle the case when a thread is blocked on a lockmgr lock with LK_DRAINjhb2007-03-211-3/+16
* Maintain a pointer and offset pair into the socket buffer mbuf chain toandre2007-03-191-0/+41
* Don't deny unmounting file systems for jailed processes immediately, allowpjd2007-03-181-3/+1
* - Handle the case where slptime == runtime.jeff2007-03-171-1/+5
* - Cast the intermediate value in priority computtion back down tojeff2007-03-171-1/+1
* Just use 'fdrop()' instead of 'FILE_LOCK(); fdrop_locked()' injhb2007-03-151-10/+4
* Don't deny mounting for jailed processes immediately, allowpjd2007-03-141-3/+1
* White space nits.pjd2007-03-141-16/+14
* Busy filesystem around call of VFS_QUOTACTL() vfs op.kib2007-03-141-6/+7
* Print readers count as unsigned in ddb 'show lock'.jhb2007-03-131-2/+2
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-133-7/+46
* Fix a typo.jhb2007-03-121-1/+1
* - Use m_gethdr(), m_get(), and m_clget() instead of the macros injhb2007-03-121-20/+5
* In uipc_close(), we no longer always free the unpcb, as the last referencerwatson2007-03-121-1/+2
OpenPOWER on IntegriCloud