Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
1ff1c7094403fa96acce46611e7bf9534f2d8404
/
shell
/
shell_common.c
19358cc
ash,hush: fold shell_builtin_read() way-too-many params into a struct param
by Denys Vlasenko
· 6 years ago
44257ad
hush: fix IFS handling in read
by Denys Vlasenko
· 7 years ago
7bcde5f
libbb.h: always include sys/resource.h
by Denys Vlasenko
· 7 years ago
6016181
hush: GETOPT_RESET() _after_ getopts too.
by Denys Vlasenko
· 7 years ago
cde46f7
shell: more efficient check for EOL in read
by Denys Vlasenko
· 7 years ago
3bef5d8
ash: implement -d DELIM option for read
by Johannes Schindelin
· 7 years ago
eae1268
shell: optional support for read -t N.NNN, closes 10101
by Denys Vlasenko
· 7 years ago
d4e4fdb
fixes for bugs found by make_single_applets.sh
by Denys Vlasenko
· 7 years ago
f547041
ash,hush: fix SIGCHLD interrupting read builtin
by Denys Vlasenko
· 8 years ago
835ad3a
libbb: GETOPT_RESET macro
by Kaarle Ritvanen
· 8 years ago
01ccdd1
libbb: consolidate the code to set termios unbuffered mode
by Denys Vlasenko
· 8 years ago
e627ac9
ash: [VAR] Initialise OPTIND after importing environment
by Denys Vlasenko
· 8 years ago
3e134eb
*: slap on a few ALIGN1/2s where appropriate
by Denys Vlasenko
· 9 years ago
d60752f
build system: -fno-builtin-printf
by Denys Vlasenko
· 9 years ago
97f2f7c
Removes stray empty line from code
by Maninder Singh
· 10 years ago
25ce3ee
typo fix in comment
by Denys Vlasenko
· 11 years ago
9e71e3c
ash: fix "read -s" + ^C. Closes 5504
by Denys Vlasenko
· 12 years ago
c5fe9f7
include sys/resource.h where needed
by Mike Frysinger
· 12 years ago
7ce209b
shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR]
by Denys Vlasenko
· 13 years ago
10c0131
hush: use SA_RESTARTed signal handlers across read.
by Denys Vlasenko
· 14 years ago
80542ba
hush: make read builtin interruptible.
by Denys Vlasenko
· 14 years ago
80c5b68
libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmalloc_reads
by Denys Vlasenko
· 14 years ago
e32d05b
ash,hush: add ulimit -e -r (RLIMIT_NICE, RLIMIT_RTPRIO)
by Denys Vlasenko
· 14 years ago
b7c9fb2
whitespace fixes
by Denys Vlasenko
· 14 years ago
b32a543
nandwrite: complain on malformed -s NUM
by Denys Vlasenko
· 14 years ago
0ef64bd
*: make GNU licensing statement forms more regular
by Denys Vlasenko
· 14 years ago
17e0e43
ulimit: set both hard and soft limits by default
by Alexander Shishkin
· 14 years ago
599ae1e
shell: consolidate builtin_foo.? into shell_common.?; delete obsolete shells
by Denys Vlasenko
· 15 years ago
25d9b91
shell/read: check that variable names are sane
by Denys Vlasenko
· 15 years ago
7306727
shell: split read builtin from ash
by Denys Vlasenko
· 15 years ago