summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* - Add a 'show rman <rm>' DDB command to dump the resources in a resourcejhb2007-04-161-0/+50
* remove now invalid check from m_sanitykmacy2007-04-141-10/+5
* Fix jails and jail-friendly file systems handling:pjd2007-04-133-5/+25
* When we are running low on vnodes, there is currently no way to ask otherpjd2007-04-131-0/+1
* Remove now-obsolete comment regarding mqueue privileges in jail.rwatson2007-04-111-4/+0
* Allow PRIV_NETINET_REUSEPORT in jail.rwatson2007-04-101-1/+3
* Do allow POSIX mqueue unlink privilege inside a jail, as we all allrwatson2007-04-101-1/+2
* Minor style cleanups (mostly removal of trailing whitespaces).pjd2007-04-101-22/+22
* Correct typos.pjd2007-04-101-1/+1
* Restore the locking for the sleep/wakeup to avoid waiting an extra 1 secnjl2007-04-091-5/+11
* Clean up the root mount and mount wait code. No mutexes are needed herenjl2007-04-091-15/+10
* Add kern.hostuuid sysctl, which will be used to keep host's UUID.pjd2007-04-091-0/+3
* Add root_mounted() function that returns true if the root file system ispjd2007-04-081-0/+14
* prison_free() can be called with a mutex held. This wasn't a problem untilpjd2007-04-081-11/+16
* Only use prison mutex to protect the fields that need to be protected by it.pjd2007-04-081-2/+2
* pr_list is protected by the allprison_lock.pjd2007-04-081-1/+1
* Remove XXX comment that changes to file fields should be protected withrwatson2007-04-061-5/+0
* allprison mutex was converted to sx(9) lock.pjd2007-04-051-1/+1
* Implement functionality I called 'jail services'.pjd2007-04-051-27/+244
* Make prison_find() globally accessible.pjd2007-04-051-2/+1
* Implement SEEK_DATA and SEEK_HOLE extensions to lseek(2) as found inpjd2007-04-051-0/+7
* 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
OpenPOWER on IntegriCloud