summaryrefslogtreecommitdiff
path: root/miscutils/mountpoint.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* remove bb_printf and the likeDenis Vlasenko2006-10-261-37/+36
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-5/+1
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-031-1/+1
* use more boiler plate GPL noticesMike Frysinger2006-04-161-1/+1
* dont printf arguments given by user for security sanityMike Frysinger2006-03-231-1/+1
* just whitespaceTim Riker2006-01-251-1/+1
* change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"2005-09-291-2/+2
* Bernhard Fischer provided a mountpoint(1) applet. This is apparently somethingRob Landley2005-08-201-0/+70