Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-06 | Fix 'date -u' | Eric Andersen | |
-Erik | |||
2000-06-06 | mkfs.minix rev 1.7 completely broke the option parser. This fixes it. | Eric Andersen | |
-Erik | |||
2000-06-06 | Removed chmod,chown,chgrp from the "Bugs that need fixing" list. | Mark Whitley | |
2000-06-06 | Added considering making a unified option parser someday. | Mark Whitley | |
2000-06-06 | Updated TODO item re: 'cp -a /tmp/*' not producing the right error message | Mark Whitley | |
(it's been fixed). | |||
2000-06-06 | Fixed a bunch of stuff: | Eric Andersen | |
* 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 | |||
2000-06-05 | More TODO items. Fix a dependancy bug on busybox.def.h | Eric Andersen | |
-Erik | |||
2000-06-03 | Note that I broke mkfs_minix's parser in rev 1.7. | Eric Andersen | |
-Erik | |||
2000-06-02 | A number of additional fixed from Pavel Roskin, note some more bugs in the | Eric Andersen | |
TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -Erik | |||
2000-06-02 | More stuff to do... | Eric Andersen | |
-Erik | |||
2000-05-31 | More stuff. | Eric Andersen | |
-Erik | |||
2000-05-31 | Minor doc fix. Added several bugs to the todo list. Fixed the way init | Eric Andersen | |
scans /etc/inittab entries so that commands can contain ":"s. -Erik | |||
2000-05-30 | Remove the now-fixed tar segfault from the TODO list. | 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-13 | TODO update | 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-08 | Added some bugs / TODOs. | Mark Whitley | |
2000-05-02 | More stuff | Erik Andersen | |
-Erik | |||
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 | 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-18 | Fix creation of /linuxrc | Erik Andersen | |
-Erik | |||
2000-04-15 | More documentation updates, and minor fixes to make things sync | Erik Andersen | |
up with the docs. -Erik | |||
2000-04-14 | Fix 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-09 | This makes tar work perfectly, and adds in "--exclude" as an option | Erik Andersen | |
-Erik | |||
2000-04-05 | Tar now works perfectly. It behaves much better now then it | Erik Andersen | |
used to. Only thing left to do is add in exclude (-X) option. -Erik | |||
2000-03-23 | My latest ramblings. | Erik Andersen | |
-Erik | |||
2000-03-04 | A few updates (including the cp fix the Craig has been looking for) | Erik Andersen | |
-Erik | |||
2000-02-29 | Minor makefile and todo updates | Erik Andersen | |
-Erik | |||
2000-02-22 | Add in a TODO item, | Erik Andersen | |
-Erik | |||
2000-02-19 | Fixed du. Now behaves just like GNU du (only less so). | Erik Andersen | |
-Erik | |||
2000-02-18 | Some updates for the day, | Erik Andersen | |
-Erik | |||
2000-02-11 | Updates | Erik Andersen | |
-Erik | |||
2000-02-09 | Update the sample inittab to add the "ctrlaltdel" action. | Erik Andersen | |
Note a bug in busybox init that I need to fix. -Erik | |||
2000-02-07 | A few minor updates. ;-) | Erik Andersen | |
Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik | |||
2000-01-15 | Sync up busybox with the latest and greatest. This is not stuff for | Erik Andersen | |
the Embedix release. -Erik | |||
2000-01-13 | Bug fixes. | Erik Andersen | |
-Erik | |||
2000-01-07 | More minor fixes. | Erik Andersen | |
-Erik | |||
2000-01-07 | foo | Erik Andersen | |
2000-01-07 | making note of my changes. | John Beppu | |
1999-12-17 | Make head --version do the right thing. Update TODO list | Erik Andersen | |
-Erik | |||
1999-12-16 | Fix bugs in logger and syslogd. Add fbset. | Erik Andersen | |
-Erik | |||
1999-12-11 | Minor updates | Eric 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-10 | Added poweroff (and adjusted init to use it). Inlined function | Eric Andersen | |
calls to code only called once in tee. Made BB_KLOGD and option. -Erik | |||
1999-12-10 | less TODO | John Beppu | |
1999-12-10 | less TODO | John Beppu | |