aboutsummaryrefslogtreecommitdiff
path: root/shell (unfollow)
Commit message (Expand)AuthorFilesLines
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
2005-11-08Patch from Tomasz Mateja: don't try to CWD to a _filename_, just send the fulllandley1-19/+2
2005-11-07It was a bit out of date.landley1-10/+18
2005-11-07Fix the test suite so that individual *.tests files can be run alalandley8-71/+66
2005-11-06Yann E. Morin pointed out that rpcsvc/nfs_prot.h isn't needed with anylandley1-1/+0
2005-11-04Size I zapped the bb_close() error, might as well make a TODO item.landley1-1/+13
2005-11-04Fix bug 424: doing full_read breaks things like cat which should return alandley1-1/+1
2005-11-04When cp ran out of space it didn't return a nonzero error code. Fixes bug 493.landley1-57/+27
2005-11-04It's no longer a temporary location. Smooth out the text a bit.landley1-5/+5
2005-11-03point to the official linksandersen1-2/+2
2005-11-03Announce 1.1.0-pre1 already. Erik, please move links to the downloads directorylandley2-5/+16
2005-11-01Fix cp /dev/null filename, and a few in-passing cleanups.landley2-84/+46
2005-10-31We've got fuser, fix some typos, and move Vodz's comment about UTF8 intolandley1-7/+25