summaryrefslogtreecommitdiff
path: root/networking/inetd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply all post-1.8.1 patches1_8_2Denis Vlasenko2007-11-241-1/+1
* inetd: fix bug 1562 "inetd does not set argv[0] properly" (fix by IlyaPanfilov)Denis Vlasenko2007-10-301-16/+14
* vi: don't wait 50 ms before reading ESC sequencesDenis Vlasenko2007-10-111-2/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+1
* inetd: move struct fields around -> save .25 k of codeDenis Vlasenko2007-09-261-6/+8
* inetd: make some fields smaller, move data out of data/bss sectionsDenis Vlasenko2007-09-241-77/+130
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* introduce and use xdup2(int, int)Denis Vlasenko2007-08-181-2/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* several *.c files:Denis Vlasenko2007-05-171-2/+3
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-2/+2
* make pidfile writing configurable.Denis Vlasenko2007-03-271-8/+2
* move everything to new NOMMU helpers, except udhcpDenis Vlasenko2007-03-261-17/+11
* inetd,ed,msh: data/bss reduction (in mss, more than 9k of it)Denis Vlasenko2007-03-241-11/+13
* NOMMU re-exec trick shuld not depend on existence of "don't daemonize"Denis Vlasenko2007-03-241-2/+2
* inetd: indent labels uniformlyDenis Vlasenko2007-03-241-5/+5
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-2/+2
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-291-1/+1
* exterminate u_intXXX.Denis Vlasenko2007-01-221-4/+4
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko2007-01-191-2/+2
* httpd: use fd#1 in inetd modeDenis Vlasenko2007-01-141-1/+1
* inetd: preparatory patch, no code changesDenis Vlasenko2007-01-141-63/+64
* Rename bb_sanitize_stdio -> bb_sanitize_server_stdioDenis Vlasenko2007-01-141-2/+2
* inetd: open log after daemonizationDenis Vlasenko2007-01-141-2/+1
* By popular request reinstate fakeidentd's standalone mode.Denis Vlasenko2007-01-141-9/+6
* fakeinetd: attempted ipv6-ization (and it's done)Denis Vlasenko2007-01-111-11/+38
* style fixesDenis Vlasenko2006-12-261-2/+2
* introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko2006-12-211-1/+1
* u_short, ulong exterminatedDenis Vlasenko2006-12-191-3/+3
* introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),Denis Vlasenko2006-11-221-5/+1
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-1/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-19/+10
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* inetd: deindent main loop, other readability enhancementsDenis Vlasenko2006-09-231-145/+151
* inetd: reformat with tabs for indentationDenis Vlasenko2006-09-231-1217/+1220
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-75/+66
* Unbreak allbareconfig a bit. (The telnetd.c fix is a perfect example of whyRob Landley2006-08-281-0/+1
* - merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer2006-08-201-3/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-25/+2
* Convert setuid/setgid users to xsetuid/xsetgid.Rob Landley2006-07-161-3/+3
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-1/+1
* - s/defined(__uClinux__)/BB_NOMMU/Bernhard Reutner-Fischer2006-05-311-3/+3
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* - patch from Denis Vlasenko to add and use bb_xdaemon()Bernhard Reutner-Fischer2006-04-121-1/+2
* - typo: s/biltin/builtin/gBernhard Reutner-Fischer2006-04-101-41/+41
* Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)Rob Landley2006-03-011-2/+1
* just whitespaceTim Riker2006-01-251-1/+1
* - add platform.h.Bernhard Reutner-Fischer2006-01-221-11/+11