hush/miscutils
Rob Landley ade7f95bd1 Patch from Tito:
Remove -v verbose -V version -q quiet flags
Remove parse_opt_v2();
Rename parse_opt_v3() to parse_xfermode()
Remove if_strcat()
Rearrange code in  dump_identity() to reduce size
Modify some strings so that they could be optimized by the compiler
Minor code clean up
Remove unneeded #define <shm.h>

#if BB_BIG_ENDIAN && !defined(__USE_XOPEN)
# define __USE_XOPEN
#endif    
Must be before #include <unistd.h> and #include "busybox.h"
(noticed by Bernhard Fischer <rep.nop@aon.at>)

Remove duplicate code in do_time()
2006-05-25 18:53:06 +00:00
..
adjtimex.c
bbconfig.c Clarify. 2006-03-30 02:01:48 +00:00
Config.in - silence warning about no return in function returning non-void 2006-05-20 14:14:05 +00:00
crond.c New version of nohup that's much smaller, less paranoid, consistent, 2006-05-21 18:28:13 +00:00
crontab.c use more boiler plate GPL notices 2006-04-16 20:38:26 +00:00
dc.c
devfsd.c
eject.c use more boiler plate GPL notices 2006-04-16 20:38:26 +00:00
hdparm.c Patch from Tito: 2006-05-25 18:53:06 +00:00
last.c use more boiler plate GPL notices 2006-04-16 20:38:26 +00:00
less.c - fix invalid mode 2006-05-19 12:22:11 +00:00
makedevs.c - return ret so we return something meaningful. 2006-04-24 17:41:29 +00:00
Makefile pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list 2006-05-13 02:33:09 +00:00
Makefile.in
mountpoint.c use more boiler plate GPL notices 2006-04-16 20:38:26 +00:00
mt.c just include fcntl.h not sys/fcntl.h 2006-04-29 04:43:50 +00:00
runlevel.c
rx.c - remove emacs layout block as suggested by Robert P.J. Day 2006-05-19 19:29:19 +00:00
setsid.c fixup style 2006-03-23 02:07:41 +00:00
strings.c
time.c
watchdog.c - patch from Denis Vlasenko to add and use bb_xdaemon() 2006-04-12 18:09:26 +00:00