aboutsummaryrefslogtreecommitdiff
path: root/miscutils/mt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mostly style fixesvda2006-11-011-1/+1
* last nail into error_msg() (de)capitalizationvda2006-10-271-1/+1
* attempt to regularize atoi mess.vda2006-10-081-1/+1
* - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...aldot2006-09-111-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-5/+1
* Add one-line GPL boilerplate to numerous (but not all yet) source files.rpjday2006-07-121-0/+4
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-031-1/+1
* just include fcntl.h not sys/fcntl.hvapier2006-04-291-1/+1
* - patch from Denis Vlasenko to add and use bb_xopen3()aldot2006-04-131-2/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-1/+1
* Major coreutils update.mjn32003-03-191-6/+6
* Fixed misnamed rewind command (noted by Tom Oehser).kraai2001-05-221-1/+1
* Fix tell support.kraai2001-05-211-2/+13
* Fix open mode for IOCTLs which write to the tape.kraai2001-05-211-2/+15
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupandersen2001-03-091-0/+1
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-2/+2
* Removed trailing \n from error_msg{,_and_die} messages.kraai2001-01-311-1/+1
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-271-0/+1
* Use busybox error handling functions wherever possible.kraai2000-12-221-8/+4
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-1/+1
* Stop using TRUE and FALSE for exit status.kraai2000-12-011-4/+4
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Apply segfault on no-args fix from robotti@metconnect.comandersen2000-09-051-1/+1
* Extract usage information into a separate file.kraai2000-07-161-6/+0
* Use errorMsg rather than fprintf.kraai2000-07-141-1/+1
* Updates to a number of apps to remove warnings/compile errors under libc5.andersen2000-06-191-1/+1
* Some updates for better portability.erik2000-05-161-1/+1
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPerik2000-05-121-2/+5
* More documentation updates, and minor fixes to make things syncerik2000-04-151-5/+10
* Some formatting updates (ran the code through indent)erik2000-02-081-61/+61
* Added sfdisk. Ststic-ified a bunch of stuff.andersen1999-10-191-1/+1
* More stuff.andersen1999-10-181-9/+8
* Initial revisionandersen1999-10-051-0/+98