aboutsummaryrefslogtreecommitdiff
path: root/id.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.ckraai2001-05-161-2/+2
* Patch from Vladimir N. Oleynik to save 128 bytes by moving errorandersen2001-02-271-3/+0
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-2/+2
* Removed trailing \n from error_msg{,_and_die} messages.kraai2001-01-311-1/+1
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-271-0/+1
* Add in a patch to make busybox use the normal pwd.h and grp.handersen2001-01-271-2/+0
* Apply a patch from Brent Priddy <brent.priddy@adtran.com> to addandersen2001-01-251-6/+18
* Fix from Matt Kraai -- a better way to NULL terminate strings for theandersen2000-12-131-8/+4
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-1/+1
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Fix for a potential uninitialized variable, thx toandersen2000-07-281-0/+1
* Some cleanups, based on a patch from Ken Chalmersandersen2000-07-281-10/+13
* Whoops. Forgot to #include <getopt.h>.markw2000-07-201-0/+1
* Converted option parsing to getopt() and made some minor formatting changes.markw2000-07-191-18/+21
* Extract usage information into a separate file.kraai2000-07-161-11/+0
* Updates to a number of apps to remove warnings/compile errors under libc5.andersen2000-06-191-1/+1
* Some more portability updateserik2000-05-171-4/+4
* More doc updateserik2000-05-131-0/+1
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPerik2000-05-121-3/+6
* Some accrued fixes/updates.erik2000-05-011-0/+92