Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-16 | closes bug#1215? | Tim Riker | |
2001-08-27 | Remove traces of rpmunpack (patch by Laurence Anderson). | Matt Kraai | |
2001-08-21 | Initial merge of all tinylogin applets that do not require crypt. | Eric Andersen | |
There is some optimization that can be done to better use libbb in these applets. There is also redundancy between stty and getty which could be eliminated. -Erik | |||
2001-08-02 | Ok, if no shell is enabled, don't include any of the SH_IS_<name> | Eric Andersen | |
options or the build will fail -Erik | |||
2001-08-01 | Allow multiple shells to be enabled. | Matt Kraai | |
2001-07-31 | I just wrote up a simple pidof applet, closing bug #1197 | Eric Andersen | |
-Erik | |||
2001-07-25 | This fixes dos2unix and unix2dos so they behave as expected. dos2unix | Eric Andersen | |
was broken in the 0.52 release, and unix2dos was pretty lame... -Erik | |||
2001-07-22 | Some patches to make dietlibc work... | Eric Andersen | |
2001-07-10 | A traceroute applet from vodz. This could probably be slimmed down, | Eric Andersen | |
but will do for now... | |||
2001-07-06 | Fix a stupid bug revealed by multibuild.pl | Eric Andersen | |
2001-06-26 | rpm2cpio applet by Laurence Anderson | Glenn L McGrath | |
2001-06-22 | cpio applet, and changes to associated code | Glenn L McGrath | |
2001-04-24 | Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunately | Eric Andersen | |
adds 384 bytes to the overall size. But having each app be standalone is the Right Thing(tm) so we will just have to live with it. -Erik | |||
2001-04-23 | Rewrite cp and mv to be SUSv2 compliant. | Matt Kraai | |
2001-04-04 | I said no new features till after the 0.51 release. Well, I lied. This is a | Eric Andersen | |
vi editor for busybox, contributed by Sterling Huxley <sterling@europa.com>. It adds 22k to the busybox binary when enabled. Quite impressive! | |||
2001-03-29 | Add in a new standalone env applet for fixing up app's environments | Eric Andersen | |
-Erik | |||
2001-03-27 | Change BB_FEATURE_TRIVIAL_HELP to BB_FEATURE_VERBOSE_USAGE (per bug #1130). | Matt Kraai | |
2001-03-20 | Added adjtimex applet from Larry Doolittle. | Mark Whitley | |
2001-03-19 | Patch from Vladimir to move struct applet from busybox.c to applets.c, | Eric Andersen | |
which looks like the right place for such things to live. | |||
2001-03-16 | Stupid thinko. egrep tried to call init. Sigh. Fix from Christophe Boyanique | Eric Andersen | |
2001-03-15 | Fix egrep | Eric Andersen | |
2001-03-15 | Fix linuxrc define | Eric Andersen | |
2001-03-15 | Update the documentation so examples are autoincluded in the output text. | Eric Andersen | |
Fix up docs/busybox.pod with the latest autogenerated output. -Erik | |||
2001-03-14 | Applied patch from Christophe Boyanique to add an egrep alias for grep. | Mark Whitley | |
2001-03-12 | Applied patch from Gennady Feldman to split up syslogd.c into syslogd and | Mark Whitley | |
klogd (as it should be). | |||
2001-03-02 | Added Magnus Damm's tftp applet to Busybox. | Mark Whitley | |
2001-02-23 | Somewhere along the line, MAKE_LINKS got broken, thereby breaking | Eric Andersen | |
'make install'. Fix that. | |||
2001-02-22 | Add in kent robotti's updated dos2unix.c | Eric Andersen | |
2001-02-22 | Another update to the way usage messages are done by Evin Robertson | Eric Andersen | |
<nitfol@my-deja.com>, which makes things just a little bit smaller, but makes usage.h more readable/maintainable IMHO. -Erik | |||
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | |
done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | |||
2001-02-14 | Commit Vladimir's latest version of stty.c. Nice work. | Eric Andersen | |
-Erik | |||
2001-02-14 | Add in ifconfig and route | Eric Andersen | |
2001-02-13 | Apply a patch from Evin Robertson -- new pivot_root applet. | Eric Andersen | |
-Erik | |||
2001-02-10 | New applet: dpkg | Glenn L McGrath | |
2001-01-25 | Add in spoon's watchdog timer app. | Eric Andersen | |
-Erik | |||
2001-01-02 | add dpkg-deb command | Glenn L McGrath | |
2000-12-02 | Patch from Larry Doolittle so it will build the newdocs right. | Eric Andersen | |
2000-11-30 | Patch from Larry Doolittle (with minor touchups from me so everything compiles | Eric Andersen | |
and works) to use the applet definitions in applets.h to autogenerate the applet function and usage prototypes. | |||
2000-11-29 | Apply a patch fromkent robotti: | Eric Andersen | |
Renamed unrpm to original rpmunpack, so you can use an included shell script called unrpm as a front end to it. There's also a shell script called undeb included for debian packages. Change undeb and unrpm scripts to work with the busybox tar and gunzip. | |||
2000-11-17 | "I will always compile before I commit." | Eric Andersen | |
"I will always compile before I commit." "I will always compile before I commit." -Erik | |||
2000-10-25 | Applied patch from Gaute B Strokkenes <gs234@cam.ac.uk> to use a binary search | Mark Whitley | |
to locate applets, rather than a linear search. Also, broke out the listing of applets into it's own file: applets.h. |