util-linux/mount
Karel Zak 01373d74ef swapon: more robust progname probing
Currently, the 'swapoff' is the default behavior. It means that if you
have a libtool wrapper script in your build directory the executed binary
name is 'lt-swapon' and then "swapon -a" is interpreted as "swapoff -a".

Any random argv[0] should not be interpreted as "swapoff".

Signed-off-by: Karel Zak <kzak@redhat.com>
2009-10-13 14:22:33 +02:00
..
.gitignore build-sys: move pivot_root(8) to sys-utils 2008-11-19 12:38:43 +01:00
Makefile.am build-sys: add --disable-makeinstall-setuid 2009-09-30 16:51:20 +02:00
README.mount build-sys: rename to -ng, change maintainer name 2007-01-04 13:44:06 +01:00
devname.c mount: generic blkid/volume_id wrapper, use blkid_evaluate_* 2009-02-17 01:18:22 +01:00
devname.h mount: generic blkid/volume_id wrapper, use blkid_evaluate_* 2009-02-17 01:18:22 +01:00
fstab.5 fstab.5: formatting 2009-08-17 12:11:12 +02:00
fstab.c replace usleep() for systems that don't have them 2009-08-21 09:58:17 +02:00
fstab.h umount: cleanup gefs_by_specdir() 2009-01-07 00:18:41 +01:00
getusername.c Imported from util-linux-2.9i tarball. 2006-12-07 00:25:37 +01:00
getusername.h Imported from util-linux-2.9i tarball. 2006-12-07 00:25:37 +01:00
lomount.c include: fix _PATH_DEV 2009-07-02 09:50:26 +02:00
lomount.h umount: improve "-d" option for autoclear loops 2008-07-02 15:01:28 +02:00
loop.h losetup: add --set-capacity 2009-05-29 21:46:00 +02:00
losetup.8 losetup.8: formatting 2009-08-17 12:11:12 +02:00
mount.8 mount: document changed semantics of tmpfs size option in mount.8 2009-09-22 15:24:15 +02:00
mount.c mount: more verbose "mount: only root can do that" message 2009-09-30 16:54:17 +02:00
mount_constants.h mount: Add strictatime support 2009-03-27 13:13:22 +01:00
mount_mntent.c replace bcopy,bzero,index and rindex 2009-08-17 11:15:59 +02:00
mount_mntent.h build-sys: remove DEFAULT_INCLUDES workaround 2007-01-04 14:39:17 +01:00
sundries.c replace bcopy,bzero,index and rindex 2009-08-17 11:15:59 +02:00
sundries.h mount: generic blkid/volume_id wrapper, use blkid_evaluate_* 2009-02-17 01:18:22 +01:00
swap_constants.h Imported from util-linux-2.9i tarball. 2006-12-07 00:25:37 +01:00
swapoff.8 Imported from util-linux-2.2 tarball. 2006-12-07 00:25:32 +01:00
swapon.8 swapon: fix typo on swapon.8 manpage 2009-10-12 11:46:18 +02:00
swapon.c swapon: more robust progname probing 2009-10-13 14:22:33 +02:00
umount.8 umount.8: command line for umount helpers, formatting 2009-08-17 12:11:04 +02:00
umount.c include: clean up _PATH_DEV_* macros 2009-06-30 01:13:42 +02:00
xmalloc.c mount: cleanup error() and die() 2007-10-25 21:50:59 +02:00
xmalloc.h mount: remove useless if-before-my_free, define my_free as a macro 2008-03-12 12:28:50 +01:00

README.mount

mount/umount for Linux 0.97.3 and later.
Authors:
Doug Quale <quale@saavik.cs.wisc.edu>,
H.J. Lu <hlu@eecs.wsu.edu>,
Rick Sladkey <jrs@world.std.com>,
Stephen Tweedie <sct@dcs.ed.ac.uk>.
Andries Brouwer <aeb@cwi.nl>
Adrian Bunk <bunk@stusta.de>

Presently in util-linux-ng maintained by Karel Zak <kzak@redhat.com>.