aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-10-28As Aaron Lehmann just pointed out, I forgot a line...Eric Andersen
2001-10-28Use error_msg() instead of fprintf(stderr, ...)Eric Andersen
2001-10-28Add in some (theoretical) uClinux support. Some init cleanupsEric Andersen
2001-10-27include unistd which provides off_t for the header and hence unarchive appletsGlenn L McGrath
2001-10-27Attempt to fix libc compiling error regarding off_tGlenn L McGrath
2001-10-27Be extra pedantic about printing the correct type for an addressEric Andersen
2001-10-27Wrap exclude_file() inside a #ifdef CONFIG_FEATURE_TAR_EXCLUDE blockEric Andersen
2001-10-26Fix up the configuration rules and update Libc5 piece for Syslogd. (copied co...Gennady Feldman
2001-10-25Menu entry for tar creation supportGlenn L McGrath
2001-10-25Recovery from previous commitGlenn L McGrath
2001-10-25rEcover from my previous commitGlenn L McGrath
2001-10-25libunarchive, and recovery from my previous commitGlenn L McGrath
2001-10-25Move libbb/unarchive functions to ./archival/libunarchiveGlenn L McGrath
2001-10-25Recovering from my previous commitGlenn L McGrath
2001-10-25Modify applets to use libunarchiveGlenn L McGrath
2001-10-25*** empty log message ***Glenn L McGrath
2001-10-25Oops. I forgot pwd_group/config.inEric Andersen
2001-10-24ignore .menuconfig.logEric Andersen
2001-10-24Ignore lxdialogEric Andersen
2001-10-24Split true and false into separate applets.Matt Kraai
2001-10-24Add CONFIG_FEATURE_TAR_EXCLUDE support.Matt Kraai
2001-10-24Fix variable name -- was stuck at the old RPMUNPACK value. Doh!Eric Andersen
2001-10-24Oops. Fix capililizationEric Andersen
2001-10-24Fixup the location of pwd.h and grp.hEric Andersen
2001-10-24Fix missing BB_VER definesEric Andersen
2001-10-24Oops. As Aaron Lehmann <aaronl@vitelus.com> just noticed,Eric Andersen
2001-10-24Patch from vodz:Eric Andersen
2001-10-24Fixup the new buildsystem a bit.Eric Andersen
2001-10-24Ignore generated filesEric Andersen
2001-10-24ignore generated filesEric Andersen
2001-10-24A couple of leftoversEric Andersen
2001-10-24Add in a mostly content free config help fileEric Andersen
2001-10-24Oops. Forgot these....Eric Andersen
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-10-24Accomodate older glibc, which also lacks the module syscallsEric Andersen
2001-10-23Fix empty line substitutions (noted by Joshua Hudson).Matt Kraai
2001-10-23Fix empty line substitutions (noted by Joshua Hudson).Matt Kraai
2001-10-23Abort if scripts return value != 0Glenn L McGrath
2001-10-19Add ttylinux.Matt Kraai
2001-10-19Add slackware 8 to listEric Andersen
2001-10-19Add mindi linuxEric Andersen
2001-10-19Add an option to make the shells not advertise their busybox natureEric Andersen
2001-10-19Remove the now unused ARITH_* definesEric Andersen
2001-10-18Commit the start-stop-daemon applet. This was contributed by DavidEric Andersen
2001-10-18Return NULL if EOF is encountered before terminating_string.Matt Kraai
2001-10-18Process extra empty lines correctly.Matt Kraai
2001-10-18Remove xmalloc calls.Matt Kraai
2001-10-18Revert that change. As Matt Kraai rightly points out,Eric Andersen
2001-10-18Scrub up some function prototypes.Eric Andersen
2001-10-18Make mount default to using /proc/filesystems to avoidEric Andersen