| Commit message (Expand) | Author | Age | Files | Lines |
* | Only add the widths together for printable characters in prn_normal(); | tjr | 2004-05-03 | 1 | -1/+2 |
* | Treat filenames as multibyte character strings (according to the current | tjr | 2004-05-02 | 4 | -65/+132 |
* | Various quibbles: | das | 2004-04-28 | 1 | -15/+28 |
* | Fix some style issues in rev 1.58. | obrien | 2004-04-22 | 1 | -13/+12 |
* | Add 'g' to SYNOPSIS. | obrien | 2004-04-22 | 1 | -1/+1 |
* | Fix printing of the "Mounted on" values for 'df -i'. | obrien | 2004-04-22 | 1 | -2/+4 |
* | Add -c option simular to du(1). | obrien | 2004-04-18 | 3 | -15/+51 |
* | Document the "return" built-in better: it will exit . (sources) and | green | 2004-04-14 | 1 | -1/+7 |
* | Style fixes and add gen to CLEANFILES. | njl | 2004-04-09 | 1 | -12/+15 |
* | Give date(1) a much better SYNOPSIS section which is useful as more than | green | 2004-04-06 | 1 | -9/+13 |
* | Remove clause 3 from the UCB licenses. | markm | 2004-04-06 | 182 | -728/+0 |
* | Drop the include of <stdint.h>, since r1.84 removed references of intmax_t. | gad | 2004-04-04 | 1 | -1/+0 |
* | Add back the `-e' option, which was mistakenly dropped when cleaning | gad | 2004-04-04 | 1 | -1/+1 |
* | Give a name of 'l' (list) to the union in struct listinfo. This is | gad | 2004-04-04 | 1 | -28/+30 |
* | Stop iterating over ACLs if we've already determined we | bmilekic | 2004-04-03 | 1 | -5/+11 |
* | Add spaces after flag names on .Fl macros. | gad | 2004-04-01 | 1 | -2/+2 |
* | Describe the sorting options in better and more complete detail. | gad | 2004-03-31 | 1 | -6/+29 |
* | Switch to using strtoul() for parsing a potential UID or GID, which gets | gad | 2004-03-30 | 1 | -9/+8 |
* | Bruce would really like the prototype for fmt() to be split across lines | gad | 2004-03-30 | 1 | -1/+2 |
* | Minor style fixes, mostly adding indent-protection on some comment-blocks. | gad | 2004-03-30 | 1 | -6/+6 |
* | Replace pscomp() with a cleaner version, mostly written by bde (*). | gad | 2004-03-30 | 1 | -14/+43 |
* | Oops. Remove some ';'s in #defines added by a previous update. | gad | 2004-03-29 | 1 | -2/+2 |
* | Have this source explicitly include <sys/proc.h>, since it references | gad | 2004-03-29 | 1 | -0/+1 |
* | Since "kp" is a pointer, I should be comparing against NULL not 0. | gad | 2004-03-29 | 1 | -1/+1 |
* | Various style improvements, mostly in comments and indentation. | gad | 2004-03-29 | 1 | -43/+58 |
* | In the routines I've been working on, sort the variable declartions | gad | 2004-03-29 | 1 | -9/+9 |
* | Split two 'fmt' strings so they're easier to read on 80-char windows. | gad | 2004-03-29 | 1 | -2/+4 |
* | Sort the declarations of global variables. | gad | 2004-03-29 | 1 | -24/+25 |
* | Sort the routine prototypes. | gad | 2004-03-28 | 1 | -10/+9 |
* | If <x> is a process id that does not exist, then just print the header | gad | 2004-03-28 | 1 | -1/+1 |
* | Fix `-o rtprio' so it prints the correct value. | gad | 2004-03-28 | 1 | -2/+2 |
* | If a non-existent user is given as part of `-U userlist', treat it as | gad | 2004-03-27 | 1 | -11/+6 |
* | Explicitly wrap two long-ish linesi of code, to make them easier to read. | gad | 2004-03-27 | 1 | -2/+4 |
* | Change the #if-ish logic which is used to add the `-f' option when `ps' | gad | 2004-03-27 | 1 | -9/+9 |
* | Move the 'f' case so it shows up in the right place, alphabetically. | gad | 2004-03-27 | 1 | -6/+6 |
* | Update the date on the man page, since this the previous change added | gad | 2004-03-27 | 1 | -1/+1 |
* | Support more POSIX/SUSv3 options: | gad | 2004-03-27 | 2 | -187/+580 |
* | Avoid the manpage layering violation and low-level implementation | ru | 2004-03-26 | 1 | -3/+2 |
* | - Remove references to /dev/kmem -- ps(1) utilizes the | ru | 2004-03-26 | 1 | -11/+5 |
* | Remove WFORMAT, style.Makefile(5). | obrien | 2004-03-22 | 1 | -5/+5 |
* | When symbolic link is pointed onto a mount point, it can't be moved | pjd | 2004-03-21 | 1 | -6/+17 |
* | Document incorrect handling of multibyte characters. | tjr | 2004-03-21 | 1 | -1/+6 |
* | Document incorrect handling of multibyte characters in filenames. | tjr | 2004-03-21 | 1 | -1/+5 |
* | Reduce redundancy in the description of the -u option. | tjr | 2004-03-21 | 1 | -3/+1 |
* | Document incorrect handling of multibyte characters when -t and -v options | tjr | 2004-03-21 | 1 | -1/+9 |
* | Add a -v (verbose) option. | des | 2004-03-21 | 2 | -13/+26 |
* | Install /bin/sh safely. This allows a shell script to be used | ru | 2004-03-18 | 1 | -0/+1 |
* | Fix 'ps -p proclist' and 'ps -u userlist' so the command returns non-zero | gad | 2004-03-18 | 1 | -3/+13 |
* | Improvements to 'ps -p <x>'. If <x> is a process id that does not exist, then | gad | 2004-03-17 | 2 | -21/+104 |
* | Fix memory leak | cperciva | 2004-03-16 | 1 | -2/+2 |