aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Remove stale references to utmp(5) and its corresponding filenames.Ed Schouten2010-01-211-2/+2
* Raise WARNS for various tools where possible.Ed Schouten2010-01-171-1/+0
* Implement an "-x" option to cp(1), for compatibility with Linux andGavin Atkinson2010-01-173-7/+12
* Port everything in bin/ from utmp to utmpx.Ed Schouten2010-01-133-12/+3
* Let csh(1) use utmpx instead of utmp.Ed Schouten2010-01-132-5/+6
* Committed the wrong version in r201484. This time really fix the "-t"David E. O'Brien2010-01-041-4/+14
* Fix the "-t" functionality. Per the regression tests (pgrep-t.t & pkill-t.t),David E. O'Brien2010-01-041-3/+4
* sh: Send the "not found" message for builtin <cmd> to redirected fd 2.Jilles Tjoelker2010-01-031-5/+11
* sh: Fix some bugs with backquoted builtins:Jilles Tjoelker2010-01-016-21/+23
* sh(1): document ulimit -w (swapuse rlimit).Jilles Tjoelker2009-12-311-2/+5
* sh(1): Correct two places where "$@" lacked necessary quotes.Jilles Tjoelker2009-12-311-2/+2
* sh: Use PATH= assignment in type.Jilles Tjoelker2009-12-311-1/+1
* sh: Allow command -pv and command -pV (lookup using _PATH_STDPATH).Jilles Tjoelker2009-12-313-7/+14
* sh: Ensure funcnest is decremented if there was an error in the function.Jilles Tjoelker2009-12-301-2/+3
* Fix memory leak when parsing backticks (``).Jilles Tjoelker2009-12-301-13/+23
* sh: arith: Return only 0 and 1 from && and ||.Jilles Tjoelker2009-12-301-2/+2
* Add missing `void' for function without arguments.Ed Schouten2009-12-291-1/+1
* Add missing `void' for function without arguments.Ed Schouten2009-12-291-1/+1
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-8/+8
* sh: Change varinit to use const better.Jilles Tjoelker2009-12-271-13/+13
* sh: Various warning fixes (from WARNS=6 NO_WERROR=1):Jilles Tjoelker2009-12-2721-100/+98
* Remove declaration of function that no longer exists.Jilles Tjoelker2009-12-261-1/+0
* Fix breakage introduced in last commit.Edward Tomasz Napierala2009-12-261-1/+1
* Improve ACL branding mismatch detection and reporting in some rare cases,Edward Tomasz Napierala2009-12-264-8/+32
* sh: Do not run callers' exception handlers in subshells.Jilles Tjoelker2009-12-253-3/+5
* sh: Do not consider a tilde-prefix with expansions in it.Jilles Tjoelker2009-12-251-2/+7
* sh: Add some __dead2 to indicate functions that do not return.Jilles Tjoelker2009-12-244-6/+6
* sh: Constify various strings.Jilles Tjoelker2009-12-2428-90/+92
* sh: Remove setting variables from dotcmd/exportcmd.Jilles Tjoelker2009-12-242-5/+0
* Plug a memory leak.Xin LI2009-12-211-0/+1
* Let date(1) use utmpx instead of logwtmp().Ed Schouten2009-12-052-5/+11
* Fix some cases where file descriptors from redirections leak to programs.Jilles Tjoelker2009-11-292-16/+7
* Fix various things about SIGINT handling:Jilles Tjoelker2009-11-226-6/+25
* sh: Ensure the same command input file is on top after executing a builtin.Jilles Tjoelker2009-11-223-0/+33
* trap: do not consider a bad signal name a fatal error.Jilles Tjoelker2009-11-211-3/+6
* Handle current work directories of arbitrary length. The argument to cdStefan Farfeleder2009-11-211-22/+29
* sh: Some changes to stderr flushing:Jilles Tjoelker2009-11-217-14/+16
* Add pwait utility, which waits for any process to terminate.Jilles Tjoelker2009-11-174-0/+229
* Fix small resource leak (memory).Alexander Leidinger2009-11-171-0/+1
* sh: Allow a newline before "in" in a for command, as required by POSIX.Jilles Tjoelker2009-11-141-1/+3
* sh: Use sigaction instead of signal/siginterrupt combination.Jilles Tjoelker2009-11-111-4/+6
* sh: Fix memory leak when using a variable in arithmetic like $((x)).Jilles Tjoelker2009-11-051-3/+23
* Increase width for %CPU, RSS and VSZ columns for now. Modern systemsXin LI2009-11-031-3/+3
* Use our canonical .Dd format.Christian Brueffer2009-11-021-1/+1
* sh: Exempt $@ and $* from set -uJilles Tjoelker2009-10-242-3/+6
* Check error of dlfunc(3).Hajimu UMEMOTO2009-10-171-0/+11
* sh: Show more information about syntax errors in command substitution:Jilles Tjoelker2009-10-161-0/+5
* Removed redundant WARNS setting.Ruslan Ermilov2009-10-152-2/+0
* ls: Make -p not inhibit following symlinks.Jilles Tjoelker2009-10-131-1/+1
* Clarify quoting of word in ${v=word} in sh(1).Jilles Tjoelker2009-10-071-0/+3