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
2015-10-18debianutils/*: convert to new-style "one file" appletsDenys Vlasenko8-85/+90
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
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-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-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2012-04-17mktemp: add support for -uDenys Vlasenko1-3/+20
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
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-07-27mktemp: fix for dir/file.XXXXXX param (by Rob). +9 bytes.Denys Vlasenko1-1/+1
2010-07-12mktemp: fix "mktemp /path/to/tempfile.XXXXXX"Denys Vlasenko1-1/+2
2010-06-18mktemp: be more compatible: bare "mktemp" creates tempfile in /tmp, not cwdDenys Vlasenko1-13/+10
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-08mktemp: make default tempfile template shorter;Denis Vlasenko2-2/+2
2008-06-05mktemp: make argument optional (coreutil 6.12 compat)Denis Vlasenko2-17/+35
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-02-09mktemp: support -p DIR (Timo Teras <timo.teras at iki.fi>)Denis Vlasenko2-12/+24
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-05-31use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko16-83/+23
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-10-10- add option -tBernhard Reutner-Fischer1-6/+16
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-06-02- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer34-193/+77
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2006-01-25just whitespaceTim Riker254-2027/+2027
2005-12-02A cleanup patch I've had lying around in my tree for a while, I think itRob Landley1-35/+10
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-04-26Add the -d option, its used by old versions of config.guess, change toGlenn L McGrath1-3/+26
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-11-11Move readlink, mktemp, run-parts and which to a new debianutils dir.Glenn L McGrath16-11/+86