index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libbb
Age
Commit message (
Expand
)
Author
2015-07-19
libbb: add a function to make a copy of a region of memory
Ron Yorston
2015-07-13
Removes stray empty line from code
Maninder Singh
2015-05-25
Print one less newline at the end of bb_show_usage()
Denys Vlasenko
2015-05-12
libbb: Enable support for !CONFIG_MULTIUSER
Daniel Thompson
2015-04-26
Bionic lacks tcdrain; provide a workaround
Matt Whitlock
2015-04-25
Bionic lacks ttyname_r; provide a workaround
Matt Whitlock
2015-04-21
special-case {true,false,test} --help
Denys Vlasenko
2015-04-20
libbb: remove unnecessary argument to nonblock_immune_read
Ron Yorston
2015-04-02
update copyright years
Aaro Koskinen
2015-04-02
*: Switch to POSIX utmpx API
Bernhard Reutner-Fischer
2015-03-22
truncate: new applet
Ari Sundholm
2015-03-22
dd: move suffix struct to xatonum.c
Ari Sundholm
2015-03-12
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-03-12
deluser: also remove user from /etc/group
Denys Vlasenko
2015-02-07
libpwdgrp: use getpwent() instead of getpwent_r()
Denys Vlasenko
2015-02-07
libbb/loop: don't try to re-use existing loop device
Kevin Wallace
2015-02-03
libbb: make INET[6]_rresolve use sockaddr2{host,dotted}_noport
Denys Vlasenko
2015-01-05
libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS
Denys Vlasenko
2015-01-02
libpwdgrp: rewritten to use malloced implementation
Tito Ragusa
2014-12-24
libbb: add sanity check in bb_arg_max()
Denys Vlasenko
2014-12-22
randomconfig fixes
Denys Vlasenko
2014-12-15
lineedit: don't block when looking for escape sequence in vi-mode
Ron Yorston
2014-12-10
lineedit: don't fall back to simple line input if tty is in raw mode
Denys Vlasenko
2014-11-27
libbb: use sendfile() to copy data between file descriptors
Bartosz Golaszewski
2014-11-26
libbb: use ARG_MAX for bb_arg_max() only if it's 60k+
Denys Vlasenko
2014-11-26
bbunit: fix WANT_TIMING compilation
Denys Vlasenko
2014-11-17
exit with 127 if appled name wasn't found - it's more POSIXy
Denys Vlasenko
2014-11-04
zcip: Add environment variable for overriding log functionality
Michel Stam
2014-09-22
less: move "retry-on-EAGAIN" logic closer to read ops
Denys Vlasenko
2014-09-18
false: make "false --help" exit with 1
Denys Vlasenko
2014-08-11
init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startup
Denys Vlasenko
2014-08-05
ftpd: add optional support for authentication
Morten Kvistgaard
2014-07-30
sha3: tweak comments and indentation
Denys Vlasenko
2014-07-30
sha3: code shrink (and speedup for SHA3_SMALL=0)
Denys Vlasenko
2014-07-25
sha3: add 32-bit optimized bit-sliced implementation
Denys Vlasenko
2014-07-01
libbb: fix bb_ask() to flush input before prompt, not after. Closes 7190
Denys Vlasenko
2014-06-25
libbb: fix compile failure if both ARG_MAX and _SC_ARG_MAX are defined
Denys Vlasenko
2014-06-22
unit-tests: implement the unit-testing framework
Bartosz Golaszewski
2014-06-22
libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes
Bartosz Golaszewski
2014-06-22
find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit
Denys Vlasenko
2014-05-19
Add conditional support for -v / --verbose
Denys Vlasenko
2014-05-02
libbb: rename execable -> executable. No code changes
Denys Vlasenko
2014-05-02
libbb: fix empty PATH components handling
Denys Vlasenko
2014-05-02
libbb: fix thinko in rtc_xopen()
Denys Vlasenko
2014-05-02
libbb: make rtc_xopen try harder on EBUSY
Denys Vlasenko
2014-05-02
Fix compile failures
Denys Vlasenko
2014-04-30
libbb: make syslog level for bb_error_msg's configurable. use it in crond
Denys Vlasenko
2014-04-16
libbb/obscure.c: code shrink. Suggested by Tito.
Denys Vlasenko
2014-04-13
libbb: provide usleep() fallback implementation
Bernhard Reutner-Fischer
2014-03-16
libbb: fix a bad check for uclibc >= 0.9.31
Denys Vlasenko
[next]