aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2002-11-11Move readlink, mktemp, run-parts and which to a new debianutils dir.Glenn L McGrath
2002-11-10IP applet by Bastian Blank <waldi@debian.org>Glenn L McGrath
2002-10-14added full udhcp integrationRuss Dill
2002-10-08Remember to delete docs/busybox.podEric Andersen
2002-07-31Be more portable with 'find' for those that prefer programmingEric Andersen
on *BSD, etc. Formatting fixes, etc.
2002-07-19Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl
#49: I found one memory overflow and memory leak in "ln" applet. Last patch reduced also 54 bytes. ;) #50: I found bug in loginutils/Makefile.in. New patch have also new function to libbb and aplied this to applets and other cosmetic changes.
2002-06-06Lets give this a try...Eric Andersen
2002-06-04Bigger patch for (partial) tinylogin integrationRobert Griebl
- Made a new dir loginutils - Moved all applets from pwd_grp to loginutils - Added new applets su.c login.c to loginutils - Made a new dir libpwdgrp - Moved everything from pwd_grp/libpwd_grp there - Added shadow.c to libpwdgrp - Removed dir pwd_grp - Added usage strings for login and su to usage.h - Changed main Makefile to reflect the dir rearrangements [Parts of this patch may overlap with my other two patches]
2002-04-27When the .config file is missing, supply a default oneEric Andersen
and run menuconfig
2002-04-13Cleanup make cleanEric Andersen
2002-04-13Add a 'make uninstall' targetEric Andersen
2002-04-12Completely rework the config system so that it no longer annoys me to work onEric Andersen
the busybox development tree. This eliminates the use of recursive make, and once again allows us to run 'make' in a subdirectory with the expected result. And things are now much faster too. Greatly improved IMHO... -Erik
2002-03-20Update dmalloc options per suggestion from GlennEric Andersen
2002-03-20Bart Visscher noticed some spurious search and replace sillinessEric Andersen
-Erik
2001-12-16Add a more verbose non-strip command.Eric Andersen
2001-12-08Begin moving things to busybox.netEric Andersen
-Erik
2001-12-06Minor adjustment to the strip commandEric Andersen
2001-11-19Add a check target.Matt Kraai
2001-11-10Some more minor build cleanupsEric Andersen
2001-11-10Only use -mpreferred-stack-boundary with gcc versions that support itEric Andersen
2001-11-06Force main to always be includedEric Andersen
2001-10-31Move usage.h to include/usage.hEric Andersen
2001-10-31Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it>Eric Andersen
2001-10-25*** empty log message ***Glenn L McGrath
2001-10-24Oops. As Aaron Lehmann <aaronl@vitelus.com> just noticed,Eric Andersen
I forgot to add procps to the SUBDIR list
2001-10-24Fixup the new buildsystem a bit.Eric Andersen
2001-10-24A couple of leftoversEric Andersen
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
-Erik
2001-10-18Scrub up some function prototypes.Eric Andersen
-Erik
2001-10-02Fix large file support -- 2+ gig files should now actuallyEric Andersen
work this time... -Erik
2001-09-26use the pedantically correct compiler for preprocessingEric Andersen
2001-08-22Bump version to 0.61.preEric Andersen
2001-08-20some minor wording changesEric Andersen
2001-08-10Commit Vladimir's simplify_path.Matt Kraai
2001-08-02Fix up some silly messups with the debian packaging, and a dumbEric Andersen
bug with chroot. I've had the package uploaded but perms set to 000, so I am going to re-tag things and re-cut the release. Folks who pulled from CVS in the last 30 minutes with just have to cope. -Erik
2001-08-02Ok, here we go...Eric Andersen
2001-08-02More libc5 fixupsEric Andersen
-Erik
2001-08-02Latest patch from vodz. Adds a check for divide by zero in the posixEric Andersen
math suport, cleaner math syntax error checking, moves redundant signal string tables (from kill and ash) into libbb and provides a few cleanups elsewhere.
2001-08-01Allow multiple shells to be enabled.Matt Kraai
2001-07-30This incorporates Posix math support into ash. The Posix math supportEric Andersen
was written by Aaron Lehmann <aaronl@vitelus.com> for busybox. This patch makes a few trivial changes to Aaron's code so that it can be used (in theory) by the other shells as well... -Erik
2001-07-22Some patches to make dietlibc work...Eric Andersen
2001-07-19Some adjustments, mostly from David McCullough <davidm@lineo.com> toEric Andersen
make busybox be more uClinux friendly. I also adjusted Config.h for uClinux so it will automagically disable apps the arn't going to work without fork() and such. -Erik
2001-07-12Patch from vodz:Eric Andersen
Changed email address cmdedit API change optimizations for traceroute and md5sum added a new shared create_icmp_socket() function
2001-07-11Make the obj's generated from libbb/unarchive.c depend on theEric Andersen
Makefile, so things like setting DODMALLOC will cause them to be recompiled -Erik
2001-07-10Reverse my previous change, still cant compile with dmallocGlenn L McGrath
2001-07-10When compiling unarchive objects link to $(LIBRARIES) incase using dmallocGlenn L McGrath
2001-07-10Update version number to 0.53pre.Matt Kraai
2001-07-07Some minor updates. Bump version number in preparation for release.Eric Andersen
-Erik
2001-07-06Forgot thisEric Andersen
2001-06-30Simplify a commentEric Andersen