summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all console-tools/* applets to "new style" applet definitionsDenys Vlasenko18-203/+213
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2015-01-24trim extra newlines in help textsDenys Vlasenko4-5/+6
2013-09-19loadkmap: explain what happens with K_ALLOCATED key valueDenys Vlasenko1-8/+19
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-06loadkmap: remove UNUSED_PARAM from argvDenys Vlasenko1-1/+1
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
2009-10-27add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer8-7/+17
2008-11-08kbd_mode: support -C TTY optionDenis Vlasenko4-19/+31
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
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
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-12-19u_short, ulong exterminatedDenis Vlasenko11-95/+90
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko71-130/+127
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-16Cleaup read() and write() variants, plus a couple of new functions likeRob Landley39-224/+204
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"65-722/+112
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-11-21Make use of libbb functions bb_xopen, bb_full_read, used #define'sGlenn L McGrath1-20/+13
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
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-07Changed names of functions in utility.c and all affected files, to makeMark Whitley155-1021/+1021
2000-10-25Cleaned up error handling, TRUE/FALSE usage, and other minor issues.Matt Kraai2-46/+26
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen224-712/+245
2000-09-13Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofMatt Kraai25-108/+70
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
2000-07-08Update files to reduce dependance on kernel version...Eric Andersen23-87/+184
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen142-221/+190
2000-05-12Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen136-460/+1618
2000-05-01Oops.Erik Andersen2-2/+0
2000-05-01Some accrued fixes/updates.Erik Andersen16-46/+286
2000-04-19More minor updates to docs (and making apps behave as the docsErik Andersen8-37/+77
2000-03-23My latest ramblings.Erik Andersen33-831/+1112
2000-02-08Some formatting updates (ran the code through indent)Erik Andersen163-27364/+27866
1999-10-20Fixed up copyright notices and suchEric Andersen75-322/+947
1999-10-19Added sfdisk. Ststic-ified a bunch of stuff.Eric Andersen61-472/+3997
1999-10-18More stuff.Eric Andersen61-233/+168
[next]