summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Expand)Author
2006-12-09tweak the text on deprecated functions, after some help from tom;Jason McIntyre
2006-12-09various tweaks;Jason McIntyre
2006-12-09various tweaks; my apologies to itojun for forgetting toJason McIntyre
2006-12-09switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).Jun-ichiro itojun Hagino
2006-12-08return is not a function. (cosmetic)Jun-ichiro itojun Hagino
2006-11-17change semantics of ff01::/16 to interface local multicastJun-ichiro itojun Hagino
2006-10-21remove calls to abort(3) that can't happen anyway; fromOtto Moerbeek
2006-09-25Remove unnecessary /* NOTREACHED */ comments because our lint isRay Lai
2006-09-23If fgetln() != NULL, len == 0 is impossible, so remove check.Ray Lai
2006-04-18Clarify strlcpy code by explicitly naming variable `len' andRay Lai
2006-04-14Remove str2number(), use strtonum(3) instead.Ray Lai
2006-03-31(char)to{upper,lower}()Theo de Raadt
2006-03-31oldmask = sigprocmask(SIG_BLOCK, &mask, &oldmask);Theo de Raadt
2006-03-22Pass size of correct variable to memset().Ray Lai
2006-01-17Include limits.h directly instead of depending on another headerTodd C. Miller
2006-01-17Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELENTodd C. Miller
2005-12-30Currently sys/socket.h needs sys/types.h so add #include <sys/types.h> toClaudio Jeker
2005-12-22handle chroot and res_init calls better. diagnosis assistance from otto.Ted Unangst
2005-11-15Do not clobber errno when calling close(2) in example code.Otto Moerbeek
2005-11-13save errno in example code. from mpech@ ok jmc@Otto Moerbeek
2005-11-10add $OpenBSD$ tags, as requested by dtucker.Marc Espie
2005-10-02`ether_addr' is the name of a structure, not a function: remove its MLINKJason McIntyre
2005-08-06zap rcsid.Marc Espie
2005-07-27Restore recent changes except for the actual one that causes the problem.Todd C. Miller
2005-07-27backout gethostent changes for now -- there is fallout, discovered by ottoJared Yanovich
2005-07-24In _gethtent() ignore host.h_length if it is set to 0. PreviouslyTodd C. Miller
2005-07-23*hostent() fixes:Jared Yanovich
2005-07-22- sync prototypes and header file excerptsJared Yanovich
2005-07-18fix spelling mistake (in comment);Jason McIntyre
2005-07-05use "www" as the service name in the example instead of "http" since "www"David Gwynne
2005-06-19Remove a check about whether sa->sa_len is equal to salen fromMarc Matteo
2005-06-17remove netns stuff, ok millertHenning Brauer
2005-06-09remove references to ns(4);Jason McIntyre
2005-06-08Make gethostbyaddr() prototype match POSIX. This means len is nowTodd C. Miller
2005-06-05sort sections;Jason McIntyre
2005-06-05s/-p1003.1-2003/-p1003.1-2004/gJason McIntyre
2005-05-02be more careful with snprintf. ok millert@Moritz Jodeit
2005-04-05explain where type and class are defined; ok jmc@Federico G. Schwindt
2005-03-30make the resolver stat resolv.conf and update if it changes.Ted Unangst
2005-03-28add constTed Unangst
2005-03-28add some const to ether_*. remove bonus prototypes this brought out.Ted Unangst
2005-03-25ansify. ok deraadt@ moritz@Otto Moerbeek
2005-03-12There is no need to call freeaddrinfo() in case of an error.Claudio Jeker
2005-03-08do not trash errno before using it, do not pass garbage args to getnameinfoTheo de Raadt
2005-03-07fd leak; andrushock@korovino.netTheo de Raadt
2005-03-06correct snprintf return value checks, where the wrong ptrMoritz Jodeit
2005-03-02Consistent #if protection of rcs ids; Francois PerradTodd C. Miller
2005-03-02More const in h_errlist and h_nerr; Francois PerradTodd C. Miller
2005-02-25Be correct in our man pages when talking about NUL termination (that is,Chad Loder
2005-02-19fix pasto; from d@Todd C. Miller