index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libbb
Age
Commit message (
Expand
)
Author
2016-08-19
hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186
Denys Vlasenko
2016-08-14
lineedit: trivial codeshrink for vi-mode
Natanael Copa
2016-08-13
cp: fix -i for POSIX mode. Closes 9106
Denys Vlasenko
2016-07-22
config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORK
Denys Vlasenko
2016-07-14
cp: make verbose cp show symlink copies too
Denys Vlasenko
2016-07-06
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-05
build system: fix a few warnings for allnoconfig build
Denys Vlasenko
2016-07-05
libbb: suppress warning about run_applet_and_exit
Ron Yorston
2016-06-19
randomconfig fixes 2
Denys Vlasenko
2016-06-19
libbb: move common code into run_applet_and_exit
Ron Yorston
2016-06-18
Allow "busybox <applet>" to work when busybox is disabled
Ron Yorston
2016-05-31
libbb: fix time parsing of [[CC]YY]MMDDhhmm[.SS]. Closes 8951
Natanael Copa
2016-05-31
Make busybox an optional applet
Denys Vlasenko
2016-05-27
cp: add -u/--update and --remove-destination
Denys Vlasenko
2016-04-22
*: slap on a few ALIGN1/2s where appropriate
Denys Vlasenko
2016-04-21
libbb: constify *bb_common_bufsiz1 (if it is compiled to be a pointer)
Denys Vlasenko
2016-04-21
libbb: make "COMMON_BUFSIZE = 1024 bytes, the buffer will be malloced" work
Denys Vlasenko
2016-04-21
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-15
Rewrite iteration through applet names to save a few bytes
Ron Yorston
2016-04-03
find_applet_by_name: loop index should be signed
Ron Yorston
2016-04-03
whitespace and namespace cleanups
Denys Vlasenko
2016-04-03
ubirmvol: Implement -N switch for ubirmvol
Sven Eisenberg
2016-04-03
libbb: speed up error_msg functions
Denys Vlasenko
2016-04-03
main(): add a TODO about finding a use for _end[] area
Denys Vlasenko
2016-04-02
typo fix
Denys Vlasenko
2016-04-02
find_applet_by_name: add an example of faster linear search code
Denys Vlasenko
2016-04-02
nsenter,unshare: share common code; fix a bug of not closing all fds
Denys Vlasenko
2016-04-01
libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)
Denys Vlasenko
2016-03-30
udhcp: get rid of bb_info_msg()
Denys Vlasenko
2016-03-30
applet_tables: save space by removing applet name offsets
Ron Yorston
2015-12-18
chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGO
Pascal Bach
2015-12-17
Resolve linker issues with Android API 21 (dprintf, tcdrain)
Chris Renshaw
2015-10-30
lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORY
Denys Vlasenko
2015-10-30
lineedit: search applets as well as PATH for tab completion
Ron Yorston
2015-10-30
busybox: alter help message in standalone shell mode
Ron Yorston
2015-10-25
tweak defconfig
Denys Vlasenko
2015-10-24
pmap: fix bogus {no such process} comm field text
Denys Vlasenko
2015-10-23
tidy up strtok use
Denys Vlasenko
2015-10-23
wget: if stderr is not a tty, progress bar shouldn't use tty-tricks
Denys Vlasenko
2015-10-23
libbb: factor out code which queries screen width
Denys Vlasenko
2015-10-22
remove systemd support
Denys Vlasenko
2015-10-19
libbb: get_uidgid() always called with allow_numeric=1
Denys Vlasenko
2015-10-15
du: extra compat: with -k and -m, round sizes up
Denys Vlasenko
2015-10-14
libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
Denys Vlasenko
2015-10-13
libbb: introduce kernel-style BUILD_BUG_ON()
Denys Vlasenko
2015-10-09
use auto_string() where appropriate to kill a few statics
Denys Vlasenko
2015-10-09
libbb: auto_string() for efficient handling of temporary malloced stirngs
Denys Vlasenko
2015-10-09
remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds
Denys Vlasenko
2015-10-07
md5sum: code shrink
Denys Vlasenko
2015-10-07
libbb: more compact API for bb_parse_mode()
Denys Vlasenko
[next]