Accomodate older glibc, which also lacks the module syscalls
[platform/upstream/busybox.git] / id.c
2001-05-16 Matt KraaiChange 'printf("%s\n", ...)' into 'puts(...)'. Noted...
2001-02-27 Eric AndersenPatch from Vladimir N. Oleynik to save 128 bytes by...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-27 Eric AndersenAdd in a patch to make busybox use the normal pwd.h...
2001-01-25 Eric AndersenApply a patch from Brent Priddy <brent.priddy@adtran...
2000-12-13 Eric AndersenFix from Matt Kraai -- a better way to NULL terminate...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-07-28 Eric AndersenFix for a potential uninitialized variable, thx to
2000-07-28 Eric AndersenSome cleanups, based on a patch from Ken Chalmers
2000-07-20 Mark WhitleyWhoops. Forgot to #include <getopt.h>.
2000-07-19 Mark WhitleyConverted option parsing to getopt() and made some...
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-05-17 Erik AndersenSome more portability updates
2000-05-13 Erik AndersenMore doc updates
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-05-01 Erik AndersenSome accrued fixes/updates.