Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add in xargs | Eric Andersen | 2000-09-22 | 1 | -5/+0 | |
| | ||||||
* | Added expr, from Edward Betts <edward@debian.org>, with some fixups | Eric Andersen | 2000-09-05 | 1 | -1/+0 | |
| | | | | | and docs added by me. -Erik | |||||
* | Remove stuff now moved into the bug tracking system. | Eric Andersen | 2000-06-27 | 1 | -61/+0 | |
| | | | | -Erik | |||||
* | Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries in | Eric Andersen | 2000-06-26 | 1 | -20/+3 | |
| | | | | | /proc/mounts, added a hack to make sysinfo work with both old and new kernels). -Erik | |||||
* | Merged two TODO items into one | Mark Whitley | 2000-06-22 | 1 | -2/+1 | |
| | ||||||
* | Update the list. | Eric Andersen | 2000-06-22 | 1 | -3/+4 | |
| | | | | -Erik | |||||
* | More doc updates. | Eric Andersen | 2000-06-21 | 1 | -22/+37 | |
| | | | | -Erik | |||||
* | Mention libc support, Pavel's rm fix is already merged. | Eric Andersen | 2000-06-19 | 1 | -1/+0 | |
| | | | | -Erik | |||||
* | Added a note to the "maybe by 0.44" list to prune sfdisk and graft fdisk. | Mark Whitley | 2000-06-19 | 1 | -0/+2 | |
| | ||||||
* | Integrate Tomi Ollila's telnet. Costs 3k. :) | Eric Andersen | 2000-06-14 | 1 | -1/+0 | |
| | | | | -Erik | |||||
* | Modified status of some TODO items, added some others in preparation for the | Mark Whitley | 2000-06-14 | 1 | -5/+16 | |
| | | | | 0.44 release. | |||||
* | * Fixed 'swapon -a' and 'swapoff -a', which were broken. | Eric Andersen | 2000-06-07 | 1 | -7/+0 | |
| | | | | | | * Fixed 'mount -a' so it works as expected. * Implemented 'ls -R' (enabled by enabling BB_FEATURE_LS_RECURSIVE) -Erik | |||||
* | Fix 'date -u' | Eric Andersen | 2000-06-06 | 1 | -2/+0 | |
| | | | | -Erik | |||||
* | mkfs.minix rev 1.7 completely broke the option parser. This fixes it. | Eric Andersen | 2000-06-06 | 1 | -2/+4 | |
| | | | | -Erik | |||||
* | Removed chmod,chown,chgrp from the "Bugs that need fixing" list. | Mark Whitley | 2000-06-06 | 1 | -11/+7 | |
| | ||||||
* | Added considering making a unified option parser someday. | Mark Whitley | 2000-06-06 | 1 | -1/+1 | |
| | ||||||
* | Updated TODO item re: 'cp -a /tmp/*' not producing the right error message | Mark Whitley | 2000-06-06 | 1 | -2/+0 | |
| | | | | (it's been fixed). | |||||
* | Fixed a bunch of stuff: | Eric Andersen | 2000-06-06 | 1 | -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.h | Eric Andersen | 2000-06-05 | 1 | -1/+8 | |
| | | | | -Erik | |||||
* | Note that I broke mkfs_minix's parser in rev 1.7. | Eric Andersen | 2000-06-03 | 1 | -0/+1 | |
| | | | | -Erik | |||||
* | A number of additional fixed from Pavel Roskin, note some more bugs in the | Eric Andersen | 2000-06-02 | 1 | -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 Andersen | 2000-06-02 | 1 | -2/+7 | |
| | | | | -Erik | |||||
* | More stuff. | Eric Andersen | 2000-05-31 | 1 | -0/+2 | |
| | | | | -Erik | |||||
* | Minor doc fix. Added several bugs to the todo list. Fixed the way init | Eric Andersen | 2000-05-31 | 1 | -0/+12 | |
| | | | | | scans /etc/inittab entries so that commands can contain ":"s. -Erik | |||||
* | Remove the now-fixed tar segfault from the TODO list. | Eric Andersen | 2000-05-30 | 1 | -4/+0 | |
| | | | | -Erik | |||||
* | First pass at fixing tar segfault, and more portability updates. | Erik Andersen | 2000-05-20 | 1 | -0/+5 | |
| | | | | -Erik | |||||
* | More libc portability updates, add in the website (which has not been | Erik Andersen | 2000-05-19 | 1 | -31/+4 | |
| | | | | | archived previously). Wrote 'which' during the meeting today. -Erik | |||||
* | Another bug to fix... | Erik Andersen | 2000-05-17 | 1 | -0/+11 | |
| | | | | -Erik | |||||
* | TODO update | Erik Andersen | 2000-05-13 | 1 | -10/+5 | |
| | | | | -Erik | |||||
* | * cp -fa now works as expected for symlinks (it didn't before) | Erik Andersen | 2000-05-10 | 1 | -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 Whitley | 2000-05-08 | 1 | -0/+13 | |
| | ||||||
* | More stuff | Erik Andersen | 2000-05-02 | 1 | -0/+33 | |
| | | | | -Erik | |||||
* | Minor doc change | Erik Andersen | 2000-05-01 | 1 | -1/+2 | |
| | ||||||
* | My little adventure of analyzing lib usage has already rooted out | Erik Andersen | 2000-05-01 | 1 | -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 to | Erik Andersen | 2000-05-01 | 1 | -0/+12 | |
| | | | | | limit them much more. -Erik | |||||
* | Some accrued fixes/updates. | Erik Andersen | 2000-05-01 | 1 | -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 /linuxrc | Erik Andersen | 2000-04-18 | 1 | -1/+1 | |
| | | | | -Erik | |||||
* | More documentation updates, and minor fixes to make things sync | Erik Andersen | 2000-04-15 | 1 | -0/+5 | |
| | | | | | up with the docs. -Erik | |||||
* | Fix a tar bug: tar removed leading '/'s for symlink targets. | Erik Andersen | 2000-04-14 | 1 | -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 option | Erik Andersen | 2000-04-09 | 1 | -7/+1 | |
| | | | | -Erik | |||||
* | Tar now works perfectly. It behaves much better now then it | Erik Andersen | 2000-04-05 | 1 | -52/+1 | |
| | | | | | used to. Only thing left to do is add in exclude (-X) option. -Erik | |||||
* | My latest ramblings. | Erik Andersen | 2000-03-23 | 1 | -0/+338 | |
| | | | | -Erik | |||||
* | A few updates (including the cp fix the Craig has been looking for) | Erik Andersen | 2000-03-04 | 1 | -6/+18 | |
| | | | | -Erik | |||||
* | Minor makefile and todo updates | Erik Andersen | 2000-02-29 | 1 | -0/+6 | |
| | | | | -Erik | |||||
* | Add in a TODO item, | Erik Andersen | 2000-02-22 | 1 | -0/+12 | |
| | | | | -Erik | |||||
* | Fixed du. Now behaves just like GNU du (only less so). | Erik Andersen | 2000-02-19 | 1 | -16/+9 | |
| | | | | -Erik | |||||
* | Some updates for the day, | Erik Andersen | 2000-02-18 | 1 | -0/+38 | |
| | | | | -Erik | |||||
* | Updates | Erik Andersen | 2000-02-11 | 1 | -5/+1 | |
| | | | | -Erik | |||||
* | Update the sample inittab to add the "ctrlaltdel" action. | Erik Andersen | 2000-02-09 | 1 | -0/+4 | |
| | | | | | Note a bug in busybox init that I need to fix. -Erik | |||||
* | A few minor updates. ;-) | Erik Andersen | 2000-02-07 | 1 | -0/+41 | |
| | | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik |