Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
31c765081dc41f158786545fbea9294be4685bd2
31c7650
watchdog: stop watchdog first on startup
by Matt Spinler
· 7 years ago
1b84f4a
beep: disallow FEATURE_BEEP_FREQ = 0 in configuration
by Denys Vlasenko
· 7 years ago
1310263
hush: explain why wait5.tests is failing
by Denys Vlasenko
· 7 years ago
840a435
hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"
by Denys Vlasenko
· 7 years ago
2db7461
hush: fix two redirection testcase failures
by Denys Vlasenko
· 7 years ago
69a5ec9
main: fix the case where user has "halt" as login shell. Closes 9986
by Denys Vlasenko
· 7 years ago
b0c0b6d
setpriv: remove dependency on libcap headers
by Denys Vlasenko
· 7 years ago
2bfe783
setpriv: factor out capability name printing
by Denys Vlasenko
· 7 years ago
cf5748c
setpriv: code shrink, and grouping capability code together
by Denys Vlasenko
· 7 years ago
6842d00
setpriv: allow modifying ambient capabilities
by Patrick Steinhardt
· 7 years ago
0f49f6f
setpriv: allow modifying inheritable caps
by Patrick Steinhardt
· 7 years ago
5e09874
setpriv: dump ambient capabilities
by Patrick Steinhardt
· 7 years ago
f34c701
setpriv: dump capability bounding set
by Patrick Steinhardt
· 7 years ago
ad63102
setpriv: dump inheritable capability set
by Patrick Steinhardt
· 7 years ago
10c53b8
setpriv: dump no-new-privs info
by Patrick Steinhardt
· 7 years ago
111cdcf
shell: sync redir/* tests
by Denys Vlasenko
· 7 years ago
1ff1a75
ash: rename redir5.tests (hush has redir5.tests which is different)
by Denys Vlasenko
· 7 years ago
50b8b29
hush: add a TODO about redir3.tests failure
by Denys Vlasenko
· 7 years ago
a107ef2
hush: rename hush-redir/redir3.tests (ash has redir3.tests which id different)
by Denys Vlasenko
· 7 years ago
e59591a
hush: Print error messages on shift -1
by Denys Vlasenko
· 7 years ago
74d20e6
typo fix
by Denys Vlasenko
· 7 years ago
5dad7bd
hush: implement negative start in the ${v: -n[:m]} idiom
by Denys Vlasenko
· 7 years ago
3234045
hush: "adopt" ash var-utf8-length.tests
by Denys Vlasenko
· 7 years ago
7456298
hush: "adopt" ash signal4.tests
by Denys Vlasenko
· 7 years ago
b18b04c
shell: remove duplicate sigint1.tests (another copies are in signals/)
by Denys Vlasenko
· 7 years ago
cafb2d1
hush: add tickquote1.tests from ash testsuite
by Denys Vlasenko
· 7 years ago
bb963bd
shell: syncronize ash and hush heredoc3.tests
by Denys Vlasenko
· 7 years ago
959cb67
shell: syncronize ash and hush heredoc1.tests
by Denys Vlasenko
· 7 years ago
9a8ece5
shell: syncronize ash_test/run-all and hush_test/run-all a bit
by Denys Vlasenko
· 7 years ago
3c9688e
makedevs: code shrink
by Denys Vlasenko
· 7 years ago
3532e60
makedevs: allow much longer filenames
by Denys Vlasenko
· 7 years ago
637982f
hush: correctly handle quoting in "case" even if !BASH_PATTERN_SUBST
by Denys Vlasenko
· 7 years ago
d13c176
dpkg: fix CONFIG_FEATURE_CLEAN_UP handling
by Peter Korsgaard
· 7 years ago
bd43c67
hush: fix quoted_punct.tests failure
by Denys Vlasenko
· 7 years ago
4142f01
ash: fix escaping of a few characters (broken by last commits)
by Denys Vlasenko
· 7 years ago
ed79a63
ash: tweak in comment
by Denys Vlasenko
· 7 years ago
92b8d9c
ash: note which versions of glibc exhibit "rho bug"
by Denys Vlasenko
· 7 years ago
fda9faf
ash: fix matching of unicode greek letter rho (cf 81) and similar cases
by Denys Vlasenko
· 7 years ago
6798486
setpriv: dump user and group info
by Denys Vlasenko
· 7 years ago
a8cf9c5
libbb: new function bb_getgroups() - allocating wrapper around getgroups()
by Denys Vlasenko
· 7 years ago
6a3bcf3
setpriv: prepare option parsing logic for additional opts
by Patrick Steinhardt
· 7 years ago
d253b55
setpriv: do not process remaining args
by Patrick Steinhardt
· 7 years ago
558aae1
tls: use capped SNI len everywhere
by Denys Vlasenko
· 7 years ago
034ceab
bzcat: compile bunzip2_main() if BZCAT.
by Denys Vlasenko
· 7 years ago
d1f222c
Change BB_EXTRA_VERSION: now it needs to contain any spaces/parenthesis
by Denys Vlasenko
· 7 years ago
d4e4fdb
fixes for bugs found by make_single_applets.sh
by Denys Vlasenko
· 7 years ago
2e989ef
msh: delete this applet
by Denys Vlasenko
· 7 years ago
f82be93
Start 1.28.0 development cycle
by Denys Vlasenko
· 7 years ago
ceaffde
Bump version to 1.27.0
by Denys Vlasenko
· 7 years ago
1_27_0
7fdb764
scripts/randomtest: update things which can't be tested on uclibc
by Denys Vlasenko
· 7 years ago
4ee824f
randomconfig fixes
by Denys Vlasenko
· 7 years ago
48c803a
ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT, take 2
by Denys Vlasenko
· 7 years ago
e9aba3e
ash: fix 'trap - 65'
by Denys Vlasenko
· 7 years ago
ba4fbca
udhcpc6: make -O OPT work
by Denys Vlasenko
· 7 years ago
ae2b9f2
modutils: delete unused replace_underscores()
by Denys Vlasenko
· 7 years ago
470bebe
udhcpc6: add comments about option 39, no code changes
by Denys Vlasenko
· 7 years ago
f56ddf2
ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT
by Denys Vlasenko
· 7 years ago
9f4b422
pgrep: implement -a
by Denys Vlasenko
· 7 years ago
234b82c
udhcpc6: add support for timezones
by Denys Vlasenko
· 7 years ago
4add757
pgrep: fix pgrep -flx "sleep 11" - saw "sleep 11" processes as "sleep 11 "
by Denys Vlasenko
· 7 years ago
1c013fa
archival: add option -k "keep" to gzip/bzip2/lzop, add -U "nokeep" to lzop
by Denys Vlasenko
· 7 years ago
5d72ae5
fix "ifdef ENABLE_foo": should always be "#if ENABLE_foo"
by Denys Vlasenko
· 7 years ago
45100b8
unshare: fix help text; select LONG_OPTS instead depending on them
by Denys Vlasenko
· 8 years ago
62d1e98
setpriv: new applet
by Assaf Gordon
· 8 years ago
2f24d30
iproute: support for filtering by and printing of scope
by André Draszik
· 8 years ago
978307f
tar: add IF_FEATURE_* checks
by Ming Liu
· 8 years ago
192dce4
ip rule: add suppress_{prefixlength,ifgroup} options
by Stefan Tomanek
· 8 years ago
6683d1c
ash: fix incorrect path in describe_command
by Youfu Zhang
· 8 years ago
2599937
ls: fix support for long options when FEATURE_LS_COLOR is deselected
by Laurent Bercot
· 8 years ago
13d72c3
add/remove-shell: copy /etc/shells mode to new file
by Denys Vlasenko
· 8 years ago
f547041
ash,hush: fix SIGCHLD interrupting read builtin
by Denys Vlasenko
· 8 years ago
0c63299
sv: update to match version 2.1.2 of runit
by James Byrne
· 8 years ago
bcb5764
runsv: update to match version 2.1.2 of runit
by Denys Vlasenko
· 8 years ago
79c0d73
svlogd.c: support -ttt (dateTtime instead of date_time)
by Denys Vlasenko
· 8 years ago
ed820cc
udhcpc: do not accept --background on NOMMU (same as -b)
by Denys Vlasenko
· 8 years ago
741bfa9
udhcpc: fix "udhcpc -x hostname:<name> not working on nommu"
by Denys Vlasenko
· 8 years ago
c5d16e9
diff: fix -N and nonexistent files. Closes 7454
by Denys Vlasenko
· 8 years ago
0cc9b18
vi: survive if stdin is nonblocking. closes 9851
by Denys Vlasenko
· 8 years ago
a1a3b59
time: inplement -f FMT
by Denys Vlasenko
· 8 years ago
5fe5be2
time: implement -a, -o FILE
by Tommi Rantala
· 8 years ago
854174f
time: document -p in usage
by Tommi Rantala
· 8 years ago
9c7ee14
lsscsi: new applet
by Markus Gothe
· 8 years ago
10ad622
Spelling fixes in comments, documentation, tests and examples
by Denys Vlasenko
· 8 years ago
d85352b
factor: fix stray semicolon
by Denys Vlasenko
· 8 years ago
8352b71
factor: support "no-argvs" usage
by Denys Vlasenko
· 8 years ago
44c0ab4
libbb: fix "error: redefinition of 'is_tty_secure'"
by Denys Vlasenko
· 8 years ago
107159e
factor: improve comments for sieving logic... also fix a typo
by Denys Vlasenko
· 8 years ago
933dcf1
fix "loginutils/Config.in:319 error: Overlong line"
by Denys Vlasenko
· 8 years ago
021d504
factor: improve comments for sieving logic
by Denys Vlasenko
· 8 years ago
a3de0b3
libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORD
by Denys Vlasenko
· 8 years ago
335681c
su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTY
by Denys Vlasenko
· 8 years ago
517a82c
login: move check_securetty to libbb
by Kaarle Ritvanen
· 9 years ago
c054822
factor: tweak comments
by Denys Vlasenko
· 8 years ago
6c149f4
ash: implement "exec -a ARGV0 CMD ARGV1..."
by Denys Vlasenko
· 8 years ago
e139ae3
ash: make shellexec capable of using separate argv[0] and filename to exec
by Denys Vlasenko
· 8 years ago
352ddd3
Tweak GETOPT_RESET comment
by Denys Vlasenko
· 8 years ago
835ad3a
libbb: GETOPT_RESET macro
by Kaarle Ritvanen
· 8 years ago
c5496d3
grep: FEATURE_GREP_CONTEXT should be available for "fgrep only" too
by Denys Vlasenko
· 8 years ago
e31ca2e
catv: convert this bbox-specific applet into "cat -v"
by Denys Vlasenko
· 8 years ago
d9eb40c
fix errors found with make_single_applets.sh
by Denys Vlasenko
· 8 years ago
Next »