aboutsummaryrefslogtreecommitdiff
path: root/libbb (unfollow)
Commit message (Expand)AuthorFilesLines
2005-12-12Flush input when prompting for a password (bug 373).landley1-0/+1
2005-12-12Bug 310: be consistent about stat/lstat and chown/lchown to avoid accidentallylandley1-1/+1
2005-12-12Uninitialized variable causing intermittent syntax errors (bug 449).landley1-0/+1
2005-12-12printf() arguments shouldn't be passed straight from user supplied data.landley1-1/+1
2005-12-12Change CONFIG_MODPROBE_MULTIPOLE_OPTIONS tolandley1-11/+11
2005-12-11Patch from Yann E. Morin to reorganize module config options.landley1-36/+43
2005-12-11Make insmod quiet by default (patch from Yann E. Morin).landley1-1/+1
2005-12-11Yann E. Morin's update to modprobe usage.landley1-4/+60
2005-12-11Patch from Yann E. Morin to make rmmod report failure properly.landley1-2/+2
2005-12-11Add build options to control SuS compatability, allows numeric bug15-1/+24
2005-12-10- remove unused variable have_read_stdinaldot1-8/+3
2005-12-08avoid mixed declarations, to support older compilers just a little longer.pgf1-1/+2
2005-12-07Macro was wrong, name(void) vs name(x), and apparently gcc 2.95 cares aboutlandley1-1/+1
2005-12-07uClibc can't handle anonymous MAP_SHARED. Since we're treating it aslandley1-1/+1
2005-12-06Tito is using broken kernel headers that pollute the namespace with everylandley1-2/+2
2005-12-06reduce 3 warning if compile with -Wvodz1-2/+5
2005-12-06restore compare_string_array new interface (make broken by landley)vodz4-10/+12
2005-12-02Install links patch from Yann E. Morin. (Another thing hanging around in mylandley3-21/+21
2005-12-02If we really _need_ an #ifdef like this, then we should be using the libbblandley1-3/+0
2005-12-02Another cleanup patch that's been in my tree for a while. Again I think it'slandley1-40/+14
2005-12-02A cleanup patch I've had lying around in my tree for a while, I think itlandley1-35/+10
2005-12-02reduce signedness warningvodz1-2/+2
2005-12-02reduce signedness warningvodz1-7/+9
2005-12-02remove warnings if compile with -W, use ENABLE_FEATURE vs CONFIG_FEATUREvodz1-62/+64
2005-12-01Make char default to "unsigned" on all platforms so we have a consistent baselandley1-2/+2
2005-11-29Fix losetup so that it A) actually works again, B) has much better errorlandley4-90/+65
2005-11-29getopt -> getopt_ulflags. noticed by Rob Sullivanvodz1-13/+9
2005-11-29update licensevapier1-14/+2
2005-11-29ShaneAnderson writes in Bug 565:vapier1-5/+5
2005-11-28add "-C" format to hexdumppgf2-2/+7
2005-11-28fix bug #474:pgf1-14/+3
2005-11-28eliminate mixed declaration, to support older compilers a little longer.pgf1-2/+1
2005-11-28use libbb/get_kernel_revision(), reduce stack usage, add loses -w -f option f...vodz1-60/+48
2005-11-27Patch from Cristian Ionescu-Idbohrn to deal with _ vs - better.landley1-1/+11
2005-11-26remove bug: fsck do not know pathvodz4-10/+10
2005-11-26change the interface of libbb/compare_string_array (unsigned short to int), u...vodz3-7/+7
2005-11-26more use const for interface of libbb/compare_string_array, example usage for...vodz3-11/+7
2005-11-25more use libbb/bb_msg_read_errorvodz1-1/+1
2005-11-24reduce bssvodz1-1/+5
2005-11-23Update to modprobe usage from Yann E. Morinlandley1-4/+60
2005-11-22Can't store a pointer in an int on 64 bit platforms.landley1-1/+1
2005-11-22Move interface.c to networking directory since it's only used by ifconfig.landley3-2/+1
2005-11-20Support # comments after s/// option list.landley1-32/+14
2005-11-15Quote the user we pass to addgroup so funky chars are preserved. Fix by drag...vapier1-1/+1
2005-11-15Yann Morin's modprobe multiple options patch. There's more work to be done,landley2-22/+186
2005-11-12My last change to this file broke tar x. Sigh. (Trying to make sure we worklandley1-4/+5
2005-11-12I noticed that "tar tvjf file.tbz" was segfaulting. This fixed it.landley1-1/+1
2005-11-10telnetd -b (bind to specific address) support from Iuri Gomes Diniz.landley2-1/+10
2005-11-10Ok, I've converted the contents of the "testing/sed" directory into a landley23-276/+109
2005-11-09change osbolete sigpause() to sigsuspend()vodz1-3/+3