aboutsummaryrefslogtreecommitdiff
path: root/console-tools/loadfont.c
AgeCommit message (Expand)Author
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-06loadfont,setfont: make them NOEXECDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-11-23Convert all console-tools/* applets to "new style" applet definitionsDenys Vlasenko
2016-11-03loadfont: 32k size limit is not enoughDenys Vlasenko
2013-01-15whitespace fixes. no code changesDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-03-28move help text from include/usage.src.h to console-tools/*.cPere Orga
2010-10-29whitespace cleanupDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-02-21loadfont/setfont: optional PSF2 font supportHarald Becker
2009-10-27add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer
2008-12-07Fix forgotten license commentsDenis Vlasenko
2008-11-08kbd_mode: support -C TTY optionDenis Vlasenko
2008-11-06*: remove superfluous casts. no code changesDenis Vlasenko
2008-09-20setfont: use ioctl(KDFONTOP), it honours -C ttyDenis Vlasenko
2008-09-18setfont: small fixes from VladimirDenis Vlasenko
2008-09-16setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir)Denis Vlasenko
2008-09-13setfont: add comments/TODOs, no code changesDenis Vlasenko
2008-08-17setfont: new applet by VladimirDenis Vlasenko
2008-08-05*: use get_console_fd() as appropriate, and make it fail on open error -Denis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko
2007-06-10moved biggest stack buffers to malloc space, or made their size configurableDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-12-19remove casts from xmalloc()Denis Vlasenko
2006-12-19u_short, ulong exterminatedDenis Vlasenko
2006-11-16svlogd: new applet. +9k. Still too big, but it was 12k yesterday.Denis Vlasenko
2006-10-27last nail into error_msg() (de)capitalizationDenis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-01More removal of "#if 0" content."Robert P. J. Day"
2006-04-16kill pointless memory.h includesMike Frysinger
2006-03-10Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2006-01-30clean up yet more annoying signed/unsigned mismatches and fixupEric Andersen
2003-12-20Use bb_xopenGlenn L McGrath
2003-03-19Major coreutils update.Manuel Novoa III
2001-07-23Add support for devfs device names.Matt Kraai
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai