Age | Commit message (Expand) | Author |
2007-04-10 | - mv ip*_main into ip.c; use a dispatcher to save on needless duplication. | Bernhard Reutner-Fischer |
2007-04-10 | - rewrite the ip applet to be less bloaty | Bernhard Reutner-Fischer |
2007-04-10 | style fixes. No code changes. | Denis Vlasenko |
2007-04-10 | - add libbb function str_tolower to convert a string to lowercase. | Bernhard Reutner-Fischer |
2007-04-08 | getopt32: fix llist_t options ordering. llist_rev is not unused. | Denis Vlasenko |
2007-04-07 | libiproute: audit callgraph, shortcut error paths into die() functions. | Denis Vlasenko |
2007-04-07 | udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata. | Denis Vlasenko |
2007-04-07 | random small shrinkage and elimination of statics | Denis Vlasenko |
2007-04-06 | nc: code shrinkage, bugfixes. -50 bytes code size | Denis Vlasenko |
2007-04-05 | nc: missed exit() in signal handler | Denis Vlasenko |
2007-04-05 | nc: port nc 1.10 to busybox | Denis Vlasenko |
2007-04-05 | - add -s|--spider which only checks if the file exists but does not download ... | Bernhard Reutner-Fischer |
2007-04-04 | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer |
2007-04-01 | Copyright, help text, whitespace cleanups | Denis Vlasenko |
2007-04-01 | tcpsvd: new applet | Denis Vlasenko |
2007-03-29 | traceroute: move data off bss. small code optimizations. | Denis Vlasenko |
2007-03-29 | dumpleases: getopt32()-ization | Denis Vlasenko |
2007-03-28 | - fix formatting of help text | Bernhard Reutner-Fischer |
2007-03-27 | make pidfile writing configurable. | Denis Vlasenko |
2007-03-26 | zcip: make it work on NOMMU (+ improve NOMMU support machinery) | Denis Vlasenko |
2007-03-26 | Attempt to get more applets compile for NOMMU. | Denis Vlasenko |
2007-03-26 | pidfile.c: not used anymore | Denis Vlasenko |
2007-03-26 | Move udhcp to new NOMMU helpers. | 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-03-24 | inetd,ed,msh: data/bss reduction (in mss, more than 9k of it) | Denis Vlasenko |
2007-03-24 | random style fixes (extra spaces deleted) | Denis Vlasenko |
2007-03-24 | dc: use common_bufsiz1 for evaluation stack | Denis Vlasenko |
2007-03-24 | dnsd: last commit had a typo :( | Denis Vlasenko |
2007-03-24 | dnsd: fix several buglets, make smaller | Denis Vlasenko |
2007-03-24 | NOMMU re-exec trick shuld not depend on existence of "don't daemonize" | Denis Vlasenko |
2007-03-24 | inetd: indent labels uniformly | Denis Vlasenko |
2007-03-22 | assorted fixes uncovered by randomconfig runs | Denis Vlasenko |
2007-03-22 | interface: revert part of commit 18120 (eth aliases work again) | Denis Vlasenko |
2007-03-22 | ifconfig: support (by ignoring it) "inet" before IP address or hostname | Denis Vlasenko |
2007-03-19 | - don't automatically select run-parts but point out that this is a system-ut... | Bernhard Reutner-Fischer |
2007-03-19 | - very minor size tweak. | Bernhard Reutner-Fischer |
2007-03-19 | telnet: finish style cleanup bits | Denis Vlasenko |
2007-03-19 | telnet: someone tried to do data optimization before me. Complete it. | Denis Vlasenko |
2007-03-15 | networking/interface.c: was doing really strange caching of fd's | Denis Vlasenko |
2007-03-14 | arp, networking/interface.c: eliminate statics | Denis Vlasenko |
2007-03-14 | udhcp: use fdprintf for pidfile creation (smaller code) | Denis Vlasenko |
2007-03-11 | kill superfluous returns at the end of void functions | Denis Vlasenko |
2007-03-09 | ifupdown: do not complain if !/var/run/ifstate | Denis Vlasenko |
2007-03-07 | httpd: make httpd usable for NOMMU CPUs | Denis Vlasenko |
2007-03-07 | clean up accumulated whitespace damage | Denis Vlasenko |
2007-03-06 | ifupdown: code to deconstruct the state_list gracefully | Denis Vlasenko |
2007-03-05 | httpd: run interpreter for configured file extensions in any dir, | Denis Vlasenko |
2007-03-05 | httpd: fix breakage (introduced by me) | Denis Vlasenko |
2007-03-03 | ping: don't measure times if ping payload is less than 8 bytes; | Denis Vlasenko |