summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Rework the support for ABIs to override resource limits (used by 32-bitjhb2007-05-143-16/+5
* Move cpu_exit() earlier in exit1() to close a race betweenjhb2007-05-141-16/+10
* Update entries for building tags.mckusick2007-05-131-5/+9
* Improve INCLUDE_CONFIG_FILE support.wkoszek2007-05-121-0/+33
* Make the TCP timer callout obtain Giant if the network stack is markedandre2007-05-111-2/+11
* Remove more one more stale comment regarding unpcb type-safety.rwatson2007-05-111-4/+0
* Clarify and update quite a few comments to reflect locking optimizations,rwatson2007-05-111-38/+21
* Add destroyed cookie values for sx locks and rwlocks as well as extrajhb2007-05-082-2/+38
* Teach 'show lock' to properly handle a destroyed mutex.jhb2007-05-081-1/+5
* Fix a potential LOR with sx_sleep() and cv_wait() with sx locks byjhb2007-05-082-6/+32
* Add missing socket buffer unlock before returning to userland.yongari2007-05-081-1/+1
* Bring in the reminaing bits to make interrupt filtering work:piso2007-05-061-6/+570
* Don't acquire Giant unconditionally.wkoszek2007-05-061-14/+20
* Mark the filedescriptor table entries with VOP_OPEN being performed for themkib2007-05-042-3/+19
* sblock() implements a sleep lock by interlocking SB_WANT and SB_LOCK flagsrwatson2007-05-034-92/+84
* Remove unneeded include files.alc2007-05-011-2/+0
* Complete removal of restriction about overlaps to rman_manage_region:jmg2007-04-281-4/+0
* Avoid a lot of code duplication by using kern_open() to open /dev/nulljhb2007-04-261-45/+9
* Allow the dounmount() to proceed even for doomed coveredvp.kib2007-04-261-3/+1
* Disable nesting of BOP_BDFLUSH(). VOP_FSYNC() call in bdwrite() couldkib2007-04-241-2/+4
* Correct typo.pjd2007-04-231-1/+1
* Remove MAC Framework access control check entry points made redundant withrwatson2007-04-222-19/+0
* Add support for specifying a minimal size for vm.kmem_size in the loader viasepotvin2007-04-211-0/+12
* Don't reinvent vm_page_grab().pjd2007-04-201-23/+3
* Schedule the ithread on the same cpu as the interruptkmacy2007-04-201-2/+1
* Fix witness(4) warnings about mutex use.jkoshy2007-04-191-0/+10
* Fix a bug in sendfile(2) when files larger than page size and nbytes=0.pjd2007-04-191-2/+2
* Bump the interrupt storm detection counter to 1000. My slow fileservernjl2007-04-191-4/+4
* Export vfs_mount_alloc() as it is used in ZFS.pjd2007-04-171-3/+1
* - 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
OpenPOWER on IntegriCloud