busybox/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 another more const 2005-10-20 11:17:48 +00:00
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 Patch by Paul Whittaker, make busybox dc compatable with GNU dc. 2004-07-24 06:01:52 +00:00
devfsd.c Patch from Denis Vlasenko to constify things and fix a few typos. 2006-02-22 17:01:00 +00:00
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 - revert back to r14406 2006-03-13 19:04:00 +00:00
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 - add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc. 2005-10-28 20:37:03 +00:00
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 - whitespace cleanup from Tito. 2006-02-27 22:34:41 +00:00
time.c Robert P. Day removed 8 gazillion occurrences of "extern" on function 2006-03-06 20:47:33 +00:00
watchdog.c - patch from Denis Vlasenko to add and use bb_xdaemon() 2006-04-12 18:09:26 +00:00