aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* sh: Fix break/continue/return in multiline eval.Jilles Tjoelker2014-10-124-0/+20
* Integrate bin/sleep/tests from NetBSD into atf/kyuaEnji Cooper2014-10-092-0/+18
* sh: Eliminate some gotos.Jilles Tjoelker2014-10-055-56/+43
* sh: Fix LINENO and prompt after $'\0 and newline.Jilles Tjoelker2014-10-034-0/+16
* Fix pkill unit tests.Craig Rodrigues2014-09-302-53/+106
* sh(1): Clarify that assignments before commands do not affect expansions.Jilles Tjoelker2014-09-211-2/+3
* Fix incremental builds involving non-root users with read-only source files.Will Andrews2014-09-181-1/+1
* sh: Remove arbitrary length limit on << EOF markers.Jilles Tjoelker2014-09-145-49/+65
* sh: Make checkend() a real function instead of an emulated nested function.Jilles Tjoelker2014-09-141-36/+39
* sh: Add some const keywords.Jilles Tjoelker2014-09-143-3/+3
* sh: Allow enabling job control without a tty in non-interactive mode.Jilles Tjoelker2014-09-042-14/+47
* Update the date for last example.Warner Losh2014-08-301-1/+1
* Add canonical population of a disk / thumb drive from an imageWarner Losh2014-08-281-0/+5
* Return real parent pid in kinfo (used by e.g. ps)Mateusz Guzik2014-08-282-1/+4
* Always check the limits of array index variables before using them.Pedro F. Giffuni2014-08-211-1/+1
* sh: Remove two redundant (uintmax_t) casts.Jilles Tjoelker2014-08-201-3/+2
* Revert r267233 for now. PIE support needs to be reworked.Bryan Drewery2014-08-191-2/+0
* sh: Avoid overflow in atoi() when parsing HISTSIZE.Jilles Tjoelker2014-08-171-2/+3
* sh: Reject integer overflow in number and is_number.Jilles Tjoelker2014-08-171-3/+11
* sh: Don't hardcode relative paths in the tests stderr files.Jilles Tjoelker2014-08-1711-17/+11
* sh: Mask off shift distance (<< and >>) in arithmetic.Jilles Tjoelker2014-08-153-2/+44
* Skip pgrep-j and pkill-j if jail or jls is not installed.Alan Somers2014-08-141-0/+2
* Port date/bin/tests to ATFEnji Cooper2014-08-133-92/+93
* Convert bin/sh/tests to ATFEnji Cooper2014-08-1315-82/+127
* Correct the problems with the ptrace(2) making the debuggee an orphan.Konstantin Belousov2014-08-071-2/+1
* 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