summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Committed the wrong version in r201484. This time really fix the "-t"obrien2010-01-041-4/+14
* Fix the "-t" functionality. Per the regression tests (pgrep-t.t & pkill-t.t),obrien2010-01-041-3/+4
* sh: Send the "not found" message for builtin <cmd> to redirected fd 2.jilles2010-01-031-5/+11
* sh: Fix some bugs with backquoted builtins:jilles2010-01-016-21/+23
* sh(1): document ulimit -w (swapuse rlimit).jilles2009-12-311-2/+5
* sh(1): Correct two places where "$@" lacked necessary quotes.jilles2009-12-311-2/+2
* sh: Use PATH= assignment in type.jilles2009-12-311-1/+1
* sh: Allow command -pv and command -pV (lookup using _PATH_STDPATH).jilles2009-12-313-7/+14
* sh: Ensure funcnest is decremented if there was an error in the function.jilles2009-12-301-2/+3
* Fix memory leak when parsing backticks (``).jilles2009-12-301-13/+23
* sh: arith: Return only 0 and 1 from && and ||.jilles2009-12-301-2/+2
* Add missing `void' for function without arguments.ed2009-12-291-1/+1
* Add missing `void' for function without arguments.ed2009-12-291-1/+1
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-8/+8
* sh: Change varinit to use const better.jilles2009-12-271-13/+13
* sh: Various warning fixes (from WARNS=6 NO_WERROR=1):jilles2009-12-2721-100/+98
* Remove declaration of function that no longer exists.jilles2009-12-261-1/+0
* Fix breakage introduced in last commit.trasz2009-12-261-1/+1
* Improve ACL branding mismatch detection and reporting in some rare cases,trasz2009-12-264-8/+32
* sh: Do not run callers' exception handlers in subshells.jilles2009-12-253-3/+5
* sh: Do not consider a tilde-prefix with expansions in it.jilles2009-12-251-2/+7
* sh: Add some __dead2 to indicate functions that do not return.jilles2009-12-244-6/+6
* sh: Constify various strings.jilles2009-12-2428-90/+92
* sh: Remove setting variables from dotcmd/exportcmd.jilles2009-12-242-5/+0
* Plug a memory leak.delphij2009-12-211-0/+1
* Let date(1) use utmpx instead of logwtmp().ed2009-12-052-5/+11
* Fix some cases where file descriptors from redirections leak to programs.jilles2009-11-292-16/+7
* Fix various things about SIGINT handling:jilles2009-11-226-6/+25
* sh: Ensure the same command input file is on top after executing a builtin.jilles2009-11-223-0/+33
* trap: do not consider a bad signal name a fatal error.jilles2009-11-211-3/+6
* Handle current work directories of arbitrary length. The argument to cdstefanf2009-11-211-22/+29
* sh: Some changes to stderr flushing:jilles2009-11-217-14/+16
* Add pwait utility, which waits for any process to terminate.jilles2009-11-174-0/+229
* Fix small resource leak (memory).netchild2009-11-171-0/+1
* sh: Allow a newline before "in" in a for command, as required by POSIX.jilles2009-11-141-1/+3
* sh: Use sigaction instead of signal/siginterrupt combination.jilles2009-11-111-4/+6
* sh: Fix memory leak when using a variable in arithmetic like $((x)).jilles2009-11-051-3/+23
* Increase width for %CPU, RSS and VSZ columns for now. Modern systemsdelphij2009-11-031-3/+3
* Use our canonical .Dd format.brueffer2009-11-021-1/+1
* sh: Exempt $@ and $* from set -ujilles2009-10-242-3/+6
* Check error of dlfunc(3).ume2009-10-171-0/+11
* sh: Show more information about syntax errors in command substitution:jilles2009-10-161-0/+5
* Removed redundant WARNS setting.ru2009-10-152-2/+0
* ls: Make -p not inhibit following symlinks.jilles2009-10-131-1/+1
* Clarify quoting of word in ${v=word} in sh(1).jilles2009-10-071-0/+3
* sh: Send the "xyz: not found" message to redirected fd 2.jilles2009-10-062-7/+3
* sh: Disallow mismatched quotes in backticks (`...`).jilles2009-10-011-7/+1
* Mention that NUL characters are not allowed in sh(1) input.jilles2009-09-201-0/+4
* Add NFSv4 support to setfacl(1).trasz2009-09-076-221/+539
* Add NFSv4 ACL support to mv(1).trasz2009-09-041-12/+58
OpenPOWER on IntegriCloud