- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
[platform/upstream/busybox.git] / networking / inetd.c
2007-04-04 Bernhard Reutner... - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]...
2007-03-27 Denis Vlasenkomake pidfile writing configurable.
2007-03-26 Denis Vlasenkomove everything to new NOMMU helpers, except udhcp
2007-03-24 Denis Vlasenkoinetd,ed,msh: data/bss reduction (in mss, more than...
2007-03-24 Denis VlasenkoNOMMU re-exec trick shuld not depend on existence of...
2007-03-24 Denis Vlasenkoinetd: indent labels uniformly
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2007-01-22 Denis Vlasenkoexterminate u_intXXX.
2007-01-19 Denis Vlasenkoopenvt,getty,vfork_daemon_rexec,mount: tighten up fd...
2007-01-14 Denis Vlasenkohttpd: use fd#1 in inetd mode
2007-01-14 Denis Vlasenkoinetd: preparatory patch, no code changes
2007-01-14 Denis VlasenkoRename bb_sanitize_stdio -> bb_sanitize_server_stdio
2007-01-14 Denis Vlasenkoinetd: open log after daemonization
2007-01-14 Denis VlasenkoBy popular request reinstate fakeidentd's standalone...
2007-01-11 Denis Vlasenkofakeinetd: attempted ipv6-ization (and it's done)
2006-12-26 Denis Vlasenkostyle fixes
2006-12-21 Denis Vlasenkointroduce LONE_CHAR (optimized strcmp with one-char...
2006-12-19 Denis Vlasenkou_short, ulong exterminated
2006-11-22 Denis Vlasenkointroduce setsockopt_reuseaddr(int fd), setsockopt_broa...
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-23 Denis Vlasenkoinetd: deindent main loop, other readability enhancements
2006-09-23 Denis Vlasenkoinetd: reformat with tabs for indentation
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-08-28 Rob LandleyUnbreak allbareconfig a bit. (The telnetd.c fix is...
2006-08-20 Bernhard Reutner... - merge -r15463:15564 from busybox_scratch branch throu...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-16 Rob LandleyConvert setuid/setgid users to xsetuid/xsetgid.
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-05-31 Bernhard Reutner... - s/defined(__uClinux__)/BB_NOMMU/
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xdaemon()
2006-04-10 Bernhard Reutner... - typo: s/biltin/builtin/g
2006-03-01 Rob LandleyCleanup patch from Denis Vlasenko. Mostly variants...
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Bernhard Reutner... - add platform.h.
2005-11-09 "Vladimir N. Oleynik"change osbolete sigpause() to sigsuspend()
2005-11-06 Rob LandleyYann E. Morin pointed out that rpcsvc/nfs_prot.h isn...
2005-10-05 "Vladimir N. Oleynik"more lost changes BSD signals -> SysV signals. Noticed...
2005-10-05 "Vladimir N. Oleynik"BSD signals -> SysV signals, int->socklet_t. Noticed...
2005-10-05 Mike Frysingerdont typecast lvalue since gcc hates that
2005-10-03 "Vladimir N. Oleynik"sync inetd with slackware-10.2 inetd (OpenBSD-1.79...
2005-08-01 Paul Foxcommiting:
2005-07-31 Mike Frysingeruse socklen_t instead of size_t with socket related...
2005-07-19 Paul Foxapplying fix from:
2005-04-16 Eric AndersenFix broken macro
2004-06-22 Eric AndersenRobin Farine writes:
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-02-22 Glenn L McGrathPatch from Vodz, cleanup memory usage, send strdup...
2004-02-22 Glenn L McGrathremove duplicate header declarations
2004-02-18 Glenn L McGrathDont use same variable and struct name
2004-02-18 Glenn L McGrathFormatting
2004-02-18 Glenn L McGrathremove debugging
2004-02-17 Eric AndersenMark Lord writes:
2004-01-20 Glenn L McGrathRedo getconfigent, save 150 bytes, still small memory...
2004-01-18 Glenn L McGrathFix up a couple of bugs i introduced in yesterdays...
2004-01-17 Glenn L McGrathModify bb_lookup_port to allow the protocol to be speci...
2004-01-17 Glenn L McGrathThe functions setconfig, enter and bump_nofile were...
2004-01-17 Glenn L McGrathUse 1 line for function name and return value,
2004-01-17 Glenn L McGrathRemove some defined statements
2004-01-17 Glenn L McGrathChanged #define names for common features (superficial)
2004-01-17 Glenn L McGrathUse bb_get_chomped_line_from_file
2003-07-28 Eric AndersenFixup bugs in last patch
2003-07-28 Eric Andersenlast_patch95 from vodz:
2003-03-19 Manuel Novoa III Major coreutils update.
2003-02-11 Manuel Novoa III Fix compile error... header problems.
2003-02-10 Glenn L McGrathFix compile error, last_patch82 by Vladimir N. Oleynik
2003-02-09 Glenn L McGrathNew applet, inetd, make httpd features more configurabl...