Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-31 | start-stop-deamon is done | Eric Andersen | |
2001-07-07 | Some minor updates. Bump version number in preparation for release. | Eric Andersen | |
-Erik | |||
2001-05-23 | Patch from larry to fix some grammar errors. | Eric Andersen | |
2001-05-03 | A todo update from larry to acknowledge the existance of hush | Eric Andersen | |
2001-04-17 | - usage.h | John Beppu | |
o echo_example_usage needed to escape some backslashes in an inner quote o find_full_usage missing a \n at the end of the -name line ? getopt_full_usage the -o line has tab issues, but I didn't fix them. o length_example_usage removed some double-quotes that were within an inner quotes o printf_example_usage needed to escape a backslash in an inner quote o sort_example_usage needed to escape some backslashes and double quotes in an inner quote o tftp_full_usage s/nameing/naming/; o umount_full_usage remove colons after options for consistency w/ other full_usage messages o uniq_example_usage needed to escape some backslashes and double quotes in an inner quote - TODO xargs -l ? - docs/autodocifier.pl POD && comment updates - docs/busybox_footer.pod added Larry Doolittle and Sterling Huxley | |||
2001-04-10 | Doc update for the 0.51 release. | Eric Andersen | |
-Erik | |||
2001-02-14 | Commit Vladimir's latest version of stty.c. Nice work. | Eric Andersen | |
-Erik | |||
2001-01-27 | Fix up copyright msgs. Bump version to 0.49 in preparation for | Eric Andersen | |
a release. Update the website with release details. -Erik | |||
2001-01-24 | Update comments re netkit-tiny... | Eric Andersen | |
-Erik | |||
2000-12-13 | A few more updates | Eric Andersen | |
2000-09-25 | Gratuitously changed the file "busybox.defs.h" to the more | Eric Andersen | |
sensible and noticable "Config.h". -Erik | |||
2000-09-22 | Add in xargs | Eric Andersen | |
2000-09-05 | Added expr, from Edward Betts <edward@debian.org>, with some fixups | Eric Andersen | |
and docs added by me. -Erik | |||
2000-06-27 | Remove stuff now moved into the bug tracking system. | Eric Andersen | |
-Erik | |||
2000-06-26 | Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries in | Eric Andersen | |
/proc/mounts, added a hack to make sysinfo work with both old and new kernels). -Erik | |||
2000-06-22 | Merged two TODO items into one | Mark Whitley | |
2000-06-22 | Update the list. | Eric Andersen | |
-Erik | |||
2000-06-21 | More doc updates. | Eric Andersen | |
-Erik | |||
2000-06-19 | Mention libc support, Pavel's rm fix is already merged. | Eric Andersen | |
-Erik | |||
2000-06-19 | Added a note to the "maybe by 0.44" list to prune sfdisk and graft fdisk. | Mark Whitley | |
2000-06-14 | Integrate Tomi Ollila's telnet. Costs 3k. :) | Eric Andersen | |
-Erik | |||
2000-06-14 | Modified status of some TODO items, added some others in preparation for the | Mark Whitley | |
0.44 release. | |||
2000-06-07 | * Fixed 'swapon -a' and 'swapoff -a', which were broken. | Eric Andersen | |
* Fixed 'mount -a' so it works as expected. * Implemented 'ls -R' (enabled by enabling BB_FEATURE_LS_RECURSIVE) -Erik | |||
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 |