aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Fix indentation in dd(1)Eric van Gyzen2017-04-021-5/+5
* sh: Remove an XXX comment: it is normal for builtins to use argptr.Jilles Tjoelker2017-04-021-1/+1
* sh: Remove global state from collate_range_cmp().Jilles Tjoelker2017-04-021-1/+3
* sh: Don't scan word twice in ${param=word}.Jilles Tjoelker2017-04-021-12/+11
* sh: Don't scan word twice in ${param#%##%%word}.Jilles Tjoelker2017-04-021-11/+12
* sh: Don't scan word twice in ${param+-word}.Jilles Tjoelker2017-04-021-11/+7
* Update to tcsh 6.20.00Dmitry Chagin2017-03-251-0/+1
* sh: Fix build with -DDEBUG=2.Jilles Tjoelker2017-03-191-4/+1
* sh: Remove unused function declaration for arith_lex_reset().Jilles Tjoelker2017-03-181-1/+0
* sh: Remove unused return value of subevalvar_misc().Jilles Tjoelker2017-03-181-10/+8
* sh: Get rid of global variable argbackq.Jilles Tjoelker2017-03-161-32/+37
* sh: Fix executing wrong command with ${unsetvar#$(cmdsubst)}$(cmdsubst).Jilles Tjoelker2017-03-103-1/+9
* Rename some tests to end in _test.Bryan Drewery2017-03-092-1/+1
* Remove unneeded -x from tests.Bryan Drewery2017-03-091-22/+22
* pwait: Add a -t flag to specify a timeout before exiting, and tests.Bryan Drewery2017-03-076-11/+347
* Convert absolute links to relative links.Rodney W. Grimes2017-03-071-2/+2
* ps(1): Fix -w + UNLIMITED handlingConrad Meyer2017-03-071-1/+1
* Don't kill pid -1 on overflow from strtol(3).Bryan Drewery2017-03-051-3/+7
* sh: Fix crash if a -T trap is taken during command substitution.Jilles Tjoelker2017-03-044-2/+19
* ps(1): Only detect terminal width if stdout is a ttyConrad Meyer2017-03-041-0/+2
* bin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-045-7/+7
* sh: Add some already working tests that exercise new code paths.Jilles Tjoelker2017-03-034-0/+20
* Renumber copyright clause 4Warner Losh2017-02-28169-169/+169
* Use uintmax_t to print st_nlink.Konstantin Belousov2017-02-161-4/+4
* Remove empty LiBaptiste Daroussin2017-02-111-1/+1
* Remove space at and of lineBaptiste Daroussin2017-02-111-1/+1
* Remove bdes(1)Allan Jude2017-02-061-5/+1
* Revert crap accidentally committedBaptiste Daroussin2017-01-281-1/+1
* Revert r312923 a better approach will be taken laterBaptiste Daroussin2017-01-281-1/+1
* chmod: Add SIGINFO handlerConrad Meyer2017-01-082-3/+26
* Use type-independent formats for printing nlink_t and ino_t.Konstantin Belousov2017-01-061-1/+2
* pax(1): Fix a bug with archives smaller than 512 bytes.Pedro F. Giffuni2016-12-211-1/+4
* Fix ls_tests:o_flag with ZFS TMPDIRAlan Somers2016-12-151-1/+1
* Use nmount(2) rather than the obsolete mount(2).Brooks Davis2016-12-142-3/+29
* ed(1): drop redundant parenthesis.Pedro F. Giffuni2016-12-141-2/+2
* Mount filesystems without executable permissions since they should neverBrooks Davis2016-12-141-1/+1
* Put the undocumented df feature of mounting filesystems from device nodesBrooks Davis2016-12-142-1/+11
* ed(1): Simplify some checks.Pedro F. Giffuni2016-12-121-5/+5
* Fix regression when stdin/out/err fds are are overridden by shell.Bartek Rutkowski2016-12-121-4/+10
* ed(1): Prevent possible overflows during allocation.Pedro F. Giffuni2016-12-123-4/+4
* Capsicum support for dd(1)Bartek Rutkowski2016-12-091-0/+30
* Export the whole thread name in kinfo_procEric van Gyzen2016-12-071-6/+10
* style(9).Xin LI2016-11-281-2/+2
* Plug a potential memory leak.Xin LI2016-11-281-10/+10
* [dd] Revert the capsicum bits for now until it gets fixed.Adrian Chadd2016-11-191-30/+0
* Restore dd changes included accidentally in r308857.Ruslan Bukin2016-11-191-0/+30
* Bring in support for Ingenic XBurst JZ4780 andRuslan Bukin2016-11-191-30/+0
* Capsicum support for dd(1)Bartek Rutkowski2016-11-181-0/+30
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-11-132-0/+2
* Fix missing '-' for the flags -s and -d on both manpage and usage.Marcelo Araujo2016-11-092-3/+3