summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Correct the lock class for the vm object lock.kib2013-03-091-1/+1
* Rework overflow checks of r247898 to not let too "intelligent" compiler tomav2013-03-092-7/+9
* MFCattilio2013-03-092-45/+38
* MFCattilio2013-03-0824-781/+1311
|\
| * Fix off-by-one error in nanoseconds validation.mav2013-03-071-1/+1
| * Call sched_prio() to immediately change the priority of the thread inian2013-03-071-4/+4
| * Reduce minimal time intervals of setitimer(2) from 1/HZ to 1/(16*HZ) bymav2013-03-061-20/+25
| * Fix time math overflows and improve zero intervals handling in poll(),mav2013-03-063-18/+42
| * Add a generic way to call per event allocate / release function.fabient2013-03-051-1/+2
| * Complete r247813:davide2013-03-041-8/+8
| * Use C99 'bool' rather than Machish 'boolean_t'.davide2013-03-041-2/+2
| * MFcalloutng:davide2013-03-041-53/+29
| * MFcalloutng:davide2013-03-041-47/+36
| * MFcalloutng (r244251 with minor changes):davide2013-03-041-3/+6
| * MFcalloutng (r244255 by mav, with minor changes):davide2013-03-041-12/+11
| * MFcalloutng:davide2013-03-041-23/+23
| * Fix build with DIAGNOSTIC/CALLOUT_PROFILING options turned on.davide2013-03-041-9/+9
| * MFcalloutng:davide2013-03-041-26/+29
| * MFcalloutng:davide2013-03-041-11/+14
| * MFcalloutng:davide2013-03-041-2/+4
| * MFcalloutng (r244355):davide2013-03-042-12/+4
| * - Make callout(9) tickless, relying on eventtimers(4) as backend fordavide2013-03-045-492/+806
| * For some reason when I started to pass filedescent structures instead ofpjd2013-03-031-20/+28
| * Use dedicated malloc type for filecaps-related data, so we can detect anypjd2013-03-031-2/+3
| * Plug memory leaks in file descriptors passing.pjd2013-03-032-2/+3
| * callwheelmask and callwheelsize are always greater than zero.davide2013-03-031-1/+1
| * Remove a couple of unused include.davide2013-03-031-1/+0
| * MFcalloutng:mav2013-03-031-2/+2
| * Regen after r247667.pjd2013-03-023-2/+74
| * - Implement two new system calls:pjd2013-03-026-45/+183
* | MFCattilio2013-03-0228-959/+1132
|\ \ | |/
| * If the target file already exists, check for the CAP_UNLINKAT capabiity rightpjd2013-03-021-7/+10
| * Regen after r247602.pjd2013-03-023-9/+157
| * Merge Capsicum overhaul:pjd2013-03-0217-843/+908
| * Replace the TDP_NOSLEEPING flag with a counter so that thejhb2013-03-012-3/+3
| * Remove unnecessary variables.pjd2013-03-011-6/+2
| * Reduce lock scope a little.pjd2013-03-011-1/+1
| * - Use strdup(9) instead of reimplementing it.marius2013-03-011-52/+18
| * Make the default implementation of the VOP_VPTOCNP() fail if thekib2013-03-011-2/+6
| * MFcalloutng:davide2013-02-281-2/+2
| * MFcalloutng:mav2013-02-282-39/+28
| * MFcalloutng:davide2013-02-281-2/+4
| * Make recursive getblk() slightly more useful. Keep the buffer statekib2013-02-271-6/+13
| * Add support for good old 8192Hz profiling clock to software PMC.mav2013-02-262-9/+20
* | MFCattilio2013-02-271-6/+13
* | MFCattilio2013-02-262-9/+20
* | MFCattilio2013-02-261-11/+6
|\ \ | |/
| * Merge from vmobj-rwlock branch:attilio2013-02-261-1/+0
| * Style.pjd2013-02-251-8/+5
| * After r237012, the fdgrowtable() doesn't drop the filedesc lock anymore,pjd2013-02-251-3/+1
OpenPOWER on IntegriCloud