summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add flags argument to vfs_write_resume() and removekib2013-01-111-9/+2
* lockmgr: unlock interlock (if requested) when dealing with upgrade/downgrademjg2013-01-061-0/+2
* Protect the p->p_pgrp dereference with the process lock.kib2013-01-061-0/+2
* Teach the kernel to recognize that it is executing inside a bhyve virtualneel2013-01-051-0/+1
* Fix some minor inaccuracies introduced in r243251.bjk2013-01-051-3/+3
* Revert revision 244760 because strncpy pads trailing space with zero,davidxu2013-01-041-3/+3
* Remove the deprecated MNT_VNODE_FOREACH interface. Use thekib2013-01-031-97/+0
* The process_deferred_inactive() function locks the vnodes of the ufskib2013-01-011-1/+2
* Make it possible to atomically resume writes on the mount and accountkib2012-12-281-27/+52
* Fix build on ARM (and probably other platforms)gonzo2012-12-281-2/+2
* Use strlcpy to NULL-terminate error message even if user provided a shortdavidxu2012-12-281-3/+3
* Fixup r244240: mp_ncpus will be 1 also in the !SMP and smp_disabled=1attilio2012-12-261-8/+1
* Do not force a writer to the devfs file to drain the buffer writes.kib2012-12-231-1/+2
* Reject spaces and double quotation marks in device names. devctl(4)jh2012-12-221-0/+7
* Fixup r240424: On entering KDB backends, the hijacked thread to runattilio2012-12-225-13/+17
* Fixup r218424: uio_yield() was scaling directly to userland priority.attilio2012-12-213-6/+6
* Rewrite fdgrowtable() so common mortals can actually understand whatdes2012-12-201-55/+74
* Create an architecture-agnostic buffer pool manager that uses uma(9) tocognet2012-12-201-0/+174
* Replace expand_name() function with corefile_open() function, which notpjd2012-12-191-54/+35
* Use correct file permissions when looking for available core file ifpjd2012-12-191-1/+1
* - Add new machine parsable KTR macros for timing events.jeff2012-12-191-10/+8
* - Correctly handle EWOULDBLOCK in quiesce_cpusjeff2012-12-191-1/+2
* The 'flags' argument can be modified in vn_open_cred(), so we need topjd2012-12-191-1/+1
* Do not audit paths we try when kern.corefile contains %I.pjd2012-12-191-1/+2
* Style cleanups.pjd2012-12-191-50/+48
* The expand_name() function isn't called with the process lock held anymore,pjd2012-12-191-14/+2
* prison_racct_detach can be called for not fully initialized jail, so make it ...mjg2012-12-181-0/+2
* - Add sysctl to allow unprivileged users to call mlock(2)-family systemzont2012-12-181-0/+18
* 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
OpenPOWER on IntegriCloud