| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implement the helper function vn_io_fault_pgmove(), intended to use by | kib | 2013-03-15 | 1 | -0/+39 |
* | Use m_get() and m_getcl() instead of compat macros. | glebius | 2013-03-15 | 1 | -2/+2 |
* | - Use m_get2() instead of hand allocating. | glebius | 2013-03-15 | 1 | -6/+4 |
* | Make m_get2() never use clusters that are bigger than PAGE_SIZE. | glebius | 2013-03-15 | 1 | -13/+3 |
* | When throttling a process to enforce RACCT limits, do not use neither | trasz | 2013-03-14 | 1 | -9/+2 |
* | Accessing td_state requires thread lock to be held. | trasz | 2013-03-14 | 1 | -4/+2 |
* | Some style fixes. | kib | 2013-03-14 | 2 | -8/+6 |
* | Add currently unused flag argument to the cluster_read(), | kib | 2013-03-14 | 2 | -18/+11 |
* | Rewrite the vfs_bio_clrbuf(9) to not access the b_data for B_VMIO | kib | 2013-03-14 | 1 | -13/+15 |
* | - Fix two possible overflows when testing if ELF program headers are on | tijl | 2013-03-13 | 1 | -8/+6 |
* | Fix incorrect assertion that caused panic when periodic-only timers used. | mav | 2013-03-13 | 1 | -1/+1 |
* | Functions m_getm2() and m_get2() have different order of arguments, | glebius | 2013-03-12 | 1 | -1/+1 |
* | In kern_sendfile() use m_extadd() instead of MEXTADD() macro, supplying | glebius | 2013-03-12 | 1 | -2/+8 |
* | The m_extadd() can fail due to memory allocation failure, thus: | glebius | 2013-03-12 | 1 | -14/+19 |
* | Make kern_nanosleep() and pause_sbt() to use per-CPU sleep queues. | mav | 2013-03-12 | 3 | -13/+12 |
* | Fix memory leak when one process send descriptor over UNIX domain socket, | pjd | 2013-03-11 | 1 | -18/+18 |
* | Return an error if sctp_peeloff() fails because a socket can't be allocated. | tuexen | 2013-03-11 | 2 | -2/+9 |
* | Bring back the comment on the sizing of the callout array that got | andre | 2013-03-10 | 1 | -0/+2 |
* | Fixup r248032: | davide | 2013-03-09 | 1 | -1/+1 |
* | Improve UMTX_PROFILING: | attilio | 2013-03-09 | 1 | -2/+119 |
* | Correct the lock class for the vm object lock. | kib | 2013-03-09 | 1 | -1/+1 |
* | Rework overflow checks of r247898 to not let too "intelligent" compiler to | mav | 2013-03-09 | 2 | -7/+9 |
* | MFC | attilio | 2013-03-09 | 2 | -45/+38 |
* | MFC | attilio | 2013-03-08 | 24 | -781/+1311 |
|\ |
|
| * | Fix off-by-one error in nanoseconds validation. | mav | 2013-03-07 | 1 | -1/+1 |
| * | Call sched_prio() to immediately change the priority of the thread in | ian | 2013-03-07 | 1 | -4/+4 |
| * | Reduce minimal time intervals of setitimer(2) from 1/HZ to 1/(16*HZ) by | mav | 2013-03-06 | 1 | -20/+25 |
| * | Fix time math overflows and improve zero intervals handling in poll(), | mav | 2013-03-06 | 3 | -18/+42 |
| * | Add a generic way to call per event allocate / release function. | fabient | 2013-03-05 | 1 | -1/+2 |
| * | Complete r247813: | davide | 2013-03-04 | 1 | -8/+8 |
| * | Use C99 'bool' rather than Machish 'boolean_t'. | davide | 2013-03-04 | 1 | -2/+2 |
| * | MFcalloutng: | davide | 2013-03-04 | 1 | -53/+29 |
| * | MFcalloutng: | davide | 2013-03-04 | 1 | -47/+36 |
| * | MFcalloutng (r244251 with minor changes): | davide | 2013-03-04 | 1 | -3/+6 |
| * | MFcalloutng (r244255 by mav, with minor changes): | davide | 2013-03-04 | 1 | -12/+11 |
| * | MFcalloutng: | davide | 2013-03-04 | 1 | -23/+23 |
| * | Fix build with DIAGNOSTIC/CALLOUT_PROFILING options turned on. | davide | 2013-03-04 | 1 | -9/+9 |
| * | MFcalloutng: | davide | 2013-03-04 | 1 | -26/+29 |
| * | MFcalloutng: | davide | 2013-03-04 | 1 | -11/+14 |
| * | MFcalloutng: | davide | 2013-03-04 | 1 | -2/+4 |
| * | MFcalloutng (r244355): | davide | 2013-03-04 | 2 | -12/+4 |
| * | - Make callout(9) tickless, relying on eventtimers(4) as backend for | davide | 2013-03-04 | 5 | -492/+806 |
| * | For some reason when I started to pass filedescent structures instead of | pjd | 2013-03-03 | 1 | -20/+28 |
| * | Use dedicated malloc type for filecaps-related data, so we can detect any | pjd | 2013-03-03 | 1 | -2/+3 |
| * | Plug memory leaks in file descriptors passing. | pjd | 2013-03-03 | 2 | -2/+3 |
| * | callwheelmask and callwheelsize are always greater than zero. | davide | 2013-03-03 | 1 | -1/+1 |
| * | Remove a couple of unused include. | davide | 2013-03-03 | 1 | -1/+0 |
| * | MFcalloutng: | mav | 2013-03-03 | 1 | -2/+2 |
| * | Regen after r247667. | pjd | 2013-03-02 | 3 | -2/+74 |
| * | - Implement two new system calls: | pjd | 2013-03-02 | 6 | -45/+183 |