log toys/lsb/mount.c @ 1713:58d9f1b61f0a draft

age author description
Sun, 01 Mar 2015 15:58:40 -0600 Rob Landley Patches from Elliott Hughes to add missing arguments to error_exit() calls. draft
Tue, 02 Dec 2014 03:17:34 -0600 Rob Landley Don't mount a filesystem over an existing one with the same /dev and /dir. draft
Sun, 28 Sep 2014 18:22:34 -0500 Rob Landley Fix two mount bugs: 1) Don't skip a filesystem type when setting up loopback mount, 2) Don't stop checking filesystem types due to EBUSY, it may mean already mounted by another filesystem type you haven't tried yet. draft
Sun, 28 Sep 2014 13:15:41 -0500 Rob Landley mount: terminate list so unknown user mount attempts don't endlessly loop, add better error reporting. draft
Sun, 14 Sep 2014 12:29:44 -0500 Rob Landley Split xpopen() into xpopen_both(), xpopen(), and xrun() depending on whether we want to redirect both, one, or neither of stdin/stdout. draft
Sun, 07 Sep 2014 19:33:18 -0500 Rob Landley Promote mount. It's not perfect, but it basically works now. draft base toys/pending/mount.c@a3f28df5f36c