summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* assert_vop_locked: make the assertion race-free and more efficientavg2012-11-241-3/+6
* remove vop_lookup_pre and vop_lookup_postavg2012-11-222-12/+0
* Schedule garbage collection run for the in-flight rights passed overkib2012-11-201-3/+3
* Add a special meaning to the negative ticks argument forkib2012-11-201-2/+6
* insmntque() is always called with the lock held in exclusive mode,attilio2012-11-191-16/+8
* assert_vop_locked should treat LK_EXCLOTHER as the not locked caseavg2012-11-191-1/+2
* vnode_if: fix locking protocol description for lookup and cachedlookupavg2012-11-192-26/+2
* Fix possible fp reference leak in posix_openptmjg2012-11-181-0/+1
* Update comment.glebius2012-11-161-1/+2
* In pget(9), if PGET_NOTWEXIT flag is not specified, also search thekib2012-11-161-21/+46
* Restore the proper handling of the pid 0 for waitpid(2).kib2012-11-161-4/+9
* Style fixes for r242958.kib2012-11-161-8/+6
* Improve KASSERT messages in racct, to make it clear which resourcetrasz2012-11-151-12/+17
* Fix kassert that's not really valid for %CPU accounting. The problemtrasz2012-11-151-2/+3
* Fix bug in r242852 that prevented CPU from becoming idle if kernel builtmav2012-11-151-1/+3
* - Implement run-time expansion of the KTR buffer via sysctl.jeff2012-11-153-48/+143
* Style fixbapt2012-11-141-1/+1
* return ERANGE if the buffer is too small to contain the login as documented inbapt2012-11-141-0/+2
* enterpgrp: get rid of pgrp2 variable and use KASSERT directly on pgfind result.mjg2012-11-131-5/+1
* Regenkib2012-11-133-4/+48
* Add the wait6(2) system call. It takes POSIX waitid()-like processkib2012-11-133-40/+274
* Don't divide by zero.trasz2012-11-131-6/+12
* Several optimizations to sched_idletd():mav2012-11-101-18/+35
* Allow maxusers to scale on machines with large address space.alfred2012-11-102-12/+21
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-092-2/+0
* Make r242655 build on sparc64. While at it, make vm_{max,min}_kernel_addressmarius2012-11-081-2/+4
* - Change ULE to use dynamic slice sizes for the timeshare queue in orderjeff2012-11-081-10/+48
* Fix typo; s/ouput/outputkevlo2012-11-071-1/+1
* export VM_MIN_KERNEL_ADDRESS and VM_MAX_KERNEL_ADDRESS via sysctl.alfred2012-11-061-0/+8
* A clarification to the behaviour of the active vnode list managementkib2012-11-051-0/+3
* Add decoding of the missed MNT_KERN_ flags to ddb "show mount" command.kib2012-11-041-0/+5
* Add decoding of the missed VI_ and VV_ flags to ddb "show vnode" command.kib2012-11-041-3/+9
* Order the enumeration of the MNT_ flags to be the same as the order ofkib2012-11-041-2/+2
* Add tty_set_winsize().ed2012-11-031-4/+11
* Merge r242395,242483 from mutex implementation:attilio2012-11-031-23/+74
* Merge 242488, better use of strlcpy.alfred2012-11-021-2/+3
* The r241025 fixed the case when a binary, executed from nullfs mount,kib2012-11-024-4/+41
* Provide a device name in the sysctl tree for programs to query thealfred2012-11-011-1/+11
* Rework the known mutexes to benefit about staying on their ownattilio2012-10-312-5/+4
* Pad and align the callout_cpu mtx to its own cacheline to reduce falsejimharris2012-10-311-1/+1
* Give mtx(9) the ability to crunch different type of structures, with theattilio2012-10-311-17/+64
* Fixup r240246: hwpmc needs to retain the pinning until ASTs are notattilio2012-10-301-1/+6
* tdq_lock_pair() already does spinlock_enter() so migration is notattilio2012-10-301-2/+0
* In soreceive_stream() don't drop an already dequeued mbuf chain byandre2012-10-291-5/+11
* Add logging for socket attach failures in sonewconn() during accept(2).andre2012-10-291-5/+21
* Since the macro dtom() has been removed, fix comments about the dtom.kevlo2012-10-292-3/+3
* Improve m_cat() by being able to also merge contents from M_EXTandre2012-10-281-3/+3
* The fields of struct timespec32 should be int32_t and not uint32_t.davide2012-10-271-2/+2
* Add CPU percentage limit enforcement to RCTL. The resouce name is "pcpu".trasz2012-10-264-29/+563
* Correct SIGTTIN handling.ed2012-10-252-8/+17
OpenPOWER on IntegriCloud