Age | Commit message (Expand) | Author |
2016-03-30 | zcip: use bb_error_msg for logging, not bb_info_msg | Denys Vlasenko |
2015-10-24 | zcip: ...ad suppress the warning | Denys Vlasenko |
2015-10-24 | zcip: do not query current time if we won't use the result | Denys Vlasenko |
2015-10-13 | whitespace fixes | Denys Vlasenko |
2015-08-04 | zcip: tweak comments and make unsigned division more obvious | Denys Vlasenko |
2015-08-04 | zcip: another code shrink | Denys Vlasenko |
2015-08-04 | zcip: code shrink | Denys Vlasenko |
2015-08-04 | zcip: simplify code | Denys Vlasenko |
2015-03-22 | zcip: fix wrong comparison of source IP with our IP | Vladislav Grishenko |
2014-11-04 | zcip: Add environment variable for overriding log functionality | Michel Stam |
2014-10-30 | zcip: allow our own class B range to be used for ZeroConf | Michel Stam |
2014-07-20 | zcip: fix link-local IP conflict detection | Ken Sharp |
2011-09-21 | add INIT_G()'s. No code changes. | Denys Vlasenko |
2011-06-10 | *: simplify Ethernet header includes | Dan Fandrich |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-04-11 | move remaining help text from include/usage.src.h | Pere Orga |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-03-18 | *: code shrink and better "died from signal" reporting from wait4pid | Denys Vlasenko |
2010-02-04 | *: suppress ~60% of "aliased warnings" on gcc-4.4.1 | Denys Vlasenko |
2010-01-04 | *: remove some uses of argc | Denys Vlasenko |
2008-12-08 | optimize 16- and 32-bit moves | Denis Vlasenko |
2008-12-02 | libbb: add strncpy_IFNAMSIZ | Denis Vlasenko |
2008-10-10 | zcip: code size optimizations, improved help text and comments | Denis Vlasenko |
2008-09-20 | init: set stderr to NONBLOCK | Denis Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-05-15 | more of -Wall fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko |
2008-02-28 | zcip: chdiring to root when daemonizing is not useful, | Denis Vlasenko |
2008-02-04 | zcip: open ARP socket before openlog | Denis Vlasenko |
2008-01-27 | - fix conflicting decls of syslog related facilitynames and prioritynames tables | Bernhard Reutner-Fischer |
2007-11-25 | zcip: simplify code a bit | Denis Vlasenko |
2007-11-25 | zcip: use low-order 4 bytes of MAC as random seed, not 4 high-order | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-09-27 | zcip: fix unaligned trap on ARM | Denis Vlasenko |
2007-09-27 | introduce safe_poll (fixes a problem in top) | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-07-23 | zcip: remove stray seed48. It's the only thing which was pulling in | Denis Vlasenko |
2007-07-14 | xioctl and friends by Tito <farmatito@tiscali.it> | Denis Vlasenko |
2007-06-17 | wget: use monotonic_sec instead of gettimeofday | Denis Vlasenko |
2007-06-12 | diff: shrink code (-85 bytes): | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-04-12 | - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a... | Bernhard Reutner-Fischer |
2007-04-11 | add more convenient defines for [NO]MMU: | Denis Vlasenko |
2007-04-04 | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer |
2007-03-26 | zcip: make it work on NOMMU (+ improve NOMMU support machinery) | Denis Vlasenko |
2007-03-26 | move everything to new NOMMU helpers, except udhcp | Denis Vlasenko |
2007-03-25 | add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy | Denis Vlasenko |
2007-02-14 | zcip: revert my bogus change | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-29 | preparatory patch for -Wwrite-strings #5 | Denis Vlasenko |
2007-01-19 | openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code | Denis Vlasenko |