summaryrefslogtreecommitdiff
path: root/console-tools/loadkmap.c
AgeCommit message (Expand)AuthorFilesLines
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 Orga1-0/+10
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko1-1/+1
2010-06-06loadkmap: remove UNUSED_PARAM from argvDenys Vlasenko1-1/+1
2010-06-06dumpkmap,loadkmap: abort if there are params on cmdlineDenys Vlasenko1-0/+5
2010-01-04*: make 2 more "int argc"'s unused; more saved if !DESKTOPDenys Vlasenko1-2/+2
2009-10-27add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer1-1/+1
2008-11-08kbd_mode: support -C TTY optionDenis Vlasenko1-4/+6
2008-08-05*: use get_console_fd() as appropriate, and make it fail on open error -Denis Vlasenko1-1/+1
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko1-1/+1
2008-05-19- Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer1-12/+13
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko1-1/+1
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko1-1/+1
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko1-1/+1
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko1-0/+1
2006-12-19u_short, ulong exterminatedDenis Vlasenko1-2/+2
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko1-1/+1
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley1-8/+1
2006-07-16Cleaup read() and write() variants, plus a couple of new functions likeRob Landley1-8/+6
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"1-13/+1
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen1-1/+1
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 III1-5/+5
2001-07-23Add support for devfs device names.Matt Kraai1-2/+2
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen1-1/+1
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen1-1/+1
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai1-1/+1
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen1-0/+3
2001-01-23#define -> static const int. Also got rid of some big static buffers.Mark Whitley1-3/+3
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley1-4/+4
2000-10-25Cleaned up error handling, TRUE/FALSE usage, and other minor issues.Matt Kraai1-23/+13
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen1-1/+1
2000-09-13Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofMatt Kraai1-5/+1
2000-07-16Extract usage information into a separate file.Matt Kraai1-8/+0
2000-07-14Use errorMsg rather than fprintf.Matt Kraai1-5/+5
2000-07-11Added 'dumpkmap' to allow people to dump a binary keymap, which can then beEric Andersen1-1/+1
2000-07-08Update files to reduce dependance on kernel version...Eric Andersen1-2/+12
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen1-1/+1
2000-05-12Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen1-2/+5
2000-05-01Oops.Erik Andersen1-1/+0
2000-05-01Some accrued fixes/updates.Erik Andersen1-0/+1
2000-04-19More minor updates to docs (and making apps behave as the docsErik Andersen1-11/+12
2000-03-23My latest ramblings.Erik Andersen1-1/+3
2000-02-08Some formatting updates (ran the code through indent)Erik Andersen1-50/+53
1999-10-20Fixed up copyright notices and suchEric Andersen1-0/+21
1999-10-19Added sfdisk. Ststic-ified a bunch of stuff.Eric Andersen1-2/+2
1999-10-18More stuff.Eric Andersen1-1/+1
1999-10-05Initial revision0_29alpha2Eric Andersen1-0/+68