aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2000-04-19Fix email addressErik Andersen
-Erik
2000-04-19Minor doc changeErik Andersen
-Erik
2000-04-19Some emails I exchanged with Alan Cox and Linus re my /dev/psErik Andersen
kernel patch. To summarize, it won't be going into the kernel. -Erik
2000-04-19Fix the makefile so docs get builtErik Andersen
-Erik
2000-04-19More minor updates to docs (and making apps behave as the docsErik Andersen
suggest they should) -Erik
2000-04-19make ps accept (and ignore) all options (--help works of course).Erik Andersen
tar now works with or without the leading "-" on the options. -Erik
2000-04-18More stuffErik Andersen
-Erik
2000-04-18Fix creation of /linuxrcErik Andersen
-Erik
2000-04-18Really fix the killall segfault this time.Erik Andersen
-Erik
2000-04-18Fix symlink following bug in chmod -R and friends. Allow SYSV styleErik Andersen
'chown foo:bar' in addition to 'chown foo.bar', and fix a bug in the busybox globbing routine such that 'find /dir -name [i]' no longer segfaults. -Erik
2000-04-18Fix stupid bug (wrong variable)Erik Andersen
-Erik
2000-04-18Reset DODEBUG to falseJim Gleason
2000-04-18More little stuff.Erik Andersen
-Erik