hush/util-linux
Rob Landley 71d6ccd801 With -a, the jump to mount_it_now can skip the initialization of f, and
if we don't zero it after closing it we re-close a filehandle that isn't
open, and since this is a file _pointer_ it segfaults on a double free.

Yeah, subtle bug.  I need to break this out into separate functions if I can
figure out how to avoid making the code larger while doing so.  Part of
the general -a and -o remount work I need to do, but that's after 1.1.0...
2006-01-10 05:30:28 +00:00
..
Config.in Added /etc/mdev.conf support. Adds about 1.9k to mdev. 2005-12-17 10:52:30 +00:00
dmesg.c
fbset.c
fdflush.c
fdformat.c
fdisk.c
freeramdisk.c
fsck_minix.c
getopt.c
hexdump.c
hwclock.c
ipcrm.c
ipcs.c
losetup.c When you went "losetup -d /dev/loop0 /dev/loop1" the error message was strange. 2005-12-21 17:00:25 +00:00
Makefile
Makefile.in - remove duplicate entry for switch_root 2005-12-15 11:44:31 +00:00
mdev.c use MAP_PRIVATE instead of MAP_SHARED for uClinux systems (see Bug 550) 2006-01-04 07:31:19 +00:00
mkfs_minix.c
mkswap.c
more.c
mount.c With -a, the jump to mount_it_now can skip the initialization of f, and 2006-01-10 05:30:28 +00:00
nfsmount.c Some minor cleanups/bugfixes split off from the big remount work: 2005-12-20 17:18:01 +00:00
nfsmount.h
pivot_root.c
rdate.c
readprofile.c
swaponoff.c
switch_root.c Fix chroot, leave console alone if -c not specified, and yank debug code. 2005-12-20 17:25:51 +00:00
umount.c