aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-196-17/+8
* Fix warnings found by -Wmising-variable-declarations.Ed Schouten2012-10-1915-87/+90
* mdoc: don't nest displays. The markup here isn't adding anything anyway.Joel Dahl2012-10-141-2/+2
* Fix bin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-273-9/+14
* - Bump date.Andrey Zonov2012-09-181-1/+1
* - Add 'dsiz' and 'ssiz' keywords to show data and stack size respectively.Andrey Zonov2012-09-182-0/+6
* Revert 240527:Eitan Adler2012-09-161-1/+0
* sh: Prefer internal nextopt() to libc getopt().Jilles Tjoelker2012-09-155-83/+37
* Free memory before exiting in order toEitan Adler2012-09-141-0/+1
* sh: Reduce code duplication: use setinputfile instead of open/setinputfdJilles Tjoelker2012-09-141-8/+1
* Minor mdoc fix.Joel Dahl2012-09-111-1/+2
* sh: Remove XXX comment about removing nextopt().Jilles Tjoelker2012-09-081-4/+0
* Use "e.g.", not "i.e.", to introduce an example.Kevin Lo2012-09-071-1/+1
* Explicitly mention that "cp -p" copies ACLs.Edward Tomasz Napierala2012-09-041-2/+2
* Fix an error in setfacl(1) that manifested like this:Edward Tomasz Napierala2012-09-041-3/+4
* In getfacl(1) manual page, mention where to read about the ACL syntax.Edward Tomasz Napierala2012-09-041-0/+4
* Make "setfacl -bd" an alias for "setfacl -k". Previously it would crashEdward Tomasz Napierala2012-09-041-0/+11
* Make setfacl(1) behave properly in situations like "setfacl -kd".Edward Tomasz Napierala2012-09-041-0/+15
* Fix compact form of "synchronize" permission in setfacl(1) manual page - itEdward Tomasz Napierala2012-09-031-2/+2
* Rework all non-contributed files that use `struct timezone'.Ed Schouten2012-09-013-7/+7
* Add a -h flag similar to the -h flag for ln to force mv(1) to treat aJohn Baldwin2012-08-312-6/+36
* Avoid passing uninitialized stack to addelem() if called with an empty arg.Ed Maste2012-08-291-2/+2
* sh: Fix EINTR race condition in "wait" and "set -T" using sigsuspend().Jilles Tjoelker2012-07-293-4/+49
* sh: Do not ask for stopped/continued processes if we do not need themJilles Tjoelker2012-07-281-6/+5
* sh: Inline waitproc() into its only caller.Jilles Tjoelker2012-07-281-22/+9
* sh: Track continued jobs (even if not continued by bg or fg).Jilles Tjoelker2012-07-281-3/+8
* Use proper error message when fstat(2) fails on stdout.Jaakko Heinonen2012-07-201-1/+1
* style(9).Jaakko Heinonen2012-07-201-16/+19
* stty: Mark usage() __dead2.Jilles Tjoelker2012-07-151-1/+1
* ps: Fix memory leak when showing start/lstart for swapped-out process.Jilles Tjoelker2012-07-151-4/+6
* sh: Reset pendingsigs before checking pending traps, not after.Jilles Tjoelker2012-07-151-1/+1
* sh: Remove unused variable in_dowait.Jilles Tjoelker2012-07-152-4/+0
* sh: Expand assignment-like words specially for export/readonly/local.Jilles Tjoelker2012-07-154-4/+79
* Merge libedit adjustment from NetBSD.Pedro F. Giffuni2012-07-111-1/+1
* Polish previous revision: if the fts_* routines have lstat()'ed theXin LI2012-06-201-2/+8
* Fix potential symlink race condition in "rm -P" by adding a checkKevin Lo2012-06-201-2/+9
* None of these programs actually use auth.conf.Dag-Erling Smørgrav2012-06-111-6/+0
* Work better with how make/bmake works:Marcel Moolenaar2012-05-242-9/+9
* Add 'cow' keyword to show per-process cow count.Konstantin Belousov2012-05-232-1/+4
* Mention the upper hard limit for -n option. Patch slightly modifiedWarren Block2012-05-231-3/+6
* Remove redundant declaration of yyparseKevin Lo2012-05-221-1/+0
* Add build opton MK_LS_COLORS to control whether ls(1) supports colorsMarcel Moolenaar2012-05-191-1/+4
* Add build option MK_ED_CRYPTO to control whether ed(1) is to have theMarcel Moolenaar2012-05-191-3/+3
* Remove unused header (libutil.h)Marcel Moolenaar2012-05-171-1/+0
* sh: Remove an unused header.Jilles Tjoelker2012-05-151-1/+0
* Minor mdoc nits.Joel Dahl2012-05-133-4/+4
* I forgot to bump the manpage date.Matthew D Fleming2012-05-121-1/+1
* Add a -v and -N option to kenv(1), so it can be more easily used inMatthew D Fleming2012-05-112-9/+35
* mdoc: fix column names, indentation, column separation within each row, andJoel Dahl2012-04-072-2/+2
* sh: Fix build with -DDEBUG=2.Jilles Tjoelker2012-04-021-2/+2