aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Example "19%y" changed to "%Y" to discourage poor usage.Daniel O'Callaghan1999-01-131-2/+2
* Re-enable the options in ps(1) that were disabled with the LinuxJulian Elischer1999-01-131-1/+6
* Reviewed by: Luoqi Chen, Jordan HubbardJulian Elischer1998-12-191-1/+3
* Add references to test(1) and expr(1).Joseph Koshy1998-12-181-1/+4
* Add cross-references to test(1) and expr(1) respectively.Joseph Koshy1998-12-182-2/+8
* Cleaning out old stuff from one of my source trees:Peter Wemm1998-12-161-5/+14
* Free memory from setmode.Warner Losh1998-12-161-2/+3
* Use getcwd in stead of using getwd so that we try harder to avoidWarner Losh1998-12-161-2/+2
* Free memory obtained from setmode.Warner Losh1998-12-162-2/+4
* Don't put compiler warning flags in leaf Makefiles.Bruce Evans1998-12-072-4/+2
* CFLAGS+= -Wall -Wformat for all of src/bin. All warnings except 2 minorBruce Evans1998-12-071-1/+2
* Fixed printf format errors.Bruce Evans1998-12-071-4/+4
* Fixed warnx format errors in printf and csh, and snprintf format errorsBruce Evans1998-12-071-2/+12
* Fixed -Wall regression (broken in rev.1.12). Removed unused includes.Bruce Evans1998-12-071-3/+3
* Fixed printf format errors (new bugs in rev.1.7). Fixed a spelling errorBruce Evans1998-12-071-7/+7
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-062-2/+3
* Rev 1.13 fixes PR bin/8958David E. O'Brien1998-12-061-1/+1
* There is a bug in /bin/pax -s option processing. The code assumes that allDavid E. O'Brien1998-12-051-2/+2
* Fix typo. "If the an entry" --> "If an entry"Bill Fumerola1998-12-021-2/+2
* superceded -> superseded, which after some debate on #FreeBSD is inBill Fumerola1998-11-301-2/+2
* changable -> changeableBill Fumerola1998-11-301-2/+2
* Describe `bs=n' more precisely. Fixed some English errors.Bruce Evans1998-11-291-6/+8
* Fix formatting of %CPU value on alpha.Doug Rabson1998-11-251-3/+3
* Indicate that the thing not found was not /bin/pwd but rather $CWD (or .).Jordan K. Hubbard1998-11-211-2/+2
* Don't use mmap() for non-regular files, since st_size is only meaningfulBruce Evans1998-11-181-2/+2
* Use mmap for file coping. 5-10% faster than the read system call.Wolfram Schneider1998-11-141-1/+2
* Fix behaviour for 'mkdir -m 777 / /tmp/foo'. Play "guess the style bug"Mike Smith1998-10-231-6/+8
* Honour the spirit rather than the implementation of the previous changes;Mike Smith1998-10-221-19/+10
* Make this compile, and honour the spirit of the original design whileMike Smith1998-10-201-8/+10
* - mkdir -m should call chmod because the high-order bits get ignoredMike Smith1998-10-201-1/+19
* - Fix off-by-one problem in tar where filenames of length 100Mike Smith1998-10-201-7/+6
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() orDag-Erling Smørgrav1998-10-131-2/+2
* Doh. What was I smoking when I wrote this?Dag-Erling Smørgrav1998-10-131-5/+5
* Correct a grammatical nit and remove ambiguity about the effect ofJoseph Koshy1998-10-131-4/+6
* Add JKH's auth.conf-file parser to turn Kerberos on/off in userland.Mark Murray1998-10-093-5/+17
* Null commit, just to test something. Please ignore.Jordan K. Hubbard1998-10-041-2/+1
* Added missing #include <string.h>Alexander Langer1998-10-031-1/+2
* Fix 'chio params' so that it actually prints out the current picker.Kenneth D. Merry1998-10-011-0/+7
* Updated the ch(4) driver and chio(1) command to include volumeJustin T. Gibbs1998-09-153-143/+443
* Portability fixes when sizeof(int) != sizeof(long).Doug Rabson1998-09-143-41/+47
* Fix minor style bugs noticed by the Bruce Filter.[tm]Warner Losh1998-09-131-4/+7
* Be more consistent with handling of quote mark control character.Tor Egge1998-09-134-72/+28
* Silence -Wall -W -Wkitchen-sink. Use ssize_t in preference to int,Warner Losh1998-09-111-9/+7
* Narrow down conditions to break wait() to process traps.Martin Cracauer1998-09-102-5/+6
* Fixed breakage of %CPU and %MEM in the previous commit. sysctlbyname()Bruce Evans1998-09-101-5/+11
* Fix an inefficiency I introduced in my last commit.Martin Cracauer1998-09-102-10/+6
* If traps are set, they are now executed even when a signal-blockingMartin Cracauer1998-09-083-10/+27
* Add -S flag to test for sockets.Martin Cracauer1998-09-074-17/+28
* Better handling of word splitting. Don't record the same regionTor Egge1998-09-067-49/+231
* Don't blindly eliminate `..' and the previous pathname component.Tor Egge1998-09-062-19/+160