index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
shell_common.c
Age
Commit message (
Expand
)
Author
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