summaryrefslogtreecommitdiffstats
path: root/isys/imount.c
Commit message (Expand)AuthorAgeFilesLines
* sundries.h is no longer used.Chris Lumens2009-12-061-1/+1
* Sleep if the kickstart file read fails (#537361)Ales Kozumplik2009-11-191-2/+39
* Fix logging of isys mount/umount into program.log.Radek Vykydal2009-10-301-1/+1
* Add doPwUmount() and mountCommandWrapper() to isys (#493333)David Cantrell2009-04-081-44/+83
* Avoid SIGSEGV in doPwMount() when NULL is last parameter (#491192)David Cantrell2009-03-191-3/+5
* Fix error message reading and writing in doPwMount()David Cantrell2009-03-181-2/+2
* Log all calls to mount to /tmp/program.log as well.Chris Lumens2009-01-071-6/+12
* Remove doMultiMount.Chris Lumens2009-01-051-21/+0
* Fix the mount error reading for real this time (pjones, #465250).Chris Lumens2008-10-021-21/+37
* Another try at fixing up reading errors from mount.Chris Lumens2008-09-291-1/+4
* Fix err handling in doMultiMount()David Cantrell2008-08-271-4/+15
* Add another mount function that takes a list of fstypes to try.Chris Lumens2008-08-261-0/+19
* When mount fails, pass the error message up to the UI layer.Chris Lumens2008-08-251-11/+26
* Check return value of asprintf() consistentlyDavid Cantrell2008-06-271-6/+19
* Print our mount commands to /dev/tty5 for easier debugging.Chris Lumens2008-04-031-0/+4
* Fix SIGSEGV on all mounts without optionsJeremy Katz2008-03-261-2/+2
* Don't prepend /dev/ on bind mounts either.Chris Lumens2008-03-201-1/+2
* Don't add /dev/ to LABEL= or UUID= devices either.Chris Lumens2008-03-181-1/+1
* Don't prepend /dev/ onto nfs devices. Also log mount errors to tty5.Peter Jones2008-03-171-13/+14
* Accept devices with or without a leading /dev/.Chris Lumens2008-03-141-3/+9
* Don't try to lock /etc/mtab, fix error detection when mount fails.Chris Lumens2008-02-211-4/+4
* Use the mount program instead of our own code.Chris Lumens2008-02-111-58/+49
* GPLv2+ boilerplates for isys/ source files.David Cantrell2007-12-171-0/+19
* device nodes are in /dev (or, at least, should be)Bill Nottingham2007-12-041-1/+1
* Revert logMessage calls (#201707).Chris Lumens2006-08-081-5/+4
* Don't initialize method to a valid selection, since that causes the methodChris Lumens2006-08-041-3/+3
* Log why mount failed.Chris Lumens2006-08-031-4/+6
* 2005-10-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-111-1/+1
* 2005-09-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-161-1/+4
* 2005-09-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-151-66/+36
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-2/+3
* make useful debugging more useful and support remountMike Fulbright2003-05-011-1/+3
* support bind mounts for upgrade/rescue mode.Jeremy Katz2003-02-181-1/+3
* errno fixesJeremy Katz2002-12-111-1/+1
* mount proc and ptsMatt Wilson2001-06-201-1/+1
* missing prototypes for mkdirKarsten Hopp2001-06-201-0/+2
* exported mkdirChain()Erik Troan2000-04-261-2/+1
* three jj patchesMatt Wilson1999-09-271-0/+4
* added lilo, filesystem magicErik Troan1999-05-051-8/+58
* include string.hErik Troan1999-05-041-0/+1
* *** empty log message ***Erik Troan1999-05-031-0/+93