aboutsummaryrefslogtreecommitdiff
path: root/TODO (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix 'date -u'Eric Andersen2000-06-061-2/+0
| | | | -Erik
* mkfs.minix rev 1.7 completely broke the option parser. This fixes it.Eric Andersen2000-06-061-2/+4
| | | | -Erik
* Removed chmod,chown,chgrp from the "Bugs that need fixing" list.Mark Whitley2000-06-061-11/+7
|
* Added considering making a unified option parser someday.Mark Whitley2000-06-061-1/+1
|
* Updated TODO item re: 'cp -a /tmp/*' not producing the right error messageMark Whitley2000-06-061-2/+0
| | | | (it's been fixed).
* Fixed a bunch of stuff:Eric Andersen2000-06-061-6/+0
| | | | | | | | | | * Fixed segfault caused by "touch -c" * Fixed segfault caused by "rm -f" * Fixed segfault caused by "ln -s -s" and similar abuses. * Fixed segfault caused by "cp -a -a" and similar abuses. * Implemented "rm -- <foo>" updated docs accordingly. -Erik
* More TODO items. Fix a dependancy bug on busybox.def.hEric Andersen2000-06-051-1/+8
| | | | -Erik
* Note that I broke mkfs_minix's parser in rev 1.7.Eric Andersen2000-06-031-0/+1
| | | | -Erik
* A number of additional fixed from Pavel Roskin, note some more bugs in theEric Andersen2000-06-021-0/+2
| | | | | | TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -Erik
* More stuff to do...Eric Andersen2000-06-021-2/+7
| | | | -Erik
* More stuff.Eric Andersen2000-05-311-0/+2
| | | | -Erik
* Minor doc fix. Added several bugs to the todo list. Fixed the way initEric Andersen2000-05-311-0/+12
| | | | | scans /etc/inittab entries so that commands can contain ":"s. -Erik
* Remove the now-fixed tar segfault from the TODO list.Eric Andersen2000-05-301-4/+0
| | | | -Erik
* First pass at fixing tar segfault, and more portability updates.Erik Andersen2000-05-201-0/+5
| | | | -Erik
* More libc portability updates, add in the website (which has not beenErik Andersen2000-05-191-31/+4
| | | | | archived previously). Wrote 'which' during the meeting today. -Erik
* Another bug to fix...Erik Andersen2000-05-171-0/+11
| | | | -Erik
* TODO updateErik Andersen2000-05-131-10/+5
| | | | -Erik
* * cp -fa now works as expected for symlinks (it didn't before)Erik Andersen2000-05-101-2/+0
| | | | | | * zcat works again (wasn't working since option parsing was broken) * more doc updates/more support for BB_FEATURE_SIMPLE_HELP -Erik
* Added some bugs / TODOs.Mark Whitley2000-05-081-0/+13
|
* More stuffErik Andersen2000-05-021-0/+33
| | | | -Erik
* Minor doc changeErik Andersen2000-05-011-1/+2
|
* My little adventure of analyzing lib usage has already rooted outErik Andersen2000-05-011-0/+2
| | | | | | | 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
* Note how to find list of BusyBox libc dependancies, the ide being toErik Andersen2000-05-011-0/+12
| | | | | limit them much more. -Erik
* Some accrued fixes/updates.Erik Andersen2000-05-011-1/+1
| | | | | | | | * 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
* Fix creation of /linuxrcErik Andersen2000-04-181-1/+1
| | | | -Erik
* More documentation updates, and minor fixes to make things syncErik Andersen2000-04-151-0/+5
| | | | | up with the docs. -Erik
* Fix a tar bug: tar removed leading '/'s for symlink targets.Erik Andersen2000-04-141-5/+3
| | | | | | 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
* This makes tar work perfectly, and adds in "--exclude" as an optionErik Andersen2000-04-091-7/+1
| | | | -Erik
* Tar now works perfectly. It behaves much better now then itErik Andersen2000-04-051-52/+1
| | | | | used to. Only thing left to do is add in exclude (-X) option. -Erik
* My latest ramblings.Erik Andersen2000-03-231-0/+338
| | | | -Erik
* A few updates (including the cp fix the Craig has been looking for)Erik Andersen2000-03-041-6/+18
| | | | -Erik
* Minor makefile and todo updatesErik Andersen2000-02-291-0/+6
| | | | -Erik
* Add in a TODO item,Erik Andersen2000-02-221-0/+12
| | | | -Erik
* Fixed du. Now behaves just like GNU du (only less so).Erik Andersen2000-02-191-16/+9
| | | | -Erik
* Some updates for the day,Erik Andersen2000-02-181-0/+38
| | | | -Erik
* UpdatesErik Andersen2000-02-111-5/+1
| | | | -Erik
* Update the sample inittab to add the "ctrlaltdel" action.Erik Andersen2000-02-091-0/+4
| | | | | Note a bug in busybox init that I need to fix. -Erik
* A few minor updates. ;-)Erik Andersen2000-02-071-0/+41
| | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik
* Sync up busybox with the latest and greatest. This is not stuff forErik Andersen2000-01-151-0/+5
| | | | | the Embedix release. -Erik
* Bug fixes.Erik Andersen2000-01-131-1/+0
| | | | -Erik
* More minor fixes.Erik Andersen2000-01-071-5/+0
| | | | -Erik
* fooErik Andersen2000-01-071-0/+2
|
* making note of my changes.John Beppu2000-01-071-1/+0
|
* Make head --version do the right thing. Update TODO listErik Andersen1999-12-171-1/+1
| | | | -Erik
* Fix bugs in logger and syslogd. Add fbset.Erik Andersen1999-12-161-2/+3
| | | | -Erik
* Minor updatesEric Andersen1999-12-111-0/+3
|
* damnit.John Beppu1999-12-101-1/+0
| | | | | | | | 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.
* Added poweroff (and adjusted init to use it). Inlined functionEric Andersen1999-12-101-4/+1
| | | | | calls to code only called once in tee. Made BB_KLOGD and option. -Erik
* less TODOJohn Beppu1999-12-101-1/+0
|
* less TODOJohn Beppu1999-12-101-1/+0
|