summaryrefslogtreecommitdiff
path: root/console-tools/deallocvt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-13/+1
|
* Cleanup patches from tito.Rob Landley2006-03-101-4/+4
|
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-101-1/+1
| | | | the busybox binary) into enums (which don't).
* Tito sent more size tweaks.Rob Landley2005-09-081-2/+2
|
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
|
* Patch by Tito, reduce size of deallocvt, also make the usage messageGlenn L McGrath2004-01-151-24/+14
| | | | | clearer (from N to [N]) and indirectly (through bb_xgetlarg) adds support for -h ;-)
* Patch from Arthur Othieno for style-guide.txt conformanceEric Andersen2003-10-221-10/+30
|
* A couple of patches from Tito <farmatito@tiscali.it>Eric Andersen2003-04-271-17/+20
|
* Major coreutils update.Manuel Novoa III2003-03-191-5/+5
|
* Apply vodz' last_patch52Eric Andersen2002-09-161-1/+1
|
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
| | | | | | header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
| | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed.
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-2/+2
|
* #define -> static const int. Also got rid of some big static buffers.Mark Whitley2001-01-231-1/+1
|
* Use busybox error handling functions wherever possible.Matt Kraai2000-12-221-8/+4
|
* Added some necessary brackets, removed debug noise.Mark Whitley2000-12-131-4/+3
|
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-3/+3
| | | | compliant with the style guide. Everybody rebuild your tags file!
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-2/+2
|
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
| | | | -Erik
* Fix the bandaid.Eric Andersen2000-09-231-3/+6
|
* Apply a bandaid suggested by Jon McClintock <jonm@bluemug.com>, since deallocvtEric Andersen2000-09-221-1/+1
| | | | | | has code for handling no arguments, but the usage checking code aborted if there are any other than two arguments. -Erik
* Extract usage information into a separate file.Matt Kraai2000-07-161-7/+0
|
* Don't use strings directly in calls to usage(). This is in preparationMatt Kraai2000-07-141-8/+8
| | | | for their extraction to a separate file.
* Use errorMsg rather than fprintf.Matt Kraai2000-07-141-5/+3
|
* Use global applet_name instead of local versions.Matt Kraai2000-07-121-7/+3
|
* Update files to reduce dependance on kernel version...Eric Andersen2000-07-081-2/+5
| | | | -Erik
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-3/+3
| | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik
* * cp -fa now works as expected for symlinks (it didn't before)Erik Andersen2000-05-101-1/+5
| | | | | | * zcat works again (wasn't working since option parsing was broken) * more doc updates/more support for BB_FEATURE_SIMPLE_HELP -Erik
* Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen2000-04-281-1/+0
| | | | | compatability. -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-30/+32
| | | | -Erik
* Updates to usage, and made tar work.Eric Andersen1999-11-101-2/+4
| | | | -Erik
* StufEric Andersen1999-10-281-0/+1
|
* StufEric Andersen1999-10-251-0/+47