| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use humanize_number(3). | Pawel Jakub Dawidek | 2004-05-25 | 2 | -60/+7 |
| * | Add pgrep(1) and pkill(1) to the cross-reference section of ps(1). | Garance A Drosehn | 2004-05-25 | 1 | -0/+2 |
| * | Use humanize_number(3) to format sizes into a human readable form. | Pawel Jakub Dawidek | 2004-05-24 | 2 | -88/+19 |
| * | Include <stdio.h> for a sprintf() prototype. | Stefan Farfeleder | 2004-05-24 | 1 | -0/+2 |
| * | Add the 'sid' info to the output of `ps -j', to make up for the 'sess' | Garance A Drosehn | 2004-05-23 | 2 | -2/+2 |
| * | Fix the kludge-old-options processing so `ps tpt' will be treated the | Garance A Drosehn | 2004-05-23 | 1 | -4/+5 |
| * | Change `ps' to use the KERN_PROC_RGID and KERN_PROC_SESSION options | Garance A Drosehn | 2004-05-22 | 1 | -8/+5 |
| * | Assorted markup fixes. | Ruslan Ermilov | 2004-05-16 | 1 | -209/+227 |
| * | Punctuation. | Ruslan Ermilov | 2004-05-16 | 1 | -1/+1 |
| * | Fixed spelling of the document date. | Ruslan Ermilov | 2004-05-16 | 1 | -2/+2 |
| * | Bump document date for the latest functional change. | Ruslan Ermilov | 2004-05-16 | 2 | -11/+12 |
| * | DESCRIPTION was not updated for the new SYNOPSIS. | Ruslan Ermilov | 2004-05-16 | 1 | -6/+7 |
| * | Added -v to usage(). | Ruslan Ermilov | 2004-05-16 | 1 | -1/+1 |
| * | Use WARNS?=3 for these in the arm case for now, due to toolchain issues. | Olivier Houchard | 2004-05-14 | 1 | -0/+4 |
| * | Only add the widths together for printable characters in prn_normal(); | Tim J. Robbins | 2004-05-03 | 1 | -1/+2 |
| * | Treat filenames as multibyte character strings (according to the current | Tim J. Robbins | 2004-05-02 | 4 | -65/+132 |
| * | Various quibbles: | David Schultz | 2004-04-28 | 1 | -15/+28 |
| * | Fix some style issues in rev 1.58. | David E. O'Brien | 2004-04-22 | 1 | -13/+12 |
| * | Add 'g' to SYNOPSIS. | David E. O'Brien | 2004-04-22 | 1 | -1/+1 |
| * | Fix printing of the "Mounted on" values for 'df -i'. | David E. O'Brien | 2004-04-22 | 1 | -2/+4 |
| * | Add -c option simular to du(1). | David E. O'Brien | 2004-04-18 | 3 | -15/+51 |
| * | Document the "return" built-in better: it will exit . (sources) and | Brian Feldman | 2004-04-14 | 1 | -1/+7 |
| * | Style fixes and add gen to CLEANFILES. | Nate Lawson | 2004-04-09 | 1 | -12/+15 |
| * | Give date(1) a much better SYNOPSIS section which is useful as more than | Brian Feldman | 2004-04-06 | 1 | -9/+13 |
| * | Remove clause 3 from the UCB licenses. | Mark Murray | 2004-04-06 | 182 | -728/+0 |
| * | Drop the include of <stdint.h>, since r1.84 removed references of intmax_t. | Garance A Drosehn | 2004-04-04 | 1 | -1/+0 |
| * | Add back the `-e' option, which was mistakenly dropped when cleaning | Garance A Drosehn | 2004-04-04 | 1 | -1/+1 |
| * | Give a name of 'l' (list) to the union in struct listinfo. This is | Garance A Drosehn | 2004-04-04 | 1 | -28/+30 |
| * | Stop iterating over ACLs if we've already determined we | Bosko Milekic | 2004-04-03 | 1 | -5/+11 |
| * | Add spaces after flag names on .Fl macros. | Garance A Drosehn | 2004-04-01 | 1 | -2/+2 |
| * | Describe the sorting options in better and more complete detail. | Garance A Drosehn | 2004-03-31 | 1 | -6/+29 |
| * | Switch to using strtoul() for parsing a potential UID or GID, which gets | Garance A Drosehn | 2004-03-30 | 1 | -9/+8 |
| * | Bruce would really like the prototype for fmt() to be split across lines | Garance A Drosehn | 2004-03-30 | 1 | -1/+2 |
| * | Minor style fixes, mostly adding indent-protection on some comment-blocks. | Garance A Drosehn | 2004-03-30 | 1 | -6/+6 |
| * | Replace pscomp() with a cleaner version, mostly written by bde (*). | Garance A Drosehn | 2004-03-30 | 1 | -13/+42 |
| * | Oops. Remove some ';'s in #defines added by a previous update. | Garance A Drosehn | 2004-03-29 | 1 | -2/+2 |
| * | Have this source explicitly include <sys/proc.h>, since it references | Garance A Drosehn | 2004-03-29 | 1 | -0/+1 |
| * | Since "kp" is a pointer, I should be comparing against NULL not 0. | Garance A Drosehn | 2004-03-29 | 1 | -1/+1 |
| * | Various style improvements, mostly in comments and indentation. | Garance A Drosehn | 2004-03-29 | 1 | -43/+58 |
| * | In the routines I've been working on, sort the variable declartions | Garance A Drosehn | 2004-03-29 | 1 | -9/+9 |
| * | Split two 'fmt' strings so they're easier to read on 80-char windows. | Garance A Drosehn | 2004-03-29 | 1 | -2/+4 |
| * | Sort the declarations of global variables. | Garance A Drosehn | 2004-03-29 | 1 | -24/+25 |
| * | Sort the routine prototypes. | Garance A Drosehn | 2004-03-28 | 1 | -10/+9 |
| * | If <x> is a process id that does not exist, then just print the header | Garance A Drosehn | 2004-03-28 | 1 | -1/+1 |
| * | Fix `-o rtprio' so it prints the correct value. | Garance A Drosehn | 2004-03-28 | 1 | -2/+2 |
| * | If a non-existent user is given as part of `-U userlist', treat it as | Garance A Drosehn | 2004-03-27 | 1 | -11/+6 |
| * | Explicitly wrap two long-ish linesi of code, to make them easier to read. | Garance A Drosehn | 2004-03-27 | 1 | -2/+4 |
| * | Change the #if-ish logic which is used to add the `-f' option when `ps' | Garance A Drosehn | 2004-03-27 | 1 | -9/+9 |
| * | Move the 'f' case so it shows up in the right place, alphabetically. | Garance A Drosehn | 2004-03-27 | 1 | -6/+6 |
| * | Update the date on the man page, since this the previous change added | Garance A Drosehn | 2004-03-27 | 1 | -1/+1 |