Bump to version 1.22.1
[platform/upstream/busybox.git] / miscutils / eject.c
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2009-11-15 Denys Vlasenkoeject: band-aid for kernel headers using u8 type
2009-10-27 Bernhard Reutner... add and use xopen_nonblocking (-18b)
2009-07-08 Denys Vlasenkomove libc related stuff out of platform.h
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-05-13 Denis Vlasenkomore -Wall warning fixes from Cristian Ionescu-Idbohrn.
2008-05-12 Denis Vlasenko-Wall fixes by Cristian Ionescu-Idbohrn. No object...
2008-03-17 Denis Vlasenko*: fix various kinds of damage to letter 'c' in Arkadiu...
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-02-08 Bernhard Reutner... - add eject -s for SCSI- and USB-devices (Nico Erfurth)
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-07-21 Denis Vlasenkolibbb: nuke BB_GETOPT_ERROR, always die if there are...
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2006-10-07 Denis Vlasenkoeject: remove unmounting. It is buggy for many non...
2006-10-05 Denis Vlasenkoeject: -T fix
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-10-02 Denis Vlasenkoeject: -T (implements single button open/close)
2006-08-03 Rob LandleyThese should have been part of 15767 too.
2006-06-15 Rob LandleyPatch from Yann Morin to put BLKGETSIZE64 in platform...
2006-06-03 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-04-16 Mike Frysingeruse more boiler plate GPL notices
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-02-28 "Vladimir N. Oleynik"more security: don't start shell code from argv
2006-02-28 Rob LandleyCosmetic cleanup from tito.
2006-01-25 Tim Rikerjust whitespace
2005-08-10 Rob LandleyMajor rewrite of mount, umount, losetup. Untangled...
2005-05-15 Rob LandleyTito pointed out I'd broken -t (argv[optind] can't...
2005-05-14 Rob LandleyAdd automatic umount support to eject command. Patch...
2005-05-11 Mike Frysingerimport eject by Peter Willis / Tito Ragusa