Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-05-30 | Remove the now-fixed tar segfault from the TODO list. | Eric Andersen | |
-Erik | |||
2000-05-30 | Fixed 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-25 | Minor update to web page. | Eric Andersen | |
-Erik | |||
2000-05-20 | First pass at fixing tar segfault, and more portability updates. | Erik Andersen | |
-Erik | |||
2000-05-19 | More libc portability updates, add in the website (which has not been | Erik Andersen | |
archived previously). Wrote 'which' during the meeting today. -Erik | |||
2000-05-17 | Another bug to fix... | Erik Andersen | |
-Erik | |||
2000-05-17 | Some more portability updates | Erik Andersen | |
-Erik | |||
2000-05-16 | Some updates for better portability. | Erik Andersen | |
-Erik | |||
2000-05-13 | TODO update | Erik Andersen | |
-Erik | |||
2000-05-13 | Change a description | Erik Andersen | |
-Erik | |||
2000-05-13 | Minor fixes to being a standalone shell. | Erik Andersen | |
-Erik | |||
2000-05-13 | BusyBox shell (lash) can now be used as a standalone shell when | Erik 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-13 | More doc updates | Erik Andersen | |
-Erik | |||
2000-05-13 | So much for my evil optimization. Doesn't seem to work. Will test | Erik Andersen | |
more on it later. -Erik | |||
2000-05-12 | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | |
which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik | |||
2000-05-12 | Some 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-10 | Add suffix stripping support to basename | Erik Andersen | |
-Erik | |||
2000-05-08 | Added some bugs / TODOs. | Mark Whitley | |
2000-05-08 | Fix umount dependency on find_real_root_device_name | Erik Andersen | |
-Erik | |||
2000-05-05 | Doc updates | Erik Andersen | |
-Erik | |||
2000-05-05 | Add 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-03 | Tell cvs to never checkin the resultant docs. | Erik Andersen | |
-Erik | |||
2000-05-03 | Sensibly put the docs under the docs directory. | Erik Andersen | |
-Erik | |||
2000-05-03 | Remove 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-02 | More formatting bugs fixed | Erik Andersen | |
-Erik | |||
2000-05-02 | Bug fixes in the docs | Erik Andersen | |
-Erik | |||
2000-05-02 | Make the dependancies on the docs work properly | Erik Andersen | |
-Erik | |||
2000-05-02 | More stuff | Erik Andersen | |
-Erik | |||
2000-05-01 | Document tr change | Erik Andersen | |
-Erik | |||
2000-05-01 | Due to the license change I can now use Minix code. Minix tr | Erik Andersen | |
(adapted) now replaces BSD tr. Goes from 5k to 1k, and eliminates bsearch from the list of libc symbols. -Erik | |||
2000-05-01 | Minor source modifications to improve readability. | Mark Whitley | |
2000-05-01 | Minor doc change | Erik Andersen | |
2000-05-01 | My little adventure of analyzing lib usage has already rooted out | Erik 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-01 | Note how to find list of BusyBox libc dependancies, the ide being to | Erik Andersen | |
limit them much more. -Erik | |||
2000-05-01 | Oops. | Erik Andersen | |
-Erik | |||
2000-05-01 | Some 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-28 | Foo | Erik Andersen | |
2000-04-28 | Fix changelog | Erik Andersen | |
-Erik | |||
2000-04-28 | Fix tarball creation. In an attempt to accomodate the whiners | Erik Andersen | |
that wanted "tar cf foo.tar foo" (i.e. no "-" before options) I broke creation of tarballs. Now fixed. -Erik | |||
2000-04-28 | Fix stupid bugs. update was segfaulting. mknod minor # was always 0 | Erik Andersen | |
due to a parsing bug. Oops. -Erik | |||
2000-04-28 | Forgot this file... | Erik Andersen | |
-Erik | |||
2000-04-28 | Latest and greatest. Some effort at libc5 (aiming towards newlib) | Erik Andersen | |
compatability. -Erik | |||
2000-04-25 | Several more updates | Erik Andersen | |
-Erik | |||
2000-04-24 | + grep -v # yay! | John Beppu | |
2000-04-21 | Some more updates and such... | Erik Andersen | |
-Erik | |||
2000-04-21 | More Doc updates. cmdedit and more termio fixes. | Erik Andersen | |
2000-04-21 | Doc updates | Erik Andersen | |
-Erik | |||
2000-04-19 | Add #include <sys/param.h> to syslogd. | Erik Andersen | |
-Erik | |||
2000-04-19 | Make the sys logger for so that concurrent logging will work | Erik Andersen | |
properly (see tests/syslog_test.c for example). -Erik |