index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-11-23
test: make [ and [[ forms individually selectable
Denys Vlasenko
2016-11-23
Remove remnants of disabled "length" applet
Denys Vlasenko
2016-11-23
Make dos2unix/unix2dos independently selectable
Denys Vlasenko
2016-11-23
Convert all coreutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
Make "hd" independently selectable
Denys Vlasenko
2016-11-23
Convert all util-linux/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
Remove trailing empty lines
Denys Vlasenko
2016-11-23
Convert all console-tools/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
Convert all mailutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
tc: consolidate its disabled bits
Denys Vlasenko
2016-11-23
Make ping6 and traceroute6 selectable independently from ping/traceroute
Denys Vlasenko
2016-11-23
ipneigh: add this shortcur similar to other "ip <CMD>" shortcuts
Denys Vlasenko
2016-11-23
Rename FEATURE_FTP_WRITE and FEATURE_FTP_AUTHENTICATION to *_FTPD_*
Denys Vlasenko
2016-11-23
Convert all networking/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
Convert all modutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
Make killall and killall5 selecatable independent from kill
Denys Vlasenko
2016-11-23
Convert all procps/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-22
Convert all miscutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-22
Split miscutils/Config.src items into miscutils/*.c files
Denys Vlasenko
2016-11-22
httpd: explain why we use sprintf and why it should be fine
Denys Vlasenko
2016-11-18
Fix allnoconfig warnings
Denys Vlasenko
2016-11-17
applets.h.sh: a script to check applet names against config options
Denys Vlasenko
2016-11-16
Make mkfs.vfat and mkdosfs individually selectable
Denys Vlasenko
2016-11-16
Make mke2fs and mkfs.ext2 individually selectable
Denys Vlasenko
2016-11-16
Make bzcat, lzcat, xzcat, zcat, lzopcat, unlzop individually selectable
Denys Vlasenko
2016-11-14
Make ifup and ifdown individually selectable.
Denys Vlasenko
2016-11-14
Make swapon and swapoff individually selectable.
Denys Vlasenko
2016-11-14
Make grep/egrep/fgrep independently selectable
Denys Vlasenko
2016-11-14
Make halt/poweroff/reboot independently selectable
Denys Vlasenko
2016-11-13
Make setarch/linux32/linux64 independently selectable
Denys Vlasenko
2016-11-13
dnsdomainname: split it from "hostname", make it independently selectable
Denys Vlasenko
2016-11-11
tar: handle pax-encoded utf8 filenames and link names. Closes 9406
Denys Vlasenko
2016-11-08
hush: make getch/peek functions directly called
Denys Vlasenko
2016-11-08
hush: renumber PIPE_foo, make PIPE_SEQ = 0
Denys Vlasenko
2016-11-08
hush: small optimization in run_list
Denys Vlasenko
2016-11-08
hush: deindent large block of code, no code changes
Denys Vlasenko
2016-11-08
hush: simplify insert_bg_jobs
Denys Vlasenko
2016-11-08
hush: make "wait %1" less likely to play with signal mask
Denys Vlasenko
2016-11-08
hush: rework "wait %jobspec" to work in non-interactive shells too
Denys Vlasenko
2016-11-07
hush: "wait $!; echo $?" should return 127 if $! already exited
Denys Vlasenko
2016-11-07
hush: implement "wait %jobspec"
Denys Vlasenko
2016-11-07
hush: factor out %jobspec parsing
Denys Vlasenko
2016-11-07
hush: comment fix
Denys Vlasenko
2016-11-07
hush: do not allow sh -c '{ echo boo }'
Denys Vlasenko
2016-11-04
cpio: add ownership (-R) test cases
Aaro Koskinen
2016-11-04
hush: case logic for setting $? was still wrong
Denys Vlasenko
2016-11-04
hush: non-matching "case" statement sets $? to 0
Denys Vlasenko
2016-11-04
hush: allow { cmd } to not be terminated by semicolon in some cases
Denys Vlasenko
2016-11-04
ash: fix "duplicate local" code (forgot to re-enable interrupts)
Denys Vlasenko
2016-11-04
comment and readme updates
Denys Vlasenko
[next]