summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* sh: Reduce code duplication: use setinputfile instead of open/setinputfdjilles2012-09-141-8/+1
* Minor mdoc fix.joel2012-09-111-1/+2
* sh: Remove XXX comment about removing nextopt().jilles2012-09-081-4/+0
* Use "e.g.", not "i.e.", to introduce an example.kevlo2012-09-071-1/+1
* Explicitly mention that "cp -p" copies ACLs.trasz2012-09-041-2/+2
* Fix an error in setfacl(1) that manifested like this:trasz2012-09-041-3/+4
* In getfacl(1) manual page, mention where to read about the ACL syntax.trasz2012-09-041-0/+4
* Make "setfacl -bd" an alias for "setfacl -k". Previously it would crashtrasz2012-09-041-0/+11
* Make setfacl(1) behave properly in situations like "setfacl -kd".trasz2012-09-041-0/+15
* Fix compact form of "synchronize" permission in setfacl(1) manual page - ittrasz2012-09-031-2/+2
* Rework all non-contributed files that use `struct timezone'.ed2012-09-013-7/+7
* Add a -h flag similar to the -h flag for ln to force mv(1) to treat ajhb2012-08-312-6/+36
* Avoid passing uninitialized stack to addelem() if called with an empty arg.emaste2012-08-291-2/+2
* sh: Fix EINTR race condition in "wait" and "set -T" using sigsuspend().jilles2012-07-293-4/+49
* sh: Do not ask for stopped/continued processes if we do not need themjilles2012-07-281-6/+5
* sh: Inline waitproc() into its only caller.jilles2012-07-281-22/+9
* sh: Track continued jobs (even if not continued by bg or fg).jilles2012-07-281-3/+8
* Use proper error message when fstat(2) fails on stdout.jh2012-07-201-1/+1
* style(9).jh2012-07-201-16/+19
* stty: Mark usage() __dead2.jilles2012-07-151-1/+1
* ps: Fix memory leak when showing start/lstart for swapped-out process.jilles2012-07-151-4/+6
* sh: Reset pendingsigs before checking pending traps, not after.jilles2012-07-151-1/+1
* sh: Remove unused variable in_dowait.jilles2012-07-152-4/+0
* sh: Expand assignment-like words specially for export/readonly/local.jilles2012-07-154-4/+79
* Merge libedit adjustment from NetBSD.pfg2012-07-111-1/+1
* Polish previous revision: if the fts_* routines have lstat()'ed thedelphij2012-06-201-2/+8
* Fix potential symlink race condition in "rm -P" by adding a checkkevlo2012-06-201-2/+9
* None of these programs actually use auth.conf.des2012-06-111-6/+0
* Work better with how make/bmake works:marcel2012-05-242-9/+9
* Add 'cow' keyword to show per-process cow count.kib2012-05-232-1/+4
* Mention the upper hard limit for -n option. Patch slightly modifiedwblock2012-05-231-3/+6
* Remove redundant declaration of yyparsekevlo2012-05-221-1/+0
* Add build opton MK_LS_COLORS to control whether ls(1) supports colorsmarcel2012-05-191-1/+4
* Add build option MK_ED_CRYPTO to control whether ed(1) is to have themarcel2012-05-191-3/+3
* Remove unused header (libutil.h)marcel2012-05-171-1/+0
* sh: Remove an unused header.jilles2012-05-151-1/+0
* Minor mdoc nits.joel2012-05-133-4/+4
* I forgot to bump the manpage date.mdf2012-05-121-1/+1
* Add a -v and -N option to kenv(1), so it can be more easily used inmdf2012-05-112-9/+35
* mdoc: fix column names, indentation, column separation within each row, andjoel2012-04-072-2/+2
* sh: Fix build with -DDEBUG=2.jilles2012-04-021-2/+2
* mandoc complains loudly when <TAB>s are misused in columnated lists. Fixjoel2012-03-291-31/+31
* Remove trailing whitespace per mdoc lint warningeadler2012-03-293-3/+3
* Remove superfluous paragraph macro.joel2012-03-254-6/+0
* rm[0].rm_so must be zero (an explicit check is made for zero in theeadler2012-03-191-1/+1
* Document P_ORPHAN.kib2012-03-081-1/+2
* Bump date to today (since I modified it)eadler2012-03-031-1/+1
* Direct users to swapinfo and pstat from dfeadler2012-03-031-0/+2
* Whitespace cleanup:gjb2012-02-251-2/+4
* Fix various typos in manual pages.gjb2012-02-251-3/+3
OpenPOWER on IntegriCloud