| Commit message (Expand) | Author | Age | Files | Lines |
* | Initialising the new fibnum field to a known value turns out to | julian | 2013-05-24 | 1 | -0/+3 |
* | Ensure alq's shutdown_pre_sync event handler is deregistered on module unload to | lstewart | 2013-05-24 | 1 | -2/+5 |
* | Use proper malloc type for ioctls white-list. | pjd | 2013-05-23 | 1 | -5/+7 |
* | Increase the (arbitrary) limit for the number of packets per tick | luigi | 2013-05-22 | 1 | -2/+1 |
* | passing fd over unix socket: fix a corner case where caller | mjg | 2013-05-21 | 1 | -1/+8 |
* | vm_object locking is not needed there as pages are already wired. | attilio | 2013-05-21 | 1 | -2/+0 |
* | Regenerate. | kib | 2013-05-21 | 3 | -4/+4 |
* | Fix the wait6(2) on 32bit architectures and for the compat32, by using | kib | 2013-05-21 | 1 | -1/+1 |
* | Style nits. | pjd | 2013-05-19 | 1 | -6/+5 |
* | Use SDT_PROBE1() instead of SDT_PROBE(). | pjd | 2013-05-19 | 1 | -7/+4 |
* | Refine the "nojail" rc keyword, adding "nojailvnet" for files that don't | jamie | 2013-05-19 | 1 | -0/+20 |
* | Use readlocking now that assertions on vm_page_lookup() are relaxed. | attilio | 2013-05-17 | 1 | -3/+3 |
* | A library function shall not set errno to 0. | jh | 2013-05-16 | 1 | -2/+3 |
* | - Add a new general purpose path-compressed radix trie which can be used | jeff | 2013-05-12 | 2 | -112/+760 |
* | - Fix nullfs vnode reference leak in nullfs_reclaim_lowervp(). The | kib | 2013-05-11 | 2 | -7/+20 |
* | Fxi a bunch of typos. | eadler | 2013-05-10 | 1 | -1/+1 |
* | Add option WITNESS_NO_VNODE to suppress printing LORs between VNODE | marcel | 2013-05-09 | 3 | -2/+16 |
* | Item 1 in r248830 causes earlier exits from the sendfile(2), before | kib | 2013-05-09 | 1 | -18/+29 |
* | When the accept queue is full print the number of already pending | andre | 2013-05-08 | 1 | -1/+1 |
* | Add a sysctl vfs.read_min to complement the exiting vfs.read_max. It | scottl | 2013-05-07 | 1 | -0/+12 |
* | Back out r249318, r249320 and r249327 due to a heisenbug most | andre | 2013-05-06 | 1 | -2/+2 |
* | Add missing vdrop() in error case. | mdf | 2013-05-04 | 1 | -0/+1 |
* | Similar to 233760 and 236717, export some more useful info about the | jhb | 2013-05-03 | 2 | -1/+49 |
* | Fix FIONREAD on regular files. The computed result was being ignored and | jhb | 2013-05-03 | 1 | -3/+2 |
* | Regenerate files for pipe2(). | jilles | 2013-05-01 | 3 | -2/+30 |
* | Add pipe2() system call. | jilles | 2013-05-01 | 3 | -0/+20 |
* | Regenerate files for accept4(). | jilles | 2013-05-01 | 3 | -2/+38 |
* | Add accept4() system call. | jilles | 2013-05-01 | 3 | -25/+63 |
* | Introduce a constant, ELF_NOTE_ROUNDSIZE, which evidently declare our | trociny | 2013-05-01 | 1 | -9/+10 |
* | socket: Make shutdown() wake up a blocked accept(). | jilles | 2013-04-30 | 1 | -0/+2 |
* | Eliminate the layering violation in the kern_sendfile(). When quering | kib | 2013-04-28 | 1 | -14/+16 |
* | Base the calculation of maxmbufmem in part on kmem_map size | andre | 2013-04-24 | 1 | -1/+1 |
* | Include PID in the error message which is printed when the maxproc limit | jh | 2013-04-19 | 1 | -2/+2 |
* | Don't compare unsigned socklen_t against < 0. | glebius | 2013-04-19 | 1 | -10/+1 |
* | sem: Restart the POSIX sem_* calls after signals with SA_RESTART set. | jilles | 2013-04-19 | 2 | -3/+3 |
* | On non-ACPI i386 mp_ncpus is initialized at SI_SUB_CPU, and this | glebius | 2013-04-17 | 1 | -1/+1 |
* | - Correct mispellings of the word necessary | gabor | 2013-04-17 | 1 | -1/+1 |
* | - Correct mispellings of the word occurrence | gabor | 2013-04-17 | 1 | -1/+1 |
* | r249408 and r249436 cause a NULL pointer dereference on the CUBIEBOARD | imp | 2013-04-16 | 1 | -1/+1 |
* | - Document that sem_wait() can fail with EINTR if it is interrupted by a | jhb | 2013-04-16 | 1 | -0/+2 |
* | Add a new set of notes to a process core dump to store procstat data. | trociny | 2013-04-16 | 1 | -1/+279 |
* | Allow the vnode to be unlocked for the weird case of | rmacklem | 2013-04-16 | 1 | -1/+1 |
* | Some compilers issue a warning when wider integer is casted to narrow | kib | 2013-04-16 | 1 | -2/+2 |
* | Point args[0] not at the thread that is ending but at the one that | gnn | 2013-04-15 | 1 | -1/+1 |
* | Similarly to proc_getargv() and proc_getenvv(), export proc_getauxv() | trociny | 2013-04-14 | 1 | -18/+29 |
* | Re-factor the code to provide kern_proc_filedesc_out(), kern_proc_out(), | trociny | 2013-04-14 | 2 | -92/+154 |
* | Re-factor coredump routines. For each type of notes an output | trociny | 2013-04-14 | 1 | -206/+354 |
* | Add fdallocn function and use it when passing fds over unix socket. | mjg | 2013-04-14 | 2 | -12/+37 |
* | Fix changes made in r249408. | jchandra | 2013-04-13 | 1 | -1/+1 |
* | Fix kenv behavior when there is no static environment | jchandra | 2013-04-12 | 1 | -13/+16 |