aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump version to 0.52preEric Andersen2001-05-091-1/+1
|
* Update comment re USE_SYSTEM_PWD_GRPEric Andersen2001-05-071-5/+6
| | | | -Erik
* Oops. The dangers of applying patches by hand...Eric Andersen2001-05-011-1/+1
|
* A patch from Larry to fix pristine source builds (again).Eric Andersen2001-05-011-1/+1
| | | | I just can't seem to _not_ break it. Sigh.
* Made new xreadlink function for libbb and changed applets to use it instead ofMark Whitley2001-04-301-2/+2
| | | | readlink(2).
* Per suggestion by Matt, make sh.c a real target. There is noEric Andersen2001-04-301-4/+4
| | | | | need for the useless sh_link dummy target -- use the real thing. -Erik
* fix to applet_source_list rule so Debian package continues to buildDavid Kimdon2001-04-281-1/+1
|
* Matt was complaining. Hopefully this helps the sh.c link situationEric Andersen2001-04-271-4/+4
|
* Be a bit more sneaky about the sh.c symlink so you don't need toEric Andersen2001-04-261-2/+4
| | | | | do a mke clean for it to happen. -Erik
* This is the initial checkin of Larry Doolittle's hush.c, using hisEric Andersen2001-04-261-0/+1
| | | | | | | | | | | | April 25, 2001 snapshot, adjusted a bit by me so it has cmdedit support. This checkin also removes sh.c. In the future sh.c will be a symlink to your shell of choice. For now, this symlink will default to pointing to lash.c (as in the past). If you change the symlink to point to hush.c, then thats what you will get. This symlink business is a temporary situation, which will be cleaned up Real Soon Now(tm). -Erik
* Another nice cleanup from Larry. This adds a new last_char_is() function andEric Andersen2001-04-261-1/+1
| | | | | | uses it to avoid possible buffer underruns whn strlen is zero, and avoid the possible space-hogging inline of strlen() in several cases. -Erik
* Applied patch from Larry Doolittle to fix pristine build breakage.Mark Whitley2001-04-251-0/+1
|
* Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen2001-04-251-3/+11
| | | | | | | This way, we can new get rid of all that tedious #define rubbish we used to need to enable specific messages. This way is enormously simpler, and as a bonus also ends up saving us 96 bytes. -Erik
* Cleanup more carefully after pod2htmlEric Andersen2001-04-241-2/+2
|
* Rewrote rm.Matt Kraai2001-04-241-1/+2
|
* Change link order so that libbb functions use libpwd.a when appropriate.Matt Kraai2001-04-231-1/+1
|
* This has two patches. First it moves interface.c to libbb (it isEric Andersen2001-04-191-1/+1
| | | | | | | support code after all). It also contains a patch from Larry Doolittle that removes two instances of "strlen([^)]*) *- *1", un-shadows two variables, relaxes requirement for a sprintf(3) that returns number of bytes written, and eliminates a duplicate subroutine.
* NEw functions read_package_field and read_text_file_to_bufferGlenn L McGrath2001-04-151-4/+4
|
* Use date -u instead of date --utc and consolidate version string.Matt Kraai2001-04-121-1/+1
| | | | Patch by Larry Doolittle <ldoolitt@recycle.lbl.gov>.
* use tmpfile() and revert my previous changes... convert() belongs hereGlenn L McGrath2001-04-121-11/+12
|
* copy_file_chunk uses streams now.Glenn L McGrath2001-04-111-10/+10
|
* Move unzip, gz_open, gz_close to libbbGlenn L McGrath2001-04-111-7/+7
|
* Move deb_extract() to libbb, dpkg now independent of dpkg-debGlenn L McGrath2001-04-111-7/+7
|
* Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.cGlenn L McGrath2001-04-111-10/+11
|
* Fix up the uClibc compiler name (its format was recently changed slightly)Eric Andersen2001-04-101-1/+1
|
* Apply Vladimir's latest cleanup patch.Eric Andersen2001-04-091-1/+2
| | | | -Erik
* Bump version number to 0.51Eric Andersen2001-04-091-1/+1
|
* - use docs/autodocifier.pl to merge POD togetherJohn Beppu2001-04-051-1/+6
|
* Some further syscall adjustments. Split the module syscalls out ofEric Andersen2001-04-051-1/+1
| | | | | | insmod and into libbb. Only enable them for libc5. glibc and uClibc don't need them. -Erik
* Failed to name "Electric-fence" explicitlyEric Andersen2001-04-041-1/+1
|
* Seems that stupid libc5 doesn't implement daemon(), so conditionallyEric Andersen2001-04-041-1/+1
| | | | | inclde that here. -Erik
* Add in easy-to-use electric-fence support.Eric Andersen2001-04-031-0/+10
| | | | -Erik
* Fix for bug 1143 from Larry DoolittleEric Andersen2001-04-031-2/+5
| | | | -Erik
* Move the mtab support stuff into libbbEric Andersen2001-04-011-2/+2
| | | | -Erik
* Fixed the Makefile so busybox can link against libc5 again. Putting libbb.a atMark Whitley2001-03-271-1/+1
| | | | the end broke it.
* Bump version number to 0.51preEric Andersen2001-03-241-1/+1
|
* A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen2001-03-211-1/+1
| | | | cleans up most of the now-revealed problems.
* Split error messages into separate files.Eric Andersen2001-03-191-1/+4
| | | | | | Update libbb.h, per suggestion from Vladimir, to include __attribute__((format (printf ...))) stuff -Erik
* Split libbb/pwd_grp_wrappers.c into 5 different libbb/my_* files.Eric Andersen2001-03-191-2/+3
| | | | -Erik
* Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen2001-03-161-7/+29
| | | | | files. Clean up the resulting damage and fix up the makefile. -Erik
* Fix the make release target.Eric Andersen2001-03-161-3/+3
|
* Update files and version number prepratory to cutting a release.Eric Andersen2001-03-151-1/+1
| | | | -Erik
* Use the system passwd and group stuff by defaultEric Andersen2001-03-141-1/+1
|
* Update the lash shell (hopefully the last time...) so things likeEric Andersen2001-03-131-0/+1
| | | | | | echo "foo bar" and echo -n "foo\t\\\\\tbar" work as expected. Merge prompt printing work from Vladimir. -Erik
* Created new regression testing framework with a number of testcases (many moreMark Whitley2001-03-101-1/+4
| | | | | | can be added). Also changed 'test' target in makefile to run the new tester.sh. (Hopefully, we should be able to remove all the tests/*.mk files soon.)
* patch from Larry to fix pristine source buildsEric Andersen2001-03-091-1/+1
|
* Make sure libpwd.a is linked _last_ so it overrides the system pwd/grpEric Andersen2001-03-051-4/+4
| | | | implementation. It wasn't doing that as expected...
* Try to do a little better at documenting how to useEric Andersen2001-03-051-0/+10
| | | | alternate C libraries, thanks to David Douthitt.
* libpwd was getting added twice.Eric Andersen2001-02-271-1/+0
|
* Little patchlet to make linking against libc5 work a little betterMark Whitley2001-02-271-3/+3
|