aboutsummaryrefslogtreecommitdiff
path: root/id.c
AgeCommit message (Expand)Author
2001-02-27Patch from Vladimir N. Oleynik to save 128 bytes by moving errorEric Andersen
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen
2001-01-27Add in a patch to make busybox use the normal pwd.h and grp.hEric Andersen
2001-01-25Apply a patch from Brent Priddy <brent.priddy@adtran.com> to addEric Andersen
2000-12-13Fix from Matt Kraai -- a better way to NULL terminate strings for theEric Andersen
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen
2000-07-28Fix for a potential uninitialized variable, thx toEric Andersen
2000-07-28Some cleanups, based on a patch from Ken ChalmersEric Andersen
2000-07-20Whoops. Forgot to #include <getopt.h>.Mark Whitley
2000-07-19Converted option parsing to getopt() and made some minor formatting changes.Mark Whitley
2000-07-16Extract usage information into a separate file.Matt Kraai
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen
2000-05-17Some more portability updatesErik Andersen
2000-05-13More doc updatesErik Andersen
2000-05-12Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen
2000-05-01Some accrued fixes/updates.Erik Andersen