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 Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP to 2005-09-08 03:11:58 +00:00
fdformat.c
fdisk.c reduce signedness warning 2005-12-02 10:06:04 +00:00
freeramdisk.c Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP to 2005-09-08 03:11:58 +00:00
fsck_minix.c
getopt.c more const, attribute_noreturn saved 200 bytes 2005-10-19 09:21:51 +00:00
hexdump.c add "-C" format to hexdump 2005-11-28 21:06:00 +00:00
hwclock.c - new bb_opt_complementally syntax, use [-:?] only - 'free' chars 2005-10-14 09:56:52 +00:00
ipcrm.c Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could use 2005-06-20 04:30:36 +00:00
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 use the shorter license header 2005-09-24 07:16:29 +00:00
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 data --> bss 2005-10-15 13:56:17 +00:00
mkswap.c Patch from David Meggy to make the swap default to the new version if no 2003-10-31 02:04:18 +00:00
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 Fixup use of 'u_int' to instead use 'unsigned int' 2004-01-30 22:56:20 +00:00
pivot_root.c
rdate.c
readprofile.c another more const 2005-10-20 11:17:48 +00:00
swaponoff.c accept unlimited number of swap arguments like the real swap{on,off} and shrink do_em_all a little 2005-09-16 04:41:20 +00:00
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