summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-22Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko37-77/+147
2016-11-22Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko36-533/+498
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko30-49/+49
2016-03-14more bionic fixesDenys Vlasenko2-1/+6
2016-03-14fixes for problems found by bionic buildDenys Vlasenko2-18/+28
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2009-11-15eject: band-aid for kernel headers using u8 typeDenys Vlasenko1-1/+2
2009-10-27add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer8-7/+17
2009-07-08move libc related stuff out of platform.hDenys Vlasenko12-67/+84
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko27-61/+69
2008-05-12-Wall fixes by Cristian Ionescu-Idbohrn. No object code changes.Denis Vlasenko3-9/+9
2008-03-17*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko18-284/+269
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-02-08- add eject -s for SCSI- and USB-devices (Nico Erfurth)Bernhard Reutner-Fischer4-17/+82
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-07-21libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko18-45/+28
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko40-331/+295
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-29preparatory patch for -Wwrite-strings #2Denis Vlasenko32-109/+110
2006-10-07eject: remove unmounting. It is buggy for many non-trivialDenis Vlasenko1-12/+8
2006-10-05eject: -T fixDenis Vlasenko3-22/+24
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-10-02eject: -T (implements single button open/close)Denis Vlasenko2-9/+25
2006-08-03These should have been part of 15767 too.Rob Landley9-61/+34
2006-06-15Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot ofRob Landley9-49/+10
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer17-24/+22
2006-04-16use more boiler plate GPL noticesMike Frysinger7-40/+11
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2006-02-28more security: don't start shell code from argv"Vladimir N. Oleynik"2-2/+2
2006-02-28Cosmetic cleanup from tito.Rob Landley1-21/+11
2006-01-25just whitespaceTim Riker254-2027/+2027
2005-08-10Major rewrite of mount, umount, losetup. Untangled lots of code, shrunkRob Landley12-922/+543
2005-05-15Tito pointed out I'd broken -t (argv[optind] can't be before getulflags),Rob Landley1-17/+13
2005-05-14Add automatic umount support to eject command. Patch from Tito,Rob Landley3-34/+24
2005-05-11import eject by Peter Willis / Tito RagusaMike Frysinger7-178/+112