summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-09-08[Nougat bringup][busybox] fix compiling errorSam Wu5-8/+13
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-10-19libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1Denys Vlasenko3-8/+6
2015-10-18debianutils/*: convert to new-style "one file" appletsDenys Vlasenko8-85/+90
2015-10-08join some common strings, -400 bytesDenys Vlasenko11-45/+45
2014-11-19merge from cm-12.0 and fix conflictsFrank Chen362-22991/+7782
2014-08-06mktemp: warning fix for x86 and l-previewTanguy Pruvot5-3/+9
2014-05-03which: rewriteTimo Teräs1-60/+23
2014-05-02libbb: rename execable -> executable. No code changesDenys Vlasenko6-18/+18
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2013-10-16Fix some compiler warnings emitted by gcc-4.8.0Denys Vlasenko4-9/+9
2013-08-16android 4.3 use glibc-syscalls.h instead of linux-syscalls.htellen.yu8-7/+8
2013-07-31mktemp: go back to using mktemp() for mktemp -uSteven Luo1-10/+2
2013-07-31mktemp: unlink mkstemp alternative to (unsafe) dry-run optionTanguy Pruvot1-4/+12
2013-07-25mktemp: switch to mkstempRicardo Cerqueira3-3/+3
2013-02-28run-parts: fix unicode creep in --helpPeter Korsgaard1-3/+3
2013-02-28run-parts: stop providing incompatible short optionsDenys Vlasenko1-32/+25
2013-02-28run-parts: add --exit-on-error | -e supportPeter Korsgaard1-3/+10
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2012-10-08mktemp: fix mktemp -u temp.XXXXXX returning garbage when TMPDIR is setRon Yorston1-21/+19
2012-06-21tweak help textsDenys Vlasenko2-9/+8
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2012-04-17mktemp: add support for -uDenys Vlasenko1-3/+20
2012-03-05ssd: compat: match -x EXECUTABLE by /proc/pid/exe tooDenys Vlasenko1-3/+14
2011-11-09bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemonPeter Korsgaard3-2/+11
2011-09-15start_stop_daemon: set complementary group ids too. Closes 3253Denys Vlasenko2-3/+11
2011-09-14login: new option LOGIN_SESSION_AS_CHILDIan Wienand3-6/+61
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-04start-stop-daemon: fix "-K --test --pidfile PIDFILE" exitcodeDenys Vlasenko1-2/+8
2011-04-02move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga26-400/+418
2011-02-13mktemp: make it more compatible with GNU coreutils 8.4Denys Vlasenko2-24/+36
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko27-44/+49
2010-07-27mktemp: fix for dir/file.XXXXXX param (by Rob). +9 bytes.Denys Vlasenko1-1/+1
2010-07-25*: trailing empty lines removedDenys Vlasenko42-46/+15
2010-07-12mktemp: fix "mktemp /path/to/tempfile.XXXXXX"Denys Vlasenko1-1/+2
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard21-95/+56
2010-06-24*: make exec failure message more consistentDenys Vlasenko24-40/+40
2010-06-18mktemp: be more compatible: bare "mktemp" creates tempfile in /tmp, not cwdDenys Vlasenko1-13/+10
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko49-0/+102
2010-06-06pipe_progress: make it independent of printf machineryDenys Vlasenko13-444/+1390
2010-06-06pipe_progress: shrinkDenys Vlasenko1-8/+4
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko33-1484/+573
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko53-0/+0
2010-05-10remove duplicate commentDenys Vlasenko1-1/+0
2010-03-26Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig13-61/+85
2010-03-18*: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko12-30/+24
[next]