summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Implement the helper function vn_io_fault_pgmove(), intended to use bykib2013-03-151-0/+39
* Use m_get() and m_getcl() instead of compat macros.glebius2013-03-151-2/+2
* - Use m_get2() instead of hand allocating.glebius2013-03-151-6/+4
* Make m_get2() never use clusters that are bigger than PAGE_SIZE.glebius2013-03-151-13/+3
* When throttling a process to enforce RACCT limits, do not use neithertrasz2013-03-141-9/+2
* Accessing td_state requires thread lock to be held.trasz2013-03-141-4/+2
* Some style fixes.kib2013-03-142-8/+6
* Add currently unused flag argument to the cluster_read(),kib2013-03-142-18/+11
* Rewrite the vfs_bio_clrbuf(9) to not access the b_data for B_VMIOkib2013-03-141-13/+15
* - Fix two possible overflows when testing if ELF program headers are ontijl2013-03-131-8/+6
* 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
OpenPOWER on IntegriCloud