Age | Commit message (Expand) | Author |
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 |
2012-10-03 | mark get_shell_name FAST_FUNC | Denys Vlasenko |
2012-08-06 | platform.h: disable ALIGNn macros for s390[x] | Denys Vlasenko |
2012-07-24 | *: declare strings with ALIGN1, as appropriate | Aurelien Jarno |
2012-07-24 | *: declare strings with ALIGN1, as appropriate | Michael Tokarev |
2012-06-22 | dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324 | Denys Vlasenko |
2012-06-21 | mount: fix the wrongly stored fs creation time | Denys Vlasenko |
2012-06-20 | adduser: install to /usr, not /, like all other similar tools | Denys Vlasenko |
2012-06-20 | Move several applets to different install dir: | Denys Vlasenko |
2012-06-12 | volume_id/ext: use common bb_e2fs_defs.h for ext2/3/4 constants and structs | Denys Vlasenko |
2012-06-12 | su: do not change to home dir unless -l | Pascal Bellard |
2012-06-10 | platform.h: Android tweaks: ioprio defines, BB_ADDITIONAL_PATH | Tias Guns |
2012-05-28 | unzip: ignore chmod errors | Natanael Copa |
2012-04-28 | sendmail: use host rather than NIS domain name for HELO | Ron Yorston |
2012-04-17 | Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.h | Denys Vlasenko |
2012-04-13 | Create and use our own copy of linux/ext2_fs.h | Denys Vlasenko |
2012-03-06 | tar,rpm2cpio: check that child decompressor did not error out | Denys Vlasenko |
2012-03-06 | update seamless uncompression code | Denys Vlasenko |
2012-03-06 | preparatory cleanups for seamless uncompression improvements | Denys Vlasenko |
2012-03-03 | blkid: if parameters are given, do not scan /dev | Denys Vlasenko |
2012-02-23 | tar: add support for PAX-encoded path=LONGFILENAME | Denys Vlasenko |
2012-02-09 | Make unix (local) sockets work without IPv6 enabled | Jonh Wendell |
2012-01-11 | mdev: do not treat non-leading '#' chars as start of comment. Closes 4676 | Denys Vlasenko |
2012-01-08 | Move include <shadow.h> close to pwd.h and grp.h includes | Denys Vlasenko |
2012-01-08 | Move Adroid endgrent() and endpwent() NOPS to libbb.h | Denys Vlasenko |
2012-01-06 | platform.h: define endgrent() and endpwent() as no-ops on Android | Denys Vlasenko |
2011-12-18 | libbb: remove is_directory's argument which is always NULL | Denys Vlasenko |
2011-12-16 | udhcp: finish support of classless static routes | Michael McTernan |
2011-12-05 | suppress a "integer overflow in expression" waring on big endian. Closes 4405 | Denys Vlasenko |
2011-11-22 | nommu: fix cases where we mangle argv[0][0] | Denys Vlasenko |
2011-11-17 | libbb.h: add check for bad off_t size detection | Denys Vlasenko |
2011-11-16 | libbb.h: tighten up macro code | Denys Vlasenko |
2011-11-09 | bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemon | Peter Korsgaard |
2011-11-03 | lineedit: add support for M-b, M-f, M-d, M-Backspace | Denys Vlasenko |
2011-10-28 | libbb: split decode_base64 off read_base64 | Leonid Lisovskiy |