summaryrefslogtreecommitdiff
path: root/dumpkmap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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