aboutsummaryrefslogtreecommitdiff
path: root/README (unfollow)
Commit message (Expand)AuthorFilesLines
2006-08-06Make a warning go away on 64-bit systems.Rob Landley1-2/+2
2006-08-06Teach md5sum and sha1sum to work the way other applets do so I don't have toRob Landley3-34/+59
2006-08-05scripts/individual now builds 171 applets. Some of them may even work. :)Rob Landley4-4/+31
2006-08-04There are a number of reasons for reinventing printf(). Writing status toRob Landley1-18/+8
2006-08-04We haven't got a CONFIG_APT_GET.Rob Landley1-1/+0
2006-08-04Digging up my old "make standalone" stuff from a year ago:Rob Landley2-0/+63
2006-08-04Add busybox_old to distclean.Rob Landley1-2/+1
2006-08-04Add comments to all the functions in this file documenting what they're for.Rob Landley1-33/+76
2006-08-04Ok, that's not a typo, that's just me not thinking.Rob Landley2-2/+2
2006-08-04Typo.Rob Landley1-1/+1
2006-08-04Now that we have xopen3(), it's just plain unclean to have xopen() withRob Landley2-2/+2
2006-08-04Use xopen3() instead of an after-the-fact chown.Rob Landley1-6/+2
2006-08-04Thinko spotted by Vladimir Dronnikov.Rob Landley1-1/+1
2006-08-03Try to make a "type-punned pointer" warning go away for somebody on theRob Landley1-3/+2
2006-08-03Patch from tito to improve options parsing.Rob Landley1-2/+2
2006-08-03Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley15-32/+22
2006-08-03These should have been part of 15767 too.Rob Landley9-61/+34
2006-08-03Fix umount so loop device disassociation hopefully doesn't screw up errno onRob Landley1-16/+12
2006-08-03Attempt to fixup httpd.c to match svn 15767.Rob Landley1-19/+6
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-08-03Remove apparent typo in "bool" line."Robert P. J. Day"1-1/+1
2006-08-03Move declaration to be compatible with older gcc's."Robert P. J. Day"1-1/+1
2006-08-01Make a gcc 4.1 warning go away.Rob Landley1-1/+1
2006-07-31Announce 1.2.1Rob Landley1-0/+25
2006-07-311) ifeq is make syntax, #ifeq is a make comment.Rob Landley1-7/+10
2006-07-31Remove code that can't be reached.Rob Landley1-3/+1
2006-07-31Tito said that strings is a complete rewrite.Rob Landley1-41/+2
2006-07-30Switch off CONFIG_NITPICK in defconfig. (Kind of the point of CONFIG_NITPICK.)Rob Landley1-1/+1
2006-07-27Add back in non-ifdef version of FEATURE_PRETTY_PRINT, and get the attributionRob Landley2-3/+40
2006-07-27And now, with a for loop, so it can handle the nested USE() case.Rob Landley1-2/+6
2006-07-27There's no excuse for adding new #ifdefs to the code like that. None at all.Rob Landley2-39/+3
2006-07-27I touched perl. I feel dirty.Rob Landley1-2/+2
2006-07-27allow people to display dmesg output without syslog levelsMike Frysinger2-3/+39
2006-07-27eat gremlinsMike Frysinger1-4/+4
2006-07-27de-cuddle if( to if (Mike Frysinger1-1/+1
2006-07-26Rich Filker spotted that sed -e 's/xxx/[/' didn't work right. Did a smallerRob Landley2-35/+25
2006-07-26Patch from Shaun Jackman, set optind by hand if we don't call getopt.Rob Landley1-0/+1
2006-07-26Unbreak allbareconfig. (Todo item: rewrite dependency checker. Yeah, IRob Landley1-1/+1
2006-07-25Somebody on the buildroot list hit:Rob Landley1-4/+0
2006-07-24get rid of udhcp submenuMike Frysinger1-18/+13
2006-07-20move lchown/chown define out of specific files and into platform.h where it b...Mike Frysinger2-6/+7
2006-07-20"formated" -> "formatted" throughout the code base."Robert P. J. Day"6-68/+68
2006-07-20Patch from Yann Morin to fix bug 941, underscores in module aliases.Rob Landley2-3/+45
2006-07-19Remove unnecessary consts.1_2_0Rob Landley1-1/+1
2006-07-19Replace the previous checkin with the correct fix.Rob Landley1-2/+2
2006-07-19Patch from Yann Morin to look for modules.conf in the right place on 2.6.Rob Landley1-15/+23
2006-07-18For now, get around the error that "child" might be uninitialized."Robert P. J. Day"1-1/+1
2006-07-18Rearrange order of type qualifiers."Robert P. J. Day"1-1/+1
2006-07-17Patch from Thaddeus Ternes, adding chuid to start-stop-daemon.Rob Landley2-3/+11
2006-07-16Bugfix from Tito to make sure /etc/group gets updated.Rob Landley1-3/+3