Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2001-01-27 | Fix up copyright msgs. Bump version to 0.49 in preparation for0_49 | Eric Andersen | 1 | -1/+1 | |
a release. Update the website with release details. -Erik | |||||
2001-01-27 | Fix some formatting | Eric Andersen | 2 | -12/+10 | |
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 167 | -156/+388 | |
busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik | |||||
2001-01-27 | Add in a patch to make busybox use the normal pwd.h and grp.h | Eric Andersen | 15 | -113/+174 | |
functions. Add in simple implementations of these functions, which can, optionally, be used instead of the system versions. -Erik | |||||
2001-01-26 | Applied patch from Larry Doolittle to list supported arches, libcs and kernels | Mark Whitley | 1 | -0/+18 | |
2001-01-26 | Applied patch from Vladimir N. Oleynik <dzo@simtreas.ru> to do tab-completion | Mark Whitley | 3 | -511/+1007 | |
in Busybox shell. (Thanks, Vlad.) | |||||
2001-01-26 | Cleanup patch from larry doolittle | Eric Andersen | 2 | -4/+14 | |
-Erik | |||||
2001-01-26 | Fixed a li'l thinko. | Mark Whitley | 3 | -3/+3 | |
2001-01-26 | Fix my braindamage -- remove termios and sighandling since they are not | Eric Andersen | 2 | -2/+2 | |
needed at all. My bad. -Erik | |||||
2001-01-26 | I am an idiot. Looking over my patch, ls doesn't need to do anything | Eric Andersen | 2 | -102/+2 | |
more then the ioctl to get the win size. None of the termios handling crap is needed. -Erik | |||||
2001-01-26 | Make cin be static | Eric Andersen | 4 | -4/+4 | |
2001-01-26 | Update the arch-not-yet-supported msg to be more clear. | Eric Andersen | 2 | -6/+6 | |
2001-01-26 | Add errno.h | Eric Andersen | 2 | -2/+4 | |
2001-01-26 | Make ls understand termios. | Eric Andersen | 2 | -2/+120 | |
-Erik | |||||
2001-01-26 | Fix a stupid bug I introduced yesterday. Doh! | Eric Andersen | 2 | -10/+10 | |
-Erik | |||||
2001-01-26 | Update some comments to clarify things. | Eric Andersen | 1 | -2/+6 | |
2001-01-25 | Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch. | Eric Andersen | 12 | -28/+51 | |
-Erik | |||||
2001-01-25 | Add in spoon's watchdog timer app. | Eric Andersen | 9 | -11/+146 | |
-Erik | |||||
2001-01-25 | Because you demanded it, source tree snapshots are made available daily. | Mark Whitley | 1 | -2/+8 | |
2001-01-25 | Added Linux on nanoEngine to the list of known users. | Mark Whitley | 1 | -1/+1 | |
2001-01-25 | Update contact info. | Eric Andersen | 1 | -1/+1 | |
2001-01-25 | Apply a patch from Brent Priddy <brent.priddy@adtran.com> to add | Eric Andersen | 6 | -13/+41 | |
'id -n' support. -Erik | |||||
2001-01-25 | I just wrote 'insmod -o' to close bug#1049. | Eric Andersen | 2 | -10/+20 | |
2001-01-25 | Tar, by itself, could fail. | Eric Andersen | 1 | -1/+2 | |
2001-01-25 | Cleanup from Larry Doolittle | Eric Andersen | 1 | -0/+0 | |
2001-01-25 | Fix for dpkg-deb, courtesy of Larry Doolittle. | Eric Andersen | 1 | -1/+1 | |
-Erik | |||||
2001-01-25 | Add in Larry's CUSTOMIZED_BANNER patchlet, and let folks know that | Eric Andersen | 2 | -0/+16 | |
BB_FEATURE_INIT_CHROOT needs to be rewritten to use pivot_root. -Erik | |||||
2001-01-25 | More regression testing found buglets | Eric Andersen | 1 | -3/+4 | |
2001-01-24 | Bug fix and small create_module cleanup from Larry Doolittle to | Eric Andersen | 2 | -12/+12 | |
fix insmod, since I broke var=value args when I getopt'ified it. | |||||
2001-01-24 | Oops. I am an idiot. Put CFLAGS_EXTRA back. Sorry 'bout that. | Eric Andersen | 1 | -0/+1 | |
-Erik | |||||
2001-01-24 | More regression-found bug fixes | Eric Andersen | 1 | -3/+3 | |
2001-01-24 | more bugs fixed -- found doing regression testing | Eric Andersen | 11 | -127/+115 | |
-Erik | |||||
2001-01-24 | Cleanup for build problem found using regression script | Eric Andersen | 1 | -0/+2 | |
2001-01-24 | Fix _old_ bug so that the regression test actually works. | Eric Andersen | 1 | -0/+0 | |
-Erik | |||||
2001-01-24 | Some behavioral updates to wget so it acts a bit nicer. | Eric Andersen | 2 | -24/+42 | |
-Erik | |||||
2001-01-24 | Fix up insmod usage info to mention -L | Eric Andersen | 4 | -3/+9 | |
2001-01-24 | Make insmod understand (and ignore) -L, and convert it to use getopt. | Eric Andersen | 2 | -34/+36 | |
2001-01-24 | Update comments re netkit-tiny... | Eric Andersen | 1 | -6/+5 | |
-Erik | |||||
2001-01-24 | Remove the warning messages. By consensus, netkit-tiny doesn't | Eric Andersen | 14 | -66/+8 | |
need to happen. | |||||
2001-01-24 | Fix spelling. s/maintainence/maintenance/ | Eric Andersen | 14 | -22/+22 | |
2001-01-24 | - Added a section on avoiding static buffers, per mailing list discussions | Mark Whitley | 1 | -4/+88 | |
- Added a section on avoiding dangerous, overrun-prone string functions, per mailing list comment by David Douthitt - Added comment on how to search-and-replace in multiple files per (very old) mailing list comment by Larry Doolittle. | |||||
2001-01-23 | Fixed tiny typo. | Mark Whitley | 2 | -2/+2 | |
2001-01-23 | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley | 74 | -624/+674 | |
2001-01-23 | Bug fix. | Eric Andersen | 3 | -6/+0 | |
2001-01-22 | Remove host* applets from the default build. | Eric Andersen | 1 | -2/+2 | |
2001-01-22 | Fix silly typo | Eric Andersen | 2 | -2/+2 | |
2001-01-22 | Warn about apps that will be going away in release 0.50 | Eric Andersen | 14 | -8/+66 | |
-Erik | |||||
2001-01-22 | Add HUMAN_READABLE define for -m and -h support in du, df, and ls | Richard June | 12 | -42/+330 | |
Add support for -k in du, df, and ls(no define, it's for compatibliity with the GNU utils as bb does -k by default) Fix bug #1084 | |||||
2001-01-22 | Use getopt (or getopt_long). | Matt Kraai | 3 | -163/+153 | |
2001-01-22 | Fixed listed files to extract to be more like GNU. Reported by Deon George. | Matt Kraai | 2 | -58/+46 | |