aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-05-30Remove the now-fixed tar segfault from the TODO list.Eric Andersen
-Erik
2000-05-30Fixed tar option parsing segfault, and make "tar xv" and "tar -xv"Eric Andersen
both work (i.e. it works with or w/o the "-"). -Erik
2000-05-25Minor update to web page.Eric Andersen
-Erik
2000-05-20First pass at fixing tar segfault, and more portability updates.Erik Andersen
-Erik
2000-05-19More libc portability updates, add in the website (which has not beenErik Andersen
archived previously). Wrote 'which' during the meeting today. -Erik
2000-05-17Another bug to fix...Erik Andersen
-Erik
2000-05-17Some more portability updatesErik Andersen
-Erik
2000-05-16Some updates for better portability.Erik Andersen
-Erik
2000-05-13TODO updateErik Andersen
-Erik
2000-05-13Change a descriptionErik Andersen
-Erik
2000-05-13Minor fixes to being a standalone shell.Erik Andersen
-Erik
2000-05-13BusyBox shell (lash) can now be used as a standalone shell whenErik Andersen
BB_FEATURE_STANDALONE_SHELL is defined (i.e. BusyBox can now completely replace sash). Also fixed it so shell builtins now respect pipes and redirects. -Erik
2000-05-13More doc updatesErik Andersen
-Erik
2000-05-13So much for my evil optimization. Doesn't seem to work. Will testErik Andersen
more on it later. -Erik
2000-05-12Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen
which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
2000-05-12Some experimental stuff (work in progress). heheh.Erik Andersen
-Erik
2000-05-10* cp -fa now works as expected for symlinks (it didn't before)Erik Andersen
* zcat works again (wasn't working since option parsing was broken) * more doc updates/more support for BB_FEATURE_SIMPLE_HELP -Erik
2000-05-10Add suffix stripping support to basenameErik Andersen
-Erik
2000-05-08Added some bugs / TODOs.Mark Whitley
2000-05-08Fix umount dependency on find_real_root_device_nameErik Andersen
-Erik
2000-05-05Doc updatesErik Andersen
-Erik
2000-05-05Add support for "noatime" and "nodiratime" mount flags to mount.Erik Andersen
Change umount "-f" to mean force, and actually use umount2. Change umount "-l" to mean "Do not free loop device". Updates docs accordingly. -Erik
2000-05-03Tell cvs to never checkin the resultant docs.Erik Andersen
-Erik
2000-05-03Sensibly put the docs under the docs directory.Erik Andersen
-Erik
2000-05-03Remove BB_FEATURE_REMOUNT (small, and should always be present)Erik Andersen
and fix documentation dependancy checks, so it is only built when it should be built. -Erik
2000-05-02More formatting bugs fixedErik Andersen
-Erik
2000-05-02Bug fixes in the docsErik Andersen
-Erik
2000-05-02Make the dependancies on the docs work properlyErik Andersen
-Erik
2000-05-02More stuffErik Andersen
-Erik
2000-05-01Document tr changeErik Andersen
-Erik
2000-05-01Due to the license change I can now use Minix code. Minix trErik Andersen
(adapted) now replaces BSD tr. Goes from 5k to 1k, and eliminates bsearch from the list of libc symbols. -Erik
2000-05-01Minor source modifications to improve readability.Mark Whitley
2000-05-01Minor doc changeErik Andersen
2000-05-01My little adventure of analyzing lib usage has already rooted outErik Andersen
a big "P" Policy violator -- logname was using getlogin(3), which uses utmp under the hood. We don't need no stinkin' utmp (and if we are using tinylogin, it is unlikely to be useful trying). -Erik
2000-05-01Note how to find list of BusyBox libc dependancies, the ide being toErik Andersen
limit them much more. -Erik
2000-05-01Oops.Erik Andersen
-Erik
2000-05-01Some accrued fixes/updates.Erik Andersen
* cp/mv now accepts (and ignores) the -f flag, since it always does force anyway * tail can now accept -<num> commands (e.g. -10) for better compatibility with the standard tail command * added a simple id implementation; doesn't support supp. groups yet
2000-04-28FooErik Andersen
2000-04-28Fix changelogErik Andersen
-Erik
2000-04-28Fix tarball creation. In an attempt to accomodate the whinersErik Andersen
that wanted "tar cf foo.tar foo" (i.e. no "-" before options) I broke creation of tarballs. Now fixed. -Erik
2000-04-28Fix stupid bugs. update was segfaulting. mknod minor # was always 0Erik Andersen
due to a parsing bug. Oops. -Erik
2000-04-28Forgot this file...Erik Andersen
-Erik
2000-04-28Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen
compatability. -Erik
2000-04-25Several more updatesErik Andersen
-Erik
2000-04-24+ grep -v # yay!John Beppu
2000-04-21Some more updates and such...Erik Andersen
-Erik
2000-04-21More Doc updates. cmdedit and more termio fixes.Erik Andersen
2000-04-21Doc updatesErik Andersen
-Erik
2000-04-19Add #include <sys/param.h> to syslogd.Erik Andersen
-Erik
2000-04-19Make the sys logger for so that concurrent logging will workErik Andersen
properly (see tests/syslog_test.c for example). -Erik