History log of /external/toybox/lib/getmountlist.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
58fea0ea98ed7145f15acc851b8dbaa17e111ebd 11-Jul-2017 Rob Landley <rob@landley.net> comma_scan()'s clean option wasn't removing entry at end of list.
/external/toybox/lib/getmountlist.c
3d950dbd646f22e8934c4e6f2612986da106a0b2 24-Jan-2016 Elliott Hughes <enh@google.com> Fix comma_args error reporting.

None of the current callers' callbacks set errno, so this was resulting in
bogus errors like "No device or address" when ps tried to complain about a
misspelled field.
/external/toybox/lib/getmountlist.c
e9dce28087997b633dd39e8907bf67629d24b899 20-Jan-2016 Rob Landley <rob@landley.net> Another CFG_TOYBOX_DEBUG test.
/external/toybox/lib/getmountlist.c
1b7c02a6bf83a5e2ed618b824caf33804bf8373d 30-Dec-2015 Rob Landley <rob@landley.net> I didn't add comma_args() to lib.c, I added it with the other comma functions.
(Oops. Missed a file checkin, build break, my bad.)
/external/toybox/lib/getmountlist.c
8a2c0876754baa2085bce94d6778b5d2f4aee937 01-Jul-2015 Elliott Hughes <enh@google.com> Fix segfault with "mount -o ro,remount".

Or any call to comma_scan where 'opt' appears as the last item in 'optlist'.
/external/toybox/lib/getmountlist.c
4437be0e2610c8b537ba90c2ef35ddcf0bb5fc78 16-Mar-2015 Rob Landley <rob@landley.net> Fix mount -a segfault without -O, reported by Janus Troelsen.
/external/toybox/lib/getmountlist.c
d111b9572125b70f821e89ac118c80bc4d9ad5b6 16-Mar-2015 Rob Landley <rob@landley.net> Rename a function to better describe what it does.
/external/toybox/lib/getmountlist.c
562af2c0f2f4bd8420a26560f1816b6a81ac417e 28-Sep-2014 Rob Landley <rob@landley.net> Brown paper bag time: comma_scan() didn't work for anything but the last entry.
/external/toybox/lib/getmountlist.c
25fe0e0bea85f1d851ce03a90c0f1bf41ab431f2 07-Sep-2014 Rob Landley <rob@landley.net> Debugging pass on mount. Not quite done yet, but the basics seem to work now.
/external/toybox/lib/getmountlist.c
e996bddf88a946a8ac8338c02e14add57e3d588c 25-Aug-2014 Rob Landley <rob@landley.net> Work in progress snapshot of mount, with fallout to umount. (Not done yet.)
/external/toybox/lib/getmountlist.c
dc640259adff6007d195fd4cc78dcf9829e5e6ee 29-May-2014 Rob Landley <rob@landley.net> Switch mtab_list to doubly linked so we can traverse in either order. Convert umount and df. Add dlist_terminate() to break lists for traversal in either direction.
/external/toybox/lib/getmountlist.c
55e9f35223e40f455b80671f25b412072d9af678 27-May-2014 Rob Landley <rob@landley.net> Add mount options to data getmountlist collects.
/external/toybox/lib/getmountlist.c
42adb7a56ba7b251ebc0a2d7aced81d3be5342a3 31-Aug-2013 Rob Landley <rob@landley.net> Allow getmountlist to read fstab too.
/external/toybox/lib/getmountlist.c
00474ef9d3fceffe45758122a1c3db53c84a2370 15-May-2013 Rob Landley <rob@landley.net> Silence warning and comment a subtle bit.
/external/toybox/lib/getmountlist.c
078d31cb5e33b244fdcdc4285090877a084cd31a 11-May-2013 Rob Landley <rob@landley.net> Convert getmountlist() to xgetmountlist().
/external/toybox/lib/getmountlist.c
a4a6dfb584a3de8c947d2ccf159b53bf56daebb7 26-Apr-2013 Rob Landley <rob@landley.net> Remove leaked global path_mounts.
/external/toybox/lib/getmountlist.c
491eb800ef69a5e06f798372db8b32c87051ea90 18-Nov-2012 Rob Landley <rob@landley.net> Fix leak (call endmntent).
/external/toybox/lib/getmountlist.c
7aa651a6a4496d848f86de9b1e6b3a003256a01f 14-Nov-2012 Rob Landley <rob@landley.net> Reindent to two spaces per level. Remove vi: directives that haven't worked right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style.

The actual code should be the same afterward, this is just cosmetic refactoring.
/external/toybox/lib/getmountlist.c
4cd7d19d653eaacff1da3b13eefac3938e888b3d 09-Feb-2012 Rob Landley <rob@landley.net> Use stpcpy() (posix 2008) for slight code shrink.
/external/toybox/lib/getmountlist.c
09ea7ac1a269db3c9a3b76840b37a7cb1eccbc24 30-Oct-2006 landley <landley@driftwood> Implement df. Add -Wall to build and fix up warnings. Add copyright notices.
Add error_msg() and itoa() to library. Remove argc from globals (since argv is
null terminated), add optflags to globals.
/external/toybox/lib/getmountlist.c
2f588f7f47c43b5949e520b80cfd755a6b4ca4e6 26-Oct-2006 landley <landley@driftwood> Rest of thinko fix.
/external/toybox/lib/getmountlist.c
8ce06f2ed77c0b3303c3dca0f8cc510346c12eeb 26-Oct-2006 landley <landley@driftwood> Thinko fix.
/external/toybox/lib/getmountlist.c
cd9dfc3b7b73715840b63180e2e4bfdb6e7ca9a4 19-Oct-2006 landley <landley@driftwood> Next drop of toysh, plus more infratructure.
/external/toybox/lib/getmountlist.c
4f344e356d2c36c4b1df46917eaef25f82ca79a9 05-Oct-2006 landley <landley@driftwood> Infrastructure, first drop of toy shell, and a bit of work on df.
/external/toybox/lib/getmountlist.c