aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* sh: Simplify code by removing variable bracketed_name.Jilles Tjoelker2016-04-131-3/+1
* rcp(1): replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-111-1/+1
* sh(1): replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-092-2/+2
* sh: Fix some unquoted variables in tests.Jilles Tjoelker2016-04-093-7/+7
* Revert r296416 by removing SAVESIGVEC and switching to fork instead. ThisMark Peek2016-04-071-2/+2
* sh: Fix use-after-free if a trap replaces itself.Jilles Tjoelker2016-03-283-1/+15
* Fix bunch of .Xrs.Edward Tomasz Napierala2016-03-281-2/+1
* CCACHE_BUILD: Don't use ccache when generating some files with CC -E.Bryan Drewery2016-03-241-1/+1
* sh: Fix copying uninitialized field 'special'.Jilles Tjoelker2016-03-131-0/+5
* Fix handling of umtxp resource limit in sh(1)/ulimit(1), limits(1), addKonstantin Belousov2016-03-122-2/+7
* DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-0919-0/+209
* sh: Add test for 'set -o nolog'.Jilles Tjoelker2016-03-092-0/+5
* sh: Avoid out-of-bounds access in setoptionbyindex() for 'set -o nolog'.Jilles Tjoelker2016-03-091-3/+3
* sh: Fix some dead stores.Jilles Tjoelker2016-03-062-3/+2
* Signal handling within tcsh vfork code path will conflict with some systemMark Peek2016-03-051-0/+1
* sh: Remove a redundant STPUTC check.Jilles Tjoelker2016-03-021-1/+1
* sh: Don't trust that signal descriptions fit within 49 bytes.Jilles Tjoelker2016-03-021-18/+18
* dump(1) -> dump(8).Edward Tomasz Napierala2016-02-291-1/+1
* Implement process-shared locks support for libthr.so.3, withoutKonstantin Belousov2016-02-281-0/+3
* Add speed limit to dd(1). This is useful for testing RCTL disk io limitsEdward Tomasz Napierala2016-02-285-7/+60
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-244-320/+0
* sh: Fix set -v and multiline history after r295825.Jilles Tjoelker2016-02-234-1/+16
* sh: Don't hash alias name when there are no aliases.Jilles Tjoelker2016-02-211-2/+4
* sh: Optimize setprompt(0).Jilles Tjoelker2016-02-211-0/+2
* sh: Remove unnecessary flushouts while reading script.Jilles Tjoelker2016-02-211-2/+0
* Make the "invalid numeric value" error message actually displayableEdward Tomasz Napierala2016-02-211-8/+6
* sh: Rework code to remove '\0' from shell input.Jilles Tjoelker2016-02-193-28/+37
* sh: Add tests for comments in sh -c.Jilles Tjoelker2016-02-193-0/+9
* Reorganize the handling all-zeroes terminal block in sparse modeThomas Quinot2016-02-185-19/+47
* Test directories can build in parallel fine.Bryan Drewery2016-02-161-2/+0
* Rename P_KTHREAD struct proc p_flag to P_KPROC.Konstantin Belousov2016-02-092-2/+2
* Improve comment to reflect recent changes.Edward Tomasz Napierala2016-02-091-2/+4
* Use a proper type for return value of postfix_to_mult(); the way it'sEdward Tomasz Napierala2016-02-091-2/+2
* Use proper functions for parsing the numeric values.Edward Tomasz Napierala2016-02-091-2/+2
* Add 't' and 'p' postfixes to dd(1).Edward Tomasz Napierala2016-02-042-2/+13
* Reduce code duplication.Edward Tomasz Napierala2016-02-041-48/+34
* Don't link /usr/share/nls/de_DE.UTF-8/tcsh.cat to itself.Bryan Drewery2016-02-031-1/+1
* The charset of NLS catalogs were converted to UTF-8Hajimu UMEMOTO2016-02-031-29/+28
* Make dynamic link of libiconv from ports work again.Hajimu UMEMOTO2016-02-021-3/+3
* sh: Don't allocate a redirtab if there are no redirections.Jilles Tjoelker2016-01-301-7/+22
* sh(1): Document 'cd -'.Jilles Tjoelker2016-01-301-6/+19
* test: Optimize operator lookup.Jilles Tjoelker2016-01-301-67/+97
* sh: Constify internal representation in expand.c.Jilles Tjoelker2016-01-241-22/+28
* sh: Remove a global variable from cd.c.Jilles Tjoelker2016-01-241-14/+15
* sh: Use OLDPWD shell variable for 'cd -'.Jilles Tjoelker2016-01-231-10/+9
* Don't mention the "canonical six" in setfacl(1); it describes semanticsEdward Tomasz Napierala2016-01-231-3/+4
* sh: Clean a readonly local, even if the variable does not exist outside.Jilles Tjoelker2016-01-223-0/+12
* sh: Add already working test for local-readonly interaction.Jilles Tjoelker2016-01-222-0/+11
* sh: Simplify some code related to positional parameters.Jilles Tjoelker2016-01-192-17/+13
* sh: Update associated state when restoring locals while leaving a function.Jilles Tjoelker2016-01-104-2/+29