aboutsummaryrefslogtreecommitdiff
path: root/shell/shell_common.c
AgeCommit message (Expand)Author
2020-12-17shells: a fix for systems without RLIMIT_NICEDenys Vlasenko
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-07-31shell: Fix "read -d ''" behaviorChristian Eggers
2019-10-21shell/ulimit: code shrinkDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-05-14hush: fix "export PS1=xyz" and "local PS1=xyz" messing up promptDenys Vlasenko
2019-04-28ash,hush: ulimit: add -i RLIMIT_SIGPENDING, -q RLIMIT_MSGQUEUEDenys Vlasenko
2019-04-28ash,hush: bash compat for ulimit: reorder to matchDenys Vlasenko
2019-04-27ash,hush: bash compat for ulimit: -w => -x, -p => -uDenys Vlasenko
2019-04-27ash,hush: fix ulimit to be more bash-compat, closes 11791Denys Vlasenko
2018-08-05ash,hush: fold shell_builtin_read() way-too-many params into a struct paramDenys Vlasenko
2018-04-11hush: fix IFS handling in readDenys Vlasenko
2018-04-08libbb.h: always include sys/resource.hDenys Vlasenko
2017-08-29hush: GETOPT_RESET() _after_ getopts too.Denys Vlasenko
2017-08-09shell: more efficient check for EOL in readDenys Vlasenko
2017-08-09ash: implement -d DELIM option for readJohannes Schindelin
2017-07-20shell: optional support for read -t N.NNN, closes 10101Denys Vlasenko
2017-07-03fixes for bugs found by make_single_applets.shDenys Vlasenko
2017-05-22ash,hush: fix SIGCHLD interrupting read builtinDenys Vlasenko
2017-04-12libbb: GETOPT_RESET macroKaarle Ritvanen
2017-01-11libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko
2016-09-30ash: [VAR] Initialise OPTIND after importing environmentDenys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2015-07-13Removes stray empty line from codeManinder Singh
2013-07-14typo fix in commentDenys Vlasenko
2012-09-06ash: fix "read -s" + ^C. Closes 5504Denys Vlasenko
2012-07-05include sys/resource.h where neededMike Frysinger
2012-01-15shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR]Denys Vlasenko
2011-05-11hush: use SA_RESTARTed signal handlers across read.Denys Vlasenko
2011-05-08hush: make read builtin interruptible.Denys Vlasenko
2011-05-08libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko
2011-04-04ash,hush: add ulimit -e -r (RLIMIT_NICE, RLIMIT_RTPRIO)Denys Vlasenko
2011-02-03whitespace fixesDenys Vlasenko
2010-08-29nandwrite: complain on malformed -s NUMDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-27ulimit: set both hard and soft limits by defaultAlexander Shishkin
2010-05-23shell: consolidate builtin_foo.? into shell_common.?; delete obsolete shellsDenys Vlasenko
2010-01-13shell/read: check that variable names are saneDenys Vlasenko
2010-01-12shell: split read builtin from ashDenys Vlasenko