aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-12-13Minor fix: if(CONFIG) breaks the build when that CONFIG is disabled, it hasRob Landley
2005-12-12Patch from Yann E. Morin, something to do with bugs 276 and 272.Rob Landley
2005-12-12- typo: s/sucess/success/gBernhard Reutner-Fischer
2005-12-12- fix zcip for IMA compile mode.Bernhard Reutner-Fischer
2005-12-12Flush output to log promptly (bug 389).Rob Landley
2005-12-12Flush input when prompting for a password (bug 373).Rob Landley
2005-12-12Bug 310: be consistent about stat/lstat and chown/lchown to avoid accidentallyRob Landley
2005-12-12Uninitialized variable causing intermittent syntax errors (bug 449).Rob Landley
2005-12-12printf() arguments shouldn't be passed straight from user supplied data.Rob Landley
2005-12-12Change CONFIG_MODPROBE_MULTIPOLE_OPTIONS toRob Landley
2005-12-11Patch from Yann E. Morin to reorganize module config options.Rob Landley
2005-12-11Make insmod quiet by default (patch from Yann E. Morin).Rob Landley
2005-12-11Yann E. Morin's update to modprobe usage.Rob Landley
2005-12-11Patch from Yann E. Morin to make rmmod report failure properly.Rob Landley
2005-12-11Add build options to control SuS compatability, allows numeric Glenn L McGrath
2005-12-10- remove unused variable have_read_stdinBernhard Reutner-Fischer
2005-12-08avoid mixed declarations, to support older compilers just a little longer.Paul Fox
2005-12-07Macro was wrong, name(void) vs name(x), and apparently gcc 2.95 cares aboutRob Landley
2005-12-07uClibc can't handle anonymous MAP_SHARED. Since we're treating it asRob Landley
2005-12-06Tito is using broken kernel headers that pollute the namespace with everyRob Landley
2005-12-06reduce 3 warning if compile with -W"Vladimir N. Oleynik"
2005-12-06restore compare_string_array new interface (make broken by landley)"Vladimir N. Oleynik"
2005-12-02Install links patch from Yann E. Morin. (Another thing hanging around in myRob Landley
2005-12-02If we really _need_ an #ifdef like this, then we should be using the libbbRob Landley
2005-12-02Another cleanup patch that's been in my tree for a while. Again I think it'sRob Landley
2005-12-02A cleanup patch I've had lying around in my tree for a while, I think itRob Landley
2005-12-02reduce signedness warning"Vladimir N. Oleynik"
2005-12-02reduce signedness warning"Vladimir N. Oleynik"
2005-12-02remove warnings if compile with -W, use ENABLE_FEATURE vs CONFIG_FEATURE"Vladimir N. Oleynik"
2005-12-01Make char default to "unsigned" on all platforms so we have a consistent baseRob Landley
2005-11-29Fix losetup so that it A) actually works again, B) has much better errorRob Landley
2005-11-29getopt -> getopt_ulflags. noticed by Rob Sullivan"Vladimir N. Oleynik"
2005-11-29update licenseMike Frysinger
2005-11-29ShaneAnderson writes in Bug 565:Mike Frysinger
2005-11-28add "-C" format to hexdumpPaul Fox
2005-11-28fix bug #474:Paul Fox
2005-11-28eliminate mixed declaration, to support older compilers a little longer.Paul Fox
2005-11-28use libbb/get_kernel_revision(), reduce stack usage, add loses -w -f option f..."Vladimir N. Oleynik"
2005-11-27Patch from Cristian Ionescu-Idbohrn to deal with _ vs - better.Rob Landley
2005-11-26remove bug: fsck do not know path"Vladimir N. Oleynik"
2005-11-26change the interface of libbb/compare_string_array (unsigned short to int), u..."Vladimir N. Oleynik"
2005-11-26more use const for interface of libbb/compare_string_array, example usage for..."Vladimir N. Oleynik"
2005-11-25more use libbb/bb_msg_read_error"Vladimir N. Oleynik"
2005-11-24reduce bss"Vladimir N. Oleynik"
2005-11-23Update to modprobe usage from Yann E. MorinRob Landley
2005-11-22Can't store a pointer in an int on 64 bit platforms.Rob Landley
2005-11-22Move interface.c to networking directory since it's only used by ifconfig.Rob Landley
2005-11-20Support # comments after s/// option list.Rob Landley
2005-11-15Quote the user we pass to addgroup so funky chars are preserved. Fix by drag...Mike Frysinger
2005-11-15Yann Morin's modprobe multiple options patch. There's more work to be done,Rob Landley