ash: exec: Stricter pathopt parsing
[oweals/busybox.git] / shell / shell_common.c
2019-10-21 Denys Vlasenkoshell/ulimit: code shrink
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2019-05-14 Denys Vlasenkohush: fix "export PS1=xyz" and "local PS1=xyz" messing...
2019-04-28 Denys Vlasenkoash,hush: ulimit: add -i RLIMIT_SIGPENDING, -q RLIMIT_M...
2019-04-28 Denys Vlasenkoash,hush: bash compat for ulimit: reorder to match
2019-04-27 Denys Vlasenkoash,hush: bash compat for ulimit: -w => -x, -p => -u
2019-04-27 Denys Vlasenkoash,hush: fix ulimit to be more bash-compat, closes...
2018-08-05 Denys Vlasenkoash,hush: fold shell_builtin_read() way-too-many params...
2018-04-11 Denys Vlasenkohush: fix IFS handling in read
2018-04-08 Denys Vlasenkolibbb.h: always include sys/resource.h
2017-08-29 Denys Vlasenkohush: GETOPT_RESET() _after_ getopts too.
2017-08-09 Denys Vlasenkoshell: more efficient check for EOL in read
2017-08-09 Johannes Schindelinash: implement -d DELIM option for read
2017-07-20 Denys Vlasenkoshell: optional support for read -t N.NNN, closes 10101
2017-07-03 Denys Vlasenkofixes for bugs found by make_single_applets.sh
2017-05-22 Denys Vlasenkoash,hush: fix SIGCHLD interrupting read builtin
2017-04-12 Kaarle Ritvanenlibbb: GETOPT_RESET macro
2017-01-11 Denys Vlasenkolibbb: consolidate the code to set termios unbuffered...
2016-09-30 Denys Vlasenkoash: [VAR] Initialise OPTIND after importing environment
2016-04-22 Denys Vlasenko*: slap on a few ALIGN1/2s where appropriate
2015-10-07 Denys Vlasenkobuild system: -fno-builtin-printf
2015-07-13 Maninder SinghRemoves stray empty line from code
2013-07-13 Denys Vlasenkotypo fix in comment
2012-09-06 Denys Vlasenkoash: fix "read -s" + ^C. Closes 5504
2012-07-06 Mike Frysingerinclude sys/resource.h where needed
2012-01-15 Denys Vlasenkoshell_builtin_read: set cc[VMIN] to 1; lineedit: don...
2011-05-11 Denys Vlasenkohush: use SA_RESTARTed signal handlers across read.
2011-05-08 Denys Vlasenkohush: make read builtin interruptible.
2011-05-08 Denys Vlasenkolibbb: nonblock_safe_read->nonblock_immune_read, remove...
2011-04-04 Denys Vlasenkoash,hush: add ulimit -e -r (RLIMIT_NICE, RLIMIT_RTPRIO)
2011-02-02 Denys Vlasenkowhitespace fixes
2010-08-29 Denys Vlasenkonandwrite: complain on malformed -s NUM
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-27 Alexander Shishkinulimit: set both hard and soft limits by default
2010-05-23 Denys Vlasenkoshell: consolidate builtin_foo.? into shell_common...
2010-01-13 Denys Vlasenkoshell/read: check that variable names are sane
2010-01-12 Denys Vlasenkoshell: split read builtin from ash