| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'busybox' into merge | Ron Yorston | 2012-09-07 | 6 | -56/+107 |
|\ |
|
| * | platform.h: disable ALIGNn macros for s390[x] | Denys Vlasenko | 2012-08-06 | 1 | -1/+2 |
| * | *: declare strings with ALIGN1, as appropriate | Aurelien Jarno | 2012-07-24 | 1 | -18/+18 |
| * | *: declare strings with ALIGN1, as appropriate | Michael Tokarev | 2012-07-24 | 1 | -2/+2 |
| * | dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324 | Denys Vlasenko | 2012-06-22 | 1 | -0/+1 |
| * | mount: fix the wrongly stored fs creation time | Denys Vlasenko | 2012-06-21 | 1 | -6/+24 |
| * | adduser: install to /usr, not /, like all other similar tools | Denys Vlasenko | 2012-06-20 | 1 | -1/+1 |
| * | Move several applets to different install dir: | Denys Vlasenko | 2012-06-20 | 1 | -20/+20 |
| * | volume_id/ext: use common bb_e2fs_defs.h for ext2/3/4 constants and structs | Denys Vlasenko | 2012-06-12 | 1 | -5/+28 |
| * | su: do not change to home dir unless -l | Pascal Bellard | 2012-06-12 | 1 | -0/+1 |
| * | platform.h: Android tweaks: ioprio defines, BB_ADDITIONAL_PATH | Tias Guns | 2012-06-10 | 1 | -0/+6 |
| * | unzip: ignore chmod errors | Natanael Copa | 2012-05-28 | 1 | -0/+1 |
* | | mingw32: add man | Ron Yorston | 2012-06-26 | 1 | -0/+1 |
* | | Use win32_execable_file() in test, which and execable.c | Ron Yorston | 2012-05-09 | 1 | -0/+2 |
* | | mingw32: make access(2) check file format for executables | Ron Yorston | 2012-05-09 | 1 | -0/+4 |
* | | mingw32: implement system(3) call using sh instead of cmd.exe | Ron Yorston | 2012-05-01 | 1 | -0/+3 |
* | | win32: remove dummy getdomainname function | Ron Yorston | 2012-04-29 | 1 | -1/+0 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2012-04-29 | 1 | -1/+0 |
|\| |
|
| * | sendmail: use host rather than NIS domain name for HELO | Ron Yorston | 2012-04-28 | 1 | -1/+0 |
* | | win32: add pw_shell to struct passwd | Ron Yorston | 2012-04-23 | 1 | -0/+1 |
* | | Merge commit '1_20_0' into merge | Ron Yorston | 2012-04-23 | 1 | -0/+561 |
|\| |
|
| * | Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.h | Denys Vlasenko | 2012-04-17 | 2 | -547/+561 |
| * | Create and use our own copy of linux/ext2_fs.h | Denys Vlasenko | 2012-04-13 | 1 | -0/+547 |
* | | win32: use uname/getdomainname in safe_gethostname.c | Ron Yorston | 2012-04-23 | 1 | -0/+1 |
* | | win32: implement ioctl | Ron Yorston | 2012-04-23 | 1 | -1/+1 |
* | | win32: add popen implementation that uses shell | Ron Yorston | 2012-04-23 | 1 | -0/+5 |
* | | strsep is in upstream BusyBox: no need for MINGW32 version | Ron Yorston | 2012-04-18 | 2 | -4/+1 |
* | | Make fake fcntl(F_DUPFD) for WIN32 | Ron Yorston | 2012-04-03 | 1 | -0/+2 |
* | | ash: some fixes so busybox-w32 (almost) compiles on POSIX | Ron Yorston | 2012-04-03 | 1 | -1/+0 |
* | | Fix off_t define so MINGW32 doesn't require LFS | Ron Yorston | 2012-03-31 | 1 | -1/+3 |
* | | Update mingw.c from latest git/compat | Ron Yorston | 2012-03-30 | 1 | -6/+7 |
* | | Use gnulib poll, importing the version from git | Ron Yorston | 2012-03-30 | 1 | -14/+0 |
* | | MinGW snprintf/vsnprintf work properly | Ron Yorston | 2012-03-26 | 1 | -0/+12 |
* | | Simplify MINGW32 support in ls.c | Ron Yorston | 2012-03-26 | 1 | -0/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2012-03-23 | 6 | -65/+93 |
|\| |
|
| * | tar,rpm2cpio: check that child decompressor did not error out | Denys Vlasenko | 2012-03-06 | 1 | -0/+1 |
| * | update seamless uncompression code | Denys Vlasenko | 2012-03-06 | 2 | -36/+34 |
| * | preparatory cleanups for seamless uncompression improvements | Denys Vlasenko | 2012-03-06 | 1 | -0/+8 |
| * | blkid: if parameters are given, do not scan /dev | Denys Vlasenko | 2012-03-03 | 1 | -1/+1 |
| * | tar: add support for PAX-encoded path=LONGFILENAME | Denys Vlasenko | 2012-02-23 | 1 | -4/+5 |
| * | Make unix (local) sockets work without IPv6 enabled | Jonh Wendell | 2012-02-09 | 1 | -5/+0 |
| * | mdev: do not treat non-leading '#' chars as start of comment. Closes 4676 | Denys Vlasenko | 2012-01-11 | 1 | -2/+3 |
| * | Move include <shadow.h> close to pwd.h and grp.h includes | Denys Vlasenko | 2012-01-08 | 1 | -8/+8 |
| * | Move Adroid endgrent() and endpwent() NOPS to libbb.h | Denys Vlasenko | 2012-01-08 | 2 | -7/+6 |
| * | platform.h: define endgrent() and endpwent() as no-ops on Android | Denys Vlasenko | 2012-01-06 | 3 | -2/+7 |
| * | libbb: remove is_directory's argument which is always NULL | Denys Vlasenko | 2011-12-18 | 1 | -1/+1 |
| * | udhcp: finish support of classless static routes | Michael McTernan | 2011-12-16 | 1 | -0/+9 |
| * | suppress a "integer overflow in expression" waring on big endian. Closes 4405 | Denys Vlasenko | 2011-12-05 | 1 | -2/+3 |
| * | nommu: fix cases where we mangle argv[0][0] | Denys Vlasenko | 2011-11-22 | 1 | -0/+3 |
| * | libbb.h: add check for bad off_t size detection | Denys Vlasenko | 2011-11-17 | 1 | -0/+6 |