Commit History

Author SHA1 Message Date
  Denis Vlasenko fb79a2e2cf xioctl and friends by Tito <farmatito@tiscali.it> 17 years ago
  Denis Vlasenko bd7bb299c0 wget: use monotonic_sec instead of gettimeofday 17 years ago
  Denis Vlasenko 459be35234 hwclock: size optimizations 17 years ago
  Denis Vlasenko ea9e798004 arping: -i should be -I 17 years ago
  Denis Vlasenko 9a7d38fe24 delete tons of extra #includes 17 years ago
  Denis Vlasenko b6adbf1be2 usage.c: remove reference to busybox.h 17 years ago
  Denis Vlasenko 42823d597a add x to IPv6 functions which can die 18 years ago
  Denis Vlasenko 06af216528 suppress warnings about easch <applet>_main() having 18 years ago
  Denis Vlasenko b6aae0f381 preparatory patch for -Wwrite-strings #2 18 years ago
  Denis Vlasenko 90ec4dc0c7 arping: stop using last gethostbyname2 in the tree 18 years ago
  Denis Vlasenko 703e20235a cleanups: unnecessary casts, unified const_1, eliminate cross-.c file 18 years ago
  Denis Vlasenko 1dc1b37b33 use xbind, xconnect where appropriate. 18 years ago
  Denis Vlasenko 48237b0c88 introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), 18 years ago
  Denis Vlasenko e1a0d486e4 message string changes, mostly for consistency, also -32 bytes in .rodata 18 years ago
  Denis Vlasenko 1385899416 attempt to regularize atoi mess. 18 years ago
  Denis Vlasenko 67b23e6043 getopt_ulflags -> getopt32. 18 years ago
  Denis Vlasenko 40920825d5 rename bb_default_error_retval -> xfunc_error_retval 18 years ago
  Denis Vlasenko a65a17700a arping: fix bug (getopt_ulflags and optarg don't mix), 18 years ago
  Denis Vlasenko 27af5a0dd3 replacing func() with xfunc() where appropriate 18 years ago
  Rob Landley afb94ecf2b Convert setuid/setgid users to xsetuid/xsetgid. 18 years ago
  "Robert P. J. Day" d35ef0f666 More removal of "#if 0" content. 18 years ago
  Rob Landley 299a6b4d7b Consolidate #include <sys/time.h> so libbb.h does it. 18 years ago
  Rob Landley a389651115 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes 18 years ago
  Bernhard Reutner-Fischer dac7ff15b7 - patch from Denis Vlasenko to add and use bb_xsocket() and to use 18 years ago
  Bernhard Reutner-Fischer ebd1355828 - coalesce printf calls. 18 years ago
  Bernhard Reutner-Fischer a0f75e2bba - use bb_opt_complementally; Saves another 14 bytes. (thanks again, vodz) 18 years ago
  Bernhard Reutner-Fischer 6153629097 - set flags in a more reasonable manner. Thanks, vodz. 18 years ago
  Bernhard Reutner-Fischer 2766eedde8 - use RESERVE_CONFIG_BUFFER. For defconfig this gives: 18 years ago
  Bernhard Reutner-Fischer 137669449a - shrink it a bit further. 18 years ago
  Rob Landley 8ea5205726 Shrink patch from Bernhard Fischer. 18 years ago