Sign in
zircon-guest
/
third_party
/
toybox
/
b1353fb9185928249f273340c601244291e269fe
/
lib
/
getmountlist.c
8a2c087
Fix segfault with "mount -o ro,remount".
by Elliott Hughes
· 10 years ago
4437be0
Fix mount -a segfault without -O, reported by Janus Troelsen.
by Rob Landley
· 10 years ago
d111b95
Rename a function to better describe what it does.
by Rob Landley
· 10 years ago
562af2c
Brown paper bag time: comma_scan() didn't work for anything but the last entry.
by Rob Landley
· 10 years ago
25fe0e0
Debugging pass on mount. Not quite done yet, but the basics seem to work now.
by Rob Landley
· 10 years ago
e996bdd
Work in progress snapshot of mount, with fallout to umount. (Not done yet.)
by Rob Landley
· 10 years ago
dc64025
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.
by Rob Landley
· 11 years ago
55e9f35
Add mount options to data getmountlist collects.
by Rob Landley
· 11 years ago
42adb7a
Allow getmountlist to read fstab too.
by Rob Landley
· 11 years ago
00474ef
Silence warning and comment a subtle bit.
by Rob Landley
· 12 years ago
078d31c
Convert getmountlist() to xgetmountlist().
by Rob Landley
· 12 years ago
a4a6dfb
Remove leaked global path_mounts.
by Rob Landley
· 12 years ago
491eb80
Fix leak (call endmntent).
by Rob Landley
· 12 years ago
7aa651a
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.
by Rob Landley
· 12 years ago
4cd7d19
Use stpcpy() (posix 2008) for slight code shrink.
by Rob Landley
· 13 years ago
09ea7ac
Implement df. Add -Wall to build and fix up warnings. Add copyright notices.
by landley
· 18 years ago
2f588f7
Rest of thinko fix.
by landley
· 18 years ago
8ce06f2
Thinko fix.
by landley
· 18 years ago
cd9dfc3
Next drop of toysh, plus more infratructure.
by landley
· 18 years ago
4f344e3
Infrastructure, first drop of toy shell, and a bit of work on df.
by landley
· 18 years ago