summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* device_add_child: protect against child device with no driver but fixed unit ...avg2012-05-251-0/+2
* MFprojects/zfsd:mav2012-05-241-3/+4
* Add kern_fhstat(), adjust sys_fhstat() to use it.gleb2012-05-241-11/+23
* Calculate the count of per-process cow faults. Export the count tokib2012-05-231-0/+4
* Fix use-after-free in kern_jail_set() triggered e.g. by attemptstrasz2012-05-221-6/+10
* Don't leak locks in prison_racct_modify().trasz2012-05-221-1/+4
* Fix panic with RACCT that could occur in low memory (or out of swap)trasz2012-05-222-1/+4
* Make dumptid non-static. It is used by libkvm to detect whetherharti2012-05-221-1/+1
* Fix old panic when BPF consumer attaches to destroying interface.melifaro2012-05-211-1/+1
* Add SMP/i386 suspend/resume support.iwasaki2012-05-181-2/+2
* Skip directory entries with zero inode number during traversal.gleb2012-05-161-2/+2
* Fix typo in function name SDT_PROBE4 and unbreak 4BSD UP.pluknet2012-05-151-1/+1
* Do not call bremfree for managed buffers.gber2012-05-151-5/+9
* Implement the DTrace sched provider. This implementation aims to berstone2012-05-157-2/+120
* Revert previous revision, misunderstood the code :(delphij2012-05-111-1/+0
* Release proc lock after setting signal queue.delphij2012-05-111-0/+1
* Move the code to call the callout callback into the helper functionkib2012-05-031-198/+181
* When callout_reset_on() cannot immediately migrate a callout since itkib2012-05-031-0/+36
* - Don't log messages saying that accounting is being disabled and enabledjhb2012-05-021-7/+16
* Allow for the process information sysctls to accept a thread id in additionkib2012-04-231-1/+30
* Remove unused thread argument to vrecycle().trasz2012-04-232-3/+3
* Remove unused thread argument from vtruncbuf().trasz2012-04-231-2/+1
* Include the associated wait channel message for context switch ktracejhb2012-04-204-17/+22
* The value of flags matching VNOVAL can't be supported. Return EOPNOTSUPPjh2012-04-201-0/+4
* This update uses the MNT_VNODE_FOREACH_ACTIVE interface that loopsmckusick2012-04-201-1/+13
* This change creates a new list of active vnodes associated withmckusick2012-04-202-10/+177
* Delete a no longer useful VNASSERT missed during changes in 234400.mckusick2012-04-181-2/+0
* Fix a memory leak of M_VNODE_MARKER introduced in 234386.mckusick2012-04-181-1/+1
* Drop export of vdestroy() function from kern/vfs_subr.c as it ismckusick2012-04-171-102/+85
* Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.mckusick2012-04-173-32/+102
* Fix bug where NFSv4 ACL enforcement code wouldn't unconditionallytrasz2012-04-171-0/+3
* Stop treating system processes as special. This fixes panicstrasz2012-04-172-48/+1
* Fix panic, triggered like this: "int main() { thr_exit(); }"trasz2012-04-171-1/+1
* Enforce upper bound on the input buffer length.trasz2012-04-171-0/+3
* - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27jkim2012-04-161-5/+19
* Fix a typo.davide2012-04-141-1/+1
* Fix some style bugs introduced in a previous commit (r233045)davide2012-04-141-8/+8
* Fix !DDB build after r234190.marius2012-04-141-1/+1
* Use strdup() on the name (and free it when it's done) so non-static namesadrian2012-04-131-2/+8
* - Extend the KDB interface to add a per-debugger callback to print ajhb2012-04-122-4/+27
* If a linker file contains at least one module, but all of the modulesjhb2012-04-121-2/+13
* Add thread-private flag to indicate that error value is already placedkib2012-04-122-3/+9
* Export vinactive() from kern/vfs_subr.c (e.g., make it no longermckusick2012-04-111-2/+1
* Allow device_busy() and device_unbusy() to be invoked while a device isjhb2012-04-111-5/+13
* Return EBADF instead of EMFILE from dup2 when the second argument iseadler2012-04-111-1/+1
* Remove unused and wrong SA_PROC internal signal property.jilles2012-04-091-23/+22
* Microoptimize cpu_search().mav2012-04-091-24/+28
* Add vfs_getopt_size. Support human readable file system options in tmpfs.gleb2012-04-071-0/+42
* - Improve BPF locking model.melifaro2012-04-061-2/+2
* Add new ktrace records for the start and end of VM faults. This givesjhb2012-04-051-0/+40
OpenPOWER on IntegriCloud