| Commit message (Expand) | Author | Age | Files | Lines |
| * | Not having ipv6 in your kernel is not an error and should not be reported. | Julian Elischer | 2006-07-14 | 1 | -1/+4 |
| * | o Fix some printf(3) format nits in my patch I submitted to kib@. | Maxim Konovalov | 2006-07-12 | 1 | -2/+2 |
| * | Remove slipped in spaces. | Konstantin Belousov | 2006-07-12 | 1 | -3/+3 |
| * | Check that the signal number is in range. | Konstantin Belousov | 2006-07-12 | 1 | -1/+4 |
| * | Check that the signal number is in range. | Konstantin Belousov | 2006-07-12 | 1 | -1/+4 |
| * | Since kernel & userland use different timebase and netstat is reading kernel | Oleg Bulyzhin | 2006-07-06 | 1 | -3/+13 |
| * | Add myself. | Pyun YongHyeon | 2006-07-04 | 1 | -0/+1 |
| * | Update dillon's mail address. | Greg Lehey | 2006-07-04 | 1 | -1/+1 |
| * | - Simplify the formatting in the SYNOPSIS. | Ruslan Ermilov | 2006-06-30 | 2 | -4/+3 |
| * | Add a -q option to suppress header lines when multiple files are specified. | Florent Thoumie | 2006-06-29 | 4 | -8/+19 |
| * | Add myself to the freebsd calendar. | Boris Samorodov | 2006-06-22 | 1 | -0/+1 |
| * | Update for the 'file' 4.17 import. | David E. O'Brien | 2006-06-19 | 1 | -54/+48 |
| * | Fix display of idle processes, which had been broken since rev. 1.56 of | Stefan Eßer | 2006-06-11 | 1 | -1/+2 |
| * | o Sync usage() with reality. | Maxim Konovalov | 2006-06-11 | 1 | -1/+1 |
| * | Add audit.h to mkioctls inclusion list: audit pipe ioctls need access | Robert Watson | 2006-06-05 | 1 | -0/+1 |
| * | Increase the field widths of flt (total number of page faults), fr (pages | David E. O'Brien | 2006-06-03 | 1 | -5/+5 |
| * | Correct previous commit. We don't want to suppress an entry because | Greg Lehey | 2006-05-31 | 1 | -3/+5 |
| * | Don't go past the end of the month with a repetitive entry of the | Greg Lehey | 2006-05-30 | 1 | -0/+3 |
| * | remove comment about systems, I got confused which arch one of my systems | John-Mark Gurney | 2006-05-29 | 1 | -4/+0 |
| * | Print the euid after the gid as demanded by POSIX. | Stefan Farfeleder | 2006-05-28 | 1 | -3/+3 |
| * | document that even if magic is newer than magic.mgc, it isn't used | John-Mark Gurney | 2006-05-28 | 1 | -0/+18 |
| * | Fix using "P" command on empty pattern space. If the "P" command is | Kirill Ponomarev | 2006-05-27 | 1 | -2/+1 |
| * | Add the capability for a trailing scale indicator to cause the | Kirill Ponomarev | 2006-05-27 | 2 | -5/+56 |
| * | Enable numeric arguments and +/- prefixes with -user (-group) | Kirill Ponomarev | 2006-05-25 | 1 | -4/+12 |
| * | s/on a crt// | Brad Davis | 2006-05-25 | 1 | -2/+2 |
| * | Change kdump to print more useful information, i.e. it changes from | Alexander Leidinger | 2006-05-20 | 4 | -16/+847 |
| * | In change 1.15, an arbitrary setting of the max RPC record size to | Robert Watson | 2006-05-17 | 1 | -11/+0 |
| * | - Fix warning when compiling with -DDEBUG | Pav Lucistnik | 2006-05-15 | 1 | -1/+1 |
| * | - Add decoding of kse_release, kevent, sigprocmask, unmount, socket, getrusage, | Pav Lucistnik | 2006-05-15 | 7 | -153/+578 |
| * | - Fix crash when hitting unknown syscall. Copied from i386-fbsd.c | Pav Lucistnik | 2006-05-15 | 5 | -5/+10 |
| * | o Fix typo in a comment. | Maxim Konovalov | 2006-05-15 | 1 | -1/+1 |
| * | The last execution of -exec {} + is not done if the -exec primary is | Kirill Ponomarev | 2006-05-14 | 4 | -4/+21 |
| * | Handle SIGINFO in time(1) by printing the time the given command is running. | Pawel Jakub Dawidek | 2006-05-14 | 2 | -37/+72 |
| * | So, what's it supposed to say when you type "make love"? | Ruslan Ermilov | 2006-05-11 | 1 | -0/+1 |
| * | Use sysctlbyname | Poul-Henning Kamp | 2006-05-11 | 1 | -6/+1 |
| * | Add myself to the freebsd calendar. | Coleman Kane | 2006-05-08 | 1 | -0/+1 |
| * | Add myself. | Ion-Mihai Tetcu | 2006-05-08 | 1 | -0/+1 |
| * | Add myself | Andrew Pantyukhin | 2006-05-07 | 1 | -0/+1 |
| * | o Implement "-n" flag: ignore files and directories with user "nodump" | Maxim Konovalov | 2006-05-06 | 2 | -3/+14 |
| * | The port number must be network byte order. | Hajimu UMEMOTO | 2006-05-04 | 1 | -4/+3 |
| * | o style: WARNS= -> WARNS?=. | Maxim Konovalov | 2006-05-04 | 1 | -1/+1 |
| * | o By popular demand import getent(1) utility: a program retrieves | Maxim Konovalov | 2006-05-04 | 4 | -0/+701 |
| * | Move the formatting of the NICE column to a new function format_nice() | Bruce Evans | 2006-05-04 | 1 | -20/+30 |
| * | Fixed some style bugs (mainly missing and wrong splitting of long lines). | Bruce Evans | 2006-05-04 | 1 | -48/+54 |
| * | Avoid coredumps if stddev cannot be computed (if all datapoints are identical) | Poul-Henning Kamp | 2006-05-02 | 1 | -12/+16 |
| * | For the vmstat sub-display: | Bruce Evans | 2006-05-01 | 2 | -36/+45 |
| * | In the examples, use "tar.gz" as the extension for | Tim Kientzle | 2006-05-01 | 1 | -3/+3 |
| * | Unbreak the support for 24-row terminals in the vmstat display. The | Bruce Evans | 2006-05-01 | 1 | -2/+4 |
| * | Sort the ex-extended vmstat fields into their documented order in the | Bruce Evans | 2006-04-30 | 1 | -38/+38 |
| * | Eliminate the "extended" vm stats. Move all fields in the extended | Bruce Evans | 2006-04-30 | 1 | -34/+10 |