summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Eliminate superfluous code.davidxu2012-12-061-1/+0
* Fixup r243901:attilio2012-12-051-9/+12
* The softclock_call_cc() is executing with the callout already removedkib2012-12-051-29/+32
* Check for lockmgr recursion in case of disown and downgrade and panicattilio2012-12-051-2/+19
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-056-38/+38
* Fix a race between kern_setitimer() and realitexpire(), where thekib2012-12-043-5/+2
* Do not allocate buffer of the 255 bytes length on the stack.kib2012-12-041-3/+6
* replace bit shifting loop with 1<<fls(n), improve comments.alfred2012-12-041-6/+4
* The vnode_free_list_mtx is required unconditionally when iteratingkib2012-12-031-4/+28
* Fix one more compilation issue.pjd2012-12-011-2/+2
* IFp4 @208451:pjd2012-11-301-11/+8
* IFp4 @208450:pjd2012-11-301-1/+0
* Using a long is the wrong type to represent the realmem and maxmbufmemandre2012-11-291-4/+4
* Complete r243631 by applying the remainder of kern_mbuf.c that gotandre2012-11-271-16/+18
* Fix r243627 by testing against the head socket instead of the socketandre2012-11-271-1/+1
* Base the mbuf related limits on the available physical memory orandre2012-11-273-24/+86
* Fix a race on listen socket teardown where while draining theandre2012-11-271-4/+21
* Add kern.capmode_coredump sysctl/tunable to allow processes in capability modepjd2012-11-271-2/+13
* - Add NOCAPCHECK flag to namei that allows lookup to work even if the processpjd2012-11-272-1/+5
* Regenerate after r243610.pjd2012-11-271-1/+1
* Allow to use kill(2) in capability mode, but process can send a signal onlypjd2012-11-272-0/+13
* Allow to modify kern.sugid_coredump and kern.corefile from loader.conf.pjd2012-11-271-0/+2
* More style fixes.pjd2012-11-271-4/+4
* Style fixes (mostly whitespaces).pjd2012-11-271-35/+39
* Take first active vnode correctly.davidxu2012-11-271-1/+1
* Look for zombie process only if we were given process id.pjd2012-11-251-5/+6
* remove stop_scheduler_on_panic knobavg2012-11-251-36/+16
* 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
OpenPOWER on IntegriCloud