aboutsummaryrefslogtreecommitdiff
path: root/loadacm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* -Wshadow loadacm fix from Jeff Garzikandersen2001-03-231-4/+4
* Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>andersen2001-03-191-44/+9
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-2/+2
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-1/+1
* Removed trailing \n from error_msg{,_and_die} messages.kraai2001-01-311-6/+6
* Use busybox error handling functions wherever possible.kraai2000-12-221-28/+19
* Change calls to error_msg.* and strerror to use perror_msg.*.kraai2000-12-181-4/+2
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-8/+8
* Stop using TRUE and FALSE for exit status.kraai2000-12-011-3/+3
* Consolidate handling of some fopen failures.kraai2000-09-271-4/+1
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Some #include updates.andersen2000-08-101-1/+0
* Extract usage information into a separate file.kraai2000-07-161-6/+0
* Use errorMsg rather than fprintf.kraai2000-07-141-10/+8
* More portability updates. Now compiles cleanly vs glibc, libc5, and uclibcandersen2000-07-091-1/+1
* Updates to a number of apps to remove warnings/compile errors under libc5.andersen2000-06-191-3/+2
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPerik2000-05-121-2/+5
* More minor updates to docs (and making apps behave as the docserik2000-04-191-3/+11
* Upates to include copyright 2000 to everythingerik2000-04-131-2/+2
* Some formatting updates (ran the code through indent)erik2000-02-081-350/+314
* Add the beginings of some regression testing. Add in the recentlyerik1999-12-291-0/+441