aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* sh: Add -h option to SYNOPSISDaichi GOTO2014-02-251-3/+3
* sh: Allow aliases to force alias substitution on the following word.Jilles Tjoelker2014-01-268-3/+52
* Stop the options string leak if it is not attached into the optionsKevin Lo2014-01-261-0/+2
* sh: Add tests for alias names after another alias.Jilles Tjoelker2014-01-253-0/+14
* sh: Do not depend on parse/execute split in new alias test.Jilles Tjoelker2014-01-241-1/+1
* sh: Solve the alias recursion problem in a less hackish way.Jilles Tjoelker2014-01-245-48/+11
* sh: Add test for nested alias.Jilles Tjoelker2014-01-242-0/+7
* -h and -H options backwards in manual page.Warren Block2014-01-161-3/+3
* sh: Remove SIGWINCH handler and just check for resize before every read.Jilles Tjoelker2014-01-143-23/+3
* Replace hand-crafted Kyuafiles with automatic generation.Julio Merino2014-01-144-26/+12
* Use TAP_TESTS_PERL to register the legacy_test in bin/pax.Julio Merino2014-01-143-11/+1
* Mark the bin/pax tests as requiring perl.Julio Merino2014-01-132-0/+8
* Close the newly-created FD if the pathname is too long.Adrian Chadd2014-01-111-0/+1
* Run the sh(1) and test(1) tests as unprivileged.Julio Merino2014-01-104-0/+26
* sh(1): Discourage use of -e.Jilles Tjoelker2014-01-031-2/+8
* Correct the description of the V state, which indicates that the process'Mark Johnston2013-12-281-3/+4
* sh: Don't check input for non-whitespace if history is disabled.Jilles Tjoelker2013-12-271-8/+2
* sh: Simplify code related to PPID variable.Jilles Tjoelker2013-12-252-8/+2
* sh: Initialize OPTIND=1 even if it came from the environment.Jilles Tjoelker2013-12-243-0/+5
* sh: Remove an unused variable.Jilles Tjoelker2013-12-241-1/+0
* Document the lack of chflags support in pax(1)Chris Rees2013-12-211-1/+19
* Migrate tools/regression/bin/ tests to the new layout.Julio Merino2013-12-11420-2/+7331
* sh: Split set -x output into a separate function.Jilles Tjoelker2013-12-061-34/+41
* test: Avoid looking up again the type of a known binary operator.Jilles Tjoelker2013-12-051-7/+6
* 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