aboutsummaryrefslogtreecommitdiff
path: root/console-tools/loadkmap.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-05chvt, deallocvt, dumpkmap, fgconsole, loadkmap: make them NOEXECDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2016-11-23Convert all console-tools/* applets to "new style" applet definitionsDenys Vlasenko
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-01-24trim extra newlines in help textsDenys Vlasenko
2013-09-19loadkmap: explain what happens with K_ALLOCATED key valueDenys Vlasenko
2011-03-28move help text from include/usage.src.h to console-tools/*.cPere Orga
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-06-06loadkmap: remove UNUSED_PARAM from argvDenys Vlasenko
2010-06-06dumpkmap,loadkmap: abort if there are params on cmdlineDenys Vlasenko
2010-01-04*: make 2 more "int argc"'s unused; more saved if !DESKTOPDenys Vlasenko
2009-10-27add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer
2008-11-08kbd_mode: support -C TTY optionDenis 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-05-19- Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-12-19u_short, ulong exterminatedDenis Vlasenko
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-16Cleaup read() and write() variants, plus a couple of new functions likeRob Landley
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-11-21Make use of libbb functions bb_xopen, bb_full_read, used #define'sGlenn 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
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen
2001-01-23#define -> static const int. Also got rid of some big static buffers.Mark Whitley
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley
2000-10-25Cleaned up error handling, TRUE/FALSE usage, and other minor issues.Matt Kraai
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen
2000-09-13Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofMatt Kraai
2000-07-16Extract usage information into a separate file.Matt Kraai
2000-07-14Use errorMsg rather than fprintf.Matt Kraai
2000-07-11Added 'dumpkmap' to allow people to dump a binary keymap, which can then beEric Andersen
2000-07-08Update files to reduce dependance on kernel version...Eric Andersen
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen
2000-05-12Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen
2000-05-01Oops.Erik Andersen
2000-05-01Some accrued fixes/updates.Erik Andersen