- s/defined(__uClinux__)/BB_NOMMU/
[oweals/busybox.git] / networking / inetd.c
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...