OSDN Git Service

Somebody asked a FAQ on irc, so answer it.
[android-x86/external-toybox.git] / lib / getmountlist.c
2016-01-25 Elliott HughesFix comma_args error reporting.
2016-01-20 Rob LandleyAnother CFG_TOYBOX_DEBUG test.
2015-12-30 Rob LandleyI didn't add comma_args() to lib.c, I added it with...
2015-07-01 Elliott HughesFix segfault with "mount -o ro,remount".
2015-03-16 Rob LandleyFix mount -a segfault without -O, reported by Janus...
2015-03-16 Rob LandleyRename a function to better describe what it does.
2014-09-28 Rob LandleyBrown paper bag time: comma_scan() didn't work for...
2014-09-07 Rob LandleyDebugging pass on mount. Not quite done yet, but the...
2014-08-25 Rob LandleyWork in progress snapshot of mount, with fallout to...
2014-05-29 Rob LandleySwitch mtab_list to doubly linked so we can traverse...
2014-05-27 Rob LandleyAdd mount options to data getmountlist collects.
2013-08-30 Rob LandleyAllow getmountlist to read fstab too.
2013-05-15 Rob LandleySilence warning and comment a subtle bit.
2013-05-10 Rob LandleyConvert getmountlist() to xgetmountlist().
2013-04-26 Rob LandleyRemove leaked global path_mounts.
2012-11-18 Rob LandleyFix leak (call endmntent).
2012-11-13 Rob LandleyReindent to two spaces per level. Remove vi: directives...
2012-02-09 Rob LandleyUse stpcpy() (posix 2008) for slight code shrink.
2006-11-02 Rob LandleyThe darn thing accidentally created a branch. I had...
2006-10-30 landleyImplement df. Add -Wall to build and fix up warnings...
2006-10-26 landleyRest of thinko fix.
2006-10-26 landleyThinko fix.
2006-10-18 landleyNext drop of toysh, plus more infratructure.
2006-10-05 landleyInfrastructure, first drop of toy shell, and a bit...