| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | static and const. | jmallett | 2004-03-15 | 1 | -10/+10 |
* | And a bandaid so that the output of "available space" is correct when | le | 2004-03-09 | 1 | -1/+2 |
* | Remove a.out at the end of 'make test' | ache | 2004-03-08 | 1 | -1/+1 |
* | Fixed some style bugs (mainly unsorting and tab lossage in previous commit). | bde | 2004-03-06 | 1 | -16/+15 |
* | Add a.out to CLEANFILES | ache | 2004-03-06 | 1 | -0/+1 |
* | Change locale name from non-existent ASCII to en_US.US-ASCII | ache | 2004-03-06 | 1 | -2/+2 |
* | Teach dd(1) about parity bits. | phk | 2004-03-05 | 9 | -21/+157 |
* | Add a test-target and reference vectors for the character converions. | phk | 2004-03-05 | 11 | -0/+194 |
* | Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) | markm | 2004-03-05 | 2 | -2/+2 |
* | Rev. 1.32 moved a comment to the wrong line. The hack refered to | mtm | 2004-03-04 | 1 | -2/+2 |
* | Fixes to output of `ls -lh` for certain file sizes: | cperciva | 2004-03-01 | 1 | -4/+4 |
* | style.Makefile: | johan | 2004-02-23 | 4 | -4/+4 |
* | Allow the -H option to show threads when selecting by uid, tty, | deischen | 2004-02-22 | 1 | -8/+6 |
* | Only call chflags() on directories once. | ceri | 2004-02-18 | 1 | -5/+4 |
* | style(9): wrap at 80 columns. | njl | 2004-02-12 | 1 | -3/+5 |
* | Handle proper formatting and a buffer overrun when running an old sh on | njl | 2004-02-12 | 1 | -7/+28 |
* | MFp4 @46705: | jmallett | 2004-02-08 | 1 | -0/+2 |
* | Use int rather than size_t storage for printf field widths to avoid | iedowse | 2004-02-08 | 1 | -43/+41 |
* | Fixed style of DPADD and LDADD assignments as per style.Makefile(5). | ru | 2004-02-05 | 1 | -2/+2 |
* | Commit fix sent by Tor Egge <Tor.Egge@cvsup.no.freebsd.org> | cracauer | 2004-02-05 | 1 | -1/+1 |
* | Use sys_nsig instead of the static NSIG. DragonflyBSD kill.c:1.3 | njl | 2004-01-28 | 1 | -5/+5 |
* | Use sys_nsig instead of NSIG for the length of the signal arrays. This | njl | 2004-01-28 | 2 | -6/+6 |
* | The PR diff I committed recently had one bug noticed by | cracauer | 2004-01-28 | 1 | -1/+2 |
* | Fix alignment of size field in `ls -lh` -- the width was being computed | cperciva | 2004-01-22 | 1 | -2/+2 |
* | Bring ps.1 up to date with changes in the past seven years: | cperciva | 2004-01-21 | 1 | -33/+22 |
* | Replace home-grown dup2() implementation with actual dup2() calls. This | des | 2004-01-21 | 5 | -43/+13 |
* | Removed duplicate y.tab.h from SRCS and CLEANFILES. | ru | 2004-01-20 | 1 | -1/+1 |
* | - Build things in pure dictionary order (see sort(1)). | ru | 2004-01-16 | 1 | -5/+8 |
* | Note the Linux required format. | obrien | 2004-01-06 | 1 | -0/+1 |
* | o Fix a style bug and poor wording in comment. | kuriyama | 2004-01-01 | 1 | -2/+10 |
* | o Spell 'diretories' correctly. | maxim | 2003-12-30 | 1 | -1/+1 |