aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: tidy up.Ruslan Ermilov2002-01-091-54/+87
* Put the "mtxname" keyword in alphabetical order (t comes after s) soPeter Wemm2002-01-051-1/+1
* Bruce thought some of the comments I added were not clear enough. This isStephen McKay2002-01-011-8/+8
* Fixed style bug (unsorting of SRCS) in rev.1.15.Bruce Evans2001-12-291-1/+1
* Fixed style bugs in revs. 1.6, 1.10 and 1.12.Bruce Evans2001-12-291-3/+2
* Fixed missing DPADD and disordered LDADD in rev.1.17Bruce Evans2001-12-291-1/+2
* LSCOLOURS should be spelt LSCOLORS.Josef Karthauser2001-12-291-1/+1
* Remove part of a diff committed at the end of the file.Ben Smithurst2001-12-291-20/+0
* Force raw printing of non-printable characters via the -w option.Josef Karthauser2001-12-292-3/+12
* Restore these files to shiny KNF.Josef Karthauser2001-12-292-82/+88
* Convert some spaces into tabs that I missed first time around.Josef Karthauser2001-12-281-30/+30
* Revert most of rev 1.42, to restore KNF style.Josef Karthauser2001-12-281-49/+49
* Add a new flag, -h which when combined with the -l option causesJosef Karthauser2001-12-286-5/+107
* Make it clearer what changed to a user using the old format of LSCOLORS.Josef Karthauser2001-12-281-3/+3
* Mop up some warnings.Josef Karthauser2001-12-284-4/+5
* Make the style more consistent throughout the file.Josef Karthauser2001-12-281-58/+71
* Use the default colour instead if a bad colour specification is given.Josef Karthauser2001-12-281-1/+1
* Revamp the colour support to allow for bold characters. ColoursJosef Karthauser2001-12-284-24/+70
* strtoq -> strtoll (strtoq is deprecated)Andrey A. Chernov2001-12-251-5/+5
* backout rev 1.14, it's breaking things.Alfred Perlstein2001-12-241-1/+3
* The previous fix caused cp to emit spurious warnings under someStephen McKay2001-12-231-22/+26
* Added ability to do ">/dev/stdout". The apsfilter people are anxiousSergey Babkin2001-12-221-3/+1
* Make ``df -l'' work when no network filesystems are loaded.Ruslan Ermilov2001-12-191-2/+4
* 1) Localize (LC_CTYPE)Andrey A. Chernov2001-12-171-0/+11
* POSIX strto*() functions MAY return EINVAL, so don't assume that only oneAndrey A. Chernov2001-12-141-2/+4
* Add prototypes for main() so that these programs compile with -WerrorLuigi Rizzo2001-12-141-0/+1
* Do not dot terminate errx() stringsPhilippe Charnier2001-12-111-1/+1
* Preserve directory timestamps with -p. Allow non-empty read-onlyStephen McKay2001-12-111-11/+39
* Typo in warning message (chown should be chmod).Stephen McKay2001-12-111-1/+1
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-5/+6
* -lcipher is an installable library.Ruslan Ermilov2001-12-062-12/+2
* Make a bit more clear the types of characters that -B option willGiorgos Keramidas2001-12-061-1/+3
* Spelling.Ruslan Ermilov2001-12-041-1/+1
* mdoc(7) police: s/LKM/KLD/, sort xrefs.Ruslan Ermilov2001-12-042-5/+9
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyDavid E. O'Brien2001-12-0433-37/+12
* Move the code merging ACL_USER and ACL_GROUP objects from underChris D. Faulhaber2001-12-031-22/+33
* Add defines for access and default ACLs (ACCESS_ACL/DEFAULT_ACL)Chris D. Faulhaber2001-12-034-27/+31
* style(9) cleanups mostly consisting of:Chris D. Faulhaber2001-12-036-87/+85
* Correct example to remove *all* extended ACL entries andChris D. Faulhaber2001-12-031-3/+4
* Slight makefile style.Mark Murray2001-12-022-7/+7
* o Expand the explaination of the -b option WRT the resultingChris D. Faulhaber2001-12-021-3/+13
* o Correct error message forgotten in the last commit (malloc() -> calloc())Chris D. Faulhaber2001-12-021-3/+2
* Use calloc(3) instead of rolling our own.Chris D. Faulhaber2001-12-021-2/+1
* Note that stty is a utility and not... err... a program....Brian Feldman2001-11-291-1/+1
* Stty is a program, not a function.Brian Feldman2001-11-291-1/+1
* Add LOMAC options (the "Z" flag in both cases) to display extra informationBrian Feldman2001-11-2616-17/+429
* Remove the printf builtin command from sh(1), which command is notAkinori MUSHA2001-11-203-10/+5
* Fix style bugs I found, and add a comment.Akinori MUSHA2001-11-191-10/+11
* Oops sorry, forgot to add a #include.Akinori MUSHA2001-11-191-0/+1
* - Do not reference argv[1] if no argument is given.Akinori MUSHA2001-11-191-7/+34