summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect assertion that caused panic when periodic-only timers used.mav2013-03-131-1/+1
* Functions m_getm2() and m_get2() have different order of arguments,glebius2013-03-121-1/+1
* In kern_sendfile() use m_extadd() instead of MEXTADD() macro, supplyingglebius2013-03-121-2/+8
* The m_extadd() can fail due to memory allocation failure, thus:glebius2013-03-121-14/+19
* Make kern_nanosleep() and pause_sbt() to use per-CPU sleep queues.mav2013-03-123-13/+12
* Fix memory leak when one process send descriptor over UNIX domain socket,pjd2013-03-111-18/+18
* Return an error if sctp_peeloff() fails because a socket can't be allocated.tuexen2013-03-112-2/+9
* Bring back the comment on the sizing of the callout array that gotandre2013-03-101-0/+2
* Fixup r248032:davide2013-03-091-1/+1
* Improve UMTX_PROFILING:attilio2013-03-091-2/+119
* 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
OpenPOWER on IntegriCloud