- ecac985 mktemp: add --tmpdir option by Andrej Valek · 3 years, 6 months ago
- b097a84 config: update size information by Denys Vlasenko · 6 years ago
- a02a4e9 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
- 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
- 6bec24c mktemp: make it NOEXEC by Denys Vlasenko · 7 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- 0cecbe7 Sort more misplaced applets into coreutils or util-linux by Denys Vlasenko · 8 years ago[Renamed from debianutils/mktemp.c]
- 28826ac debianutils/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
- eab343e mktemp: fix mktemp -u temp.XXXXXX returning garbage when TMPDIR is set by Ron Yorston · 12 years ago
- 75e1e7b mktemp: add support for -u by Denys Vlasenko · 13 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- 4ed3c52 mktemp: make it more compatible with GNU coreutils 8.4 by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 0670236 mktemp: fix for dir/file.XXXXXX param (by Rob). +9 bytes. by Denys Vlasenko · 14 years ago
- 04a5d5a mktemp: fix "mktemp /path/to/tempfile.XXXXXX" by Denys Vlasenko · 14 years ago
- 9b814ca mktemp: be more compatible: bare "mktemp" creates tempfile in /tmp, not cwd by Denys Vlasenko · 14 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- f2cccbc mktemp: make default tempfile template shorter; by Denis Vlasenko · 17 years ago
- c05b168 mktemp: make argument optional (coreutil 6.12 compat) by Denis Vlasenko · 17 years ago
- 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
- 65581f3 mktemp: support -p DIR (Timo Teras <timo.teras at iki.fi>) by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
- fad2b86 use "glibc errno" trick not only for ash, but for entire busybox by Denis Vlasenko · 18 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- 1ac42bf - add option -t mkinitrd and mkinitramfs both require -t. by Bernhard Reutner-Fischer · 18 years ago
- 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
- e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
- dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
- c1ef7bd just whitespace by Tim Riker · 19 years ago
- b5ca9e0 A cleanup patch I've had lying around in my tree for a while, I think it by Rob Landley · 19 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- 69f28e7 Add the -d option, its used by old versions of config.guess, change to by Glenn L McGrath · 22 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- 8f0722a Move readlink, mktemp, run-parts and which to a new debianutils dir. by Glenn L McGrath · 22 years ago[Renamed from miscutils/mktemp.c]
- eba8ed7 Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup by Eric Andersen · 24 years ago
- cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
- 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
- ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
- 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
- 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
- bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
- 3bd8bd8 Don't use strings directly in calls to usage(). This is in preparation by Matt Kraai · 24 years ago
- b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
- 227a59b Several more updates -Erik by Erik Andersen · 25 years ago