| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove a duplicated description of the test for the null string. | yar | 2004-06-07 | 1 | -5/+0 |
* | Describe how test(1) will evaluate its expressions for a symlink. | yar | 2004-06-07 | 1 | -1/+13 |
* | Plug file descriptor leak in implementation of -n option. | tjr | 2004-06-05 | 1 | -0/+1 |
* | Convert fsbtoblk() from a macro to a function. The redundant | das | 2004-06-04 | 1 | -8/+13 |
* | Plug small memory leak. | le | 2004-06-03 | 1 | -0/+1 |
* | Try to change the isdigitch() macro to something that Bruce won't roll | gad | 2004-06-01 | 1 | -3/+3 |
* | A few more style-fixes from Bruce. The only non-cosmetic change | gad | 2004-06-01 | 1 | -16/+9 |
* | Since I'm not ready to add the non-standard ADD_PS_LISTRESET feature, | gad | 2004-06-01 | 1 | -26/+1 |
* | Make a few style-istic improvements to the previous commits. | gad | 2004-06-01 | 1 | -16/+15 |
* | Fix so `ps' catches and complains about null-values specified for a | gad | 2004-06-01 | 1 | -3/+8 |
* | Additional tiny adjustment to kludge-option processing so `ps t p0' | gad | 2004-06-01 | 1 | -6/+7 |
* | Rewrite the kludge-option processing to improve how it handles a few | gad | 2004-06-01 | 1 | -62/+91 |
* | Use humanize_number(3). | pjd | 2004-05-25 | 2 | -60/+7 |
* | Add pgrep(1) and pkill(1) to the cross-reference section of ps(1). | gad | 2004-05-25 | 1 | -0/+2 |
* | Use humanize_number(3) to format sizes into a human readable form. | pjd | 2004-05-24 | 2 | -88/+19 |
* | Include <stdio.h> for a sprintf() prototype. | stefanf | 2004-05-24 | 1 | -0/+2 |
* | Add the 'sid' info to the output of `ps -j', to make up for the 'sess' | gad | 2004-05-23 | 2 | -2/+2 |
* | Fix the kludge-old-options processing so `ps tpt' will be treated the | gad | 2004-05-23 | 1 | -4/+5 |
* | Change `ps' to use the KERN_PROC_RGID and KERN_PROC_SESSION options | gad | 2004-05-22 | 1 | -8/+5 |
* | Assorted markup fixes. | ru | 2004-05-16 | 1 | -209/+227 |
* | Punctuation. | ru | 2004-05-16 | 1 | -1/+1 |
* | Fixed spelling of the document date. | ru | 2004-05-16 | 1 | -2/+2 |
* | Bump document date for the latest functional change. | ru | 2004-05-16 | 2 | -11/+12 |
* | DESCRIPTION was not updated for the new SYNOPSIS. | ru | 2004-05-16 | 1 | -6/+7 |
* | Added -v to usage(). | ru | 2004-05-16 | 1 | -1/+1 |
* | Use WARNS?=3 for these in the arm case for now, due to toolchain issues. | cognet | 2004-05-14 | 1 | -0/+4 |
* | 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 |