| Commit message (Expand) | Author | Age | Files | Lines |
* | Currently if a mount point is not accessible by the calling user, | Christian S.J. Peron | 2004-07-20 | 2 | -6/+18 |
* | Use warn() instead of perror(). | Tim J. Robbins | 2004-07-20 | 2 | -4/+4 |
* | Give the most awesome example of how to parse the output of date | Alfred Perlstein | 2004-07-17 | 1 | -0/+8 |
* | Remove BUGS section that talked about missing multibyte character support. | Tim J. Robbins | 2004-07-12 | 1 | -5/+1 |
* | KANJI and DSPMBYTE are now "on" by default in the tcsh 6.13.00 distribution. | Mark Peek | 2004-07-11 | 2 | -24/+34 |
* | Document missing multibyte character handling in utilities specified | Tim J. Robbins | 2004-07-03 | 4 | -4/+20 |
* | Clarify: test compares strings by binary value, not "ASCII value". | Tim J. Robbins | 2004-07-03 | 1 | -3/+3 |
* | Deal with double whitespace. | Ruslan Ermilov | 2004-07-03 | 9 | -21/+23 |
* | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 18 | -156/+302 |
* | Removed trailing whitespace. | Ruslan Ermilov | 2004-07-02 | 1 | -1/+1 |
* | Change the "rtprio" format so it prints an informative string for | Garance A Drosehn | 2004-06-27 | 1 | -0/+3 |
* | Improve checking for `ps -t <dev>', and give better error messages when | Garance A Drosehn | 2004-06-27 | 1 | -8/+16 |
* | Don't continue if the '-C' option (a-la GNUtar; commited in options.c | David E. O'Brien | 2004-06-25 | 1 | -1/+3 |
* | Fix a bug I introduced by some last-minute changes in -r 1.102. I ended | Garance A Drosehn | 2004-06-24 | 1 | -1/+1 |
* | Rework the logic for `-t <tty>', such that it accepts "ttyp0" and "console", | Garance A Drosehn | 2004-06-24 | 1 | -15/+43 |
* | Change "struct varent" to use the standard queue(8) macros, instead of | Garance A Drosehn | 2004-06-23 | 5 | -32/+25 |
* | Add a check for defunct processes in saveuser(), so the output for "args" | Garance A Drosehn | 2004-06-23 | 1 | -10/+18 |
* | Avoid padding the value of "ucomm" when it is the last column in the line. | Garance A Drosehn | 2004-06-23 | 1 | -1/+4 |
* | Make sure the value of "upr" (scheduling priority on return from system call) | Garance A Drosehn | 2004-06-23 | 3 | -3/+15 |
* | Include the `-c' option in the usage() message. | Garance A Drosehn | 2004-06-23 | 1 | -1/+1 |
* | In the sorting routine, sort by thread-id if two processes have the same PID. | Garance A Drosehn | 2004-06-23 | 1 | -0/+2 |
* | Fix some style bugs I introduced pointed out by bde. Also add a blank | David Malone | 2004-06-23 | 1 | -15/+23 |
* | Use nanoseconds and then lexicographic ordering when the seconds of | David Malone | 2004-06-22 | 1 | -6/+42 |
* | Get rid of a cast to '(void) ' on the return of a call to strcpy. | Garance A Drosehn | 2004-06-22 | 1 | -1/+1 |
* | Oops. Undo that last 'const' change. It expects similar changes to some | Garance A Drosehn | 2004-06-22 | 2 | -13/+11 |
* | Add 'const' to a few places. | Garance A Drosehn | 2004-06-22 | 2 | -11/+13 |
* | When displaying the "COMMAND" field for system-processes and/or kernel | Garance A Drosehn | 2004-06-22 | 2 | -1/+4 |
* | Have `ps' return the cputimes for zombies, with the assumption that | Garance A Drosehn | 2004-06-21 | 1 | -1/+1 |
* | Add the `-O emul' format option, which prints the name of the system-call | Garance A Drosehn | 2004-06-20 | 3 | -0/+13 |
* | From SUSv3: | Garance A Drosehn | 2004-06-20 | 1 | -1/+1 |
* | Add new output-format keywords of LWP and NLWP, which show the thread-id | Garance A Drosehn | 2004-06-20 | 1 | -0/+8 |
* | Have the main() routine calculate %CPU and (if needed) memory information | Garance A Drosehn | 2004-06-20 | 2 | -36/+31 |
* | Typo: s/SunOP/SunOS/g. | Maxim Konovalov | 2004-06-16 | 1 | -2/+2 |
* | style.Makefile(5) | David E. O'Brien | 2004-06-13 | 1 | -2/+2 |
* | If we are asked to print the total number of blocks, do so even if we | David Schultz | 2004-06-08 | 1 | -12/+14 |
* | Remove from the printfns the assumption that dp->list != NULL. Even | David Schultz | 2004-06-08 | 1 | -2/+6 |
* | Remove a duplicated description of the test for the null string. | Yaroslav Tykhiy | 2004-06-07 | 1 | -5/+0 |
* | Describe how test(1) will evaluate its expressions for a symlink. | Yaroslav Tykhiy | 2004-06-07 | 1 | -1/+13 |
* | Plug file descriptor leak in implementation of -n option. | Tim J. Robbins | 2004-06-05 | 1 | -0/+1 |
* | Convert fsbtoblk() from a macro to a function. The redundant | David Schultz | 2004-06-04 | 1 | -8/+13 |
* | Plug small memory leak. | Lukas Ertl | 2004-06-03 | 1 | -0/+1 |
* | Try to change the isdigitch() macro to something that Bruce won't roll | Garance A Drosehn | 2004-06-01 | 1 | -3/+3 |
* | A few more style-fixes from Bruce. The only non-cosmetic change | Garance A Drosehn | 2004-06-01 | 1 | -16/+9 |
* | Since I'm not ready to add the non-standard ADD_PS_LISTRESET feature, | Garance A Drosehn | 2004-06-01 | 1 | -26/+1 |
* | Make a few style-istic improvements to the previous commits. | Garance A Drosehn | 2004-06-01 | 1 | -16/+15 |
* | Fix so `ps' catches and complains about null-values specified for a | Garance A Drosehn | 2004-06-01 | 1 | -3/+8 |
* | Additional tiny adjustment to kludge-option processing so `ps t p0' | Garance A Drosehn | 2004-06-01 | 1 | -6/+7 |
* | Rewrite the kludge-option processing to improve how it handles a few | Garance A Drosehn | 2004-06-01 | 1 | -62/+91 |
* | 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 |