summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all console-tools/* applets to "new style" applet definitionsDenys Vlasenko18-203/+213
2016-11-03loadfont: 32k size limit is not enoughDenys Vlasenko1-2/+4
2013-01-15whitespace fixes. no code changesDenys Vlasenko20-75/+75
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-03-28move help text from include/usage.src.h to console-tools/*.cPere Orga16-111/+119
2010-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-02-21loadfont/setfont: optional PSF2 font supportHarald Becker2-108/+224
2009-10-27add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer8-7/+17
2008-12-07Fix forgotten license commentsDenis Vlasenko49-60/+114
2008-11-08kbd_mode: support -C TTY optionDenis Vlasenko4-19/+31
2008-11-06*: remove superfluous casts. no code changesDenis Vlasenko3-4/+4
2008-09-20setfont: use ioctl(KDFONTOP), it honours -C ttyDenis Vlasenko1-1/+43
2008-09-18setfont: small fixes from VladimirDenis Vlasenko1-4/+4
2008-09-16setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir)Denis Vlasenko4-16/+124
2008-09-13setfont: add comments/TODOs, no code changesDenis Vlasenko1-0/+38
2008-08-17setfont: new applet by VladimirDenis Vlasenko5-63/+96
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-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-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko40-331/+295
2007-06-10moved biggest stack buffers to malloc space, or made their size configurableDenis Vlasenko8-151/+181
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-19remove casts from xmalloc()Denis Vlasenko15-27/+25
2006-12-19u_short, ulong exterminatedDenis Vlasenko11-95/+90
2006-11-16svlogd: new applet. +9k. Still too big, but it was 12k yesterday.Denis Vlasenko11-18/+2342
2006-10-27last nail into error_msg() (de)capitalizationDenis Vlasenko12-88/+88
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-01More removal of "#if 0" content."Robert P. J. Day"8-89/+0
2006-04-16kill pointless memory.h includesMike Frysinger2-2/+0
2006-03-10Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley28-194/+244
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2006-01-30clean up yet more annoying signed/unsigned mismatches and fixupEric Andersen9-26/+28
2003-12-20Use bb_xopenGlenn L McGrath4-19/+6
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-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-25Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSEMatt Kraai5-90/+66
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-08-10Some #include updates.Eric Andersen53-57/+12
2000-07-16Extract usage information into a separate file.Matt Kraai175-2050/+2529
2000-07-14More fixes for "signed vs. unsigned" warnings.Pavel Roskin4-6/+8
[next]