aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-11-12My last change to this file broke tar x. Sigh. (Trying to make sure we workRob Landley
2005-11-12I noticed that "tar tvjf file.tbz" was segfaulting. This fixed it.Rob Landley
2005-11-10telnetd -b (bind to specific address) support from Iuri Gomes Diniz.Rob Landley
2005-11-10Ok, I've converted the contents of the "testing/sed" directory into a Rob Landley
2005-11-09change osbolete sigpause() to sigsuspend()"Vladimir N. Oleynik"
2005-11-08Patch from Tomasz Mateja: don't try to CWD to a _filename_, just send the fullRob Landley
2005-11-07It was a bit out of date.Rob Landley
2005-11-07Fix the test suite so that individual *.tests files can be run alaRob Landley
2005-11-06Yann E. Morin pointed out that rpcsvc/nfs_prot.h isn't needed with anyRob Landley
2005-11-04Size I zapped the bb_close() error, might as well make a TODO item.Rob Landley
2005-11-04Fix bug 424: doing full_read breaks things like cat which should return aRob Landley
2005-11-04When cp ran out of space it didn't return a nonzero error code. Fixes bug 493.Rob Landley
2005-11-04It's no longer a temporary location. Smooth out the text a bit.Rob Landley
2005-11-03point to the official linksEric Andersen
2005-11-03Announce 1.1.0-pre1 already. Erik, please move links to the downloads directoryRob Landley
2005-11-01Fix cp /dev/null filename, and a few in-passing cleanups.Rob Landley
2005-10-31We've got fuser, fix some typos, and move Vodz's comment about UTF8 intoRob Landley
2005-10-30\0 is a synonym for &. Our own "make allbaseconfig" breaks without this.Rob Landley
2005-10-29add ZyXEL to the shame listMike Frysinger
2005-10-29fix <p> and <a> tagsMike Frysinger
2005-10-29update doctype and add a charset encodingMike Frysinger
2005-10-28- add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc.Bernhard Reutner-Fischer