summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* If we are asked to print the total number of blocks, do so even if wedas2004-06-081-12/+14
* Remove from the printfns the assumption that dp->list != NULL. Evendas2004-06-081-2/+6
* Remove a duplicated description of the test for the null string.yar2004-06-071-5/+0
* Describe how test(1) will evaluate its expressions for a symlink.yar2004-06-071-1/+13
* Plug file descriptor leak in implementation of -n option.tjr2004-06-051-0/+1
* Convert fsbtoblk() from a macro to a function. The redundantdas2004-06-041-8/+13
* Plug small memory leak.le2004-06-031-0/+1
* Try to change the isdigitch() macro to something that Bruce won't rollgad2004-06-011-3/+3
* A few more style-fixes from Bruce. The only non-cosmetic changegad2004-06-011-16/+9
* Since I'm not ready to add the non-standard ADD_PS_LISTRESET feature,gad2004-06-011-26/+1
* Make a few style-istic improvements to the previous commits.gad2004-06-011-16/+15
* Fix so `ps' catches and complains about null-values specified for agad2004-06-011-3/+8
* Additional tiny adjustment to kludge-option processing so `ps t p0'gad2004-06-011-6/+7
* Rewrite the kludge-option processing to improve how it handles a fewgad2004-06-011-62/+91
* Use humanize_number(3).pjd2004-05-252-60/+7
* Add pgrep(1) and pkill(1) to the cross-reference section of ps(1).gad2004-05-251-0/+2
* Use humanize_number(3) to format sizes into a human readable form.pjd2004-05-242-88/+19
* Include <stdio.h> for a sprintf() prototype.stefanf2004-05-241-0/+2
* Add the 'sid' info to the output of `ps -j', to make up for the 'sess'gad2004-05-232-2/+2
* Fix the kludge-old-options processing so `ps tpt' will be treated thegad2004-05-231-4/+5
* Change `ps' to use the KERN_PROC_RGID and KERN_PROC_SESSION optionsgad2004-05-221-8/+5
* Assorted markup fixes.ru2004-05-161-209/+227
* Punctuation.ru2004-05-161-1/+1
* Fixed spelling of the document date.ru2004-05-161-2/+2
* Bump document date for the latest functional change.ru2004-05-162-11/+12
* DESCRIPTION was not updated for the new SYNOPSIS.ru2004-05-161-6/+7
* Added -v to usage().ru2004-05-161-1/+1
* Use WARNS?=3 for these in the arm case for now, due to toolchain issues.cognet2004-05-141-0/+4
* Only add the widths together for printable characters in prn_normal();tjr2004-05-031-1/+2
* Treat filenames as multibyte character strings (according to the currenttjr2004-05-024-65/+132
* Various quibbles:das2004-04-281-15/+28
* Fix some style issues in rev 1.58.obrien2004-04-221-13/+12
* Add 'g' to SYNOPSIS.obrien2004-04-221-1/+1
* Fix printing of the "Mounted on" values for 'df -i'.obrien2004-04-221-2/+4
* Add -c option simular to du(1).obrien2004-04-183-15/+51
* Document the "return" built-in better: it will exit . (sources) andgreen2004-04-141-1/+7
* Style fixes and add gen to CLEANFILES.njl2004-04-091-12/+15
* Give date(1) a much better SYNOPSIS section which is useful as more thangreen2004-04-061-9/+13
* Remove clause 3 from the UCB licenses.markm2004-04-06182-728/+0
* Drop the include of <stdint.h>, since r1.84 removed references of intmax_t.gad2004-04-041-1/+0
* Add back the `-e' option, which was mistakenly dropped when cleaninggad2004-04-041-1/+1
* Give a name of 'l' (list) to the union in struct listinfo. This isgad2004-04-041-28/+30
* Stop iterating over ACLs if we've already determined webmilekic2004-04-031-5/+11
* Add spaces after flag names on .Fl macros.gad2004-04-011-2/+2
* Describe the sorting options in better and more complete detail.gad2004-03-311-6/+29
* Switch to using strtoul() for parsing a potential UID or GID, which getsgad2004-03-301-9/+8
* Bruce would really like the prototype for fmt() to be split across linesgad2004-03-301-1/+2
* Minor style fixes, mostly adding indent-protection on some comment-blocks.gad2004-03-301-6/+6
* Replace pscomp() with a cleaner version, mostly written by bde (*).gad2004-03-301-14/+43
* Oops. Remove some ';'s in #defines added by a previous update.gad2004-03-291-2/+2
OpenPOWER on IntegriCloud