hush/util-linux
Denis Vlasenko 68de720723 mount: fix incorrect usage of strtok (inadvertently used NULL sometimes).
the change is "for(xxx)...." -> "if(var) for(xxx)...", but my gcc 4.1.2
adds _158 bytes_!! WTF?? 8(
2007-05-09 20:38:04 +00:00
..
Config.in
dmesg.c
fbset.c
fdformat.c
fdisk_aix.c
fdisk_osf.c
fdisk_sgi.c
fdisk_sun.c
fdisk.c
freeramdisk.c
fsck_minix.c
getopt.c Rename two config options: 2007-04-10 23:03:30 +00:00
hexdump.c audit small applets and mark some of them as NOFORK. 2007-04-10 15:43:37 +00:00
hwclock.c
ipcrm.c style fixes. No code changes. 2007-04-10 15:42:06 +00:00
ipcs.c style fixes. No code changes. 2007-04-10 15:42:06 +00:00
Kbuild
losetup.c loop device code: readability improvement 2007-04-19 00:09:34 +00:00
mdev.c
minix.h
mkfs_minix.c
mkswap.c
more.c
mount.c mount: fix incorrect usage of strtok (inadvertently used NULL sometimes). 2007-05-09 20:38:04 +00:00
pivot_root.c
rdate.c
readprofile.c
setarch.c
swaponoff.c
switch_root.c switch_root: error_msg -> perror_msg, reduce by 22 bytes while at it. 2007-04-18 21:40:30 +00:00
umount.c