aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* test: Simplify the code by unifying op_num and op_type.Jilles Tjoelker2013-12-011-78/+75
* sh: Prefer memcpy() to strcpy() in most cases. Remove the scopy macro.Jilles Tjoelker2013-11-308-27/+34
* sh: Make <&0 disable the </dev/null implicit in a background command.Jilles Tjoelker2013-11-241-4/+5
* sh: Properly quote alias output from command -v.Jilles Tjoelker2013-11-101-3/+5
* pkill - Optimize pgrep -FEitan Adler2013-11-101-1/+4
* sh(1),limits(1): Document kqueues (-k) rlimit.Jilles Tjoelker2013-11-011-2/+7
* sh: Reorder union node to reduce its size on 64-bit platforms.Jilles Tjoelker2013-11-011-3/+3
* sh: Allow trapping SIGINT/SIGQUIT after ignore because of '&'.Jilles Tjoelker2013-10-301-1/+3
* Clean up a spurious "." in SEE ALSO.Christian Brueffer2013-10-281-1/+1
* Add a resource limit for the total number of kqueues available to theKonstantin Belousov2013-10-211-1/+4
* Don't test arrays for being NULL.Edward Tomasz Napierala2013-10-211-7/+1
* sh: Remove one syscall when waiting for a foreground job.Jilles Tjoelker2013-10-181-2/+1
* Remove extraneous \n.Dag-Erling Smørgrav2013-10-111-1/+1
* By popular demand, move freebsd-version(1) from /libexec to /bin.Dag-Erling Smørgrav2013-10-094-0/+271
* Remove useless check - ki_loginclass is an array; can't be NULL.Edward Tomasz Napierala2013-10-041-1/+0
* Sweep man pages replacing ad -> ada.Sergey Kandaurov2013-10-011-3/+3
* sh: Make return return from the closest function or dot script.Jilles Tjoelker2013-09-044-15/+10
* sh: Fix race condition with signals and wait or set -T.Jilles Tjoelker2013-09-024-31/+20
* sh: Simplify list() in the parser.Jilles Tjoelker2013-08-301-21/+22
* sh: Separate out nbinary allocation into a function.Jilles Tjoelker2013-08-301-21/+22
* sh: Use makename() where possible.Jilles Tjoelker2013-08-301-22/+5
* sh: Add a function for the case where one token is required in the parse.Jilles Tjoelker2013-08-301-31/+23
* sh: Recognize "--" as end of options in type builtin.Jilles Tjoelker2013-08-301-0/+2
* sh: Cast -1 to pointer rather than pointer to variable of wrong type.Jilles Tjoelker2013-08-302-5/+3
* Add the ability to display the default FIB number for a process to theWill Andrews2013-08-262-0/+4
* sh: Recognize "--" as end of options in alias builtin.Jilles Tjoelker2013-08-251-3/+5
* sh: Disallow empty simple commands.Jilles Tjoelker2013-08-251-8/+4
* sh: Reject ++ and -- in arithmetic.Jilles Tjoelker2013-08-241-0/+4
* sh: Do not prematurely discard stopped jobs in a wait builtin.Jilles Tjoelker2013-08-241-5/+1
* Expand the use of stat(2) flags to allow storing some Windows/DOSKenneth D. Merry2013-08-212-3/+22
* sh: Remove unnecessary reset functions.Jilles Tjoelker2013-08-166-25/+1
* sh: Recognize "--" as end of options in bg/fg/jobid builtins.Jilles Tjoelker2013-08-161-6/+9
* sh: Recognize "--" as end of options in local builtin.Jilles Tjoelker2013-08-141-0/+1
* sh: Allow a lone redirection before '|', ';;' or ';&'.Jilles Tjoelker2013-08-141-0/+3
* Add -c flag to pgrep(1) and pkill(1), to match login classes.Edward Tomasz Napierala2013-08-092-8/+42
* sh: Remove an incorrect comment.Jilles Tjoelker2013-07-251-1/+1
* sh: Remove #define MKINIT.Jilles Tjoelker2013-07-257-11/+9
* sh: Remove mkinit.Jilles Tjoelker2013-07-2514-576/+32
* sh: Remove output.c's reset() handler.Jilles Tjoelker2013-07-251-19/+0
* sh: Do not read from stdin if an error occurs during -i -c cmd.Jilles Tjoelker2013-07-121-1/+1
* Fix a -Wunsequenced warning.Tim Kientzle2013-06-291-1/+1
* sh: Do not close(-1) if pipe() fails.Jilles Tjoelker2013-06-281-1/+2
* sh(1): A subshell environment has its own rlimits (ulimit).Jilles Tjoelker2013-06-141-1/+4
* sleep: Explain in a comment why the [EINTR] check is there.Jilles Tjoelker2013-06-051-0/+6
* sh(1): Document new features in wait builtin.Jilles Tjoelker2013-06-051-4/+9
* sh: Return status 127 for unknown jobs in wait builtin.Jilles Tjoelker2013-06-051-5/+19
* sh: Allow multiple operands in wait builtin.Jilles Tjoelker2013-06-051-6/+18
* Add 'static' where able.Eitan Adler2013-06-021-4/+4
* test(1): Add information about replacing -nt/-ot.Jilles Tjoelker2013-05-311-0/+16
* test(1): List non-standard primaries.Jilles Tjoelker2013-05-311-1/+12