index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
/
eject.c
Age
Commit message (
Expand
)
Author
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-01-29
preparatory patch for -Wwrite-strings #2
Denis Vlasenko
2006-10-07
eject: remove unmounting. It is buggy for many non-trivial
Denis Vlasenko
2006-10-05
eject: -T fix
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-02
eject: -T (implements single button open/close)
Denis Vlasenko
2006-08-03
These should have been part of 15767 too.
Rob Landley
2006-06-15
Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of
Rob Landley
2006-06-03
- move #include busybox.h to the very top so we pull in the config
Bernhard Reutner-Fischer
2006-04-16
use more boiler plate GPL notices
Mike Frysinger
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-02-28
more security: don't start shell code from argv
"Vladimir N. Oleynik"
2006-02-28
Cosmetic cleanup from tito.
Rob Landley
2006-01-25
just whitespace
Tim Riker
2005-08-10
Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk
Rob Landley
2005-05-15
Tito pointed out I'd broken -t (argv[optind] can't be before getulflags),
Rob Landley
2005-05-14
Add automatic umount support to eject command. Patch from Tito,
Rob Landley
2005-05-11
import eject by Peter Willis / Tito Ragusa
Mike Frysinger