| Commit message (Expand) | Author | Age | Files | Lines |
* | can use TMPDIR if user's HOMEDIR do not found. Noticed by Bernhard | vodz | 2006-01-10 | 1 | -2/+2 |
* | - fix check for group and user, remove some whitespace while at it. | aldot | 2005-12-21 | 1 | -4/+4 |
* | Ahem. Vladimir checked in a different fix bug didn't close out the bug. | landley | 2005-12-16 | 1 | -1/+0 |
* | Less would segfault if it had no tty. (Bug 600.) | landley | 2005-12-16 | 1 | -0/+1 |
* | fopen(TTY...) to bb_xfopen(), close bug 600 | vodz | 2005-12-15 | 1 | -1/+1 |
* | restore compare_string_array new interface (make broken by landley) | vodz | 2005-12-06 | 1 | -2/+2 |
* | - add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc. | aldot | 2005-10-28 | 3 | -0/+53 |
* | Rob Sullivan sent in some cleanups, which I beat on slightly. | landley | 2005-10-28 | 2 | -62/+16 |
* | another more const | vodz | 2005-10-20 | 1 | -3/+3 |
* | data --> code | vodz | 2005-10-15 | 1 | -51/+52 |
* | Coprolith polishing time: Tito switched devfsd over from CONFIG_ to ENABLE_. | landley | 2005-10-08 | 1 | -317/+174 |
* | change interface to bb_xasprintf() - more perfect for me. | vodz | 2005-09-29 | 2 | -7/+4 |
* | use the shorter license header | vapier | 2005-09-24 | 1 | -15/+2 |
* | use brief license line | vapier | 2005-09-24 | 1 | -15/+2 |
* | quick patch - have removed stranges for me | vodz | 2005-09-22 | 1 | -19/+26 |
* | moved include/bbconfigopts.h from miscutils to to top Makefile before generat... | vodz | 2005-09-21 | 1 | -3/+0 |
* | - rename libbb's password helpers as suggested in libbb.h | aldot | 2005-09-20 | 1 | -2/+2 |
* | remove duplicate depend, its work for bb_mkdepend | vodz | 2005-09-19 | 1 | -2/+0 |
* | correct build bbconfig applet, correct previous change | vodz | 2005-09-19 | 1 | -3/+3 |
* | corect build bbconfig applet, Thanks, Bernhard Fischer | vodz | 2005-09-19 | 1 | -2/+7 |
* | 1) read from stdin work now | vodz | 2005-09-19 | 1 | -34/+21 |
* | quick patchs: drop founded memory leak, more libbb, more C-compatibility, siz... | vodz | 2005-09-19 | 1 | -82/+89 |
* | Bernhard Fischer writes: | vapier | 2005-09-18 | 1 | -7/+7 |
* | First cleanup pass, from Rob Sullivan. More to be done... | landley | 2005-09-18 | 1 | -144/+106 |
* | more C-compatibily, Thanks Bernhard Fischer | vodz | 2005-09-16 | 1 | -1/+2 |
* | small change for highlihting flags, more busyboxes: indent, forward declarati... | vodz | 2005-09-16 | 1 | -510/+464 |
* | New applet "less", from Rob Sullivan. | landley | 2005-09-15 | 3 | -0/+1310 |
* | split libbb: moved xregcomp separatelly for speed up recompile | vodz | 2005-09-14 | 1 | -2/+1 |
* | removed strange extern void xregcomp(... from some applets, but declared from... | vodz | 2005-09-14 | 1 | -2/+0 |
* | Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP to | landley | 2005-09-08 | 1 | -3/+3 |
* | destroy bug [0000381] | vodz | 2005-09-05 | 1 | -2/+2 |
* | 1) bb_opt_complementaly -> bb_opt_complementally | vodz | 2005-09-05 | 1 | -2/+2 |
* | According to bug #63, crond is unhappy with crontab lines that don't end in a | landley | 2005-09-01 | 1 | -4/+2 |
* | Bernhard Fischer provided a mountpoint(1) applet. This is apparently something | landley | 2005-08-20 | 3 | -0/+77 |
* | Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk | landley | 2005-08-10 | 1 | -6/+2 |
* | commiting: | pgf | 2005-08-01 | 3 | -0/+53 |
* | new config display applet, from bug 46. i've changed the name | pgf | 2005-08-01 | 3 | -0/+16 |
* | eat leading whitespace with preprocessor | vapier | 2005-07-31 | 1 | -2/+2 |
* | use toplevel ARFLAGS and update default ARFLAGS to be quiet | vapier | 2005-07-27 | 1 | -1/+1 |
* | Fixup makedevs to handle regular files, and also fix | andersen | 2005-07-18 | 1 | -1/+32 |
* | a bit more polish | andersen | 2005-07-18 | 1 | -5/+5 |
* | a bit of polish on makedevs | andersen | 2005-07-18 | 1 | -0/+1 |
* | the makedevs config option was pretty much totally broken | andersen | 2005-07-18 | 1 | -1/+2 |
* | Fixup device table based makedevs so it actually works | 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... | vapier | 2005-07-01 | 1 | -1/+1 |
* | applets specified as _BB_SUID_ALWAYS in applets.h should also select | andersen | 2005-06-23 | 1 | -0/+1 |
* | About time to just apply this and kill off the patches | andersen | 2005-06-09 | 2 | -30/+184 |
* | Tito posted a devfsd error message fix. It's highly deprecated and will | landley | 2005-06-07 | 1 | -31/+28 |
* | Clean up strings.c to use busybox's option processing. Bug 006, apparently. | landley | 2005-06-07 | 1 | -71/+54 |
* | Tito pointed out I'd broken -t (argv[optind] can't be before getulflags), | landley | 2005-05-15 | 1 | -17/+13 |