summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2014-02-22fix -w outputmlelstv
2014-02-22add u option to getopt again.mlelstv
2014-02-21Add -X (don't cross mount points when recursing) from tls@christos
2014-02-20Use .Nm for 'ls'.wiz
2014-02-20Add -O (only leaf files) and -P (print full path), from tls@christos
2014-02-19Remove some pointless inclusions os sys/user.hdsl
2014-02-13Remove options added in 1.18, commitid: UhxHPgtT2Pzeg4Yw due to someelric
2014-01-26explain why forks failchristos
2014-01-20Add wctype(3) support to Shell Patterns.roy
2014-01-15Bump date for previous.wiz
2014-01-15Make ps -s use LTIME instead of TIME in the default output format.mlelstv
2014-01-15Add an LTIME column that prints lwp cputime.mlelstv
2014-01-01whitespace fixeschristos
2014-01-01There was a case where \n did not increase plinnochristos
2014-01-01clarify further.christos
2014-01-01explain the previous fix.christos
2013-12-31allow case statement without any patterns.christos
2013-12-17In all man pages that say:apb
2013-12-11Remove entirely bogus /* NOTREACHED */ annotation.dholland
2013-12-08more complete fix for Coverity issue 976653spz
2013-12-03Coverity complaint fixes:spz
2013-11-14Stop hissing.wiz
2013-11-14add --gnu for pax.christos
2013-11-01PR/48312: Dieter Roelands: According to TOG, unset should not return an errorchristos
2013-10-30#ifdef a variable decl/setting with it's use.mrg
2013-10-18Fixed unused warnings.christos
2013-10-06Fix PR bin/48202 [non-critical/low]:ast
2013-10-02add stdio.hchristos
2013-10-02document LINENOchristos
2013-10-02add crude $LINENO support for FreeBSDchristos
2013-09-12- print the line discipline using the new ioctlchristos
2013-08-06CID 1060854: Wrong sizeof argument (SIZEOF_MISMATCH)christos
2013-07-29PR/48095: NAKAJIMA Yoshihiro: remove casts from time_t to longchristos
2013-07-19fix error handling.christos
2013-07-19Sort.wiz
2013-07-19Add the following optionsroy
2013-07-17PR/48057: psi: skip and msgfmt cannot be used together. Looks like a pasto;christos
2013-07-16WARNS=6 [-Wconversion]christos
2013-06-28Fix violations of the sequence point rule.joerg
2013-06-27fix descriptor leaks. PR/47805yamt
2013-06-12constifyyamt
2013-05-09Document that a here-document can finish at an EOF as well as at thesimonb
2013-05-04test(1): Compare timestamp in nsec scale in -nt/-ot.uebayasi
2013-05-02remove whitespace from end of file.zafer
2013-04-28Add const.dholland
2013-04-26Sort sections.wiz
2013-04-26PR/47770: Eitan Adler: add x flag to rm to avoid cross mount pointschristos
2013-04-03Make shifting variables reflect their environment counterparts. Makeschristos
2013-03-02PR/47608: Robert Elz: ``var=value func-call'' does not export var in thechristos
2013-01-25When using -ledit, also use -lterminfo, to allow static linking.he