Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-31 | If the ioctl fails to tell us the winsize, default to 79. | Eric Andersen | |
-Erik | |||
2001-01-30 | Patch from Bryan Rittmeyer -- be more conservative by default | Eric Andersen | |
with the lash prompt. -Erik | |||
2001-01-30 | Added a new screenshot of Busybox. :-) | Mark Whitley | |
2001-01-30 | Fix the pwd and group functions. The bb_ stuff was a leftover from | Eric Andersen | |
a brief past that mercifully (except for this) never made it into CVS. -Erik | |||
2001-01-30 | Fix a stupid typo -- bug found by Larry Doolittle. | Eric Andersen | |
2001-01-30 | Applied patch from Larry Doolittle to use preprocessor for defining | Mark Whitley | |
NFS_MOUNT_VERSION. | |||
2001-01-30 | Fix ls behavior for broken or very narrow terminals. Fix my_* | Eric Andersen | |
functions so they comply with the original interface (i.e. don't exit on error, stringify uids and gids when no amtching name found). -Erik | |||
2001-01-29 | Test applets containing numbers in their name. Thanks to Larry Doolittle. | Matt Kraai | |
2001-01-29 | Fix missing header file. | Matt Kraai | |
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-27 | Fix some formatting | Eric Andersen | |
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | |
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 | |
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 | |
2001-01-26 | Applied patch from Vladimir N. Oleynik <dzo@simtreas.ru> to do tab-completion | Mark Whitley | |
in Busybox shell. (Thanks, Vlad.) | |||
2001-01-26 | Cleanup patch from larry doolittle | Eric Andersen | |
-Erik | |||
2001-01-26 | Fixed a li'l thinko. | Mark Whitley | |
2001-01-26 | Fix my braindamage -- remove termios and sighandling since they are not | Eric Andersen | |
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 | |
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 | |
2001-01-26 | Update the arch-not-yet-supported msg to be more clear. | Eric Andersen | |
2001-01-26 | Add errno.h | Eric Andersen | |
2001-01-26 | Make ls understand termios. | Eric Andersen | |
-Erik | |||
2001-01-26 | Fix a stupid bug I introduced yesterday. Doh! | Eric Andersen | |
-Erik | |||
2001-01-26 | Update some comments to clarify things. | Eric Andersen | |
2001-01-25 | Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch. | Eric Andersen | |
-Erik | |||
2001-01-25 | Add in spoon's watchdog timer app. | Eric Andersen | |
-Erik | |||
2001-01-25 | Because you demanded it, source tree snapshots are made available daily. | Mark Whitley | |
2001-01-25 | Added Linux on nanoEngine to the list of known users. | Mark Whitley | |
2001-01-25 | Update contact info. | Eric Andersen | |
2001-01-25 | Apply a patch from Brent Priddy <brent.priddy@adtran.com> to add | Eric Andersen | |
'id -n' support. -Erik | |||
2001-01-25 | I just wrote 'insmod -o' to close bug#1049. | Eric Andersen | |
2001-01-25 | Tar, by itself, could fail. | Eric Andersen | |
2001-01-25 | Cleanup from Larry Doolittle | Eric Andersen | |
2001-01-25 | Fix for dpkg-deb, courtesy of Larry Doolittle. | Eric Andersen | |
-Erik | |||
2001-01-25 | Add in Larry's CUSTOMIZED_BANNER patchlet, and let folks know that | Eric Andersen | |
BB_FEATURE_INIT_CHROOT needs to be rewritten to use pivot_root. -Erik | |||
2001-01-25 | More regression testing found buglets | Eric Andersen | |
2001-01-24 | Bug fix and small create_module cleanup from Larry Doolittle to | Eric Andersen | |
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 | |
-Erik | |||
2001-01-24 | More regression-found bug fixes | Eric Andersen | |
2001-01-24 | more bugs fixed -- found doing regression testing | Eric Andersen | |
-Erik | |||
2001-01-24 | Cleanup for build problem found using regression script | Eric Andersen | |
2001-01-24 | Fix _old_ bug so that the regression test actually works. | Eric Andersen | |
-Erik | |||
2001-01-24 | Some behavioral updates to wget so it acts a bit nicer. | Eric Andersen | |
-Erik | |||
2001-01-24 | Fix up insmod usage info to mention -L | Eric Andersen | |
2001-01-24 | Make insmod understand (and ignore) -L, and convert it to use getopt. | Eric Andersen | |
2001-01-24 | Update comments re netkit-tiny... | Eric Andersen | |
-Erik | |||
2001-01-24 | Remove the warning messages. By consensus, netkit-tiny doesn't | Eric Andersen | |
need to happen. | |||
2001-01-24 | Fix spelling. s/maintainence/maintenance/ | Eric Andersen | |
2001-01-24 | - Added a section on avoiding static buffers, per mailing list discussions | Mark Whitley | |
- 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. |