aboutsummaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2000-05-31Minor doc fix. Added several bugs to the todo list. Fixed the way initEric Andersen
scans /etc/inittab entries so that commands can contain ":"s. -Erik
2000-05-30Remove the now-fixed tar segfault from the TODO list.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-13TODO updateErik 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-08Added some bugs / TODOs.Mark Whitley
2000-05-02More stuffErik Andersen
-Erik
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-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-18Fix creation of /linuxrcErik Andersen
-Erik
2000-04-15More documentation updates, and minor fixes to make things syncErik Andersen
up with the docs. -Erik
2000-04-14Fix a tar bug: tar removed leading '/'s for symlink targets.Erik Andersen
Fix a syslogd bug: Only the first sizeof(buffer) was read from the /dev/log socket, causing (for most cases) only every other log item to be logged. -Erik
2000-04-09This makes tar work perfectly, and adds in "--exclude" as an optionErik Andersen
-Erik
2000-04-05Tar now works perfectly. It behaves much better now then itErik Andersen
used to. Only thing left to do is add in exclude (-X) option. -Erik
2000-03-23My latest ramblings.Erik Andersen
-Erik
2000-03-04A few updates (including the cp fix the Craig has been looking for)Erik Andersen
-Erik
2000-02-29Minor makefile and todo updatesErik Andersen
-Erik
2000-02-22Add in a TODO item,Erik Andersen
-Erik
2000-02-19Fixed du. Now behaves just like GNU du (only less so).Erik Andersen
-Erik
2000-02-18Some updates for the day,Erik Andersen
-Erik
2000-02-11UpdatesErik Andersen
-Erik
2000-02-09Update the sample inittab to add the "ctrlaltdel" action.Erik Andersen
Note a bug in busybox init that I need to fix. -Erik
2000-02-07A few minor updates. ;-)Erik Andersen
Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik
2000-01-15Sync up busybox with the latest and greatest. This is not stuff forErik Andersen
the Embedix release. -Erik
2000-01-13Bug fixes.Erik Andersen
-Erik
2000-01-07More minor fixes.Erik Andersen
-Erik
2000-01-07fooErik Andersen
2000-01-07making note of my changes.John Beppu
1999-12-17Make head --version do the right thing. Update TODO listErik Andersen
-Erik
1999-12-16Fix bugs in logger and syslogd. Add fbset.Erik Andersen
-Erik
1999-12-11Minor updatesEric Andersen
1999-12-10 damnit.John Beppu
removed mkfifo from the TODO list. I didn't implement it, because I realized (too late) that mknod already existed, and it can do anything that mkfifo would have done.
1999-12-10Added poweroff (and adjusted init to use it). Inlined functionEric Andersen
calls to code only called once in tee. Made BB_KLOGD and option. -Erik
1999-12-10 less TODOJohn Beppu
1999-12-10 less TODOJohn Beppu
1999-12-09 du is doneJohn Beppu
1999-12-09Tail now works (costs 6k). Several other updates.Eric Andersen
-Erik
1999-12-08Latest and greatestEric Andersen
1999-12-07StufEric Andersen
1999-12-03StufEric Andersen
1999-11-25StufEric Andersen
1999-11-23StufEric Andersen