| Commit message (Expand) | Author | Age | Files | Lines |
* | According to bug #63, crond is unhappy with crontab lines that don't end in a | Rob Landley | 2005-09-01 | 1 | -4/+2 |
* | Bernhard Fischer provided a mountpoint(1) applet. This is apparently something | Rob Landley | 2005-08-20 | 3 | -0/+77 |
* | Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk | Rob Landley | 2005-08-10 | 1 | -6/+2 |
* | commiting: | Paul Fox | 2005-08-01 | 3 | -0/+53 |
* | new config display applet, from bug 46. i've changed the name | Paul Fox | 2005-08-01 | 3 | -0/+16 |
* | eat leading whitespace with preprocessor | Mike Frysinger | 2005-07-31 | 1 | -2/+2 |
* | use toplevel ARFLAGS and update default ARFLAGS to be quiet | Mike Frysinger | 2005-07-27 | 1 | -1/+1 |
* | Fixup makedevs to handle regular files, and also fix | Eric Andersen | 2005-07-18 | 1 | -1/+32 |
* | a bit more polish | Eric Andersen | 2005-07-18 | 1 | -5/+5 |
* | a bit of polish on makedevs | Eric Andersen | 2005-07-18 | 1 | -0/+1 |
* | the makedevs config option was pretty much totally broken | Eric Andersen | 2005-07-18 | 1 | -1/+2 |
* | Fixup device table based makedevs so it actually works | Eric Andersen | 2005-07-18 | 1 | -28/+41 |
* | Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTM... | Mike Frysinger | 2005-07-01 | 1 | -1/+1 |
* | applets specified as _BB_SUID_ALWAYS in applets.h should also select | Eric Andersen | 2005-06-23 | 1 | -0/+1 |
* | About time to just apply this and kill off the patches | Eric Andersen | 2005-06-09 | 2 | -30/+184 |
* | Tito posted a devfsd error message fix. It's highly deprecated and will | Rob Landley | 2005-06-07 | 1 | -31/+28 |
* | Clean up strings.c to use busybox's option processing. Bug 006, apparently. | Rob Landley | 2005-06-07 | 1 | -71/+54 |
* | Tito pointed out I'd broken -t (argv[optind] can't be before getulflags), | Rob Landley | 2005-05-15 | 1 | -17/+13 |
* | Add automatic umount support to eject command. Patch from Tito, | Rob Landley | 2005-05-14 | 2 | -27/+23 |
* | import eject by Peter Willis / Tito Ragusa | Mike Frysinger | 2005-05-11 | 3 | -13/+91 |
* | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen | 2005-04-16 | 1 | -2/+2 |
* | Make certain clients of bb_make_directory default to honoring | Eric Andersen | 2004-10-13 | 1 | -1/+1 |
* | egor duda writes: | Eric Andersen | 2004-10-08 | 2 | -6/+11 |
* | Improve the setuid situation a bit, and make it more apparent | Eric Andersen | 2004-08-26 | 1 | -0/+3 |
* | Fix incorrect arguments being passed to mknod | Eric Andersen | 2004-07-30 | 1 | -2/+2 |
* | Fixup getty, login, etc so the utmp and wtmp are updated, allowing | Eric Andersen | 2004-07-30 | 1 | -0/+1 |
* | Fix up brain damage with the way major and minor are used to | Eric Andersen | 2004-07-30 | 1 | -1/+1 |
* | BusyBox has no business hard coding the number of major and minor bits for a | Eric Andersen | 2004-07-26 | 1 | -4/+5 |
* | Patch by Paul Whittaker, make busybox dc compatable with GNU dc.
| Glenn L McGrath | 2004-07-24 | 1 | -8/+1 |
* | Avoid a naming conflict with include/bits/fcntl.h | Eric Andersen | 2004-07-20 | 1 | -4/+4 |
* | Include some documentation posted to the list by vodz | Eric Andersen | 2004-07-20 | 1 | -0/+5 |
* | Woops, the previous commit was an accident, its supplied in the patch, | Glenn L McGrath | 2004-06-05 | 2 | -190/+32 |
* | Device table support for makedevs, the previous behaviour can been | Glenn L McGrath | 2004-06-05 | 2 | -32/+190 |
* | Bugfixes | Glenn L McGrath | 2004-04-30 | 1 | -2/+2 |
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 4 | -5/+5 |
* | Tito, farmatito at tiscali dot it writes: | Eric Andersen | 2004-04-05 | 1 | -31/+32 |
* | Tito noticed a printf that should have been a bb_error_msg. | Eric Andersen | 2004-03-20 | 1 | -1/+1 |
* | Fix broken arg parsing (was not passing pointer to items so p, argc, and argv | Eric Andersen | 2004-03-19 | 1 | -132/+117 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 13 | -32/+32 |
* | Patch from Florian Schirmer. compile fix for debug builds | Glenn L McGrath | 2004-02-22 | 1 | -2/+2 |
* | Fixup braces (patch from Thomas Geulig), run through indent and manually | Glenn L McGrath | 2004-02-22 | 1 | -778/+744 |
* | Avoid naming conflict with symbol in newer glibc headers | Eric Andersen | 2004-02-14 | 1 | -4/+4 |
* | Bug fix from Tito. | Glenn L McGrath | 2004-02-04 | 1 | -3/+4 |
* | Fix compile error, the indenting really needs to be fixed here | Glenn L McGrath | 2003-12-23 | 1 | -1/+1 |
* | New applet, rx, by Christopher Hoover | Glenn L McGrath | 2003-12-20 | 3 | -0/+351 |
* | Tito writes: | Eric Andersen | 2003-12-19 | 2 | -340/+464 |
* | Get vfork_daemon_rexec working under uclinux | Russ Dill | 2003-12-15 | 1 | -6/+4 |
* | Fix compile when CONFIG_FEATURE_HDPARM_GET_IDENTITY is disabled | Eric Andersen | 2003-12-12 | 1 | -6/+9 |
* | Patch from Tito, size optimisation, cleanup noise when in debugging | Glenn L McGrath | 2003-11-30 | 2 | -167/+174 |
* | Correct Matteo's email address | Glenn L McGrath | 2003-11-28 | 1 | -1/+1 |