summaryrefslogtreecommitdiff
path: root/console-tools/dumpkmap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-4/+4
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-3/+4
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-8/+1
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-13/+1
* use defines instead of const integersMike Frysinger2005-07-311-3/+3
* shrink the flag setting by reversing the operationMike Frysinger2005-07-311-10/+4
* replace for loops with one function callMike Frysinger2005-07-311-4/+2
* cleanup the error message so we dont use glibcism of %m and cast a pointer to...Mike Frysinger2005-07-301-2/+2
* cleanup syntaxMike Frysinger2005-07-301-22/+23
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-7/+7
* Use bb_xopenGlenn L McGrath2003-12-201-5/+1
* Major coreutils update.Manuel Novoa III2003-03-191-3/+3
* last_patch61 from vodz:Eric Andersen2002-10-101-1/+1
* Add support for devfs device names.Matt Kraai2001-07-231-2/+2
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-1/+1
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+3
* #define -> static const int. Also got rid of some big static buffers.Mark Whitley2001-01-231-3/+3
* Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai2000-12-181-1/+1
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-2/+2
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-2/+2
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Some #include updates.Eric Andersen2000-08-101-1/+1
* Extract usage information into a separate file.Matt Kraai2000-07-161-8/+0
* Use errorMsg rather than fprintf.Matt Kraai2000-07-141-2/+2
* Added 'dumpkmap' to allow people to dump a binary keymap, which can then beEric Andersen2000-07-111-0/+100