| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add option WITNESS_NO_VNODE to suppress printing LORs between VNODE | Marcel Moolenaar | 2013-05-09 | 3 | -2/+16 |
| * | Item 1 in r248830 causes earlier exits from the sendfile(2), before | Konstantin Belousov | 2013-05-09 | 1 | -18/+29 |
| * | When the accept queue is full print the number of already pending | Andre Oppermann | 2013-05-08 | 1 | -1/+1 |
| * | Add a sysctl vfs.read_min to complement the exiting vfs.read_max. It | Scott Long | 2013-05-07 | 1 | -0/+12 |
| * | Back out r249318, r249320 and r249327 due to a heisenbug most | Andre Oppermann | 2013-05-06 | 1 | -2/+2 |
| * | Add missing vdrop() in error case. | Matthew D Fleming | 2013-05-04 | 1 | -0/+1 |
| * | Similar to 233760 and 236717, export some more useful info about the | John Baldwin | 2013-05-03 | 2 | -1/+49 |
| * | Fix FIONREAD on regular files. The computed result was being ignored and | John Baldwin | 2013-05-03 | 1 | -3/+2 |
| * | Regenerate files for pipe2(). | Jilles Tjoelker | 2013-05-01 | 3 | -2/+30 |
| * | Add pipe2() system call. | Jilles Tjoelker | 2013-05-01 | 3 | -0/+20 |
| * | Regenerate files for accept4(). | Jilles Tjoelker | 2013-05-01 | 3 | -2/+38 |
| * | Add accept4() system call. | Jilles Tjoelker | 2013-05-01 | 3 | -25/+63 |
| * | Introduce a constant, ELF_NOTE_ROUNDSIZE, which evidently declare our | Mikolaj Golub | 2013-05-01 | 1 | -9/+10 |
| * | socket: Make shutdown() wake up a blocked accept(). | Jilles Tjoelker | 2013-04-30 | 1 | -0/+2 |
| * | Eliminate the layering violation in the kern_sendfile(). When quering | Konstantin Belousov | 2013-04-28 | 1 | -14/+16 |
| * | Base the calculation of maxmbufmem in part on kmem_map size | Andre Oppermann | 2013-04-24 | 1 | -1/+1 |
| * | Include PID in the error message which is printed when the maxproc limit | Jaakko Heinonen | 2013-04-19 | 1 | -2/+2 |
| * | Don't compare unsigned socklen_t against < 0. | Gleb Smirnoff | 2013-04-19 | 1 | -10/+1 |
| * | sem: Restart the POSIX sem_* calls after signals with SA_RESTART set. | Jilles Tjoelker | 2013-04-19 | 2 | -3/+3 |
| * | On non-ACPI i386 mp_ncpus is initialized at SI_SUB_CPU, and this | Gleb Smirnoff | 2013-04-17 | 1 | -1/+1 |
| * | - Correct mispellings of the word necessary | Gabor Kovesdan | 2013-04-17 | 1 | -1/+1 |
| * | - Correct mispellings of the word occurrence | Gabor Kovesdan | 2013-04-17 | 1 | -1/+1 |
| * | r249408 and r249436 cause a NULL pointer dereference on the CUBIEBOARD | Warner Losh | 2013-04-16 | 1 | -1/+1 |
| * | - Document that sem_wait() can fail with EINTR if it is interrupted by a | John Baldwin | 2013-04-16 | 1 | -0/+2 |
| * | Add a new set of notes to a process core dump to store procstat data. | Mikolaj Golub | 2013-04-16 | 1 | -1/+279 |
| * | Allow the vnode to be unlocked for the weird case of | Rick Macklem | 2013-04-16 | 1 | -1/+1 |
| * | Some compilers issue a warning when wider integer is casted to narrow | Konstantin Belousov | 2013-04-16 | 1 | -2/+2 |
| * | Point args[0] not at the thread that is ending but at the one that | George V. Neville-Neil | 2013-04-15 | 1 | -1/+1 |
| * | Similarly to proc_getargv() and proc_getenvv(), export proc_getauxv() | Mikolaj Golub | 2013-04-14 | 1 | -18/+29 |
| * | Re-factor the code to provide kern_proc_filedesc_out(), kern_proc_out(), | Mikolaj Golub | 2013-04-14 | 2 | -92/+154 |
| * | Re-factor coredump routines. For each type of notes an output | Mikolaj Golub | 2013-04-14 | 1 | -203/+351 |
| * | Add fdallocn function and use it when passing fds over unix socket. | Mateusz Guzik | 2013-04-14 | 2 | -12/+37 |
| * | Fix changes made in r249408. | Jayachandran C. | 2013-04-13 | 1 | -1/+1 |
| * | Fix kenv behavior when there is no static environment | Jayachandran C. | 2013-04-12 | 1 | -13/+16 |
| * | Add sbuf_start_section() and sbuf_end_section() functions, which can | Mikolaj Golub | 2013-04-11 | 1 | -1/+71 |
| * | Fix the build. | Jim Harris | 2013-04-10 | 1 | -1/+1 |
| * | Change certain heavily used network related mutexes and rwlocks to | Andre Oppermann | 2013-04-09 | 1 | -2/+2 |
| * | Switch some "low-hanging fruit" to acquire read lock on vmobjects | Attilio Rao | 2013-04-08 | 3 | -19/+19 |
| * | Merge from projects/counters: counter(9). | Gleb Smirnoff | 2013-04-08 | 1 | -0/+109 |
| * | Use pget(9) to reduce code duplication. | Mikolaj Golub | 2013-04-07 | 1 | -10/+4 |
| * | Fill p_flags and p_align fields of the core dump note segement. | Mikolaj Golub | 2013-04-07 | 1 | -2/+2 |
| * | Use 4-byte padding for core dump notes on both 32 and 64bit archs. | Mikolaj Golub | 2013-04-07 | 1 | -2/+2 |
| * | mqueue,ksem,shm: Fix race condition with setting UF_EXCLOSE. | Jilles Tjoelker | 2013-04-07 | 3 | -15/+3 |
| * | Prepare to replace the buf splay with a trie: | Jeff Roberson | 2013-04-06 | 1 | -19/+9 |
| * | Fix memory leak in coredump(). | Gleb Smirnoff | 2013-04-05 | 1 | -0/+1 |
| * | If filter of the interrupt event is not null, print it, in addition to | Konstantin Belousov | 2013-04-05 | 1 | -1/+10 |
| * | MFP4 change 210763 | Brooks Davis | 2013-04-03 | 1 | -2/+9 |
| * | Add support for XPT_CONT_TARGET_IO CCBs in _bus_dmamap_load_ccb(). | Kenneth D. Merry | 2013-04-02 | 1 | -4/+17 |
| * | Regen. | Matthew D Fleming | 2013-04-02 | 3 | -5/+5 |
| * | Fix return type of extattr_set_* and fix rmextattr(8) utility. | Matthew D Fleming | 2013-04-02 | 1 | -3/+3 |