summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all console-tools/* applets to "new style" applet definitionsDenys Vlasenko18-203/+213
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko29-55/+83
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2013-09-17dumpkmap: code shrinkDenys Vlasenko1-14/+23
2011-03-28move help text from include/usage.src.h to console-tools/*.cPere Orga16-111/+119
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-06-06dumpkmap,loadkmap: abort if there are params on cmdlineDenys Vlasenko2-1/+11
2010-01-04*: make 2 more "int argc"'s unused; more saved if !DESKTOPDenys Vlasenko7-15/+20
2008-08-05*: use get_console_fd() as appropriate, and make it fail on open error -Denis Vlasenko9-22/+20
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-05-19- Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer18-142/+136
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko40-331/+295
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-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"65-722/+112
2005-07-31use defines instead of const integersMike Frysinger1-3/+3
2005-07-31shrink the flag setting by reversing the operationMike Frysinger1-10/+4
2005-07-31replace for loops with one function callMike Frysinger1-4/+2
2005-07-30cleanup the error message so we dont use glibcism of %m and cast a pointer to...Mike Frysinger1-2/+2
2005-07-30cleanup syntaxMike Frysinger1-22/+23
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-12-20Use bb_xopenGlenn L McGrath4-19/+6
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-10-10last_patch61 from vodz:Eric Andersen12-89/+76
2001-07-23Add support for devfs device names.Matt Kraai17-58/+102
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen204-378/+362
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen198-3979/+702
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai106-610/+612
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen167-156/+388
2001-01-23#define -> static const int. Also got rid of some big static buffers.Mark Whitley74-624/+674
2000-12-18Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai52-204/+185
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley155-1021/+1021
2000-12-01Stop using TRUE and FALSE for exit status.Matt Kraai132-373/+375
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen224-712/+245
2000-08-10Some #include updates.Eric Andersen53-57/+12
2000-07-16Extract usage information into a separate file.Matt Kraai175-2050/+2529
2000-07-14Use errorMsg rather than fprintf.Matt Kraai81-473/+391
2000-07-11Added 'dumpkmap' to allow people to dump a binary keymap, which can then beEric Andersen11-14/+248