summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Avoid the manpage layering violation and low-level implementationRuslan Ermilov2004-03-261-3/+2
* - Remove references to /dev/kmem -- ps(1) utilizes theRuslan Ermilov2004-03-261-11/+5
* Remove WFORMAT, style.Makefile(5).David E. O'Brien2004-03-221-5/+5
* When symbolic link is pointed onto a mount point, it can't be movedPawel Jakub Dawidek2004-03-211-6/+17
* Document incorrect handling of multibyte characters.Tim J. Robbins2004-03-211-1/+6
* Document incorrect handling of multibyte characters in filenames.Tim J. Robbins2004-03-211-1/+5
* Reduce redundancy in the description of the -u option.Tim J. Robbins2004-03-211-3/+1
* Document incorrect handling of multibyte characters when -t and -v optionsTim J. Robbins2004-03-211-1/+9
* Add a -v (verbose) option.Dag-Erling Smørgrav2004-03-212-13/+26
* Install /bin/sh safely. This allows a shell script to be usedRuslan Ermilov2004-03-181-0/+1
* Fix 'ps -p proclist' and 'ps -u userlist' so the command returns non-zeroGarance A Drosehn2004-03-181-3/+13
* Improvements to 'ps -p <x>'. If <x> is a process id that does not exist, thenGarance A Drosehn2004-03-172-21/+104
* Fix memory leakColin Percival2004-03-161-2/+2
* static and const.Juli Mallett2004-03-151-10/+10
* And a bandaid so that the output of "available space" is correct whenLukas Ertl2004-03-091-1/+2
* Remove a.out at the end of 'make test'Andrey A. Chernov2004-03-081-1/+1
* Fixed some style bugs (mainly unsorting and tab lossage in previous commit).Bruce Evans2004-03-061-16/+15
* Add a.out to CLEANFILESAndrey A. Chernov2004-03-061-0/+1
* Change locale name from non-existent ASCII to en_US.US-ASCIIAndrey A. Chernov2004-03-061-2/+2
* Teach dd(1) about parity bits.Poul-Henning Kamp2004-03-059-21/+157
* Add a test-target and reference vectors for the character converions.Poul-Henning Kamp2004-03-0511-0/+194
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-052-2/+2
* Rev. 1.32 moved a comment to the wrong line. The hack refered toMike Makonnen2004-03-041-2/+2
* Fixes to output of `ls -lh` for certain file sizes:Colin Percival2004-03-011-4/+4
* style.Makefile:Johan Karlsson2004-02-234-4/+4
* Allow the -H option to show threads when selecting by uid, tty,Daniel Eischen2004-02-221-8/+6
* Only call chflags() on directories once.Ceri Davies2004-02-181-5/+4
* style(9): wrap at 80 columns.Nate Lawson2004-02-121-3/+5
* Handle proper formatting and a buffer overrun when running an old sh onNate Lawson2004-02-121-7/+28
* MFp4 @46705:Juli Mallett2004-02-081-0/+2
* Use int rather than size_t storage for printf field widths to avoidIan Dowse2004-02-081-43/+41
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2
* Commit fix sent by Tor Egge <Tor.Egge@cvsup.no.freebsd.org>Martin Cracauer2004-02-051-1/+1
* Use sys_nsig instead of the static NSIG. DragonflyBSD kill.c:1.3Nate Lawson2004-01-281-5/+5
* Use sys_nsig instead of NSIG for the length of the signal arrays. ThisNate Lawson2004-01-282-6/+6
* The PR diff I committed recently had one bug noticed byMartin Cracauer2004-01-281-1/+2
* Fix alignment of size field in `ls -lh` -- the width was being computedColin Percival2004-01-221-2/+2
* Bring ps.1 up to date with changes in the past seven years:Colin Percival2004-01-211-33/+22
* Replace home-grown dup2() implementation with actual dup2() calls. ThisDag-Erling Smørgrav2004-01-215-43/+13
* Removed duplicate y.tab.h from SRCS and CLEANFILES.Ruslan Ermilov2004-01-201-1/+1
* - Build things in pure dictionary order (see sort(1)).Ruslan Ermilov2004-01-161-5/+8
* Note the Linux required format.David E. O'Brien2004-01-061-0/+1
* o Fix a style bug and poor wording in comment.Jun Kuriyama2004-01-011-2/+10
* o Spell 'diretories' correctly.Maxim Konovalov2003-12-301-1/+1
* PR 28852Martin Cracauer2003-12-281-24/+1
* Print unambiguous paths with -R -v.Ruslan Ermilov2003-12-161-1/+1
* The uuidgen(1) program is WARNS=6 clean, so flag it as such.Maxime Henrion2003-12-071-1/+1
* Do something sensible if both -h and -k are given.David E. O'Brien2003-12-012-0/+9
* Force a staticly linked /bin and /sbin for ia64. The necessary changesMarcel Moolenaar2003-11-191-1/+1
* Change the default for binaries in /bin and /sbin from statically toGordon Tetlow2003-11-161-1/+1