summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* sh: Allow arbitrarily large numbers in break and continue.Jilles Tjoelker2014-07-203-1/+18
* sh: Remove prefix() function. Use strncmp() instead.Jilles Tjoelker2014-07-204-18/+5
* sh: Deduplicate some code in ulimit builtin.Jilles Tjoelker2014-07-191-27/+25
* Replace all uses of libncurses and libtermcap with their wide characterBrooks Davis2014-07-173-6/+6
* sh: Correctly handle positional parameters beyond INT_MAX on 64-bit systems.Jilles Tjoelker2014-07-123-2/+19
* sh: Consistently treat ${01} like $1.Jilles Tjoelker2014-07-123-7/+11
* sh: Add test for ${01} and ${010} that already works.Jilles Tjoelker2014-07-082-0/+5
* Don't install locale1.0 if MK_NLS == no.Jilles Tjoelker2014-07-081-0/+2
* rm -rf can fail sometimes with an error from fts_read. Make it honorWarner Losh2014-07-071-1/+1
* sh: Fix overflow checking on 'ulimit' operand.Jilles Tjoelker2014-07-051-10/+14
* Check if fchflags() is needed by fstat'ing before and checkXin LI2014-07-011-4/+13
* Always set UF_ARCHIVE on target (because they are by definition new filesXin LI2014-06-271-2/+2
* use .Mt to mark up email addresses consistently (part1)Baptiste Daroussin2014-06-204-10/+7
* mdoc: remove superfluous paragraph macros.Joel Dahl2014-06-152-3/+0
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-081-0/+2
* Add support for inspecting process flags set in p_flag2.Sergey Kandaurov2014-06-062-1/+15
* When building picobsd, define WITHOUT_OPENSSL and WITHOUT_KERBEROS andWarner Losh2014-06-061-3/+1
* sh: Avoid undefined behaviour shifting negative values left in arithmetic.Jilles Tjoelker2014-06-011-1/+1
* sh: Simplify find_command() slightly.Jilles Tjoelker2014-05-311-7/+5
* sh: In getopts, unset OPTARG where POSIX says we should.Jilles Tjoelker2014-05-104-13/+26
* sh: Add new tests to the Makefile.Jilles Tjoelker2014-05-101-0/+2
* sh: Don't discard getopts state on unknown option or missing argument.Jilles Tjoelker2014-05-103-8/+17
* sh: Send getopts error messages to stderr, not stdout.Jilles Tjoelker2014-05-092-3/+3
* sh: Add more necessary INTOFF/INTON.Jilles Tjoelker2014-05-092-0/+6
* 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