summaryrefslogtreecommitdiff
path: root/miscutils/eject.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko1-1/+0
2011-04-11move remaining help text from include/usage.src.hPere Orga1-0/+11
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko1-1/+1
2009-11-15eject: band-aid for kernel headers using u8 typeDenys Vlasenko1-1/+2
2009-10-27add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer1-1/+1
2009-07-08move libc related stuff out of platform.hDenys Vlasenko1-3/+4
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko1-1/+1
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko1-1/+1
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko1-1/+1
2008-05-12-Wall fixes by Cristian Ionescu-Idbohrn. No object code changes.Denis Vlasenko1-1/+1
2008-03-17*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko1-46/+49
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko1-1/+1
2008-02-08- add eject -s for SCSI- and USB-devices (Nico Erfurth)Bernhard Reutner-Fischer1-17/+70
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko1-1/+1
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko1-1/+1
2007-07-21libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko1-1/+1
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko1-3/+2
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko1-1/+1
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko1-0/+1
2007-01-29preparatory patch for -Wwrite-strings #2Denis Vlasenko1-1/+1
2006-10-07eject: remove unmounting. It is buggy for many non-trivialDenis Vlasenko1-12/+8
2006-10-05eject: -T fixDenis Vlasenko1-16/+20
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko1-2/+2
2006-10-02eject: -T (implements single button open/close)Denis Vlasenko1-7/+22
2006-08-03These should have been part of 15767 too.Rob Landley1-4/+1
2006-06-15Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot ofRob Landley1-1/+0
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer1-1/+2
2006-04-16use more boiler plate GPL noticesMike Frysinger1-1/+0
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley1-1/+1
2006-02-28more security: don't start shell code from argv"Vladimir N. Oleynik"1-1/+1
2006-02-28Cosmetic cleanup from tito.Rob Landley1-21/+11
2006-01-25just whitespaceTim Riker1-5/+5
2005-08-10Major rewrite of mount, umount, losetup. Untangled lots of code, shrunkRob Landley1-6/+2
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 Landley1-20/+23
2005-05-11import eject by Peter Willis / Tito RagusaMike Frysinger1-0/+64