aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Fix the race between the stat() and the mkdir().Dave Zarzycki2002-02-051-16/+19
* Add -L option (SUSv3) to pwd(1). Fix a bug, where realpath(1) wouldMike Barcroft2002-02-042-28/+84
* Correct inadvertent style botches in previous commit.Kris Kennaway2002-02-045-11/+7
* Lock down with WFORMAT=1 except those directories with unfixed warnings.Kris Kennaway2002-02-0410-1/+16
* __printflike() should really be __printf0like() since verrx() canKris Kennaway2002-02-041-1/+1
* Add a __printflike() attribute to silence warning with FORMAT_AUDIT=1Kris Kennaway2002-02-041-1/+2
* Use __FBSDID() and clean up the vendor tags.Mark Murray2002-02-035-21/+27
* WARNS=4 fixes, plus a healthy dose of fixes inspired by lint.Mark Murray2002-02-037-72/+84
* WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extraMark Murray2002-02-0310-235/+239
* Work around a buffer overflow problem on argv that has been exposedAkinori MUSHA2002-02-031-6/+16
* Use a more correct method of copying entire ACLs (fixesChris D. Faulhaber2002-02-031-3/+16
* Fix unused variable.Warner Losh2002-02-021-0/+1
* missed a few registersWarner Losh2002-02-021-3/+3
* Ooops, forgot to remove the registers here.Warner Losh2002-02-0214-318/+318
* %.* takes an int, not a size_t.Warner Losh2002-02-021-1/+2
* o __P has been reovedWarner Losh2002-02-0262-1412/+780
* o __P has been reovedWarner Losh2002-02-0242-1809/+447
* o __P has been reovedWarner Losh2002-02-0211-348/+207
* o __P has been reovedWarner Losh2002-02-0211-156/+106
* Modernization effort for bin/c*:Warner Losh2002-02-026-129/+67
* Drag cat(1) kicking and screaming into the late 1980's:Warner Losh2002-02-021-21/+11
* Refer to the original mode of the file, not the mode of the originalSheldon Hearn2002-02-011-3/+3
* Remove a stray `:' after `v' in the getopt() call.Ruslan Ermilov2002-01-281-2/+2
* GC the -W option. kvm(3) doesn't read swap for almost 10 years.Ruslan Ermilov2002-01-282-21/+7
* Commit general cleanups (separate get_num() and get_off_t() functions toBrian Feldman2002-01-253-59/+109
* Prevent overflowing the buffer that stores the command arguments.Mike Heffner2002-01-201-4/+8
* Add missed includes.Maxim Sobolev2002-01-153-0/+3
* The fix for >/dev/stdout, including Tor Egge's fix for the bug in theSergey Babkin2002-01-131-4/+4
* 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