Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Patch from Robert P Day: let menuconfig indent stuff for us, we don't have | Rob Landley | 2006-04-13 | 1 | -12/+12 | |
| | | | | to do it in Config.in. | |||||
* | - patch from Denis Vlasenko to add and use bb_xopen3() | Bernhard Reutner-Fischer | 2006-04-13 | 3 | -27/+15 | |
| | ||||||
* | - patch from Denis Vlasenko to add and use bb_xchdir() | Bernhard Reutner-Fischer | 2006-04-12 | 3 | -19/+12 | |
| | ||||||
* | - patch from Denis Vlasenko to add and use bb_xdaemon() | Bernhard Reutner-Fischer | 2006-04-12 | 2 | -5/+3 | |
| | ||||||
* | - tweak visibility of label expected_hwif_error as it's only needed for | Bernhard Reutner-Fischer | 2006-04-11 | 1 | -0/+2 | |
| | | | | CONFIG_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF or CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF | |||||
* | - make sure that the label expected_hwif_error is visible even when | Bernhard Reutner-Fischer | 2006-04-05 | 1 | -15/+3 | |
| | | | | CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF isn't set. | |||||
* | Clarify. | Rob Landley | 2006-03-30 | 1 | -3/+1 | |
| | ||||||
* | add public-domain release1_1_11_1_0 | Paul Fox | 2006-03-29 | 1 | -0/+5 | |
| | ||||||
* | - commentary typos | Bernhard Reutner-Fischer | 2006-03-24 | 2 | -2/+2 | |
| | ||||||
* | fixup style | Mike Frysinger | 2006-03-23 | 1 | -6/+3 | |
| | ||||||
* | dont printf arguments given by user for security sanity | Mike Frysinger | 2006-03-23 | 2 | -2/+2 | |
| | ||||||
* | - revert back to r14406 | Bernhard Reutner-Fischer | 2006-03-13 | 1 | -10/+18 | |
| | ||||||
* | Patch from Denis Vlasenko to add xstat() and use it. | Rob Landley | 2006-03-13 | 1 | -2/+1 | |
| | ||||||
* | - backout using features which are not available with the previous stable | Bernhard Reutner-Fischer | 2006-03-09 | 1 | -2/+6 | |
| | | | | version of make (3.71.1). | |||||
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 5 | -5/+5 | |
| | | | | definitions. (That should only be on prototypes.) | |||||
* | Patch from Robert P. Day, moving byte order checks to use platform.h macros. | Rob Landley | 2006-03-04 | 1 | -2/+2 | |
| | ||||||
* | - remove unused lists *-m | Bernhard Reutner-Fischer | 2006-03-02 | 1 | -3/+0 | |
| | ||||||
* | - use absolute path for top_builddir and top_srcdir. | Bernhard Reutner-Fischer | 2006-03-02 | 1 | -0/+4 | |
| | | | | Fixes make trying to include the very same file in an endless loop. | |||||
* | - fixes parallel builds (make -j) | Bernhard Reutner-Fischer | 2006-03-01 | 1 | -18/+9 | |
| | | | | - use less resources for the buildsystem itself | |||||
* | more security: don't start shell code from argv | "Vladimir N. Oleynik" | 2006-02-28 | 1 | -1/+1 | |
| | ||||||
* | Cosmetic cleanup from tito. | Rob Landley | 2006-02-28 | 1 | -21/+11 | |
| | ||||||
* | - whitespace cleanup from Tito. | Bernhard Reutner-Fischer | 2006-02-27 | 1 | -23/+10 | |
| | ||||||
* | Convert all the applets from #include to USE(). Had to fix some nonstandard | Rob Landley | 2006-02-23 | 2 | -2/+2 | |
| | | | | naming along the way to get USE() macros for everything. | |||||
* | Patch from Denis Vlasenko to constify things and fix a few typos. | Rob Landley | 2006-02-22 | 2 | -33/+40 | |
| | ||||||
* | Don't build directory libraries unless we're building an applet that needs it. | Rob Landley | 2006-02-21 | 1 | -0/+2 | |
| | | | | Cherry-picked from Devin Bayer's big MacOS X patch. | |||||
* | make the build system puuuuuuuuuuurty | Mike Frysinger | 2006-02-02 | 1 | -3/+2 | |
| | ||||||
* | removed anoinig warnings | "Vladimir N. Oleynik" | 2006-02-01 | 2 | -7/+7 | |
| | ||||||
* | protect potential overflow for x86_64 | "Vladimir N. Oleynik" | 2006-01-31 | 1 | -2/+3 | |
| | ||||||
* | fix up yet more annoying signed/unsigned and mixed type errors | Eric Andersen | 2006-01-30 | 2 | -4/+5 | |
| | ||||||
* | make certain we dereference the pointer as a time_t, esp on x86_64 | Eric Andersen | 2006-01-30 | 1 | -1/+1 | |
| | | | | where it might otherwise not be dereferenced as such by default | |||||
* | - add some ATTRIBUTE_UNUSED. | Bernhard Reutner-Fischer | 2006-01-30 | 2 | -16/+3 | |
| | | | | - use shorter boilerplate while at it. | |||||
* | removed warning "comparison between signed and unsigned". Change very very ↵ | "Vladimir N. Oleynik" | 2006-01-30 | 1 | -7/+7 | |
| | | | | old code: use int instead short | |||||
* | just whitespace | Tim Riker | 2006-01-25 | 8 | -94/+94 | |
| | ||||||
* | - shared libbusybox. | Bernhard Reutner-Fischer | 2006-01-15 | 1 | -1/+6 | |
| | | | | | - IMA compilation option (aka IPO, IPA,..) Please holler if i broke something.. | |||||
* | can use TMPDIR if user's HOMEDIR do not found. Noticed by Bernhard | "Vladimir N. Oleynik" | 2006-01-10 | 1 | -2/+2 | |
| | ||||||
* | - fix check for group and user, remove some whitespace while at it. | Bernhard Reutner-Fischer | 2005-12-21 | 1 | -4/+4 | |
| | ||||||
* | Ahem. Vladimir checked in a different fix bug didn't close out the bug. | Rob Landley | 2005-12-16 | 1 | -1/+0 | |
| | | | | Reverting... | |||||
* | Less would segfault if it had no tty. (Bug 600.) | Rob Landley | 2005-12-16 | 1 | -0/+1 | |
| | ||||||
* | fopen(TTY...) to bb_xfopen(), close bug 600 | "Vladimir N. Oleynik" | 2005-12-15 | 1 | -1/+1 | |
| | ||||||
* | restore compare_string_array new interface (make broken by landley) | "Vladimir N. Oleynik" | 2005-12-06 | 1 | -2/+2 | |
| | ||||||
* | - add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc. | Bernhard Reutner-Fischer | 2005-10-28 | 3 | -0/+53 | |
| | | | | Note that we leave the buggy CONFIG_* namespace now, so please fix any applet you thouch. | |||||
* | Rob Sullivan sent in some cleanups, which I beat on slightly. | Rob Landley | 2005-10-28 | 2 | -62/+16 | |
| | ||||||
* | another more const | "Vladimir N. Oleynik" | 2005-10-20 | 1 | -3/+3 | |
| | ||||||
* | data --> code | "Vladimir N. Oleynik" | 2005-10-15 | 1 | -51/+52 | |
| | ||||||
* | Coprolith polishing time: Tito switched devfsd over from CONFIG_ to ENABLE_. | Rob Landley | 2005-10-08 | 1 | -317/+174 | |
| | ||||||
* | change interface to bb_xasprintf() - more perfect for me. | "Vladimir N. Oleynik" | 2005-09-29 | 2 | -7/+4 | |
| | | | | | ln.c: error_msg(str)->error_msg(%s, str) - remove standart "feature" for hackers reduce 100 bytes don't care in sum | |||||
* | use the shorter license header | Mike Frysinger | 2005-09-24 | 1 | -15/+2 | |
| | ||||||
* | use brief license line | Mike Frysinger | 2005-09-24 | 1 | -15/+2 | |
| | ||||||
* | quick patch - have removed stranges for me | "Vladimir N. Oleynik" | 2005-09-22 | 1 | -19/+26 | |
| | ||||||
* | moved include/bbconfigopts.h from miscutils to to top Makefile before ↵ | "Vladimir N. Oleynik" | 2005-09-21 | 1 | -3/+0 | |
| | | | | generate .depend. Remove allyesconfig build problem, noticed by Bernhard Fischer |