summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* sh: Reduce size of options table.Jilles Tjoelker2016-01-074-71/+71
* sh: Add a test for 'cd -'.Jilles Tjoelker2016-01-073-0/+11
* sh: Ensure OPTIND=1 in subshell without forking does not affect outer env.Jilles Tjoelker2016-01-073-0/+19
* sh: Link tests/builtins/getopts9.0 to the build.Jilles Tjoelker2016-01-031-0/+1
* sh: Reduce size of builtins table.Jilles Tjoelker2016-01-032-15/+12
* sh: Remove redundant CTLQUOTEMARK checks.Jilles Tjoelker2015-12-311-18/+2
* sh: Reindent expandmeta().Jilles Tjoelker2015-12-311-21/+21
* sh: Perform pathname generation during the first expansion phases.Jilles Tjoelker2015-12-312-52/+57
* sh: Perform IFS splitting during the first expansion phases.Jilles Tjoelker2015-12-311-362/+253
* sh: Split subevalvar() in #/##/%/%% and =/? parts.Jilles Tjoelker2015-12-291-28/+45
* pax: prevent possible buffer overflowPedro F. Giffuni2015-12-291-1/+1
* sh: Add tests for #/##/%/%% on $* and $@.Jilles Tjoelker2015-12-262-0/+62
* sh/mknodes: Close files and check for errors when writing.Jilles Tjoelker2015-12-201-5/+15
* ed(1): Prevent possible string overflowsPedro F. Giffuni2015-12-181-4/+4
* ed(1): Prevent possible string overflowsPedro F. Giffuni2015-12-181-4/+6
* sh: Fix use-after-free when attempting to modify a read-only variable.Jilles Tjoelker2015-12-161-1/+1
* Fix ls -l alignement with new localesBaptiste Daroussin2015-12-071-1/+95
* Add missing CLEANFILES.Bryan Drewery2015-12-071-1/+1
* Enable bin/ls testcases disabled previously because of issues with howEnji Cooper2015-12-071-6/+0
* sh: Add limited test for ${#@} and ${#*}.Jilles Tjoelker2015-12-062-0/+19
* sh: Link tests/parameters/positional8.0 to the build.Jilles Tjoelker2015-12-051-0/+1
* Fix spelling, as recommended by igor tool.Craig Rodrigues2015-12-011-1/+1
* Add more text to explain --libxo flag.Craig Rodrigues2015-12-013-3/+24
* Update dependencies after r291406 added libelf to libkvm.Bryan Drewery2015-12-012-0/+2
* META MODE: Don't create .meta files when symlinking sources into the obj dire...Bryan Drewery2015-11-251-2/+2
* sh: Remove global state from nodes.c.Jilles Tjoelker2015-11-242-38/+46
* Remove unneeded libutil dependency for sendmail.Bryan Drewery2015-11-241-1/+0
* sh: Fix ""$@, which should not use the special case for "$@".Jilles Tjoelker2015-11-182-1/+33
* Protecting against rm -rf / is now POSIXLY_CORRECT per posix 1003.1Baptiste Daroussin2015-11-072-4/+3
* sh: Avoid copying argv for simple commands.Jilles Tjoelker2015-11-013-11/+11