index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
shell_common.c
Age
Commit message (
Expand
)
Author
2017-08-29
hush: GETOPT_RESET() _after_ getopts too.
Denys Vlasenko
2017-08-09
shell: more efficient check for EOL in read
Denys Vlasenko
2017-08-09
ash: implement -d DELIM option for read
Johannes Schindelin
2017-07-20
shell: optional support for read -t N.NNN, closes 10101
Denys Vlasenko
2017-07-03
fixes for bugs found by make_single_applets.sh
Denys Vlasenko
2017-05-22
ash,hush: fix SIGCHLD interrupting read builtin
Denys Vlasenko
2017-04-12
libbb: GETOPT_RESET macro
Kaarle Ritvanen
2017-01-11
libbb: consolidate the code to set termios unbuffered mode
Denys Vlasenko
2016-09-30
ash: [VAR] Initialise OPTIND after importing environment
Denys Vlasenko
2016-04-22
*: slap on a few ALIGN1/2s where appropriate
Denys Vlasenko
2015-10-07
build system: -fno-builtin-printf
Denys Vlasenko
2015-07-13
Removes stray empty line from code
Maninder Singh
2013-07-14
typo fix in comment
Denys Vlasenko
2012-09-06
ash: fix "read -s" + ^C. Closes 5504
Denys Vlasenko
2012-07-05
include sys/resource.h where needed
Mike Frysinger
2012-01-15
shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR]
Denys Vlasenko
2011-05-11
hush: use SA_RESTARTed signal handlers across read.
Denys Vlasenko
2011-05-08
hush: make read builtin interruptible.
Denys Vlasenko
2011-05-08
libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...
Denys Vlasenko
2011-04-04
ash,hush: add ulimit -e -r (RLIMIT_NICE, RLIMIT_RTPRIO)
Denys Vlasenko
2011-02-03
whitespace fixes
Denys Vlasenko
2010-08-29
nandwrite: complain on malformed -s NUM
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-07-27
ulimit: set both hard and soft limits by default
Alexander Shishkin
2010-05-23
shell: consolidate builtin_foo.? into shell_common.?; delete obsolete shells
Denys Vlasenko
2010-01-13
shell/read: check that variable names are sane
Denys Vlasenko
2010-01-12
shell: split read builtin from ash
Denys Vlasenko