index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
getmountlist.c
Age
Commit message (
Expand
)
Author
2015-07-01
Fix segfault with "mount -o ro,remount".
Elliott Hughes
2015-03-16
Fix mount -a segfault without -O, reported by Janus Troelsen.
Rob Landley
2015-03-16
Rename a function to better describe what it does.
Rob Landley
2014-09-28
Brown paper bag time: comma_scan() didn't work for anything but the last entry.
Rob Landley
2014-09-07
Debugging pass on mount. Not quite done yet, but the basics seem to work now.
Rob Landley
2014-08-24
Work in progress snapshot of mount, with fallout to umount. (Not done yet.)
Rob Landley
2014-05-29
Switch mtab_list to doubly linked so we can traverse in either order. Convert...
Rob Landley
2014-05-27
Add mount options to data getmountlist collects.
Rob Landley
2013-08-30
Allow getmountlist to read fstab too.
Rob Landley
2013-05-14
Silence warning and comment a subtle bit.
Rob Landley
2013-05-10
Convert getmountlist() to xgetmountlist().
Rob Landley
2013-04-26
Remove leaked global path_mounts.
Rob Landley
2012-11-17
Fix leak (call endmntent).
Rob Landley
2012-11-13
Reindent to two spaces per level. Remove vi: directives that haven't worked r...
Rob Landley
2012-02-08
Use stpcpy() (posix 2008) for slight code shrink.
Rob Landley
2006-10-30
Implement df. Add -Wall to build and fix up warnings. Add copyright notices.
landley
2006-10-26
Rest of thinko fix.
landley
2006-10-26
Thinko fix.
landley
2006-10-18
Next drop of toysh, plus more infratructure.
landley
2006-10-05
Infrastructure, first drop of toy shell, and a bit of work on df.
landley