Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | = minor formatting issues | John Beppu | 2000-06-28 | 2 | -42/+40 |
| | |||||
* | + busybox --install [-s] | John Beppu | 2000-06-28 | 3 | -20/+78 |
| | | | | | is functional (but disabled in busybox.def.h by default) Someone email the guy who originally wanted this. | ||||
* | Remove stuff now moved into the bug tracking system. | Eric Andersen | 2000-06-27 | 1 | -61/+0 |
| | | | | -Erik | ||||
* | + s/int install_links/static int install_links/ | John Beppu | 2000-06-27 | 2 | -2/+2 |
| | | | | | | | | ? Did you want "busybox --install" or "busybox install" ? The TODO and mailing-list conflict on this issue. I would recommend against "busybox install", because people might confuse it w/ /usr/bin/install that does something different. | ||||
* | This kernel patch is no longer needed, with the change I made to init | Eric Andersen | 2000-06-27 | 1 | -77/+0 |
| | | | | | and free... -Erik | ||||
* | + littering my code w/ comments about what troubles me. | John Beppu | 2000-06-27 | 2 | -2/+12 |
| | |||||
* | + busybox --install [-s] | John Beppu | 2000-06-27 | 3 | -0/+153 |
| | | | | | | | | | | | | | | | is almost good to go. Here is my work in progress. + Look at the FIXME in busybox.c to see what I need. The actual (sym)linking is disabled for now, although I'm sure it works ;) (Am I going to have to dig through /proc to find out where the currently running busybox is sitting?) + I put an #ifdef BB_FEATURE_INSTALLER around the new bits of code in busybox.c, and I have a #define BB_FEATURE_INSTALLER in busybox.def.h towards the bottom. | ||||
* | Just converted busybox.pod to busybox.sgml using the Pod::DocBook Perl module. | Mark Whitley | 2000-06-26 | 1 | -0/+5495 |
| | | | | | | The resulting file needs some massaging and once it gets presentable, I'll edit the Makefile to use the SGML file as the "authoritative" file; the plan here is to generate other file formats from the SGML. | ||||
* | Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport. | Eric Andersen | 2000-06-26 | 4 | -20/+55 |
| | | | | | Fix thanks to Arne Bernin <arne@matrix.loopback.org> -Erik | ||||
* | * Fixed insmod module option parsing for options lacking an '='. | Eric Andersen | 2000-06-26 | 3 | -8/+18 |
| | | | | | Fix thanks to Marc Nijdam <marc_nijdam@hp.com> -Erik | ||||
* | readlink(2) does not NULL terminate the buffer it reads in, but tar expected it | Eric Andersen | 2000-06-26 | 2 | -2/+8 |
| | | | | | | to do so. This caused symlinks stored in tarballs to likely have trailing crap in the stored symlink named. Oops. -Erik | ||||
* | Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries in | Eric Andersen | 2000-06-26 | 14 | -47/+159 |
| | | | | | /proc/mounts, added a hack to make sysinfo work with both old and new kernels). -Erik | ||||
* | Better error checking in insmod. Remove left over %m's | Eric Andersen | 2000-06-22 | 2 | -38/+30 |
| | | | | -Erik | ||||
* | Minor web page update.0_45 | Eric Andersen | 2000-06-22 | 1 | -30/+34 |
| | | | | -Erik | ||||
* | Fix version # | Eric Andersen | 2000-06-22 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | More doc updates | Eric Andersen | 2000-06-22 | 1 | -0/+31 |
| | | | | -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 | ||||
* | Pavel Roskin <proski@gnu.org> just found a nasty memory | Eric Andersen | 2000-06-22 | 2 | -2/+16 |
| | | | | | corruption bug. Disabling 'ln -n' till it is fixed. -Erik | ||||
* | Document 'ln --' | Eric Andersen | 2000-06-21 | 3 | -3/+6 |
| | | | | -Erik | ||||
* | Cleaned up some #ifdef spiderwebs. | Mark Whitley | 2000-06-21 | 2 | -60/+38 |
| | |||||
* | Bump version number to 0.45 | Eric Andersen | 2000-06-21 | 5 | -5/+12 |
| | | | | -Erik | ||||
* | Added an implicit rule for #defining BB_FEATURE_USE_TERMIOS if | Mark Whitley | 2000-06-21 | 1 | -0/+6 |
| | | | | BB_FEATURE_AUTOWIDTH is #defined. | ||||
* | More doc updates. | Eric Andersen | 2000-06-21 | 2 | -26/+42 |
| | | | | -Erik | ||||
* | Web site updates. | Eric Andersen | 2000-06-21 | 3 | -215/+329 |
| | | | | -Erik | ||||
* | Add in my little patch for 2.4.x to make sysinfo binary compatable (again) | Eric Andersen | 2000-06-21 | 2 | -0/+88 |
| | | | | -Erik | ||||
* | Documented "which" | Pavel Roskin | 2000-06-21 | 1 | -1/+14 |
| | |||||
* | Removed trailing spaces | Pavel Roskin | 2000-06-21 | 1 | -15/+15 |
| | |||||
* | Add in telnet docs. | Eric Andersen | 2000-06-21 | 1 | -1/+10 |
| | | | | -Erik | ||||
* | Add insmod docs | Eric Andersen | 2000-06-21 | 1 | -1/+16 |
| | | | | -Erik | ||||
* | Updated the list of supported commands | Pavel Roskin | 2000-06-21 | 1 | -11/+11 |
| | |||||
* | Removed all vestiges of "math" | Pavel Roskin | 2000-06-21 | 6 | -21/+14 |
| | |||||
* | + added dc (aka the function formerly known as math) | John Beppu | 2000-06-21 | 8 | -28/+234 |
| | | | | + did all the housekeeping that this change requires. | ||||
* | 'tar --help' wasn't working. Fixed it. | Eric Andersen | 2000-06-21 | 2 | -0/+6 |
| | | | | -Erik | ||||
* | + made it so that you can use the mnemonics | John Beppu | 2000-06-21 | 1 | -6/+10 |
| | | | | (add, sub, mul, div) in lieu of (+, -, *, /) | ||||
* | Special case the memcopy stuff so it isn't enabled for uclibc | Eric Andersen | 2000-06-20 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Some makefile fixes to allow compiling with ucLibc (stuff turned off | Eric Andersen | 2000-06-20 | 1 | -5/+5 |
| | | | | | by default of course). -Erik | ||||
* | Updated e-mail address of Pavel Roskin to proski@gnu.org | Pavel Roskin | 2000-06-20 | 3 | -9/+9 |
| | |||||
* | Mention libc support, Pavel's rm fix is already merged. | Eric Andersen | 2000-06-19 | 2 | -1/+1 |
| | | | | -Erik | ||||
* | Finish off the libc5 porting effort. Everything now works with libc5 | Eric Andersen | 2000-06-19 | 6 | -6/+15 |
| | | | | | except for md5sum, which uses the GNU libc addition getline(). -Erik | ||||
* | Made insmod work with both libc5 and libc6. | Eric Andersen | 2000-06-19 | 2 | -6/+12 |
| | | | | -Erik | ||||
* | Made ping work with libc5 and libc6. | Eric Andersen | 2000-06-19 | 2 | -4/+168 |
| | | | | -Erik | ||||
* | Make umount work and compile cleanly under libc5 and libc6. | Eric Andersen | 2000-06-19 | 2 | -10/+32 |
| | | | | -Erik | ||||
* | Make swaponoff compile cleanly under both libc5 and libc6. | Eric Andersen | 2000-06-19 | 2 | -4/+8 |
| | | | | -Erik | ||||
* | Make syslogd.c, init.c, and update.c compile error/warning free under both ↵ | Eric Andersen | 2000-06-19 | 6 | -14/+14 |
| | | | | | | libc5 and libc6. -Erik | ||||
* | printf now compiles cleanly under both libc5 and libc6. | Eric Andersen | 2000-06-19 | 2 | -4/+2 |
| | | | | -Erik | ||||
* | Updated to compile and work with libc5. | Eric Andersen | 2000-06-19 | 2 | -28/+58 |
| | | | | -Erik | ||||
* | Update internal.h to conditionally include asm/string.h | Eric Andersen | 2000-06-19 | 1 | -0/+2 |
| | | | | -Erik | ||||
* | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen | 2000-06-19 | 142 | -221/+190 |
| | | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -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 |
| |