summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Add -L option (SUSv3) to pwd(1). Fix a bug, where realpath(1) wouldmike2002-02-042-28/+84
* Correct inadvertent style botches in previous commit.kris2002-02-045-11/+7
* Lock down with WFORMAT=1 except those directories with unfixed warnings.kris2002-02-0410-1/+16
* __printflike() should really be __printf0like() since verrx() cankris2002-02-041-1/+1
* Add a __printflike() attribute to silence warning with FORMAT_AUDIT=1kris2002-02-041-1/+2
* Use __FBSDID() and clean up the vendor tags.markm2002-02-035-21/+27
* WARNS=4 fixes, plus a healthy dose of fixes inspired by lint.markm2002-02-037-72/+84
* WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extramarkm2002-02-0310-235/+239
* Work around a buffer overflow problem on argv that has been exposedknu2002-02-031-6/+16
* Use a more correct method of copying entire ACLs (fixesjedgar2002-02-031-3/+16
* Fix unused variable.imp2002-02-021-0/+1
* missed a few registersimp2002-02-021-3/+3
* Ooops, forgot to remove the registers here.imp2002-02-0214-318/+318
* %.* takes an int, not a size_t.imp2002-02-021-1/+2
* o __P has been reovedimp2002-02-0262-1412/+780
* o __P has been reovedimp2002-02-0242-1809/+447
* o __P has been reovedimp2002-02-0211-348/+207
* o __P has been reovedimp2002-02-0211-156/+106
* Modernization effort for bin/c*:imp2002-02-026-129/+67
* Drag cat(1) kicking and screaming into the late 1980's:imp2002-02-021-21/+11
* Refer to the original mode of the file, not the mode of the originalsheldonh2002-02-011-3/+3
* Remove a stray `:' after `v' in the getopt() call.ru2002-01-281-2/+2
* GC the -W option. kvm(3) doesn't read swap for almost 10 years.ru2002-01-282-21/+7
* Commit general cleanups (separate get_num() and get_off_t() functions togreen2002-01-253-59/+109
* Prevent overflowing the buffer that stores the command arguments.mikeh2002-01-201-4/+8
* Add missed includes.sobomax2002-01-153-0/+3
* The fix for >/dev/stdout, including Tor Egge's fix for the bug in thebabkin2002-01-131-4/+4
* mdoc(7) police: tidy up.ru2002-01-091-54/+87
* Put the "mtxname" keyword in alphabetical order (t comes after s) sopeter2002-01-051-1/+1
* Bruce thought some of the comments I added were not clear enough. This ismckay2002-01-011-8/+8
* Fixed style bug (unsorting of SRCS) in rev.1.15.bde2001-12-291-1/+1
* Fixed style bugs in revs. 1.6, 1.10 and 1.12.bde2001-12-291-3/+2
* Fixed missing DPADD and disordered LDADD in rev.1.17bde2001-12-291-1/+2
* LSCOLOURS should be spelt LSCOLORS.joe2001-12-291-1/+1
* Remove part of a diff committed at the end of the file.ben2001-12-291-20/+0
* Force raw printing of non-printable characters via the -w option.joe2001-12-292-3/+12
* Restore these files to shiny KNF.joe2001-12-292-82/+88
* Convert some spaces into tabs that I missed first time around.joe2001-12-281-30/+30
* Revert most of rev 1.42, to restore KNF style.joe2001-12-281-49/+49
* Add a new flag, -h which when combined with the -l option causesjoe2001-12-286-5/+107
* Make it clearer what changed to a user using the old format of LSCOLORS.joe2001-12-281-3/+3
* Mop up some warnings.joe2001-12-284-4/+5
* Make the style more consistent throughout the file.joe2001-12-281-58/+71
* Use the default colour instead if a bad colour specification is given.joe2001-12-281-1/+1
* Revamp the colour support to allow for bold characters. Coloursjoe2001-12-284-24/+70
* strtoq -> strtoll (strtoq is deprecated)ache2001-12-251-5/+5
* backout rev 1.14, it's breaking things.alfred2001-12-241-1/+3
* The previous fix caused cp to emit spurious warnings under somemckay2001-12-231-22/+26
* Added ability to do ">/dev/stdout". The apsfilter people are anxiousbabkin2001-12-221-3/+1
* Make ``df -l'' work when no network filesystems are loaded.ru2001-12-191-2/+4
OpenPOWER on IntegriCloud