| Commit message (Expand) | Author | Age | Files | Lines |
* | win32: append '/' to bare drive name in opendir | Ron Yorston | 2015-09-30 | 1 | -0/+6 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2015-08-04 | 2 | -1/+1 |
|\ |
|
| * | sync: add support for -d -f FILE | Denys Vlasenko | 2015-07-21 | 1 | -1/+0 |
| * | libbb: add a function to make a copy of a region of memory | Ron Yorston | 2015-07-19 | 1 | -0/+1 |
* | | win32: remove setitimer implementation and SIGALRM handling | Ron Yorston | 2015-07-26 | 1 | -9/+1 |
* | | mingw: enable support for IPv6 | Ron Yorston | 2015-07-15 | 1 | -0/+1 |
* | | win32: silence some compiler warnings | Ron Yorston | 2015-07-15 | 1 | -0/+5 |
* | | Remove a couple of comments | Ron Yorston | 2015-07-14 | 1 | -2/+0 |
* | | ipcalc: enable by default for WIN32 | Ron Yorston | 2015-07-13 | 1 | -2/+2 |
* | | Allow different ways to manipulate environment for XP vs 64-bit | Ron Yorston | 2015-07-03 | 1 | -0/+8 |
* | | mingw: fixes to implementation of waitpid(2) | Ron Yorston | 2015-05-29 | 1 | -1/+1 |
* | | mingw: tidy up implementation of kill(2) | Ron Yorston | 2015-05-29 | 1 | -0/+2 |
* | | Enable seamless compression for WIN32 | Ron Yorston | 2015-05-27 | 1 | -0/+10 |
* | | mingw: add routine to pipe a file descriptor to/from a command | Ron Yorston | 2015-05-27 | 1 | -0/+1 |
* | | mingw: define a macro for spawn | Ron Yorston | 2015-05-27 | 1 | -1/+2 |
* | | mingw: provide fake getgroups and getgrouplist | Ron Yorston | 2015-05-18 | 1 | -1/+2 |
* | | mingw: implement getpwnam (but only for current user) | Ron Yorston | 2015-05-18 | 1 | -1/+1 |
* | | Merge branch 'busybox' into mergeFRP | Ron Yorston | 2015-05-18 | 2 | -5/+42 |
|\| |
|
| * | Conditionalize Bionic workarounds on __ANDROID_API__ | Matt Whitlock | 2015-05-03 | 1 | -4/+10 |
| * | Bionic lacks mempcpy; enable existing workaround | Matt Whitlock | 2015-05-03 | 1 | -0/+1 |
| * | Bionic lacks ttyname_r; provide a workaround | Matt Whitlock | 2015-04-25 | 1 | -0/+7 |
| * | include: Fallback to UTMP unless there is UTMPX support | Bernhard Reutner-Fischer | 2015-04-20 | 1 | -1/+24 |
| * | libbb: remove unnecessary argument to nonblock_immune_read | Ron Yorston | 2015-04-20 | 1 | -1/+1 |
| * | *: Switch to POSIX utmpx API | Bernhard Reutner-Fischer | 2015-04-02 | 1 | -1/+1 |
* | | mingw: additional networking support | Ron Yorston | 2015-04-22 | 1 | -2/+13 |
* | | mingw: changes to handling of directory permissions | Ron Yorston | 2015-03-25 | 1 | -0/+5 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-03-23 | 1 | -0/+2 |
|\| |
|
| * | truncate: new applet | Ari Sundholm | 2015-03-22 | 1 | -0/+1 |
| * | dd: move suffix struct to xatonum.c | Ari Sundholm | 2015-03-22 | 1 | -0/+1 |
* | | Post-merge fixes | Ron Yorston | 2015-03-14 | 1 | -0/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-03-14 | 6 | -118/+47 |
|\| |
|
| * | libbb: introduce and use is_prefixed_with() | Denys Vlasenko | 2015-03-12 | 1 | -0/+1 |
| * | libpwdgrp: use getpwent() instead of getpwent_r() | Denys Vlasenko | 2015-02-07 | 1 | -15/+1 |
| * | gzip: speed up and shrink put_16bit() | Denys Vlasenko | 2015-02-02 | 1 | -0/+2 |
| * | platform.h: enable mempcpy for FreeBSD | Denys Vlasenko | 2015-02-02 | 1 | -1/+6 |
| * | dpkg: update supported compression methods | Denys Vlasenko | 2015-01-30 | 1 | -0/+1 |
| * | platform.h: mempcpy needs <string.h> | Denys Vlasenko | 2015-01-29 | 1 | -0/+1 |
| * | platform.h: add compat mempcpy | Denys Vlasenko | 2015-01-25 | 1 | -0/+9 |
| * | libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS | Denys Vlasenko | 2015-01-05 | 1 | -0/+2 |
| * | libpwdgrp: use FAST_FUNC to make "matching ABI" optimization more likely to s... | Denys Vlasenko | 2015-01-02 | 3 | -26/+25 |
| * | libpwdgrp: rewritten to use malloced implementation | Tito Ragusa | 2015-01-02 | 2 | -78/+1 |
* | | Enable logname in mingw32 configuration | Ron Yorston | 2015-02-27 | 1 | -0/+1 |
* | | Make uid/gid handling more consistent | Ron Yorston | 2015-02-26 | 1 | -6/+10 |
* | | Merge commit '1_23_0' into mergeTIG_1_23_0 | Ron Yorston | 2015-01-23 | 1 | -0/+2 |
|\| |
|
| * | Make it possible to override LOGIN_FAIL_DELAY in CONFIG_EXTRA_CFLAGS | Peter Kümmel | 2014-12-22 | 1 | -0/+2 |
* | | Fix error: conflicting types for ‘pid_t’ with mingw64 | Tony Kelman | 2015-01-22 | 1 | -0/+4 |
* | | Changes to allow building with MinGW-w64 | Ron Yorston | 2015-01-05 | 2 | -0/+7 |
* | | Revert "Use putenv to implement unsetenv/clearenv" | Ron Yorston | 2014-12-18 | 1 | -3/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-12-14 | 2 | -21/+40 |
|\| |
|
| * | libarchive: add capability to unpack to mem.buffer | Denys Vlasenko | 2014-12-07 | 2 | -15/+30 |