Bump to version 1.22.1
[platform/upstream/busybox.git] / miscutils / mountpoint.c
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2009-11-01 Vladimir Dronnikovmountpoint: btrfs fix
2008-11-29 Denis Vlasenkomountpoint: add -n option (by Vladimir)
2008-09-25 Bernhard Reutner... - update my name. No obj-code changes ;)
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-10-26 Denis Vlasenkoremove bb_printf and the like
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-06-03 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-04-16 Mike Frysingeruse more boiler plate GPL notices
2006-03-23 Mike Frysingerdont printf arguments given by user for security sanity
2006-01-25 Tim Rikerjust whitespace
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-08-20 Rob LandleyBernhard Fischer provided a mountpoint(1) applet. ...