busybox/util-linux
Denis Vlasenko f732e96757 mount: optional support for -vv verbosity
mount: do "struct globals" trick

With -vv on:

function                                             old     new   delta
verbose_mount                                          -      83     +83
mount_main                                           970     988     +18
mount_it_now                                         219     229     +10
singlemount                                         4564    4570      +6
mount_option_str                                     227     233      +6
nfs_mount_version                                      1       -      -1
fslist                                                 4       -      -4
------------------------------------------------------------------------------
(add/remove: 1/2 grow/shrink: 4/0 up/down: 123/-5)            Total: 118 bytes
2008-02-18 12:07:49 +00:00
..
Config.in mount: optional support for -vv verbosity 2008-02-18 12:07:49 +00:00
dmesg.c dmesg,klogd: make code more readable 2007-11-16 20:18:54 +00:00
fbset.c fbset: fix buglet where we were using wrong pointer 2007-11-06 03:05:54 +00:00
fdformat.c add -fvisibility=hidden to CC flags, mark XXX_main functions 2007-10-11 10:05:36 +00:00
fdisk_aix.c random s/short/int/ 2008-02-16 13:18:17 +00:00
fdisk_osf.c fdisk: reduce global data/bss usage. 8k data+bss build is achievable soon ;) 2007-12-16 17:22:33 +00:00
fdisk_sgi.c random s/short/int/ 2008-02-16 13:18:17 +00:00
fdisk_sun.c fdisk: reduce global data/bss usage. 8k data+bss build is achievable soon ;) 2007-12-16 17:22:33 +00:00
fdisk.c getpot: add support for "a+" specifier for nonnegative int parameters. 2008-02-10 19:44:20 +00:00
freeramdisk.c add -fvisibility=hidden to CC flags, mark XXX_main functions 2007-10-11 10:05:36 +00:00
fsck_minix.c add -fvisibility=hidden to CC flags, mark XXX_main functions 2007-10-11 10:05:36 +00:00
getopt.c *: move getopt reset code to better place(s) 2008-01-28 22:57:10 +00:00
hexdump.c hexdump: add hd alias, add -R option 2007-11-18 05:36:50 +00:00
hwclock.c we need to pass back the rtc device name that was actually used so that we can turn around and check its sysfs status 2008-02-15 07:19:03 +00:00
ipcrm.c random s/short/int/ 2008-02-16 13:18:17 +00:00
ipcs.c random s/short/int/ 2008-02-16 13:18:17 +00:00
Kbuild split some rtc funcs out of hwclock and into an rtc header/lib so that the new rtcwake applet as well as hwclock can utilize the same code 2008-02-15 02:27:19 +00:00
losetup.c perror_nomsg: don't print extra colon 2007-12-22 15:44:23 +00:00
mdev.c libbb: introduce and use xrename and rename_or_warn. 2008-02-17 14:28:53 +00:00
minix.h minix.h: add very simple test script 2007-06-13 12:49:46 +00:00
mkfs_minix.c mkfs.minix: add testsuite; disable code which makes images variable 2007-12-02 08:55:34 +00:00
mkswap.c mkswap: fix help text to not lie about supported options. 2008-02-13 15:35:52 +00:00
more.c libbb: introduce bb_signals and bb_signals_recursive, 2008-02-16 22:58:56 +00:00
mount.c mount: optional support for -vv verbosity 2008-02-18 12:07:49 +00:00
pivot_root.c add -fvisibility=hidden to CC flags, mark XXX_main functions 2007-10-11 10:05:36 +00:00
rdate.c add -fvisibility=hidden to CC flags, mark XXX_main functions 2007-10-11 10:05:36 +00:00
readprofile.c tr: properly detect read errors (Fernando Silveira <fsilveira@gmail.com>) 2007-11-13 17:51:40 +00:00
rtcwake.c we need to pass back the rtc device name that was actually used so that we can turn around and check its sysfs status 2008-02-15 07:19:03 +00:00
setarch.c add -fvisibility=hidden to CC flags, mark XXX_main functions 2007-10-11 10:05:36 +00:00
swaponoff.c swaponoff: prevent arithmetic overflow (spotted by Paul Fox <pgf@brightstareng.com>) 2007-11-05 19:33:38 +00:00
switch_root.c switch_root: stop at first non-option. Closes bug 1425. 2008-02-13 17:25:31 +00:00
umount.c umount: instead of non-standard -D, use -d with opposite meaning 2008-02-14 12:00:21 +00:00