aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Provide a simple manual page for libprocstat(3).Sergey Kandaurov2011-07-123-2/+256
* Properly align the end of a candidate back region based on the window'sJohn Baldwin2011-07-121-1/+1
* Partially merge r223648, r223648 and r223949 from gem(4):Marius Strobl2011-07-122-46/+42
* Correct r223648; as gem_init_locked() was calling gem_setladrf(), whichMarius Strobl2011-07-121-21/+20
* Truncate link addresses like it is done for anyMichael Tuexen2011-07-121-1/+1
* Use NULL instead of 0 for third argument of sigaction(2).Andrey V. Elsukov2011-07-121-1/+1
* Add SIGINFO handler.Andrey V. Elsukov2011-07-121-0/+24
* According to the OpenSolaris source the PCI latency and the cache line sizeMarius Strobl2011-07-123-16/+29
* If one's message is longer than the buffer size, then we reset 'cnt' at theDavid E. O'Brien2011-07-121-1/+2
* Fix run-time breakage when encoutering invalid input-data.Edwin Groothuis2011-07-111-0/+2
* Since r219452 the alignment of __dmadat has changed, revealing that fsread()Marius Strobl2011-07-111-31/+35
* Add a leading space to the status messages output after toggling theJohn Baldwin2011-07-111-2/+2
* Allow per-CPU statistics to be toggled at runtime via the 'P' key.John Baldwin2011-07-115-78/+115
* Update xz to git snapshot of v5.0 branch as of 20110711 (post-5.0.3)Martin Matuska2011-07-1151-273/+2382
|\
| * Update vendor/xz from v5.0 branch (post-5.0.3)Martin Matuska2011-07-1148-268/+2372
* | Use full buffer size in read(2) call, there is no need to preserve theAndrey V. Elsukov2011-07-111-11/+5
* | Fix typo in order of markup and text.Edwin Groothuis2011-07-111-1/+1
* | ncal(1) highlights the current date (or a date provided via parameter)Edwin Groothuis2011-07-112-1/+4
* | Remove include of sys/sbuf.h from geom/geom.h.Andrey V. Elsukov2011-07-111-1/+0
* | Fix typo, lost 0 in SYSCTL_ADD_INT usage.Aleksandr Rybalko2011-07-111-1/+1
* | Fix the interpreter for:Edwin Groothuis2011-07-111-0/+28
* | Support of Ralink Ethernet MAC, used in RT3050F/RT3052F and I belive in other...Aleksandr Rybalko2011-07-115-0/+3196
* | peeraddr is only used in sizeof() evaluations, so instead of declaring itXin LI2011-07-111-1/+1
* | Use %zu when printing size_t.Xin LI2011-07-111-2/+2
* | Match size_t and ssize_t by using %zu and %zd instead of %d.Xin LI2011-07-111-1/+1
* | Use a pair of parentheses to ensure right evaluation order.Xin LI2011-07-111-1/+1
* | Use strlcpy().Xin LI2011-07-111-15/+11
* | Include sys/sbuf.h directly.Andrey V. Elsukov2011-07-1125-0/+27
* | Include sys/sbuf.h directly.Andrey V. Elsukov2011-07-111-0/+1
* | Include sys/sbuf.h directly.Andrey V. Elsukov2011-07-112-0/+2
* | Make sure we load kernel modules from the same path as the running kernelDoug Barton2011-07-101-2/+15
* | Extract the code to translate VM error into errno, into an exportedKonstantin Belousov2011-07-102-0/+8
* | Style.Konstantin Belousov2011-07-101-1/+1
* | Cross reference nanobsd(8)Ivan Voras2011-07-101-1/+2
* | Update locking annotations for the struct vnode.Konstantin Belousov2011-07-101-5/+2
* | sh(1): Extend documentation about subshells.Jilles Tjoelker2011-07-101-8/+46
* | Add more obsolete files.Antoine Brodin2011-07-101-0/+16
* | posix_spawn: If an error is detected in the child process, reap the zombie.Jilles Tjoelker2011-07-103-2/+95
* | Revert the previous change and add xdr_sizeofKevin Lo2011-07-101-39/+37
* | - Removing some unneeded definitions of NULL(cruft related to 1970's C).Tai-hwa Liang2011-07-106-29/+15
* | style(9) cleanupKevin Lo2011-07-101-1/+1
* | Add a HISTORY sectionKevin Lo2011-07-101-0/+5
* | When first creating snapshots, we may free some blocks within it.Kirk McKusick2011-07-101-1/+5
* | Update tags build scriptKirk McKusick2011-07-102-1/+3
* | Allow disk partitions associated with UFS read-only mountedKirk McKusick2011-07-102-16/+8
* | Per request of the docs team, install docs as packages, instead of viaNathan Whitehorn2011-07-095-12/+80
* | Remove reviewed line from copyright header.Hans Petter Selasky2011-07-091-1/+0
* | Remove the old vm_map_clean man page.Alan Cox2011-07-091-85/+0
* | vm_map_clean() was long ago renamed to vm_map_sync(). Also, it no longerAlan Cox2011-07-094-3/+86
* | Fix the definition for PCPU_NAME_LEN, which is intended to fitMarius Strobl2011-07-091-1/+1