summaryrefslogtreecommitdiff
path: root/miscutils/eject.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-291-1/+1
* eject: remove unmounting. It is buggy for many non-trivialDenis Vlasenko2006-10-071-12/+8
* eject: -T fixDenis Vlasenko2006-10-051-16/+20
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* eject: -T (implements single button open/close)Denis Vlasenko2006-10-021-7/+22
* These should have been part of 15767 too.Rob Landley2006-08-031-4/+1
* Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot ofRob Landley2006-06-151-1/+0
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-031-1/+2
* use more boiler plate GPL noticesMike Frysinger2006-04-161-1/+0
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* more security: don't start shell code from argv"Vladimir N. Oleynik"2006-02-281-1/+1
* Cosmetic cleanup from tito.Rob Landley2006-02-281-21/+11
* just whitespaceTim Riker2006-01-251-5/+5
* Major rewrite of mount, umount, losetup. Untangled lots of code, shrunkRob Landley2005-08-101-6/+2
* Tito pointed out I'd broken -t (argv[optind] can't be before getulflags),Rob Landley2005-05-151-17/+13
* Add automatic umount support to eject command. Patch from Tito,Rob Landley2005-05-141-20/+23
* import eject by Peter Willis / Tito RagusaMike Frysinger2005-05-111-0/+64