aboutsummaryrefslogtreecommitdiff
path: root/TODO (unfollow)
Commit message (Expand)AuthorFilesLines
2005-12-02Install links patch from Yann E. Morin. (Another thing hanging around in myRob Landley3-21/+21
2005-12-02If we really _need_ an #ifdef like this, then we should be using the libbbRob Landley1-3/+0
2005-12-02Another cleanup patch that's been in my tree for a while. Again I think it'sRob Landley1-40/+14
2005-12-02A cleanup patch I've had lying around in my tree for a while, I think itRob Landley1-35/+10
2005-12-02reduce signedness warning"Vladimir N. Oleynik"1-2/+2
2005-12-02reduce signedness warning"Vladimir N. Oleynik"1-7/+9
2005-12-02remove warnings if compile with -W, use ENABLE_FEATURE vs CONFIG_FEATURE"Vladimir N. Oleynik"1-62/+64
2005-12-01Make char default to "unsigned" on all platforms so we have a consistent baseRob Landley1-2/+2
2005-11-29Fix losetup so that it A) actually works again, B) has much better errorRob Landley4-90/+65
2005-11-29getopt -> getopt_ulflags. noticed by Rob Sullivan"Vladimir N. Oleynik"1-13/+9
2005-11-29update licenseMike Frysinger1-14/+2
2005-11-29ShaneAnderson writes in Bug 565:Mike Frysinger1-5/+5
2005-11-28add "-C" format to hexdumpPaul Fox2-2/+7
2005-11-28fix bug #474:Paul Fox1-14/+3
2005-11-28eliminate mixed declaration, to support older compilers a little longer.Paul Fox1-2/+1
2005-11-28use libbb/get_kernel_revision(), reduce stack usage, add loses -w -f option f..."Vladimir N. Oleynik"1-60/+48
2005-11-27Patch from Cristian Ionescu-Idbohrn to deal with _ vs - better.Rob Landley1-1/+11
2005-11-26remove bug: fsck do not know path"Vladimir N. Oleynik"4-10/+10
2005-11-26change the interface of libbb/compare_string_array (unsigned short to int), u..."Vladimir N. Oleynik"3-7/+7
2005-11-26more use const for interface of libbb/compare_string_array, example usage for..."Vladimir N. Oleynik"3-11/+7
2005-11-25more use libbb/bb_msg_read_error"Vladimir N. Oleynik"1-1/+1
2005-11-24reduce bss"Vladimir N. Oleynik"1-1/+5
2005-11-23Update to modprobe usage from Yann E. MorinRob Landley1-4/+60
2005-11-22Can't store a pointer in an int on 64 bit platforms.Rob Landley1-1/+1
2005-11-22Move interface.c to networking directory since it's only used by ifconfig.Rob Landley3-2/+1
2005-11-20Support # comments after s/// option list.Rob Landley1-32/+14
2005-11-15Quote the user we pass to addgroup so funky chars are preserved. Fix by drag...Mike Frysinger1-1/+1
2005-11-15Yann Morin's modprobe multiple options patch. There's more work to be done,Rob Landley2-22/+186
2005-11-12My last change to this file broke tar x. Sigh. (Trying to make sure we workRob Landley1-4/+5
2005-11-12I noticed that "tar tvjf file.tbz" was segfaulting. This fixed it.Rob Landley1-1/+1
2005-11-10telnetd -b (bind to specific address) support from Iuri Gomes Diniz.Rob Landley2-1/+10
2005-11-10Ok, I've converted the contents of the "testing/sed" directory into a Rob Landley23-276/+109
2005-11-09change osbolete sigpause() to sigsuspend()"Vladimir N. Oleynik"1-3/+3
2005-11-08Patch from Tomasz Mateja: don't try to CWD to a _filename_, just send the fullRob Landley1-19/+2
2005-11-07It was a bit out of date.Rob Landley1-10/+18
2005-11-07Fix the test suite so that individual *.tests files can be run alaRob Landley8-71/+66
2005-11-06Yann E. Morin pointed out that rpcsvc/nfs_prot.h isn't needed with anyRob Landley1-1/+0
2005-11-04Size I zapped the bb_close() error, might as well make a TODO item.Rob Landley1-1/+13
2005-11-04Fix bug 424: doing full_read breaks things like cat which should return aRob Landley1-1/+1
2005-11-04When cp ran out of space it didn't return a nonzero error code. Fixes bug 493.Rob Landley1-57/+27
2005-11-04It's no longer a temporary location. Smooth out the text a bit.Rob Landley1-5/+5
2005-11-03point to the official linksEric Andersen1-2/+2
2005-11-03Announce 1.1.0-pre1 already. Erik, please move links to the downloads directoryRob Landley2-5/+16
2005-11-01Fix cp /dev/null filename, and a few in-passing cleanups.Rob Landley2-84/+46
2005-10-31We've got fuser, fix some typos, and move Vodz's comment about UTF8 intoRob Landley1-7/+25
2005-10-30\0 is a synonym for &. Our own "make allbaseconfig" breaks without this.Rob Landley1-2/+2
2005-10-29add ZyXEL to the shame listMike Frysinger1-0/+2
2005-10-29fix <p> and <a> tagsMike Frysinger1-2/+2
2005-10-29update doctype and add a charset encodingMike Frysinger1-2/+2
2005-10-28- add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc.Bernhard Reutner-Fischer5-0/+68