summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* style(9) for r236563.glebius2012-06-051-2/+2
* Microoptimisation of code from r236560, also coming from Nginx Inc.glebius2012-06-041-6/+4
* Optimise kern_sendfile(): skip cycling through the entire mbuf chain inglebius2012-06-041-4/+10
* Add a knob to disable vn_io_fault.kib2012-06-031-1/+5
* Count and export the number of prefaulting happen.kib2012-06-031-0/+5
* free wdog_kern_pat calls in post-panic paths from under SW_WATCHDOGavg2012-06-032-10/+3
* Fix typo [1]. Use commas to separate flag printouts, in style withkib2012-06-021-1/+1
* Update the print mask for decoding b_flags. Add print masks forkib2012-06-021-1/+3
* Extend VERBOSE_SYSINIT to also print out the name of variables passedjhb2012-06-011-9/+28
* Regenerate after r236361.pjd2012-05-311-5/+5
* Add missing system calls.pjd2012-05-311-0/+5
* There is no rmdirat system call. Weird, I know.pjd2012-05-311-1/+0
* Unlock in the error path to prevent a lock leak.imp2012-05-311-6/+11
* vn_io_fault() is a facility to prevent page faults while filesystemskib2012-05-301-44/+293
* Add a rangelock implementation, intended to be used to range-lockingkib2012-05-303-0/+251
* Assert that TDP_NOFAULTING and TDP_NOSPEEPING thread flags do not leakkib2012-05-301-0/+6
* Let us manage differences of Book-E PowerPC variations i.e. vendor /raj2012-05-271-1/+1
* Fix ki_cow for compat32 binaries.kib2012-05-271-0/+1
* Stop treating td_sigmask specially for the purposes of new threadkib2012-05-263-4/+0
* Add a vn_bmap_seekhole(9) vnode helper which can be used by anykib2012-05-261-0/+53
* Regenerate system call tables.ed2012-05-253-6/+6
* Remove use of non-ISO-C integer types from system call tables.ed2012-05-251-2/+2
* 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
OpenPOWER on IntegriCloud