Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * config.make.in (weak-symbols): Variable removed. | Roland McGrath | 1996-03-19 | 2 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in (--with-weak-symbols): Option removed. (NO_UNDERSCORES, HAVE_ASM_WEAK_DIRECTIVE, HAVE_ASM_WEAKEXT_DIRECTIVE): New tests. * config.h.in (HAVE_WEAK_SYMBOLS): #undef removed. (NO_UNDERSCORES, HAVE_ASM_WEAK_DIRECTIVE, HAVE_ASM_WEAKEXT_DIRECTIVE): New #undefs. * libc-symbols.h: Use them instead of HAVE_WEAK_SYMBOLS. * inet/inet_lnaof.c: Use u_int32_t instead of u_long. * inet/inet_mkadr.c: Likewise. * inet/inet_net.c: Likewise. * inet/inet_netof.c: Likewise. * inet/rcmd.c: Likewise. * inet/arpa/inet.h: Likewise. * inet/netinet/in.h: Likewise. * inet/netinet/tcp.h: Likewise. * inet/protocols/rwhod.h: Likewise. * inet/protocols/talkd.h: Likewise. * resolv/inet_addr.c: Likewise. * sunrpc/rpc/xdr.h (IXDR_GET_LONG, IXDR_PUT_LONG): change casts to u_int32_t (instead of u_long). | ||||
* | Fixed typo in IPPORT_WHOIS. | Roland McGrath | 1995-12-16 | 1 | -2/+2 |
| | |||||
* | Reorder new multicast options to conform to BSD. (struct ip_mreq): New type. | Thomas Bushnell, BSG | 1995-08-08 | 1 | -5/+11 |
| | |||||
* | New file, incorporated from 4.4BSD-Lite. | Roland McGrath | 1995-08-08 | 1 | -0/+98 |
| | |||||
* | (IP_MULTICAST_TTL, IP_MULTICAST_LOOP, IP_MULTICAST_IP, IP_ADD_MEMBERSHIP, ↵ | Thomas Bushnell, BSG | 1995-08-08 | 1 | -0/+5 |
| | | | | IP_DROP_MEMBERSHIP): New IP layer socket options. | ||||
* | (IPPROTO_GGP): Drop obsolete protocol. (IPPROTO_IGMP): Add new protocol ↵ | Thomas Bushnell, BSG | 1995-08-08 | 1 | -1/+1 |
| | | | | (with same value [2] as old GGP). | ||||
* | (IN_CLASSD, IN_EXPERIMENTAL, IN_BADCLASS): Use equality, not assignment, to ↵ | Thomas Bushnell, BSG | 1995-08-03 | 1 | -4/+4 |
| | | | | test bit fields. | ||||
* | initial import | Roland McGrath | 1995-02-18 | 1 | -0/+198 |