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