- 30e3df3 - rephrase helptext for clarity by Bernhard Reutner-Fischer · 16 years ago
- 12aca79 - improve wording by Bernhard Reutner-Fischer · 16 years ago
- 97b954d - improve wording by Bernhard Reutner-Fischer · 16 years ago
- 2ca84f6 httpd: tiny optimization by Denis Vlasenko · 16 years ago
- 1cbfd98 httpd: by Denis Vlasenko · 16 years ago
- d814c98 telnetd: do not advertise TELNET_LFLOW, we do not support it properly. by Denis Vlasenko · 16 years ago
- 04158e0 udhcpd: add code which rejects lease files with suspicious or old timestamp. by Denis Vlasenko · 16 years ago
- 73121c3 dhcpd,dumpleases: write and use 64-bit current time in lease file. by Denis Vlasenko · 16 years ago
- 802cab1 brctl: fix compilation on 2.4.x kernels by Denis Vlasenko · 16 years ago
- bdea2c0 traceroute: allow -w NUM as small as 1 by Denis Vlasenko · 16 years ago
- 766c10c traceroute: rewrite. Do not emit raw IP packets, instead send UDP or ICMP by Denis Vlasenko · 16 years ago
- fa65a3d traceroute: preparatory trivial cleanups by Denis Vlasenko · 16 years ago
- 39b6813 tunctl: new applet by Vladimir by Denis Vlasenko · 16 years ago
- ec64a57 dhcpc: suppress "warning: 'timestamp_before_wait' might be used uninitialized by Denis Vlasenko · 16 years ago
- 0416e3d udhcpd: disable opton to have absolute lease times in lease file by Denis Vlasenko · 16 years ago
- 76ddc2e libbb: add bb_unsetenv (taken from hush). by Denis Vlasenko · 16 years ago
- 12abcb3 libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/ by Denis Vlasenko · 16 years ago
- 517413f bb_info_msg: make it do atomic, unbuffered writes by Denis Vlasenko · 16 years ago
- e537385 *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there. by Denis Vlasenko · 16 years ago
- efb545b optimize 16- and 32-bit moves by Denis Vlasenko · 16 years ago
- db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
- 3246c0d iproute: fix ipXXX utilities trying to parse their applet name by Denis Vlasenko · 16 years ago
- 196a953 iptunnel: fix problems with including linux/ip_tunnel.h on some systems by Denis Vlasenko · 16 years ago
- d7a805e libbb: introduce and use xgetpwnam. ~ -150 bytes. by Denis Vlasenko · 16 years ago
- c5045fd vconfig: style fix, no code changes by Denis Vlasenko · 16 years ago
- 360d966 libbb: add strncpy_IFNAMSIZ by Denis Vlasenko · 16 years ago
- 61befda ash,hush: add TODO for rare build failure *: remove some redundant includes by Denis Vlasenko · 16 years ago
- 00d8417 vi: speedup and code shrink (Walter Harms) by Denis Vlasenko · 16 years ago
- 9d1d4c0 httpd: set $HOST to Host: header value. +83 bytes. by Denis Vlasenko · 16 years ago
- 12ff9dc networking/interface.c: better readability (by Walter Harms) by Denis Vlasenko · 16 years ago
- ae6e135 tftpd: can also have TFTP_DEBUG by Denis Vlasenko · 16 years ago
- 249d948 nslookup: glibc + IPv6 address of DNS server don't mix (yet) by Denis Vlasenko · 16 years ago
- 3f5f246 nslookup: allow usage of IPv6 addresses or hostnames by Denis Vlasenko · 16 years ago
- 142c5cb ifupdown.c: allow options to udhcpc to be configurable from .config by Wade Berrier · 16 years ago
- 4d47692 arp: stop using globals by Denis Vlasenko · 16 years ago
- 81c6a91 telnetd: fix compile problem for non-standalone telnetd by Denis Vlasenko · 16 years ago
- 9f2f808 telnetd: correctly output 0xff char. ~100 bytes. by Denis Vlasenko · 16 years ago
- 6d04435 telnetd: set SO_KEEPALIVE, users report it's useful. +20 bytes. by Denis Vlasenko · 16 years ago
- 3fa36e2 *: a bit of code shrink by Denis Vlasenko · 16 years ago
- b0150d2 telnetd: handle emacs M-DEL and IAC-NOP (putty keepalive) by Denis Vlasenko · 16 years ago
- b9d572a total overhaul of mail applets. again. Vladimir as usual. by Denis Vlasenko · 16 years ago
- 3854c5d runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes. by Denis Vlasenko · 16 years ago
- 35a064b build system: tidying up CONFIG_xxx names (suggested by Rob) by Denis Vlasenko · 16 years ago
- 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
- 4cb576e inetd: fix a case when we have zero services by Denis Vlasenko · 16 years ago
- 391ffa1 nslookup: tiny shrink (-5 bytes); add comment about res_init by Denis Vlasenko · 16 years ago
- 5a89763 tftpd: show help if stdin is not a socket by Denis Vlasenko · 16 years ago
- 44d5dce iplink: accept shorthands for "address" keyword here: by Denis Vlasenko · 16 years ago
- 470dc1d - minor shrinkage (~-60) by Bernhard Reutner-Fischer · 16 years ago
- e291866 - support ip link set eth1 address 00:11:22:33:44:55 by Bernhard Reutner-Fischer · 16 years ago
- 31d58e5 randomconfig fixes by Denis Vlasenko · 16 years ago
- 7ff85c5 udhcp: simplify SO_BINDTODEVICE call by Denis Vlasenko · 16 years ago
- 59f502b ping: trivial code shrink by Denis Vlasenko · 16 years ago
- 8fbd8ac - fix ip route rejecting dotted quads as prefix by Bernhard Reutner-Fischer · 16 years ago
- cdd1f73 zcip: code size optimizations, improved help text and comments by Denis Vlasenko · 16 years ago
- 578de86 - route metric support (Natanael Copa) Adds about 75b by Bernhard Reutner-Fischer · 16 years ago
- c2d5a27 - wrap overlong line by Bernhard Reutner-Fischer · 16 years ago
- df6b3ad inetd: use config parser. by Vladimir by Denis Vlasenko · 16 years ago
- 5868070 route: fix for 64-bit BE machines by Seonghun Lim (wariua AT gmail.com) by Denis Vlasenko · 16 years ago
- 2b2d977 sendmail: update by Vladimir by Denis Vlasenko · 16 years ago
- bed22a0 sendmail: compat update by Vladimir by Denis Vlasenko · 16 years ago
- 739e30f udhcp: add inline docs; small code shrink by Denis Vlasenko · 16 years ago
- 7d9399e udhcpc: fixlet for previous commit by Denis Vlasenko · 16 years ago
- c321b51 udhcp: added some FIXMEs; code shrink. -49 bytes by Denis Vlasenko · 16 years ago
- f1980f6 dhcp: add FAST_FUNC as appropriate. -160 bytes. by Denis Vlasenko · 16 years ago
- cdb0b65 dhcpc: treat "discover...select...discover..." loop the same way by Denis Vlasenko · 16 years ago
- 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
- b8d1a4c init: set stderr to NONBLOCK *: s/setenv(a,b,1)/xsetenv(a,b)/ by Denis Vlasenko · 16 years ago
- 28f5619 slattach: preserve speed in non-raw mode. +39 bytes. by Denis Vlasenko · 16 years ago
- 08ea11a runsvd: shrink by Vladimir *: use unified trivial signal handler by Denis Vlasenko · 16 years ago
- ee9deb8 ifenslave: on uclibc at least, net/if.h + linux/if_bonding.h dont coexist by Denis Vlasenko · 16 years ago
- ee34ebe ifenslave: wants net/if.h by Denis Vlasenko · 16 years ago
- 1c781cc modprobe-small: make insmod command line compatible by Denis Vlasenko · 16 years ago
- 0901c51 - add WIP stub for tc. by Bernhard Reutner-Fischer · 16 years ago
- b424930 - pass "Accept:" and "Accept-Language:" header to CGI scripts (Alina Friedrichsen) by Bernhard Reutner-Fischer · 16 years ago
- 18c9302 insmod: shrink by Denis Vlasenko · 16 years ago
- 5770715 ping: SO_RCVBUF must be bigger than packet size, by Denis Vlasenko · 16 years ago
- 6c4eb44 ifupdown: fixes for shutdown of DHCP-managed interfaces by Denis Vlasenko · 16 years ago
- ec7e7ae arp: without -H <type>, assume "ether". closes 4564 by Denis Vlasenko · 16 years ago
- ee777c4 ifupdown: fixes for custom MAC address, by Wade Berrier <wberrier AT gmail.com> by Denis Vlasenko · 16 years ago
- 8d07560 sendmail: work around (bogus) gcc warning by Denis Vlasenko · 16 years ago
- cfe2936 nameif: shrink (by Vladimir) by Denis Vlasenko · 16 years ago
- dadfb49 hush: add #defines to switch off break/continue if loops are not supported by Denis Vlasenko · 16 years ago
- 2c7a1fd netstat: code shrink by Denis Vlasenko · 16 years ago
- cf8b1ef style fix, no code changes by Denis Vlasenko · 16 years ago
- 6e69e42 netstat: optional -p support by L. Gabriel Somlo <somlo AT cmu.edu> by Denis Vlasenko · 16 years ago
- 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
- 0f99d49 *: conversion to config parser by Denis Vlasenko · 16 years ago
- f54e62a inetd: do not trash errno in signal handlers; by Denis Vlasenko · 16 years ago
- 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
- 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
- d73cbd3 - first pass to unify/cleanup uid handling (-236b) by Bernhard Reutner-Fischer · 16 years ago
- a53de7f - fix spelling by Bernhard Reutner-Fischer · 16 years ago
- 1101d1c telnet: shrink by Denis Vlasenko · 16 years ago
- 395410b httpd: add Hopedir directive specially for by Denis Vlasenko · 16 years ago
- eb75129 udhcp: use libbb for config file parsing (by Vladimir) by Denis Vlasenko · 16 years ago
- a34f1ed dnsd,sestatus: use libbb to parse config file (by Vladimir) by Denis Vlasenko · 16 years ago
- 2e157dd libbb: updated config_parse() from Vladimir by Denis Vlasenko · 16 years ago
- 7354244 sendmail: update from the maintainer by Denis Vlasenko · 16 years ago
- 02a1c6a - very minor shrinkage (-9b) by Bernhard Reutner-Fischer · 16 years ago