| Commit message (Expand) | Author | Age | Files | Lines |
* | When resuming an HTTP download, we failed to verify that the range | Dag-Erling Smørgrav | 2011-09-15 | 1 | -0/+14 |
* | It seems when I added code for affine unit changes to units, I | David Malone | 2011-09-15 | 1 | -3/+5 |
* | Fix typos in error messages. | Christian Brueffer | 2011-09-13 | 1 | -3/+3 |
* | Fix csup to allow case insensitive server names in the auth file, | Christian Brueffer | 2011-09-13 | 1 | -1/+1 |
* | Fix nfsstat(1) so that it prints out correct stats for the | Rick Macklem | 2011-08-23 | 1 | -23/+23 |
* | Fix nfsstat(1) so that it prints out correct stats for the | Rick Macklem | 2011-08-23 | 1 | -18/+18 |
* | - Fix exclusion of directories from a recursive search | Gabor Kovesdan | 2011-08-17 | 1 | -14/+5 |
* | - Fix handling of environmental variables when they are set to empty string | Gabor Kovesdan | 2011-08-17 | 1 | -3/+4 |
* | tail: Fix crash if -F'ed file's filesystem disappears. | Jilles Tjoelker | 2011-08-14 | 1 | -2/+4 |
* | Updates to libprocstat(3) and procstat(1) to allow monitoring Capsicum | Robert Watson | 2011-08-14 | 5 | -70/+270 |
* | catstrg() does not set the resulting string length. | Kevin Lo | 2011-08-08 | 1 | -0/+1 |
* | For POLA reasons, disable SGR sequences in catpages. | Ulrich Spörlein | 2011-08-05 | 1 | -1/+1 |
* | Don't try to free() an address returned by mmap(). This appears to be | Ed Maste | 2011-08-04 | 1 | -13/+20 |
* | Clean up markup. | Ruslan Ermilov | 2011-08-04 | 1 | -31/+30 |
* | Unbreak catman(1) by removing calls to col(1). | Ulrich Spörlein | 2011-08-03 | 1 | -1/+1 |
* | Fix broken mdoc. | Ulrich Spörlein | 2011-08-01 | 1 | -1/+1 |
* | Correctly link bsdcpio and bsdtar against libmd and libcrpyto | Martin Matuska | 2011-08-01 | 2 | -4/+11 |
* | MFprojects/hid: | Alexander Motin | 2011-07-30 | 2 | -20/+62 |
* | Fix the following bugs related to the SCTP support of netstat: | Michael Tuexen | 2011-07-22 | 1 | -113/+204 |
* | Rework the dynamic per-CPU stats code a bit. Always set 'statics->ncpus' | John Baldwin | 2011-07-18 | 1 | -5/+3 |
* | Constantly print the command name and if set include the thread | Bjoern A. Zeeb | 2011-07-18 | 1 | -8/+20 |
* | Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN. | Bjoern A. Zeeb | 2011-07-18 | 3 | -10/+10 |
* | sintrcnt/sintrnames is the address of the size, not the actual size. | Sergey Kandaurov | 2011-07-18 | 1 | -2/+2 |
* | - Export each thread's individual resource usage in in struct kinfo_proc's | John Baldwin | 2011-07-18 | 1 | -2/+15 |
* | - Remove the eintrcnt/eintrnames usage and introduce the concept of | Attilio Rao | 2011-07-18 | 1 | -8/+6 |
* | Fix accidential commit part: | Martin Matuska | 2011-07-17 | 1 | -1/+1 |
* | Append to CPIO_SRCS instead of using TAR_SRCS, | Martin Matuska | 2011-07-17 | 1 | -2/+1 |
* | Update bsdcpio to 2.8.4 | Martin Matuska | 2011-07-17 | 43 | -2282/+2692 |
* | Update bsdtar to 2.8.4 | Martin Matuska | 2011-07-17 | 36 | -2163/+2615 |
* | Upgrade our copy of llvm/clang to r135360, from upstream's trunk. | Dimitry Andric | 2011-07-17 | 2 | -0/+8 |
* | bmake and other updates necessary for the BIND 9.8.x upgrade. | Doug Barton | 2011-07-16 | 1 | -0/+1 |
* | Revert 130163 and let top use KERN_PROC_PROC when individual threads are | John Baldwin | 2011-07-15 | 1 | -17/+4 |
* | Rename resource names to match these in login.conf. | Edward Tomasz Napierala | 2011-07-14 | 1 | -25/+24 |
* | Remove semaphore map entry count "semmap" field and its tuning | Bjoern A. Zeeb | 2011-07-14 | 2 | -4/+1 |
* | Fix indentation. | Bjoern A. Zeeb | 2011-07-14 | 1 | -1/+1 |
* | Truncate link addresses like it is done for any | Michael Tuexen | 2011-07-12 | 1 | -1/+1 |
* | 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 |
* | Allow per-CPU statistics to be toggled at runtime via the 'P' key. | John Baldwin | 2011-07-11 | 1 | -70/+78 |
* | 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 |
* | Fix the interpreter for: | Edwin Groothuis | 2011-07-11 | 1 | -0/+28 |
* | 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 |
* | Always skip the kernel idle process if requested, it is not specific to | John Baldwin | 2011-07-07 | 1 | -5/+4 |
* | Only print entries for which ut_host points to a character device. | Ed Schouten | 2011-07-05 | 1 | -1/+1 |
* | Fix quota(1) output. | Sergey Kandaurov | 2011-06-30 | 1 | -5/+11 |