Commit Graph

  • c03525475e + made it so that you can use the mnemonics (add, sub, mul, div) in lieu of (+, -, *, /) John Beppu 2000-06-21 18:00:46 +00:00
  • e63ad9ba06 Special case the memcopy stuff so it isn't enabled for uclibc -Erik Eric Andersen 2000-06-20 21:04:03 +00:00
  • 28c88a9430 Some makefile fixes to allow compiling with ucLibc (stuff turned off by default of course). -Erik Eric Andersen 2000-06-20 21:03:24 +00:00
  • 339b892313 Updated e-mail address of Pavel Roskin to proski@gnu.org Pavel Roskin 2000-06-20 00:11:07 +00:00
  • 4eb1b30411 Mention libc support, Pavel's rm fix is already merged. -Erik Eric Andersen 2000-06-19 20:19:04 +00:00
  • bd4a75f6c8 Finish off the libc5 porting effort. Everything now works with libc5 except for md5sum, which uses the GNU libc addition getline(). -Erik Eric Andersen 2000-06-19 20:03:48 +00:00
  • bb245ba0c2 Made insmod work with both libc5 and libc6. -Erik Eric Andersen 2000-06-19 19:53:30 +00:00
  • 9ca57d377e Made ping work with libc5 and libc6. -Erik Eric Andersen 2000-06-19 18:51:53 +00:00
  • e1e23eecab Make umount work and compile cleanly under libc5 and libc6. -Erik Eric Andersen 2000-06-19 18:38:51 +00:00
  • 5e29c6ffce Make swaponoff compile cleanly under both libc5 and libc6. -Erik Eric Andersen 2000-06-19 18:25:49 +00:00
  • a15cd0be34 Make syslogd.c, init.c, and update.c compile error/warning free under both libc5 and libc6. -Erik Eric Andersen 2000-06-19 18:14:20 +00:00
  • b7362e36a8 printf now compiles cleanly under both libc5 and libc6. -Erik Eric Andersen 2000-06-19 17:52:17 +00:00
  • 67e32304b1 Updated to compile and work with libc5. -Erik Eric Andersen 2000-06-19 17:48:02 +00:00
  • be5023a84d Update internal.h to conditionally include asm/string.h -Erik Eric Andersen 2000-06-19 17:30:07 +00:00
  • b610615be9 Updates to a number of apps to remove warnings/compile errors under libc5. Tested under both libc5 and libc6 and all seems well with these fixes. -Erik Eric Andersen 2000-06-19 17:25:40 +00:00
  • dbb3019d0d Added a note to the "maybe by 0.44" list to prune sfdisk and graft fdisk. Mark Whitley 2000-06-19 17:03:32 +00:00
  • 30f0f2d040 Fix a stupid bug, where I cleaned things as the last makefile target. duh. -Erik Eric Andersen 2000-06-19 09:29:32 +00:00
  • b108a5b780 Added support for building debian packages. -Erik Eric Andersen 2000-06-19 09:21:34 +00:00
  • 110fc0cacc Check for 3 and more arguments was incorrect It is only allowed for linking to a directory But linking to a directory still fails and may be removed Pavel Roskin 2000-06-18 00:02:24 +00:00
  • 74c66ad06e Fix some spelling errors in the source as well. -Erik Eric Andersen 2000-06-16 19:57:44 +00:00
  • 98cd53e86d Ran it through a spell checker and fixed the spelling errors. -Erik Eric Andersen 2000-06-16 19:56:44 +00:00
  • 852ff13fc4 Update to ar.c from Glenn McGrath. His comments follow: Eric Andersen 2000-06-16 04:56:40 +00:00
  • b991395405 Added some comments and changed a variable name to be more meaningful. No fixes yet for the space bug, but should be coming soon. Mark Whitley 2000-06-16 00:26:51 +00:00
  • 2e965239ee ln: fixed command line parser. Added support for "--" Pavel Roskin 2000-06-15 18:04:40 +00:00
  • 3f75503fa0 Remove trailing space char. -Erik Eric Andersen 2000-06-14 22:16:59 +00:00
  • 28c70b3a16 Integrate Tomi Ollila's telnet. Costs 3k. :) -Erik Eric Andersen 2000-06-14 20:42:57 +00:00
  • e97da40079 Fixed "rm foo" that had been broken while implementing "rm -- foo" Pavel Roskin 2000-06-14 17:39:41 +00:00
  • 1af7ed5573 Modified status of some TODO items, added some others in preparation for the 0.44 release. Mark Whitley 2000-06-14 17:35:54 +00:00
  • 3c709b45b3 + minor typo fix s/&gt/>/ John Beppu 2000-06-14 09:11:05 +00:00
  • d84990eb1f + removed some cruft left over from when lines could be too long. John Beppu 2000-06-14 00:19:14 +00:00
  • 854e11581f Urgh. revert Makefile. again. Forgot to do the 'cvs update -d now' trick on my home box. Eric Andersen 2000-06-13 06:57:56 +00:00
  • 2b6ab3cbf8 Add new apps md5sum uudecode uuencode, fix some minor formatting things. -Erik Eric Andersen 2000-06-13 06:54:53 +00:00
  • 053b1462b7 Fix a bug pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca> where you used to see: ./grep -q -i B some_file B: No such file or directory This is now fixed. -Erik Eric Andersen 2000-06-13 06:24:53 +00:00
  • baf22bff21 Give beppu credit for fixing grep "Line too long" bug. -Erik Eric Andersen 2000-06-13 00:49:41 +00:00
  • c7ccfc99fc + utility.c CSTRING_BUFFER_LENGTH = 1024 /* so it recurses less often */ + grep.c uses cstring_lineFromFile(), and doesn't ever say Line is too long, anymore John Beppu 2000-06-12 23:39:04 +00:00
  • 9f16d61408 Added a slightly modified version of Ron Alder's insmod patch. Very cool stuff. -Erik Eric Andersen 2000-06-12 23:11:16 +00:00
  • 44760d058c + updated docs to reflect math's filter capabilities. John Beppu 2000-06-12 23:04:55 +00:00
  • 5db60a7a7a + works as a filter, now! - I have a feeling I could have used strtok, but the 2 functions I added are really small, so it shouldn't be a big deal. (They were just laying around, and I wanted to use them, again). John Beppu 2000-06-12 22:59:12 +00:00
  • 0c6a970eb2 * Fixed a small bug that could cause tar to emit warning messages and not extract the first file in a directory in some cases of nested directories. Thanks to Kevin Traas <kevin@netmaster.com> for helping track this one down. -Erik Eric Andersen 2000-06-09 20:51:50 +00:00
  • b3d235f63b Fixed parsing of arguments for cp Pavel Roskin 2000-06-08 18:06:37 +00:00
  • b3cf9baeb9 Formatting change. -Erik Eric Andersen 2000-06-08 15:25:39 +00:00
  • 049b706591 My pod2man (perl-5.00503) complains if there is no newline after "Options:" Pavel Roskin 2000-06-07 21:19:49 +00:00
  • da10ec0eaa Syslogd will not go to background if "-n" is given. Better help and argument checking Pavel Roskin 2000-06-07 21:08:25 +00:00
  • 0024abcbbc Implemented "ping -s", fixed error messages and argument parsing Pavel Roskin 2000-06-07 20:38:15 +00:00
  • 0b66577368 Debug should be off in the Makefile. I will now do (per Pavel's suggestion) a "cvs up -D now Makefile" so I stop updating the Makefile by accident. -Erik Eric Andersen 2000-06-07 17:33:30 +00:00
  • a42982e8f5 * Fixed 'swapon -a' and 'swapoff -a', which were broken. * Fixed 'mount -a' so it works as expected. * Implemented 'ls -R' (enabled by enabling BB_FEATURE_LS_RECURSIVE) -Erik Eric Andersen 2000-06-07 17:28:53 +00:00
  • 1f6262b8e2 Fix 'date -u' -Erik Eric Andersen 2000-06-06 22:17:43 +00:00
  • fb8ba506bb Oops. Remove the debugging noise. -Erik Eric Andersen 2000-06-06 22:13:39 +00:00
  • 3232203226 mkfs.minix rev 1.7 completely broke the option parser. This fixes it. -Erik Eric Andersen 2000-06-06 22:12:35 +00:00
  • d05e3ce5c2 Removed chmod,chown,chgrp from the "Bugs that need fixing" list. Mark Whitley 2000-06-06 18:12:47 +00:00
  • eec2f63b3f Fixed segfaults for "chown -R" and "chgrp -R". Also added a message for "too few arguments". Mark Whitley 2000-06-06 18:11:46 +00:00
  • 700a5aed75 Fixed exit status for killall Pavel Roskin 2000-06-06 18:10:17 +00:00
  • 517cab761f Added considering making a unified option parser someday. Mark Whitley 2000-06-06 18:05:47 +00:00
  • 6ca28ba65c Fixed segfault when you type "chmod -R". "chown -R" and "chgrp -R" are still having problems... Mark Whitley 2000-06-06 17:40:32 +00:00
  • 680d65a646 "mount" now reports errors from nfsmount() and assumes NFS mount if ':' is present in the device name - Pavel Roskin Pavel Roskin 2000-06-06 17:03:55 +00:00
  • 68480dc30f Updated TODO item re: 'cp -a /tmp/*' not producing the right error message (it's been fixed). Mark Whitley 2000-06-06 17:03:54 +00:00
  • 815e904470 Fixed a bunch of stuff: * 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 Eric Andersen 2000-06-06 16:15:23 +00:00
  • c389d91181 "which" rewritten to use stat(). Fixes to improve its compatability with traditional implementations Pavel Roskin 2000-06-05 23:41:27 +00:00
  • 82c0ac7e4f Fix more spelling errors. Pavel Roskin 2000-06-05 20:19:47 +00:00
  • f2fffefe49 Fix spelling error -Erik Eric Andersen 2000-06-05 17:23:06 +00:00
  • 36fe1a30b1 Fix spelling errors. -Erik Eric Andersen 2000-06-05 17:22:37 +00:00
  • 926e0e3465 More TODO items. Fix a dependancy bug on busybox.def.h -Erik Eric Andersen 2000-06-05 05:33:00 +00:00
  • afeb683459 "nc" exits silently on errors. This patch makes it print something before exit(). Eric Andersen 2000-06-04 05:21:49 +00:00
  • 46a38dbb9b Don't allow mkfifo to create files such as "--help" Eric Andersen 2000-06-04 05:17:35 +00:00
  • ef4268efa7 This patch - eliminates the need to have a buffer and strcpy to it - makes freeramdisk complain if it's given more than one argument Eric Andersen 2000-06-04 05:08:29 +00:00
  • 832000f7f3 Turn off debugging in the Makefile. -Erik Eric Andersen 2000-06-03 05:22:31 +00:00
  • f0c30b71be Note that I broke mkfs_minix's parser in rev 1.7. -Erik Eric Andersen 2000-06-03 00:27:00 +00:00
  • 5a0a2aa00b Fix touch so it behaves itself (it could segfault in some cases). Fix uname help info formatting. -Erik Eric Andersen 2000-06-02 23:26:44 +00:00
  • 808d03ec19 This is a fix for chroot - Fixed error message when the command is not specified (possibly crash on libc5 systems!) - Debugging output removed - Using fatalError() whenever appropriate Eric Andersen 2000-06-02 17:56:45 +00:00
  • 9c8ffa02f4 Pavel fixed a segfault in yes. -Erik Eric Andersen 2000-06-02 17:51:39 +00:00
  • 3199bda52e Fix /etc/passwd misspelling. -Erik Eric Andersen 2000-06-02 17:38:18 +00:00
  • 6082917e34 Some Makefile fixes for the docs. -Erik Eric Andersen 2000-06-02 03:35:22 +00:00
  • 380e58a05f Note the addition of ar. -Erik Eric Andersen 2000-06-02 03:25:00 +00:00
  • ec480c49c2 oops. Don't commit autogenerated stuff. -Erik Eric Andersen 2000-06-02 03:23:28 +00:00
  • 86ab8a32bd A number of additional fixed from Pavel Roskin, note some more bugs in the TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -Erik Eric Andersen 2000-06-02 03:21:42 +00:00
  • 4062268bc7 Acknowledge contributions of Pavel Roskin, and fix doc building so the html goes into the website directory. -Erik Eric Andersen 2000-06-02 03:21:41 +00:00
  • 08e9289ab3 Acknowledge contributions of Pavel Roskin, and fix doc building so the html goes into the website directory. -Erik Eric Andersen 2000-06-02 03:21:36 +00:00
  • b6c6d87a99 More stuff to do... -Erik Eric Andersen 2000-06-02 03:21:32 +00:00
  • 77bd2db325 Acknowledge contributions of Pavel Roskin, and fix doc building so the html goes into the website directory. -Erik Eric Andersen 2000-06-02 03:21:32 +00:00
  • 1624813459 Point to the local BusyBox.html docs. -Erik Eric Andersen 2000-06-02 03:20:22 +00:00
  • b83e0ed3a1 Forgot to checkin the busybox website graphics. Here they are... -Erik Eric Andersen 2000-06-02 02:33:24 +00:00
  • 89960b8af2 More stuff. -Erik Eric Andersen 2000-05-31 20:08:30 +00:00
  • b5966368d7 Minor doc fix. Added several bugs to the todo list. Fixed the way init scans /etc/inittab entries so that commands can contain ":"s. -Erik Eric Andersen 2000-05-31 20:04:38 +00:00
  • deb0331eb6 Remove the now-fixed tar segfault from the TODO list. -Erik Eric Andersen 2000-05-30 19:11:50 +00:00
  • 108a44345c Fixed tar option parsing segfault, and make "tar xv" and "tar -xv" both work (i.e. it works with or w/o the "-"). -Erik Eric Andersen 2000-05-30 19:05:57 +00:00
  • e511e7c116 Minor update to web page. -Erik Eric Andersen 2000-05-25 00:18:59 +00:00
  • 8ea7d8cdaf First pass at fixing tar segfault, and more portability updates. -Erik Erik Andersen 2000-05-20 00:40:08 +00:00
  • 330fd2b576 More libc portability updates, add in the website (which has not been archived previously). Wrote 'which' during the meeting today. -Erik Erik Andersen 2000-05-19 05:35:19 +00:00
  • d356c6e9d1 Another bug to fix... -Erik Erik Andersen 2000-05-17 05:28:05 +00:00
  • 5b46d792f1 Some more portability updates -Erik Erik Andersen 2000-05-17 05:24:24 +00:00
  • 499f65fb98 Some updates for better portability. -Erik Erik Andersen 2000-05-16 20:07:38 +00:00
  • 969f9b0486 TODO update -Erik Erik Andersen 2000-05-13 19:08:58 +00:00
  • 67a0dd8f3c Change a description -Erik Erik Andersen 2000-05-13 19:08:42 +00:00
  • c3f5c9c2ee Minor fixes to being a standalone shell. -Erik Erik Andersen 2000-05-13 19:00:07 +00:00
  • bcd6177853 BusyBox shell (lash) can now be used as a standalone shell when BB_FEATURE_STANDALONE_SHELL is defined (i.e. BusyBox can now completely replace sash). Also fixed it so shell builtins now respect pipes and redirects. -Erik Erik Andersen 2000-05-13 06:33:19 +00:00
  • 73c8c9cf9a More doc updates -Erik Erik Andersen 2000-05-13 05:36:13 +00:00
  • 23dea9b712 So much for my evil optimization. Doesn't seem to work. Will test more on it later. -Erik Erik Andersen 2000-05-13 00:28:25 +00:00
  • 7ab9c7ee52 Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP which lets you compile out most of the "--help" output, saving up to 17k. Erik Andersen 2000-05-12 19:41:47 +00:00
  • 3d427ac5ef Some experimental stuff (work in progress). heheh. -Erik Erik Andersen 2000-05-12 19:38:40 +00:00
  • 59b9e87024 * cp -fa now works as expected for symlinks (it didn't before) * zcat works again (wasn't working since option parsing was broken) * more doc updates/more support for BB_FEATURE_SIMPLE_HELP -Erik Erik Andersen 2000-05-10 05:05:45 +00:00