aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Incorporate feedback from bde and jilles regarding r265472 to dd(1).Alan Somers2014-05-083-15/+12
* sh: Add some tests for normal use of getopts.Jilles Tjoelker2014-05-074-0/+29
* (dd_out): Fix handling of all-zeroes block at end of input withThomas Quinot2014-05-071-24/+43
* dd(1) uses gettimeofday(2) to compute the throughput statistics. However,Alan Somers2014-05-062-12/+20
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-0611-11/+11
* Minor comment fix: dbsz is the block size as set by bs/ibs/obs,Thomas Quinot2014-05-031-1/+1
* Minor comment fix.Thomas Quinot2014-05-031-1/+1
* Add -J to filter by matching jail IDs and names.Bryan Drewery2014-05-023-7/+62
* date(1): Forgot to update manpage date in r264968Jean-Sébastien Pédron2014-04-261-1/+1
* date(1): Add "-R" flag to use RFC 2822 date and time output formatJean-Sébastien Pédron2014-04-262-6/+32
* Bump Dd, missed as part of r264098 and related commits.Glen Barber2014-04-131-1/+1
* -k option is compliant with POSIX.Greg Lehey2014-04-041-3/+1
* Typo.Greg Lehey2014-04-031-1/+1
* Make C_* contants fit in 32 bits again by using 4 unused bits.Xin LI2014-04-033-32/+32
* Add information on standards compliance of many options.Greg Lehey2014-04-031-5/+58
* Make -f set -a, as required by the standard.Greg Lehey2014-04-032-3/+5
* Implement GNU's extension of 'status' operand. The GNU syntax isXin LI2014-04-036-34/+69
* sh: Fix memory leak with an assignment before a regular builtin.Jilles Tjoelker2014-03-271-2/+8
* sh: Fix memory leak when trying to set a read only variable.Jilles Tjoelker2014-03-271-1/+4
* Add a SUBDIR_PARALLEL option to bsd.subdir.mk, to allow make to processDimitry Andric2014-03-261-0/+2
* sh: Fix possible memory leaks and double frees with unexpected SIGINT.Jilles Tjoelker2014-03-265-14/+31
* sh: Don't overwrite old exit status if a PID is reused.Jilles Tjoelker2014-03-201-1/+2
* Migrate tools/regression/usr.bin/pkill to the new tests layout.Julio Merino2014-03-1930-0/+1053
* sh: Allow kill %job on jobs started without job control.Jilles Tjoelker2014-03-155-17/+30
* sh: Add some consts.Jilles Tjoelker2014-03-143-11/+11
* Make bsd.test.mk the only public mk fragment for the building of tests.Julio Merino2014-03-145-5/+5
* sh: Successfully do nothing when killing a terminated job.Jilles Tjoelker2014-03-084-2/+19
* sh: Make argstr() return where it stopped and simplify expari() using this.Jilles Tjoelker2014-03-041-21/+5
* sh: Simplify expari().Jilles Tjoelker2014-03-021-48/+46
* sh: Do not corrupt internal representation if LINENO inner expansion fails.Jilles Tjoelker2014-02-273-6/+17
* sh: Make expari() static.Jilles Tjoelker2014-02-262-2/+2
* 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