aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* mandoc complains loudly when <TAB>s are misused in columnated lists. FixJoel Dahl2012-03-291-31/+31
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-293-3/+3
* Remove superfluous paragraph macro.Joel Dahl2012-03-254-6/+0
* rm[0].rm_so must be zero (an explicit check is made for zero in theEitan Adler2012-03-191-1/+1
* Document P_ORPHAN.Konstantin Belousov2012-03-081-1/+2
* Bump date to today (since I modified it)Eitan Adler2012-03-031-1/+1
* Direct users to swapinfo and pstat from dfEitan Adler2012-03-031-0/+2
* Whitespace cleanup:Glen Barber2012-02-251-2/+4
* Fix various typos in manual pages.Glen Barber2012-02-251-3/+3
* Update to tcsh 6.18.01.Mark Peek2012-02-224-1169/+61
* sh: Make 'hash' return 1 if at least one utility is not found.Jilles Tjoelker2012-02-111-8/+12
* sh: Fix swapped INTON/INTOFF.Jilles Tjoelker2012-02-041-2/+2
* sh: Use vfork in a few common cases.Jilles Tjoelker2012-02-045-0/+64
* Add prototypes, ANSIfy functions definitions to reduce WARNS=6 output.Philippe Charnier2012-01-255-5/+6
* sh: Fix $? in the first command of a 'for'.Jilles Tjoelker2012-01-221-1/+4
* sh: Remove "kill" example function, which is superseded by the kill builtinJilles Tjoelker2012-01-211-49/+0
* Remove unused variables.Ed Schouten2012-01-171-96/+30
* sh: Fix execution of multiple statements in a trap when evalskip is setJean-Sébastien Pédron2012-01-163-2/+34
* sh: Fix some bugs with exit status from case containing ;&.Jilles Tjoelker2012-01-151-9/+24
* sh: Fix two bugs with case and exit status:Jilles Tjoelker2012-01-151-1/+3
* sh: Change input buffer size from 1023 to 1024.Jilles Tjoelker2012-01-141-6/+6
* sh: Fix out of bounds array access when trap is used with an invalid signal.Jilles Tjoelker2012-01-141-2/+2
* sh: Properly show "Not a directory" error in cd builtin.Jilles Tjoelker2012-01-131-1/+6
* Spelling fixes for bin/Ulrich Spörlein2012-01-071-1/+1
* sh: Make various functions static.Jilles Tjoelker2012-01-0110-12/+12
* sh: Remove unused function scopyn().Jilles Tjoelker2012-01-012-20/+0
* sh: Make patmatch() non-recursive.Jilles Tjoelker2012-01-011-37/+58
* sh: Allow quoting ^ and ] in bracket expressions.Jilles Tjoelker2011-12-281-4/+4
* sh: Use dirent.d_type in pathname generation.Jilles Tjoelker2011-12-281-0/+4
* sh: Cache de->d_namlen in a local variable.Jilles Tjoelker2011-12-281-6/+8
* sh: Do not force special builtins non-special in optimized command subst.Jilles Tjoelker2011-12-281-2/+1
* Fix some obtuse fprintf tricks in bin/ed.Dimitry Andric2011-12-162-18/+20
* Add static keywords to chio(1).Ed Schouten2011-12-111-3/+3
* Move 3.5 KB from the data segment to the text segment.Ed Schouten2011-12-111-5/+5
* sh: Remove impossible evalskip check in 'for'.Jilles Tjoelker2011-11-271-3/+0
* sh: Reduce one level of evaltree() recursion when executing 'case'.Jilles Tjoelker2011-11-261-11/+9
* test: Reduce code size of ops table.Jilles Tjoelker2011-11-251-5/+5