Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-13 | pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the ↵ | Mike Frysinger | |
mailing list | |||
2006-05-07 | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | Rob Landley | |
as the old optimization did (actually does slightly better under gcc 4.0), and simplifies the code. | |||
2006-04-21 | - passwd doesnt use salt with md5 passwords; bug #604 thanks taviso | Ned Ludd | |
2006-04-16 | use strchr() not index() | Mike Frysinger | |
2006-04-13 | Patch from Robert P Day: let menuconfig indent stuff for us, we don't have | Rob Landley | |
to do it in Config.in. | |||
2006-04-10 | Patch from Tito to unify deluser and delgroup, and generally shrink code. | Rob Landley | |
2006-04-04 | Rewrite/shrink by tito. | Rob Landley | |
2006-03-27 | From Jan Kiszka: This patch fixes the security labelling of the login terminal | Rob Landley | |
and process... There still remains some stuff to clean up (the whole set_current_security_context() appears unnecessary complex to me), but this is now at least working. | |||
2006-03-22 | 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of ↵ | Mike Frysinger | |
sys/signal.h. | |||
2006-03-13 | - revert back to r14406 | Bernhard Reutner-Fischer | |
2006-03-09 | - backout using features which are not available with the previous stable | Bernhard Reutner-Fischer | |
version of make (3.71.1). | |||
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | |
definitions. (That should only be on prototypes.) | |||
2006-03-02 | - remove unused lists *-m | Bernhard Reutner-Fischer | |
2006-03-02 | - use absolute path for top_builddir and top_srcdir. | Bernhard Reutner-Fischer | |
Fixes make trying to include the very same file in an endless loop. | |||
2006-03-01 | - fixes parallel builds (make -j) | Bernhard Reutner-Fischer | |
- use less resources for the buildsystem itself | |||
2006-02-21 | Don't build directory libraries unless we're building an applet that needs it. | Rob Landley | |
Cherry-picked from Devin Bayer's big MacOS X patch. | |||
2006-02-02 | make the build system puuuuuuuuuuurty | Mike Frysinger | |
2006-01-31 | - bzero -> memset | Bernhard Reutner-Fischer | |
text data bss dec hex filename 1652855 14444 1215616 2882915 2bfd63 busybox.oorig.gcc-3.3 1652823 14444 1215616 2882883 2bfd43 busybox.gcc-3.3 1603655 14412 1215552 2833619 2b3cd3 busybox.oorig.gcc-3.4 1603655 14412 1215552 2833619 2b3cd3 busybox.gcc-3.4 1609755 14508 1215744 2840007 2b55c7 busybox.oorig.gcc-4.0 1609755 14508 1215744 2840007 2b55c7 busybox.gcc-4.0 1590495 13516 1215392 2819403 2b054b busybox.oorig.gcc-4.1-HEAD 1590495 13516 1215392 2819403 2b054b busybox.gcc-4.1-HEAD 1589079 13036 1213248 2815363 2af583 busybox.oorig.gcc-4.2-HEAD 1589079 13036 1213248 2815363 2af583 busybox.gcc-4.2-HEAD | |||
2006-01-31 | more destroy potential overflow for x86_64. | "Vladimir N. Oleynik" | |
2006-01-31 | destroy potential overflow for x86_64. Added ATTRIBUTE_UNUSED | "Vladimir N. Oleynik" | |
2006-01-30 | fix up yet more annoying signed/unsigned and mixed type errors | Eric Andersen | |
2006-01-25 | just whitespace | Tim Riker | |
2006-01-22 | - add platform.h. | Bernhard Reutner-Fischer | |
- use shorter boilerplate while at it. | |||
2006-01-19 | - Document -m, -c, -s and provide a default shell for standalone build. | Bernhard Reutner-Fischer | |
- Wrap overlong lines plus a few whitespace fixes. - add GPL header. | |||
2006-01-15 | - shared libbusybox. | Bernhard Reutner-Fischer | |
- IMA compilation option (aka IPO, IPA,..) Please holler if i broke something.. | |||
2006-01-08 | declare const for fun | Mike Frysinger | |
2006-01-06 | patch from tito: consolidate delay functions as bb_do_delay() | Rob Landley | |
2005-12-21 | Second attempt to simplify the login menu. Shadow password stuff at the top, | Rob Landley | |
with no dependencies (since depending on 9 of the 13 apps in the menu gets a bit silly). And fix my attempt to make internal shadow password support automatically depend on internal password support plus shadow password support. | |||
2005-12-20 | Shadow password support went beyond the dependency event horizon, just make | Rob Landley | |
it an independent menu. And make internal shadow password support a subset of the other internal password function support. | |||
2005-12-19 | Shadow password support involves vlock too. | Rob Landley | |
2005-12-19 | Patch from Tito to make vlock much smaller. | Rob Landley | |
2005-12-18 | strncmp isn't automatically superior to strcmp. Especially when it isn't | Rob Landley | |
used right. | |||
2005-12-13 | remove strange bloat dup2() usage, sync this code with mainstream ↵ | "Vladimir N. Oleynik" | |
login-utils, size reduce | |||
2005-11-15 | Quote the user we pass to addgroup so funky chars are preserved. Fix by ↵ | Mike Frysinger | |
dragan_marinkovic in Bug 544 | |||
2005-10-15 | common BUFSIZ BSS buffer, small reduce code, data and bss | "Vladimir N. Oleynik" | |
2005-09-29 | change interface to bb_xasprintf() - more perfect for me. | "Vladimir N. Oleynik" | |
ln.c: error_msg(str)->error_msg(%s, str) - remove standart "feature" for hackers reduce 100 bytes don't care in sum | |||
2005-09-29 | getty must chdir(/). Use bb_getopt_ulflags. Indent. error() perfect | "Vladimir N. Oleynik" | |
2005-09-24 | use the shorter license header | Mike Frysinger | |
2005-09-24 | use brief license line | Mike Frysinger | |
2005-09-20 | - rename libbb's password helpers as suggested in libbb.h | Bernhard Reutner-Fischer | |
my_getpwnam -> bb_xgetpwnam /* dies on error */ my_getgrnam -> bb_xgetgrnam /* dies on error */ my_getgrgid -> bb_getgrgid my_getpwuid -> bb_getpwuid my_getug -> bb_getug | |||
2005-07-27 | The change in getty.c in Busybox 1.01 caused the /etc/issue file to not | Eric Andersen | |
be displayed unless CONFIG_FEATURE_UTMP is set. This was not the intended result. | |||
2005-07-27 | use toplevel ARFLAGS and update default ARFLAGS to be quiet | Mike Frysinger | |
2005-07-01 | 2005-06-30 Shaun Jackman <sjackman@gmail.com> | Mike Frysinger | |
* loginutils/getty.c: (open_tty): Use dup2 instead of close/dup. | |||
2005-07-01 | 2005-06-30 Shaun Jackman <sjackman@gmail.com> | Mike Frysinger | |
* loginutils/getty.c: Include utmp.h only if CONFIG_FEATURE_U_W_TMP is defined. (getty_main): Use ISSUE only if it is defined. | |||
2005-07-01 | Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and ↵ | Mike Frysinger | |
WTMP options | |||
2005-05-03 | A patch from Takeharu KATO to update/fix SE-Linux support. | Rob Landley | |
2005-04-16 | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen | |
which were otherwise cluttering the global namespace. | |||
2005-04-16 | In Bug 208, bernhardf writes: | Mike Frysinger | |
On machines with only ANSI compliant compilers, not explitily delcaring an empty parameter list 'void' causes failure. | |||
2005-04-14 | Use a sane VEOL setting | Eric Andersen | |
2004-10-08 | egor duda writes: | Eric Andersen | |
Hi! I've created a patch to busybox' build system to allow building it in separate tree in a manner similar to kbuild from kernel version 2.6. That is, one runs command like 'make O=/build/some/where/for/specific/target/and/options' and everything is built in this exact directory, provided that it exists. I understand that applyingc such invasive changes during 'release candidates' stage of development is at best unwise. So, i'm currently asking for comments about this patch, starting from whether such thing is needed at all to whether it coded properly. 'make check' should work now, and one make creates Makefile in build directory, so one can run 'make' in build directory after that. One possible caveat is that if we build in some directory other than source one, the source directory should be 'distclean'ed first. egor |