| Commit message (Expand) | Author | Age | Files | Lines |
| * | Provide a simple manual page for libprocstat(3). | Sergey Kandaurov | 2011-07-12 | 3 | -2/+256 |
| * | Properly align the end of a candidate back region based on the window's | John Baldwin | 2011-07-12 | 1 | -1/+1 |
| * | Partially merge r223648, r223648 and r223949 from gem(4): | Marius Strobl | 2011-07-12 | 2 | -46/+42 |
| * | Correct r223648; as gem_init_locked() was calling gem_setladrf(), which | Marius Strobl | 2011-07-12 | 1 | -21/+20 |
| * | Truncate link addresses like it is done for any | Michael Tuexen | 2011-07-12 | 1 | -1/+1 |
| * | Use NULL instead of 0 for third argument of sigaction(2). | Andrey V. Elsukov | 2011-07-12 | 1 | -1/+1 |
| * | Add SIGINFO handler. | Andrey V. Elsukov | 2011-07-12 | 1 | -0/+24 |
| * | According to the OpenSolaris source the PCI latency and the cache line size | Marius Strobl | 2011-07-12 | 3 | -16/+29 |
| * | If one's message is longer than the buffer size, then we reset 'cnt' at the | David E. O'Brien | 2011-07-12 | 1 | -1/+2 |
| * | Fix run-time breakage when encoutering invalid input-data. | Edwin Groothuis | 2011-07-11 | 1 | -0/+2 |
| * | Since r219452 the alignment of __dmadat has changed, revealing that fsread() | Marius Strobl | 2011-07-11 | 1 | -31/+35 |
| * | Add a leading space to the status messages output after toggling the | John Baldwin | 2011-07-11 | 1 | -2/+2 |
| * | Allow per-CPU statistics to be toggled at runtime via the 'P' key. | John Baldwin | 2011-07-11 | 5 | -78/+115 |
| * | Update xz to git snapshot of v5.0 branch as of 20110711 (post-5.0.3) | Martin Matuska | 2011-07-11 | 51 | -273/+2382 |
| |\ |
|
| | * | Update vendor/xz from v5.0 branch (post-5.0.3) | Martin Matuska | 2011-07-11 | 48 | -268/+2372 |
| * | | Use full buffer size in read(2) call, there is no need to preserve the | Andrey V. Elsukov | 2011-07-11 | 1 | -11/+5 |
| * | | Fix typo in order of markup and text. | Edwin Groothuis | 2011-07-11 | 1 | -1/+1 |
| * | | ncal(1) highlights the current date (or a date provided via parameter) | Edwin Groothuis | 2011-07-11 | 2 | -1/+4 |
| * | | Remove include of sys/sbuf.h from geom/geom.h. | Andrey V. Elsukov | 2011-07-11 | 1 | -1/+0 |
| * | | Fix typo, lost 0 in SYSCTL_ADD_INT usage. | Aleksandr Rybalko | 2011-07-11 | 1 | -1/+1 |
| * | | Fix the interpreter for: | Edwin Groothuis | 2011-07-11 | 1 | -0/+28 |
| * | | Support of Ralink Ethernet MAC, used in RT3050F/RT3052F and I belive in other... | Aleksandr Rybalko | 2011-07-11 | 5 | -0/+3196 |
| * | | peeraddr is only used in sizeof() evaluations, so instead of declaring it | Xin LI | 2011-07-11 | 1 | -1/+1 |
| * | | Use %zu when printing size_t. | Xin LI | 2011-07-11 | 1 | -2/+2 |
| * | | Match size_t and ssize_t by using %zu and %zd instead of %d. | Xin LI | 2011-07-11 | 1 | -1/+1 |
| * | | Use a pair of parentheses to ensure right evaluation order. | Xin LI | 2011-07-11 | 1 | -1/+1 |
| * | | Use strlcpy(). | Xin LI | 2011-07-11 | 1 | -15/+11 |
| * | | Include sys/sbuf.h directly. | Andrey V. Elsukov | 2011-07-11 | 25 | -0/+27 |
| * | | Include sys/sbuf.h directly. | Andrey V. Elsukov | 2011-07-11 | 1 | -0/+1 |
| * | | Include sys/sbuf.h directly. | Andrey V. Elsukov | 2011-07-11 | 2 | -0/+2 |
| * | | Make sure we load kernel modules from the same path as the running kernel | Doug Barton | 2011-07-10 | 1 | -2/+15 |
| * | | Extract the code to translate VM error into errno, into an exported | Konstantin Belousov | 2011-07-10 | 2 | -0/+8 |
| * | | Style. | Konstantin Belousov | 2011-07-10 | 1 | -1/+1 |
| * | | Cross reference nanobsd(8) | Ivan Voras | 2011-07-10 | 1 | -1/+2 |
| * | | Update locking annotations for the struct vnode. | Konstantin Belousov | 2011-07-10 | 1 | -5/+2 |
| * | | sh(1): Extend documentation about subshells. | Jilles Tjoelker | 2011-07-10 | 1 | -8/+46 |
| * | | Add more obsolete files. | Antoine Brodin | 2011-07-10 | 1 | -0/+16 |
| * | | posix_spawn: If an error is detected in the child process, reap the zombie. | Jilles Tjoelker | 2011-07-10 | 3 | -2/+95 |
| * | | Revert the previous change and add xdr_sizeof | Kevin Lo | 2011-07-10 | 1 | -39/+37 |
| * | | - Removing some unneeded definitions of NULL(cruft related to 1970's C). | Tai-hwa Liang | 2011-07-10 | 6 | -29/+15 |
| * | | style(9) cleanup | Kevin Lo | 2011-07-10 | 1 | -1/+1 |
| * | | Add a HISTORY section | Kevin Lo | 2011-07-10 | 1 | -0/+5 |
| * | | When first creating snapshots, we may free some blocks within it. | Kirk McKusick | 2011-07-10 | 1 | -1/+5 |
| * | | Update tags build script | Kirk McKusick | 2011-07-10 | 2 | -1/+3 |
| * | | Allow disk partitions associated with UFS read-only mounted | Kirk McKusick | 2011-07-10 | 2 | -16/+8 |
| * | | Per request of the docs team, install docs as packages, instead of via | Nathan Whitehorn | 2011-07-09 | 5 | -12/+80 |
| * | | Remove reviewed line from copyright header. | Hans Petter Selasky | 2011-07-09 | 1 | -1/+0 |
| * | | Remove the old vm_map_clean man page. | Alan Cox | 2011-07-09 | 1 | -85/+0 |
| * | | vm_map_clean() was long ago renamed to vm_map_sync(). Also, it no longer | Alan Cox | 2011-07-09 | 4 | -3/+86 |
| * | | Fix the definition for PCPU_NAME_LEN, which is intended to fit | Marius Strobl | 2011-07-09 | 1 | -1/+1 |