Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com> | Eric Andersen | 2002-04-26 | 1 | -0/+3 | |
| | ||||||
* | * include/applets.h (CONFIG_LOSETUP): New. | Matt Kraai | 2002-03-20 | 1 | -0/+3 | |
| | | | | | | | * include/usage.h (losetup_trivial_usage, losetup_full_usage): New. * util-linux/Makefile: Add losetup.o. * util-linux/config.in: Add losetup prompt. * util-linux/losetup.c: New. | |||||
* | unzip applet by Laurence Anderson | Glenn L McGrath | 2002-01-02 | 1 | -0/+3 | |
| | | | | ---------------------------------------------------------------------- | |||||
* | Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au> | Eric Andersen | 2001-12-06 | 1 | -0/+3 | |
| | ||||||
* | Patch from Steve Merrifield <steve@labyrinth.net.au> to | Eric Andersen | 2001-12-06 | 1 | -1/+1 | |
| | | | | | fixup the merge of the time applet, which I messed up. -Erik | |||||
* | Add in a 'time' applet. Adds 4.5k. | Eric Andersen | 2001-11-30 | 1 | -0/+3 | |
| | | | | -Erik | |||||
* | bzcat and bunzip -c support from Thomas Lundquist | Glenn L McGrath | 2001-11-18 | 1 | -0/+3 | |
| | ||||||
* | Introduce od and hexdump applets | Glenn L McGrath | 2001-11-02 | 1 | -0/+6 | |
| | ||||||
* | Move usage.h to include/usage.h | Eric Andersen | 2001-10-31 | 1 | -0/+3 | |
| | ||||||
* | Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it> | Eric Andersen | 2001-10-31 | 1 | -0/+3 | |
| | ||||||
* | Use extended regular expressions when invoked as egrep (noted and initial | Matt Kraai | 2001-10-29 | 1 | -1/+1 | |
| | | | | patch by Charles Steinkuehler). | |||||
* | Split true and false into separate applets. | Matt Kraai | 2001-10-24 | 1 | -2/+2 | |
| | ||||||
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -151/+151 | |
| | | | | -Erik | |||||
* | Commit the start-stop-daemon applet. This was contributed by David | Eric Andersen | 2001-10-18 | 1 | -0/+3 | |
| | | | | | | Kimdon <dwhedon@gordian.com> on october 7th -- the day I was fired from Lineo. So it seems I totally forgot about this patch until now. Sorry about that David! | |||||
* | Initial support for for bunzip2.... | Glenn L McGrath | 2001-10-05 | 1 | -0/+3 | |
| | | | | | | | This code could be improvemed by 1) supporting more options, 2) Creating a shared crc table with gunzip, or perhaps generated on the fly. 3) Removing any remaining unneccessary code (e.g. if (noisy)) | |||||
* | closes bug#1215? | Tim Riker | 2001-09-16 | 1 | -1/+1 | |
| | ||||||
* | Remove traces of rpmunpack (patch by Laurence Anderson). | Matt Kraai | 2001-08-27 | 1 | -3/+0 | |
| | ||||||
* | Initial merge of all tinylogin applets that do not require crypt. | Eric Andersen | 2001-08-21 | 1 | -0/+16 | |
| | | | | | | | 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 | |||||
* | Ok, if no shell is enabled, don't include any of the SH_IS_<name> | Eric Andersen | 2001-08-02 | 1 | -4/+4 | |
| | | | | | options or the build will fail -Erik | |||||
* | Allow multiple shells to be enabled. | Matt Kraai | 2001-08-01 | 1 | -2/+20 | |
| | ||||||
* | I just wrote up a simple pidof applet, closing bug #1197 | Eric Andersen | 2001-07-31 | 1 | -0/+3 | |
| | | | | -Erik | |||||
* | This fixes dos2unix and unix2dos so they behave as expected. dos2unix | Eric Andersen | 2001-07-25 | 1 | -1/+1 | |
| | | | | | was broken in the 0.52 release, and unix2dos was pretty lame... -Erik | |||||
* | Some patches to make dietlibc work... | Eric Andersen | 2001-07-22 | 1 | -0/+3 | |
| | ||||||
* | A traceroute applet from vodz. This could probably be slimmed down, | Eric Andersen | 2001-07-10 | 1 | -0/+3 | |
| | | | | but will do for now... | |||||
* | Fix a stupid bug revealed by multibuild.pl | Eric Andersen | 2001-07-06 | 1 | -1/+1 | |
| | ||||||
* | rpm2cpio applet by Laurence Anderson | Glenn L McGrath | 2001-06-26 | 1 | -0/+3 | |
| | ||||||
* | cpio applet, and changes to associated code | Glenn L McGrath | 2001-06-22 | 1 | -0/+3 | |
| | ||||||
* | Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunately | Eric Andersen | 2001-04-24 | 1 | -6/+6 | |
| | | | | | | 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 | |||||
* | Rewrite cp and mv to be SUSv2 compliant. | Matt Kraai | 2001-04-23 | 1 | -4/+4 | |
| | ||||||
* | I said no new features till after the 0.51 release. Well, I lied. This is a | Eric Andersen | 2001-04-04 | 1 | -0/+3 | |
| | | | | | vi editor for busybox, contributed by Sterling Huxley <sterling@europa.com>. It adds 22k to the busybox binary when enabled. Quite impressive! | |||||
* | Add in a new standalone env applet for fixing up app's environments | Eric Andersen | 2001-03-29 | 1 | -0/+3 | |
| | | | | -Erik | |||||
* | Change BB_FEATURE_TRIVIAL_HELP to BB_FEATURE_VERBOSE_USAGE (per bug #1130). | Matt Kraai | 2001-03-27 | 1 | -5/+5 | |
| | ||||||
* | Added adjtimex applet from Larry Doolittle. | Mark Whitley | 2001-03-20 | 1 | -0/+3 | |
| | ||||||
* | Patch from Vladimir to move struct applet from busybox.c to applets.c, | Eric Andersen | 2001-03-19 | 1 | -3/+0 | |
| | | | | which looks like the right place for such things to live. | |||||
* | Stupid thinko. egrep tried to call init. Sigh. Fix from Christophe Boyanique | Eric Andersen | 2001-03-16 | 1 | -1/+1 | |
| | ||||||
* | Fix egrep | Eric Andersen | 2001-03-15 | 1 | -1/+1 | |
| | ||||||
* | Fix linuxrc define | Eric Andersen | 2001-03-15 | 1 | -1/+1 | |
| | ||||||
* | Update the documentation so examples are autoincluded in the output text. | Eric Andersen | 2001-03-15 | 1 | -1/+1 | |
| | | | | | Fix up docs/busybox.pod with the latest autogenerated output. -Erik | |||||
* | Applied patch from Christophe Boyanique to add an egrep alias for grep. | Mark Whitley | 2001-03-14 | 1 | -0/+3 | |
| | ||||||
* | Applied patch from Gennady Feldman to split up syslogd.c into syslogd and | Mark Whitley | 2001-03-12 | 1 | -0/+6 | |
| | | | | klogd (as it should be). | |||||
* | Added Magnus Damm's tftp applet to Busybox. | Mark Whitley | 2001-03-02 | 1 | -0/+3 | |
| | ||||||
* | Somewhere along the line, MAKE_LINKS got broken, thereby breaking | Eric Andersen | 2001-02-23 | 1 | -0/+4 | |
| | | | | 'make install'. Fix that. | |||||
* | Add in kent robotti's updated dos2unix.c | Eric Andersen | 2001-02-22 | 1 | -1/+1 | |
| | ||||||
* | Another update to the way usage messages are done by Evin Robertson | Eric Andersen | 2001-02-22 | 1 | -30/+30 | |
| | | | | | | <nitfol@my-deja.com>, which makes things just a little bit smaller, but makes usage.h more readable/maintainable IMHO. -Erik | |||||
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -136/+150 | |
| | | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | |||||
* | Commit Vladimir's latest version of stty.c. Nice work. | Eric Andersen | 2001-02-14 | 1 | -0/+3 | |
| | | | | -Erik | |||||
* | Add in ifconfig and route | Eric Andersen | 2001-02-14 | 1 | -0/+6 | |
| | ||||||
* | Apply a patch from Evin Robertson -- new pivot_root applet. | Eric Andersen | 2001-02-13 | 1 | -0/+3 | |
| | | | | -Erik | |||||
* | New applet: dpkg | Glenn L McGrath | 2001-02-10 | 1 | -0/+3 | |
| | ||||||
* | Add in spoon's watchdog timer app. | Eric Andersen | 2001-01-25 | 1 | -0/+3 | |
| | | | | -Erik |