summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Minor style tweaks.pjd2012-12-171-6/+5
* Better variables naming in expand_name() to be more consistent with coredump().pjd2012-12-171-16/+16
* Move expand_name() after process lock is released.pjd2012-12-161-7/+4
* Don't add audit record when coredumps are disabled or name cannot be expanded.pjd2012-12-161-9/+0
* Make the check easier to read.pjd2012-12-161-2/+1
* Use 'cred' variable.pjd2012-12-161-2/+1
* When mnt_vnode_next_active iterator cannot lock the next vnode andkib2012-12-151-55/+51
* Remove a special case for XEN, which is erronous and makes vfork(2)kib2012-12-151-4/+0
* The group list for a non-default export entry (a host/subnet one)rmacklem2012-12-141-1/+1
* Cleanup more of the kassert_panic.alfred2012-12-111-9/+30
* Fix WITNESS when INVARIANT_SUPPORT is defined.alfred2012-12-111-0/+1
* Switch the hardwired WITNESS panics to kassert_panic.alfred2012-12-112-41/+55
* back out half of 244098.alfred2012-12-111-1/+1
* allow KASSERT to enter KDB.alfred2012-12-101-0/+14
* make sysctls kern.{bootfile,conftxt} read-onlyalfred2012-12-101-10/+3
* Do not yield while owning a mutex. The Giant reacquire in thekib2012-12-101-16/+18
* Prevent long type overflow of realmem calculation on ILP32 by forcingandre2012-12-101-2/+2
* Do not ignore zero address, possibly returned by the vm_map_find()kib2012-12-101-14/+14
* Remove useless comment.kib2012-12-091-2/+0
* Fix typo.kib2012-12-091-1/+1
* Add a comment on why inlining critical_enter() may not be a good ideaattilio2012-12-091-0/+6
* Configure UMA warnings for the following zones:pjd2012-12-073-0/+7
* Make use of the fact that uma_zone_set_max(9) already returns actual limit set.pjd2012-12-071-20/+10
* More style cleanups.pjd2012-12-071-3/+2
* Style cleanups.pjd2012-12-071-12/+10
* - Make socket_zone static - it is used only in this file.pjd2012-12-071-3/+3
* Style cleanups.pjd2012-12-071-51/+54
* There is no need anymore to include vm/uma.h after r241726.pjd2012-12-071-2/+0
* Allow KASSERT to log instead of panic.alfred2012-12-071-3/+125
* Use uint instead of int for flags exported via sysctl.alfred2012-12-071-3/+3
* - according to POSIX, make socket(2) return EAFNOSUPPORT rather thankevlo2012-12-072-25/+41
* 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
OpenPOWER on IntegriCloud