aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
I forgot to add procps to the SUBDIR list
2001-10-24Patch from vodz:Eric Andersen
1) complete true: $ > /tmp/tmpfile 2) the builtin pwd now does not unwrap symlinks 3) reduce 680 bytes
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
-Erik
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
-Erik
2001-10-18Commit the start-stop-daemon applet. This was contributed by DavidEric Andersen
Kimdon <dwhedon@gordian.com> on october 7th -- the day I was fired from Lineo. So it seems I totally forgot about this patch until now. Sorry about that David!
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
this is not a bug. What I was I thinking when I committed this. Doh!
2001-10-18Scrub up some function prototypes.Eric Andersen
-Erik
2001-10-18Make mount default to using /proc/filesystems to avoidEric Andersen
ever trying to mount a nodev filesystem. -Erik
2001-10-18Fix a nasty bug with variable name shadowingEric Andersen
2001-10-18Patch from Stefan Soucek <ssoucek@coactive.com> toEric Andersen
ignore extra empty lines in fgets_str
2001-10-13unarchive function changed to support both exclude and include lists, ↵Glenn L McGrath
applets that use unarchive changed to match.
2001-10-13Reverse part of previous change.... i think it was the wrong approach... im lostGlenn L McGrath
2001-10-13Match subdirectories of included/excluded filesGlenn L McGrath
2001-10-13match exclude/include names with trailing '/'Glenn L McGrath
2001-10-13Use fnmatch() to compare excluded/included filesGlenn L McGrath
2001-10-13Superficial changes to make the exclude/include code easier to understandGlenn L McGrath
2001-10-12Fix tar segfault when include list is empty and exclude list is not.Matt Kraai
2001-10-08Cleanup memory usage properlyGlenn L McGrath
2001-10-08Free some variables after useGlenn L McGrath
2001-10-06Another part of Stafan's latest patch, when replacing a pre-existing package ↵Glenn L McGrath
set its status correctly.
2001-10-06status_package_num should refer to package not status.Glenn L McGrath
Only initialise a new entry in the status hashtable if it really is a new entry.
2001-10-05Remove duplicate tftp -l option helpGlenn L McGrath
2001-10-05Use wfopen instead of fopen & error_msg, saves 64 bytesGlenn L McGrath
2001-10-05Use xfopen, saves 32 bytes !Glenn L McGrath