summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2015-10-08join some common strings, -400 bytesDenys Vlasenko11-45/+45
2015-10-07build system: -fno-builtin-printfDenys Vlasenko24-124/+127
2015-10-07libbb: more compact API for bb_parse_mode()Denys Vlasenko10-22/+26
2015-10-01umount: always use umount2 syscall with specified flagsDenys Vlasenko1-4/+16
2015-08-24dmesg: add -r option to print raw format even when FEATURE_DMESG_PRETTY is en...Peter Korsgaard1-3/+5
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko16-61/+75
2015-07-30fbset: fix rgba parsingLinus Walleij1-4/+4
2015-07-19libbb: add a function to make a copy of a region of memoryRon Yorston8-17/+13
2015-05-25typo fixesManinder Singh17-24/+24
2015-04-19mdev: if a "future" mdev.seq is seen, do not overwrite it with oursDenys Vlasenko1-7/+22
2015-04-19mdev: improve loggingDenys Vlasenko1-4/+8
2015-04-16uevent: new appletDenys Vlasenko1-0/+127
2015-04-14volume_id: fix a buglet introduced by is_prefixed_with() conversionAlfonso Ranieri1-1/+1
2015-03-12Use chomp to remove newlinesRon Yorston4-5/+5
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2015-03-11mount: -T OTHERTAB supportIsaac Dunham2-94/+108
2015-02-23acpid: fix loggingSerj Kalichev1-5/+3
2015-02-18trivial code shrinkDenys Vlasenko4-13/+14
2015-02-04fstrim: fix help textDenys Vlasenko1-1/+1
2015-01-05swaponoff: add support for -eRené Rhéaume1-5/+13
2014-09-08mdev: treat zero-length /dev/mdev.seq the same as "\n" one. Closes 7334Denys Vlasenko1-1/+1
2014-08-10dmesg: rework color feature, compat. with moreTanguy Pruvot4-28/+47
2014-08-01Fix remaining bionic warningsTanguy Pruvot23-35/+52
2014-07-04fatattr: use the standard type for 32-bit intDenys Vlasenko1-2/+2
2014-06-30fatattr: new appletPascal Bellard1-0/+104
2014-06-22busybox-full: enable some new appletsTanguy Pruvot15-4448/+4796
2014-05-18bionic: some new type warnings fixesTanguy Pruvot3-4/+9
2014-05-02rtcwake: fix incorrect (reversed) rtc/sys adjuestment; code shrinkDenys Vlasenko1-23/+32
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2014-04-01swapon/swapoff: -a returns 0 on ignored errorsTito Ragusa1-3/+2
2014-03-31swapon/swapoff: size reduction, cleanup, fixes, improvementsTito Ragusa1-115/+161
2014-03-23add discard option -d to swaponMatt Whitlock2-9/+85
2014-03-23fix interaction of -a and -p options in swaponMatt Whitlock1-2/+5
2014-03-23avoid calling bb_strtou twice in MIN macro expansionMatt Whitlock1-5/+8
2014-03-16script: make it work even if fd 0 is closedDenys Vlasenko2-1/+8
2014-03-05use [s]rand(), not [s]random()Denys Vlasenko3-12/+12
2014-02-25hwclock: fix setting of tz_minuteswest. Closes 5414Denys Vlasenko1-2/+10
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko18-37/+37
2013-11-29fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko20-39/+25
2013-11-24fstrim: use new-style config/kbuild/applet snippets; trim help textDenys Vlasenko4-21/+22
2013-11-24fstrim: sync with busybox master (now an official applet)Bernhard Reutner-Fischer1-18/+13
2013-11-12fstrim: use new-style config/kbuild/applet snippets; trim help textDenys Vlasenko4-21/+22
2013-11-12fix "warning: ISO C90 forbids mixed declarations and code"Denys Vlasenko1-1/+2
2013-11-10fstrim: Needs to fire at the mp, not bdBernhard Reutner-Fischer1-5/+5
2013-11-09fstrim: Indicate failure on errorBernhard Reutner-Fischer1-1/+2
2013-11-09fstrim: -17bBernhard Reutner-Fischer1-8/+5
2013-11-09fstrim: New appletMalek Degachi4-0/+120
2013-11-08swaponoff: shrinkBernhard Reutner-Fischer1-3/+2
2013-09-06Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko7-20/+14
2013-08-20fdisk: fix GPT size math errorsJody Bruchon1-2/+2
[prev] [next]