| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2013-03-19 | 3 | -10/+16 |
|\| |
|
| * | platform: use KERNEL_VERSION to simplify uClibc version checking | Mike Frysinger | 2013-03-12 | 1 | -9/+11 |
| * | Fix move_to_unaligned16 | Denys Vlasenko | 2013-02-27 | 1 | -1/+1 |
| * | move endofname() to libbb | Denys Vlasenko | 2013-02-26 | 1 | -0/+1 |
| * | rpm: use "create+rename" method of replacing existing files | Denys Vlasenko | 2013-02-20 | 1 | -0/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2013-02-07 | 7 | -37/+48 |
|\| |
|
| * | sha3: code shrink | Denys Vlasenko | 2013-01-20 | 1 | -2/+2 |
| * | whitespace fixes. no code changes | Denys Vlasenko | 2013-01-15 | 5 | -35/+35 |
| * | sha3sum: new applet | Lauri Kasanen | 2013-01-14 | 3 | -1/+12 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2012-10-10 | 1 | -1/+1 |
|\| |
|
| * | mark get_shell_name FAST_FUNC | Denys Vlasenko | 2012-10-03 | 1 | -1/+1 |
* | | mingw.h: fixes for MinGW-w64 | Ron Yorston | 2012-09-19 | 1 | -12/+5 |
* | | 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 |