summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* - Move clock synchronization into a seperate clock lock so the globaljeff2007-05-203-15/+19
* Rename the macros for assertion flags passed to sx_assert() from SX_* tojhb2007-05-191-19/+19
* In kern_sendfile() adjust byte accounting of the file sending loop toandre2007-05-191-13/+37
* Expose sx_xholder() as a public macro. It returns a pointer to the threadjhb2007-05-191-8/+0
* Oops, didn't include SX_ADAPTIVESPIN in the list of valid flags for thejhb2007-05-191-1/+1
* Add a new SX_RECURSE flag to make support for recursive exclusive locksjhb2007-05-191-2/+8
* Add kern.arnd sysctl. SSP code uses it to initialize the stack guardkan2007-05-191-0/+12
* Remove unnecessary assignment.rwatson2007-05-181-2/+0
* Fix a comment.jhb2007-05-181-2/+2
* Move lock_profile_object_{init,destroy}() into lock_{init,destroy}().jhb2007-05-185-8/+3
* Since renaming of vop_lock to _vop_lock, pre- and post-conditionkib2007-05-184-9/+9
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-189-22/+26
* - Convert turnstiles and sleepqueus to use UMA. This provides a modestjeff2007-05-182-38/+106
* Eliminate a micro-optimization that hasn't had any effect for 15+ years.peter2007-05-171-5/+0
* Don't export a kern.conftxt sysctl, except when INCLUDE_CONF_FILE isimp2007-05-171-3/+1
* Generally migrate to ANSI function headers, and remove 'register' use.rwatson2007-05-165-181/+106
* Handle !INCLUDE_CONFIG_FILE entirely in the kernel. This should make somewkoszek2007-05-161-0/+5
* 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
OpenPOWER on IntegriCloud