| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some compiler warnings | Ron Yorston | 2014-03-13 | 1 | -1/+1 |
* | Pretend chown succeeds so 'cp -rp' doesn't complain | Ron Yorston | 2014-03-13 | 1 | -1/+1 |
* | Remove unused mingw_utime; update utimes to handle read-only files | Ron Yorston | 2014-03-12 | 1 | -4/+0 |
* | Import mempcpy from gnulib | Ron Yorston | 2014-03-11 | 1 | -0/+5 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2014-03-11 | 1 | -3/+5 |
|\ |
|
| * | xargs: add support for -I and -i. Closes 493 | Denys Vlasenko | 2014-02-27 | 1 | -0/+2 |
| * | zcat: complain if input is not compressed | Denys Vlasenko | 2014-02-02 | 1 | -3/+3 |
* | | mingw: dummy implementation of times/sysconf | Ron Yorston | 2014-01-30 | 1 | -0/+17 |
* | | date: add dummy stime | Ron Yorston | 2014-01-19 | 1 | -0/+1 |
* | | date: actually use modified strftime | Ron Yorston | 2014-01-19 | 1 | -0/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-01-13 | 1 | -6/+22 |
|\| |
|
| * | Another FreeBSD fix from Matthias Andree | Denys Vlasenko | 2014-01-08 | 1 | -3/+12 |
| * | platform.h: undef HAVE_STRCHRNUL only on correct versions of FreeBSD | Denys Vlasenko | 2014-01-07 | 1 | -5/+12 |
* | | Implement POSIX-compliant mktemp for WIN32 | Ron Yorston | 2014-01-07 | 1 | -0/+2 |
* | | Revise mingw_stat to minimise changes from upstream BusyBox | Ron Yorston | 2014-01-07 | 1 | -19/+26 |
* | | Extend WIN32 statfs to include type, fsid and namelen | Ron Yorston | 2014-01-06 | 1 | -1/+0 |
* | | Use the preprocessor to fake st_blocks | Ron Yorston | 2014-01-05 | 1 | -0/+7 |
* | | Provide dummy implementations of seteuid/setegid | Ron Yorston | 2014-01-02 | 1 | -0/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-01-02 | 3 | -40/+20 |
|\| |
|
| * | platform: strchrnul is missing if __APPLE__ | Daniel Borca | 2013-11-27 | 1 | -1/+1 |
| * | rfkill: use new-style config/kbuild/applet | Denys Vlasenko | 2013-11-20 | 1 | -1/+0 |
| * | libbb: move nuke_str() from passwd into libbb | Denys Vlasenko | 2013-11-19 | 1 | -3/+4 |
| * | sulogin: use common password-checking routine. | Denys Vlasenko | 2013-11-19 | 1 | -1/+2 |
| * | archival/*: move "applet:" snippets into .c files, part 2 | Denys Vlasenko | 2013-11-14 | 1 | -7/+0 |
| * | archival/*: move "applet:" snippets into .c files | Denys Vlasenko | 2013-11-14 | 1 | -15/+0 |
| * | switch editors/* to embedded-in-source kbuild system | Denys Vlasenko | 2013-11-13 | 1 | -4/+0 |
| * | awk: optionally support -e AWK_PROG | Sven-Göran Bergh | 2013-11-12 | 1 | -1/+0 |
| * | fstrim: use new-style config/kbuild/applet snippets; trim help text | Denys Vlasenko | 2013-11-12 | 1 | -1/+0 |
| * | fstrim: New applet | Malek Degachi | 2013-11-09 | 1 | -0/+1 |
| * | libbb: use <poll.h> instead of <sys/poll.h> | Thomas Petazzoni | 2013-10-16 | 1 | -2/+2 |
| * | wget: if FEATURE_CLEAN_UP, free(ptr_to_globals) | Guilherme Maciel Ferreira | 2013-10-16 | 1 | -0/+5 |
| * | libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions | Ryan Mallon | 2013-10-08 | 1 | -3/+6 |
| * | wall: access FILE under real user's credentials | Denys Vlasenko | 2013-10-06 | 1 | -2/+0 |
| * | Make smart_ulltoa return pointer to end (allows for code shink in callers) | Denys Vlasenko | 2013-09-06 | 1 | -2/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2013-08-27 | 5 | -12/+29 |
|\| |
|
| * | Whitespace fixes | Denys Vlasenko | 2013-07-30 | 3 | -5/+5 |
| * | catv: code shrink | Denys Vlasenko | 2013-07-30 | 1 | -1/+4 |
| * | Refactor catv. Move visible() from stty to libbb. | Bartosz Golaszewski | 2013-07-30 | 1 | -0/+4 |
| * | buildsys: Add helper to list suid applets | Bernhard Reutner-Fischer | 2013-07-26 | 1 | -1/+8 |
| * | networking: code shrink | Bartosz Golaszewski | 2013-07-25 | 1 | -0/+1 |
| * | Commonalize typical [b,]k,m suffix struct | Denys Vlasenko | 2013-07-13 | 1 | -0/+3 |
| * | Move create_icmp[6]_socket to its only user, and simplify it | Denys Vlasenko | 2013-06-28 | 1 | -3/+0 |
| * | losetup: assorted fixes. Closes 6314 | Denys Vlasenko | 2013-06-27 | 1 | -2/+2 |
| * | md5/sha512: a better fix for strict aliasing warnings | Denys Vlasenko | 2013-06-27 | 1 | -0/+1 |
| * | ash,hush: history builtin | Flemming Madsen | 2013-04-07 | 1 | -1/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2013-04-03 | 2 | -2/+3 |
|\| |
|
| * | libbb: introduce and use strftime_[YYYYMMDD]HHMMSS() | Denys Vlasenko | 2013-03-29 | 1 | -1/+2 |
| * | man: install to /usr/bin, not /sbin | Denys Vlasenko | 2013-03-27 | 1 | -1/+1 |
* | | df: limited implementation for WIN32 | Ron Yorston | 2013-04-03 | 1 | -1/+0 |
* | | Provide fake fchmod implementation | Ron Yorston | 2013-03-26 | 1 | -1/+1 |