aboutsummaryrefslogtreecommitdiff
path: root/miscutils/mountpoint.c
AgeCommit message (Expand)Author
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2009-11-01mountpoint: btrfs fixVladimir Dronnikov
2008-11-29mountpoint: add -n option (by Vladimir)Denis Vlasenko
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-10-26remove bb_printf and the likeDenis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer
2006-04-16use more boiler plate GPL noticesMike Frysinger
2006-03-23dont printf arguments given by user for security sanityMike Frysinger
2006-01-25just whitespaceTim Riker
2005-09-29change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"
2005-08-20Bernhard Fischer provided a mountpoint(1) applet. This is apparently somethingRob Landley