Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Apply a patch from Larry Doolittle to add "-all" and "-none" switches | Eric Andersen | 2001-02-01 | 1 | -2/+1 | |
| | | | | | | | to multibuild.pl. I did a little formatting adjustments to make it _very_ obvious when things stop working. I also removed the USE_PROCFS config option -- just do the right thing when USE_DEVPS_PATCH is enabled. -Erik | |||||
* | Patch from Larry Doolittle to reduce the chance that fussing with VPATH will | Eric Andersen | 2001-01-31 | 1 | -1/+2 | |
| | | | | | break cross-compilation. -Erik | |||||
* | Fix up copyright msgs. Bump version to 0.49 in preparation for0_49 | Eric Andersen | 2001-01-27 | 1 | -3/+2 | |
| | | | | | a release. Update the website with release details. -Erik | |||||
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -13/+8 | |
| | | | | | | | busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik | |||||
* | Add in a patch to make busybox use the normal pwd.h and grp.h | Eric Andersen | 2001-01-27 | 1 | -1/+27 | |
| | | | | | | functions. Add in simple implementations of these functions, which can, optionally, be used instead of the system versions. -Erik | |||||
* | Oops. I am an idiot. Put CFLAGS_EXTRA back. Sorry 'bout that. | Eric Andersen | 2001-01-24 | 1 | -0/+1 | |
| | | | | -Erik | |||||
* | Patch from Larry Doolittle to close bug #1086. | Eric Andersen | 2001-01-22 | 1 | -0/+8 | |
| | | | | -Erik | |||||
* | All files include busybox.h, which includes applets.h, so the Makefile | Matt Kraai | 2001-01-18 | 1 | -2/+2 | |
| | | | | should reflect this. Thanks to Vladimir N. Oleynik for the idea. | |||||
* | Show an example of how to compile with uClibc. | Eric Andersen | 2001-01-16 | 1 | -2/+10 | |
| | | | | -Erik | |||||
* | Bump the version number to 0.49pre | Eric Andersen | 2000-12-20 | 1 | -1/+1 | |
| | ||||||
* | Update the version number to 0.48 (no longer pre). | Eric Andersen | 2000-12-13 | 1 | -1/+1 | |
| | ||||||
* | Fix so cross compiling works again... | Eric Andersen | 2000-12-12 | 1 | -5/+6 | |
| | ||||||
* | Add a linker warning for symbol conflicts. | Eric Andersen | 2000-12-11 | 1 | -5/+4 | |
| | ||||||
* | oops, didn't mean to commit that last one... reverting | Randolph Chung | 2000-12-07 | 1 | -1/+1 | |
| | ||||||
* | Write progress meter to stderr instead of stdout | Randolph Chung | 2000-12-07 | 1 | -1/+1 | |
| | ||||||
* | Patch from Larry Doolittle so it will build the newdocs right. | Eric Andersen | 2000-12-02 | 1 | -5/+5 | |
| | ||||||
* | More doc handling updates | Eric Andersen | 2000-12-01 | 1 | -7/+6 | |
| | ||||||
* | Fix yet another blunder. Create symlink correctly this time. | Eric Andersen | 2000-12-01 | 1 | -1/+1 | |
| | ||||||
* | I forgot a "/". Oops. | Eric Andersen | 2000-12-01 | 1 | -1/+1 | |
| | ||||||
* | More pristine source directory updates. It now works | Eric Andersen | 2000-12-01 | 1 | -7/+7 | |
| | | | | | for me (including doing install). How about you? -Erik | |||||
* | More updates for the Makefile to do BB_SRC_DIR. This is | Eric Andersen | 2000-12-01 | 1 | -15/+48 | |
| | | | | | primarily a patch from Larry Doolittle, but with updates from me to handle docs and link creation properly... | |||||
* | Patch form Larry Doolittle <ldoolitt@recycle.lbl.gov> (in collaboration | Eric Andersen | 2000-11-29 | 1 | -6/+15 | |
| | | | | | | with Matt Kraai <kraai@alumni.carnegiemellon.edu>) to allow for a pristine source directory -- where all the .o files and such are not placed into the source tree. Thanks Larry! | |||||
* | Add in -lgcc to add needed symbold when linking vs uclibc. | Eric Andersen | 2000-10-27 | 1 | -2/+2 | |
| | ||||||
* | Oops. I never committed this. Update version to 0.48pre... | Eric Andersen | 2000-10-27 | 1 | -1/+1 | |
| | ||||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 | |
| | | | | -Erik | |||||
* | Gratuitously changed the file "busybox.defs.h" to the more | Eric Andersen | 2000-09-25 | 1 | -3/+3 | |
| | | | | | sensible and noticable "Config.h". -Erik | |||||
* | Update newdoc dependancy | Eric Andersen | 2000-09-24 | 1 | -2/+2 | |
| | ||||||
* | Fix loop.h dependencies. | Matt Kraai | 2000-09-22 | 1 | -2/+2 | |
| | ||||||
* | Decouple DODEBUG and DOSTATIC | Eric Andersen | 2000-09-21 | 1 | -15/+14 | |
| | ||||||
* | Large file >2Gib support. | Eric Andersen | 2000-09-21 | 1 | -0/+14 | |
| | ||||||
* | More portable handling of loop header files, as done in util-linux | Eric Andersen | 2000-09-21 | 1 | -7/+14 | |
| | ||||||
* | Minor fix to clean target | Eric Andersen | 2000-08-01 | 1 | -3/+2 | |
| | | | | -Erik | |||||
* | New variable WARNINGS to hold all warning options | Pavel Roskin | 2000-07-28 | 1 | -2/+4 | |
| | ||||||
* | Bump version number. | Eric Andersen | 2000-07-21 | 1 | -2/+2 | |
| | | | | -Erik | |||||
* | Adjusted install.sh to use relative symlinks, and to optionally | Eric Andersen | 2000-07-20 | 1 | -3/+6 | |
| | | | | | create hardlinks. Added a makefile target to create hardlinks. -Erik | |||||
* | Updated to add support for dmalloc, and adjusted for better cross | Eric Andersen | 2000-07-19 | 1 | -10/+27 | |
| | | | | | compiler support. -Erik | |||||
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -1/+1 | |
| | ||||||
* | Final updates for release.0_46 | Eric Andersen | 2000-07-11 | 1 | -1/+1 | |
| | | | | -Erik | |||||
* | Removed all trace of hand-tooled regexp routines. Bye bye, baby. | Mark Whitley | 2000-07-10 | 1 | -1/+1 | |
| | ||||||
* | Added a rule to make tags files for vi(m). | Mark Whitley | 2000-07-10 | 1 | -0/+4 | |
| | ||||||
* | Fix a dependancy bug for the docs. | Eric Andersen | 2000-07-07 | 1 | -3/+2 | |
| | | | | -Erik | |||||
* | Update 'make release' to remove all the .#filename files | Eric Andersen | 2000-07-06 | 1 | -0/+5 | |
| | | | | | the CVS leaves lying about... -Erik | |||||
* | Fix doc building so the dependancies work properly. | Eric Andersen | 2000-07-06 | 1 | -28/+29 | |
| | | | | -Erik | |||||
* | a few minor cleanups. | Eric Andersen | 2000-07-06 | 1 | -1/+2 | |
| | | | | -Erik | |||||
* | Some cosmetic updates. Changed "OPTIONS" to "Options". | Eric Andersen | 2000-07-04 | 1 | -1/+1 | |
| | | | | -Erik | |||||
* | A first pass at integrating the SGML docs into the Makefile. | Eric Andersen | 2000-07-04 | 1 | -8/+37 | |
| | | | | | | A first pass a cleaning up the current SGML (lots more cleanup is needed though). -Erik | |||||
* | Better cross libc support. | Eric Andersen | 2000-06-28 | 1 | -2/+2 | |
| | | | | -Erik | |||||
* | Bump version number to 0.45 | Eric Andersen | 2000-06-21 | 1 | -1/+1 | |
| | | | | -Erik | |||||
* | Some makefile fixes to allow compiling with ucLibc (stuff turned off | Eric Andersen | 2000-06-20 | 1 | -5/+5 | |
| | | | | | by default of course). -Erik | |||||
* | Urgh. revert Makefile. again. Forgot to do the 'cvs update -d now' trick | Eric Andersen | 2000-06-13 | 1 | -1/+1 | |
| | | | | on my home box. |