summaryrefslogtreecommitdiff
path: root/miscutils/mt.c
Commit message (Expand)AuthorAgeFilesLines
* *: more --help tweakingDenys Vlasenko2021-06-131-1/+1
* help text tweaksDenys Vlasenko2020-12-131-1/+1
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-3/+3
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-221-0/+4
* Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko2016-11-221-0/+7
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+12
* *: whitespace fixesDenys Vlasenko2010-10-281-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-6/+4
* mt: eliminate vector of structures with pointers (bad for libbusybox).Denis Vlasenko2007-10-111-56/+79
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-4/+2
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #5Denis Vlasenko2007-01-291-1/+1
* mostly style fixesDenis Vlasenko2006-11-011-1/+1
* last nail into error_msg() (de)capitalizationDenis Vlasenko2006-10-271-1/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-1/+1
* - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...Bernhard Reutner-Fischer2006-09-111-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-5/+1
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-0/+4
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-031-1/+1
* just include fcntl.h not sys/fcntl.hMike Frysinger2006-04-291-1/+1
* - patch from Denis Vlasenko to add and use bb_xopen3()Bernhard Reutner-Fischer2006-04-131-2/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* Major coreutils update.Manuel Novoa III2003-03-191-6/+6
* Fixed misnamed rewind command (noted by Tom Oehser).Matt Kraai2001-05-221-1/+1
* Fix tell support.Matt Kraai2001-05-211-2/+13
* Fix open mode for IOCTLs which write to the tape.Matt Kraai2001-05-211-2/+15
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen2001-03-091-0/+1
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-2/+2
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-1/+1
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+1
* Use busybox error handling functions wherever possible.Matt Kraai2000-12-221-8/+4
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-1/+1
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-4/+4
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Apply segfault on no-args fix from robotti@metconnect.comEric Andersen2000-09-051-1/+1
* Extract usage information into a separate file.Matt Kraai2000-07-161-6/+0
* Use errorMsg rather than fprintf.Matt Kraai2000-07-141-1/+1
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-1/+1
* Some updates for better portability.Erik Andersen2000-05-161-1/+1
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-2/+5