Age | Commit message (Expand) | Author |
2014-08-17 | taskset: support CPU masks for more than 64 CPUs | Denys Vlasenko |
2014-08-05 | ftpd: add optional support for authentication | Morten Kvistgaard |
2014-06-30 | Rename INIT_LAST to INIT_FUNC to avoid confusion | Bartosz Golaszewski |
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-04-30 | libbb: make syslog level for bb_error_msg's configurable. use it in crond | Denys Vlasenko |
2014-04-30 | crond: tweak help text, make course less cryptic | Denys Vlasenko |
2014-04-19 | modprobe-small: fix help messages for aliased module-related applets | Denys Vlasenko |
2014-04-13 | libbb: provide usleep() fallback implementation | Bernhard Reutner-Fischer |
2014-02-27 | xargs: add support for -I and -i. Closes 493 | Denys Vlasenko |
2014-02-02 | zcat: complain if input is not compressed | Denys Vlasenko |
2014-01-08 | Another FreeBSD fix from Matthias Andree | Denys Vlasenko |
2014-01-07 | platform.h: undef HAVE_STRCHRNUL only on correct versions of FreeBSD | Denys Vlasenko |
2013-11-27 | platform: strchrnul is missing if __APPLE__ | Daniel Borca |
2013-11-20 | rfkill: use new-style config/kbuild/applet | Denys Vlasenko |
2013-11-19 | libbb: move nuke_str() from passwd into libbb | Denys Vlasenko |
2013-11-19 | sulogin: use common password-checking routine. | Denys Vlasenko |
2013-11-14 | archival/*: move "applet:" snippets into .c files, part 2 | Denys Vlasenko |
2013-11-14 | archival/*: move "applet:" snippets into .c files | Denys Vlasenko |
2013-11-13 | switch editors/* to embedded-in-source kbuild system | Denys Vlasenko |
2013-11-12 | awk: optionally support -e AWK_PROG | Sven-Göran Bergh |
2013-11-12 | fstrim: use new-style config/kbuild/applet snippets; trim help text | Denys Vlasenko |
2013-11-09 | fstrim: New applet | Malek Degachi |
2013-10-16 | libbb: use <poll.h> instead of <sys/poll.h> | Thomas Petazzoni |
2013-10-16 | wget: if FEATURE_CLEAN_UP, free(ptr_to_globals) | Guilherme Maciel Ferreira |
2013-10-08 | libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions | Ryan Mallon |
2013-10-06 | wall: access FILE under real user's credentials | Denys Vlasenko |
2013-09-06 | Make smart_ulltoa return pointer to end (allows for code shink in callers) | Denys Vlasenko |
2013-07-30 | Whitespace fixes | Denys Vlasenko |
2013-07-30 | catv: code shrink | Denys Vlasenko |
2013-07-30 | Refactor catv. Move visible() from stty to libbb. | Bartosz Golaszewski |
2013-07-26 | buildsys: Add helper to list suid applets | Bernhard Reutner-Fischer |
2013-07-25 | networking: code shrink | Bartosz Golaszewski |
2013-07-13 | Commonalize typical [b,]k,m suffix struct | Denys Vlasenko |
2013-06-28 | Move create_icmp[6]_socket to its only user, and simplify it | Denys Vlasenko |
2013-06-27 | losetup: assorted fixes. Closes 6314 | Denys Vlasenko |
2013-06-27 | md5/sha512: a better fix for strict aliasing warnings | Denys Vlasenko |
2013-04-07 | ash,hush: history builtin | Flemming Madsen |
2013-03-29 | libbb: introduce and use strftime_[YYYYMMDD]HHMMSS() | Denys Vlasenko |
2013-03-27 | man: install to /usr/bin, not /sbin | Denys Vlasenko |
2013-03-12 | platform: use KERNEL_VERSION to simplify uClibc version checking | Mike Frysinger |
2013-02-27 | Fix move_to_unaligned16 | Denys Vlasenko |
2013-02-26 | move endofname() to libbb | Denys Vlasenko |
2013-02-20 | rpm: use "create+rename" method of replacing existing files | Denys Vlasenko |
2013-01-20 | sha3: code shrink | Denys Vlasenko |
2013-01-15 | whitespace fixes. no code changes | Denys Vlasenko |
2013-01-14 | sha3sum: new applet | Lauri Kasanen |