| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | libbb: add a function to make a copy of a region of memory | Ron Yorston | 2015-07-19 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-07-14 | 1 | -1/+1 |
|\| |
|
| * | typo fixes | Maninder Singh | 2015-05-25 | 1 | -1/+1 |
* | | Merge branch 'busybox' into mergeFRP | Ron Yorston | 2015-05-18 | 3 | -11/+157 |
|\| |
|
| * | mdev: if a "future" mdev.seq is seen, do not overwrite it with ours | Denys Vlasenko | 2015-04-19 | 1 | -7/+22 |
| * | mdev: improve logging | Denys Vlasenko | 2015-04-19 | 1 | -4/+8 |
| * | uevent: new applet | Denys Vlasenko | 2015-04-16 | 1 | -0/+127 |
| * | volume_id: fix a buglet introduced by is_prefixed_with() conversion | Alfonso Ranieri | 2015-04-14 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-03-14 | 14 | -132/+152 |
|\| |
|
| * | Use chomp to remove newlines | Ron Yorston | 2015-03-12 | 1 | -1/+1 |
| * | libbb: introduce and use is_prefixed_with() | Denys Vlasenko | 2015-03-12 | 9 | -16/+16 |
| * | mount: -T OTHERTAB support | Isaac Dunham | 2015-03-11 | 2 | -94/+108 |
| * | acpid: fix logging | Serj Kalichev | 2015-02-23 | 1 | -5/+3 |
| * | trivial code shrink | Denys Vlasenko | 2015-02-18 | 2 | -10/+10 |
| * | fstrim: fix help text | Denys Vlasenko | 2015-02-04 | 1 | -1/+1 |
| * | swaponoff: add support for -e | René Rhéaume | 2015-01-05 | 1 | -5/+13 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-10-06 | 2 | -3/+3 |
|\| |
|
| * | mdev: treat zero-length /dev/mdev.seq the same as "\n" one. Closes 7334 | Denys Vlasenko | 2014-09-08 | 1 | -1/+1 |
| * | fatattr: use the standard type for 32-bit int | Denys Vlasenko | 2014-07-04 | 1 | -2/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-06-30 | 1 | -0/+104 |
|\| |
|
| * | fatattr: new applet | Pascal Bellard | 2014-06-30 | 1 | -0/+104 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-05-06 | 4 | -88/+231 |
|\| |
|
| * | rtcwake: fix incorrect (reversed) rtc/sys adjuestment; code shrink | Denys Vlasenko | 2014-05-02 | 1 | -23/+32 |
| * | swapon/swapoff: -a returns 0 on ignored errors | Tito Ragusa | 2014-04-01 | 1 | -3/+2 |
| * | swapon/swapoff: size reduction, cleanup, fixes, improvements | Tito Ragusa | 2014-03-31 | 1 | -115/+161 |
| * | add discard option -d to swapon | Matt Whitlock | 2014-03-23 | 2 | -9/+85 |
| * | fix interaction of -a and -p options in swapon | Matt Whitlock | 2014-03-23 | 1 | -2/+5 |
| * | avoid calling bb_strtou twice in MIN macro expansion | Matt Whitlock | 2014-03-23 | 1 | -5/+8 |
| * | script: make it work even if fd 0 is closed | Denys Vlasenko | 2014-03-16 | 1 | -0/+7 |
* | | rev: fix to build with mingw32 | Ron Yorston | 2014-03-11 | 1 | -3/+7 |
|/ |
|
* | use [s]rand(), not [s]random() | Denys Vlasenko | 2014-03-05 | 1 | -2/+2 |
* | hwclock: fix setting of tz_minuteswest. Closes 5414 | Denys Vlasenko | 2014-02-25 | 1 | -2/+10 |
* | Use unsigned printf/scanf conversion where more appropriate | Denys Vlasenko | 2013-11-29 | 5 | -14/+14 |
* | fix assorted unused code and wrong format specs found by cppchekc (bug 6716) | Denys Vlasenko | 2013-11-29 | 1 | -1/+1 |
* | fstrim: use new-style config/kbuild/applet snippets; trim help text | Denys Vlasenko | 2013-11-12 | 3 | -20/+22 |
* | fix "warning: ISO C90 forbids mixed declarations and code" | Denys Vlasenko | 2013-11-12 | 1 | -1/+2 |
* | fstrim: Needs to fire at the mp, not bd | Bernhard Reutner-Fischer | 2013-11-10 | 1 | -5/+5 |
* | fstrim: Indicate failure on error | Bernhard Reutner-Fischer | 2013-11-10 | 1 | -1/+2 |
* | fstrim: -17b | Bernhard Reutner-Fischer | 2013-11-09 | 1 | -8/+5 |
* | fstrim: New applet | Malek Degachi | 2013-11-09 | 3 | -0/+119 |
* | swaponoff: shrink | Bernhard Reutner-Fischer | 2013-11-08 | 1 | -3/+2 |
* | Make smart_ulltoa return pointer to end (allows for code shink in callers) | Denys Vlasenko | 2013-09-06 | 1 | -4/+2 |
* | fdisk: fix GPT size math errors | Jody Bruchon | 2013-08-20 | 1 | -2/+2 |
* | swapon: support "pri=NNN" in fstab | Tito Ragusa | 2013-08-08 | 1 | -0/+14 |
* | volume_id: add f2fs detection | Sven-Göran Bergh | 2013-08-01 | 3 | -0/+100 |
* | volume_id: nilfs config description. | Sven-Göran Bergh | 2013-07-31 | 1 | -1/+10 |
* | volume_id: Adopt to new config style. | Sven-Göran Bergh | 2013-07-31 | 35 | -245/+318 |
* | volume_id: Adopt to new kbuild style. | Sven-Göran Bergh | 2013-07-31 | 35 | -38/+71 |
* | Commonalize typical [b,]k,m suffix struct | Denys Vlasenko | 2013-07-13 | 1 | -8/+1 |
* | losetup: assorted fixes. Closes 6314 | Denys Vlasenko | 2013-06-27 | 1 | -16/+21 |