Age | Commit message (Expand) | Author |
2016-11-22 | Convert all miscutils/* applets to "new style" applet definitions | Denys Vlasenko |
2016-11-22 | Split miscutils/Config.src items into miscutils/*.c files | Denys Vlasenko |
2016-04-22 | *: slap on a few ALIGN1/2s where appropriate | Denys Vlasenko |
2016-03-14 | more bionic fixes | Denys Vlasenko |
2016-03-14 | fixes for problems found by bionic build | Denys Vlasenko |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-04-11 | move remaining help text from include/usage.src.h | Pere Orga |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2009-11-15 | eject: band-aid for kernel headers using u8 type | Denys Vlasenko |
2009-10-27 | add and use xopen_nonblocking (-18b) | Bernhard Reutner-Fischer |
2009-07-08 | move libc related stuff out of platform.h | Denys Vlasenko |
2009-04-21 | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-05-13 | more -Wall warning fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko |
2008-05-12 | -Wall fixes by Cristian Ionescu-Idbohrn. No object code changes. | Denis Vlasenko |
2008-03-17 | *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2008-02-08 | - add eject -s for SCSI- and USB-devices (Nico Erfurth) | Bernhard Reutner-Fischer |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-07-21 | libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options | Denis Vlasenko |
2007-07-14 | xioctl and friends by Tito <farmatito@tiscali.it> | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
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 |