aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Fix some obtuse fprintf tricks in bin/ed.Dimitry Andric2011-12-162-18/+20
* Add static keywords to chio(1).Ed Schouten2011-12-111-3/+3
* Move 3.5 KB from the data segment to the text segment.Ed Schouten2011-12-111-5/+5
* sh: Remove impossible evalskip check in 'for'.Jilles Tjoelker2011-11-271-3/+0
* sh: Reduce one level of evaltree() recursion when executing 'case'.Jilles Tjoelker2011-11-261-11/+9
* test: Reduce code size of ops table.Jilles Tjoelker2011-11-251-5/+5
* Remove yet another outdated note about procfs(5) being required.Mikolaj Golub2011-11-221-6/+0
* No need in procfs(5).Mikolaj Golub2011-11-222-25/+1
* sh: Allow unsetting OPTIND.Jilles Tjoelker2011-11-201-2/+3
* sh: Remove undefined behaviour due to overflow in +/-/* in arithmetic.Jilles Tjoelker2011-11-081-3/+3
* sh(1): Improve documentation of field splitting.Jilles Tjoelker2011-11-051-11/+55
* Put some static keywords in the source code.Ed Schouten2011-10-316-23/+23
* For processes with no controlling terminal, display "-" in the TTY columnEdward Tomasz Napierala2011-10-302-4/+8
* If ls was invoked with -i but neither -l nor -s, blocksize was used inDag-Erling Smørgrav2011-10-191-2/+2
* When calculating the width of the blocksize column, ls(1) used 512-byteDag-Erling Smørgrav2011-10-181-2/+2
* Minor clarificationDag-Erling Smørgrav2011-10-181-1/+2
* Simplify df(1) by factoring out most of the common code:Dag-Erling Smørgrav2011-10-181-26/+27
* Don't chop IO into small pieces, follow cp(1) and just use MAXPHYS.Ivan Voras2011-10-031-15/+9
* Correct a typo that was introduced in 225912Glen Barber2011-10-021-1/+1
* Tweaks to ps(1):Glen Barber2011-10-011-9/+16
* Reorder default ps(1) output according to reality.Glen Barber2011-10-011-2/+2
* Make ps(1) automatically size its column widths.Edward Tomasz Napierala2011-09-295-603/+451
* Get rid of major/minor number distinction.Ed Schouten2011-09-285-45/+22
* Fix memory leaks in error cases.Christian Brueffer2011-08-271-0/+3
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.Bjoern A. Zeeb2011-07-182-9/+9
* sh(1): Extend documentation about subshells.Jilles Tjoelker2011-07-101-8/+46
* Fix style, since this file has just been touched in a major way.Stefan Eßer2011-07-091-96/+75
* Some refactoring for easier maintenance of the code. This is a follow-upStefan Eßer2011-07-091-146/+69
* Make /bin/expr support 64bit numeric range and range checks by default,Stefan Eßer2011-07-092-140/+152
* Bump date after the previous commit.Sergey Kandaurov2011-07-011-1/+1
* Update and sort the list of the available keywords.Sergey Kandaurov2011-07-011-6/+8
* sh: Include <limits.h> instead of non-standard <sys/limits.h>.Jilles Tjoelker2011-06-261-1/+1
* sh(1): Improve documentation of shell patterns:Jilles Tjoelker2011-06-241-5/+10
* sh(1): Document the case command better.Jilles Tjoelker2011-06-241-2/+13
* Remove duplicated header filesKevin Lo2011-06-242-2/+0
* Make ``realpath'' behave like ``realpath .''.Ruslan Ermilov2011-06-212-11/+15
* sh: Remove special support for background simple commands.Jilles Tjoelker2011-06-183-9/+5
* sh: Add do-nothing -h option.Jilles Tjoelker2011-06-182-2/+8
* sh: Add case statement fallthrough (with ';&' instead of ';;').Jilles Tjoelker2011-06-175-7/+28
* sh: Skip variables with invalid names in "set", "export -p", "readonly -p".Jilles Tjoelker2011-06-171-0/+13
* sh: Reduce unnecessary forks with eval.Jilles Tjoelker2011-06-161-1/+2
* sh: Add support for named character classes in bracket expressions.Jilles Tjoelker2011-06-152-2/+48
* Add "gid" and "group" keywords to display the effective group IDEdward Tomasz Napierala2011-06-144-2/+34
* sh: Fix duplicate prototypes for builtins.Jilles Tjoelker2011-06-1323-41/+14
* sh: Save/restore changed variables in optimized command substitution.Jilles Tjoelker2011-06-127-89/+25
* sh: Fix locale-dependent ranges in bracket expressions.Jilles Tjoelker2011-06-121-4/+4
* sh: Read .profile from the home directory (or / if HOME is not set).Jilles Tjoelker2011-06-121-1/+1
* sh: Do parameter expansion on ENV before using it.Jilles Tjoelker2011-06-102-7/+13
* sh: Do parameter expansion before printing PS4 (set -x).Jilles Tjoelker2011-06-095-4/+51
* sh: Fix $? in heredocs on simple commands.Jilles Tjoelker2011-06-051-1/+2