Shutdown sending on the socket when stdin closes.
[oweals/busybox.git] / Makefile
2000-12-13 Eric AndersenUpdate the version number to 0.48 (no longer pre).
2000-12-12 Eric AndersenFix so cross compiling works again...
2000-12-11 Eric AndersenAdd a linker warning for symbol conflicts.
2000-12-07 Randolph Chungoops, didn't mean to commit that last one... reverting
2000-12-07 Randolph ChungWrite progress meter to stderr instead of stdout
2000-12-02 Eric AndersenPatch from Larry Doolittle so it will build the newdocs...
2000-12-01 Eric AndersenMore doc handling updates
2000-12-01 Eric AndersenFix yet another blunder. Create symlink correctly...
2000-12-01 Eric AndersenI forgot a "/". Oops.
2000-12-01 Eric AndersenMore pristine source directory updates. It now works
2000-12-01 Eric AndersenMore updates for the Makefile to do BB_SRC_DIR. This is
2000-11-29 Eric AndersenPatch form Larry Doolittle <ldoolitt@recycle.lbl.gov...
2000-10-27 Eric AndersenAdd in -lgcc to add needed symbold when linking vs...
2000-10-27 Eric AndersenOops. I never committed this. Update version to 0...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-25 Eric AndersenGratuitously changed the file "busybox.defs.h" to the...
2000-09-24 Eric AndersenUpdate newdoc dependancy
2000-09-22 Matt KraaiFix loop.h dependencies.
2000-09-21 Eric AndersenDecouple DODEBUG and DOSTATIC
2000-09-21 Eric AndersenLarge file >2Gib support.
2000-09-21 Eric AndersenMore portable handling of loop header files, as done...
2000-08-01 Eric AndersenMinor fix to clean target
2000-07-28 Pavel RoskinNew variable WARNINGS to hold all warning options
2000-07-21 Eric AndersenBump version number.
2000-07-20 Eric AndersenAdjusted install.sh to use relative symlinks, and to...
2000-07-19 Eric AndersenUpdated to add support for dmalloc, and adjusted for...
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-11 Eric AndersenFinal updates for release. 0_46
2000-07-10 Mark WhitleyRemoved all trace of hand-tooled regexp routines. Bye...
2000-07-10 Mark WhitleyAdded a rule to make tags files for vi(m).
2000-07-07 Eric AndersenFix a dependancy bug for the docs.
2000-07-06 Eric AndersenUpdate 'make release' to remove all the .#filename...
2000-07-06 Eric AndersenFix doc building so the dependancies work properly.
2000-07-06 Eric Andersena few minor cleanups.
2000-07-04 Eric AndersenSome cosmetic updates. Changed "OPTIONS" to "Options".
2000-07-04 Eric AndersenA first pass at integrating the SGML docs into the...
2000-06-28 Eric AndersenBetter cross libc support.
2000-06-21 Eric AndersenBump version number to 0.45
2000-06-20 Eric AndersenSome makefile fixes to allow compiling with ucLibc...
2000-06-13 Eric AndersenUrgh. revert Makefile. again. Forgot to do the ...
2000-06-13 Eric AndersenAdd new apps md5sum uudecode uuencode, fix some minor...
2000-06-07 Eric AndersenDebug should be off in the Makefile. I will now do...
2000-06-06 Eric AndersenFixed a bunch of stuff:
2000-06-03 Eric AndersenTurn off debugging in the Makefile.
2000-06-02 Eric AndersenSome Makefile fixes for the docs.
2000-06-02 Eric AndersenA number of additional fixed from Pavel Roskin, note...
2000-06-02 Eric AndersenAcknowledge contributions of Pavel Roskin, and fix...
2000-05-19 Erik AndersenMore libc portability updates, add in the website ...
2000-05-16 Erik AndersenSome updates for better portability.
2000-05-13 Erik AndersenSo much for my evil optimization. Doesn't seem to...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-05-12 Erik AndersenSome experimental stuff (work in progress). heheh.
2000-05-10 Erik Andersen* cp -fa now works as expected for symlinks (it didn...
2000-05-03 Erik AndersenSensibly put the docs under the docs directory.
2000-05-03 Erik AndersenRemove BB_FEATURE_REMOUNT (small, and should always...
2000-05-02 Erik AndersenMake the dependancies on the docs work properly
2000-05-02 Erik AndersenMore stuff
2000-04-28 Erik AndersenLatest and greatest. Some effort at libc5 (aiming...
2000-04-21 Erik AndersenSome more updates and such...
2000-04-21 Erik AndersenMore Doc updates. cmdedit and more termio fixes.
2000-04-19 Erik AndersenFix the makefile so docs get built
2000-04-19 Erik AndersenMore minor updates to docs (and making apps behave...
2000-04-19 Erik Andersenmake ps accept (and ignore) all options (--help works...
2000-04-18 Jim GleasonReset DODEBUG to false
2000-04-18 Erik AndersenMore little stuff.
2000-04-18 Erik AndersenUpdates
2000-04-17 John Beppu- grep -v ^\.PHONY < Makefile
2000-04-17 Erik AndersenBugfixes.
2000-04-17 John Beppu- got rid of the .PHONY: docs, because I didn't want...
2000-04-17 John Beppu+ added a .PHONY: docs
2000-04-15 Erik AndersenTurn off debugging
2000-04-13 John Beppu+ VERSION wasn't being propagated to the sub-make happe...
2000-04-13 Erik AndersenMore doc updates for BusyBox, with fixes to apps for...
2000-04-09 Erik AndersenMore minor patches
2000-04-09 Erik AndersenThis makes tar work perfectly, and adds in "--exclude...
2000-04-08 Erik AndersenLatest and greatest
2000-04-06 Erik AndersenFix time stamp style
2000-04-06 Erik AndersenTurn off static linking. Duh.
2000-03-24 Erik AndersenThe new tar for busybox is now done, and works just...
2000-03-19 Erik Andersenmore minor fixes
2000-03-06 Erik AndersenOops. I left debugging turned on...
2000-03-04 Erik AndersenAdd in freeramdisk.c, which (duh) frees ramdisks. ...
2000-02-29 Erik AndersenMinor makefile and todo updates
2000-02-18 Erik AndersenSome updates for the day,
2000-02-11 Erik AndersenUpdates
2000-02-09 Erik AndersenFixed the init problem where it wouldn't unmount filesy...
2000-02-07 Erik AndersenA few minor updates. ;-)
2000-01-23 Erik AndersenSome busybox updates. You no longer _have_ to put...
2000-01-15 Erik AndersenSync up busybox with the latest and greatest. This...
2000-01-13 Erik AndersenBug fixes.
2000-01-08 Erik AndersenOops. left debug on.
2000-01-08 Erik AndersenFix cp and mv so 'cp foo/README bar' where foo and...
2000-01-07 Erik AndersenMore adjustments
2000-01-07 Erik AndersenInit is now even more perfect then before.
2000-01-05 Erik AndersenThe latest and greatest. init basically works, though...
2000-01-04 Erik AndersenBunches of fixes. Typos, bugs, etc.
1999-12-29 Erik AndersenFixed mv so it now does the right thing (same method...
1999-12-29 Erik AndersenFixed cp so it works as God intended it to.
1999-12-21 Erik AndersenSync to my local tree
1999-12-17 Erik AndersenReworked the source so it will compile and run under...
next