summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Expand)Author
1999-09-27Correct buffer size.Alex Feldman
1999-09-03typoTheo de Raadt
1999-09-03sizeof("string") includes 0 byte; aazubel@tatu.cnba.uba.arTheo de Raadt
1999-09-03Use strtol() and strtoul() instead of atoi(). This allows us to catchTodd C. Miller
1999-08-26add an inner xor to make prediction attacks against the ids harder, dueNiels Provos
1999-07-08use SIOCGIFCONF much more carefullyTheo de Raadt
1999-07-05use .Li to refer to data typesAaron Campbell
1999-07-05repairs; better English, formatting, etc.Aaron Campbell
1999-07-04trash some old leftover macros and replace them with -mdoc macrosAaron Campbell
1999-07-03cleaned upTheo de Raadt
1999-07-03if_freenameindex() APITheo de Raadt
1999-07-03cleanerTheo de Raadt
1999-07-03man pages from WIDETheo de Raadt
1999-07-03install man pageTheo de Raadt
1999-07-03man page for net_addrcmp(3)Aaron Campbell
1999-07-03Ignore SIGs in the answer section for now as we don't use them (yet).Jakob Schlyter
1999-07-02remove redundant .Pp macrosAaron Campbell
1999-07-02.Dd should not be given abbreviated month namesAaron Campbell
1999-07-01indent and auditTheo de Raadt
1999-06-30indentTheo de Raadt
1999-06-25use AF_LOCAL instead of AF_UNIXTheo de Raadt
1999-06-23Fixed compilation problems.cmetz
1999-06-23Compilation fixes.cmetz
1999-06-23Removed non-existent source file from SRC.cmetz
1999-06-23Removed portability ifdefs.cmetz
1999-06-23Removed portability ifdefs and calls to nonstandard back-end.cmetz
1999-06-23net_addrcmp(); needs man pageTheo de Raadt
1999-06-23KNFTheo de Raadt
1999-06-23Accidentally commited. Thanks mickey for catching this one.cmetz
1999-06-23Added some protocol independent interfaces (supposedly IPv6 support APIs, butcmetz
1999-06-05stronger suggestTheo de Raadt
1999-06-04Be consistent about the relaxation of invalid host name checking.Niklas Hallqvist
1999-05-30Revertion of last change, which was due to emacs' stupid ideaNiklas Hallqvist
1999-05-30Some extra error checking, documentation and style wrt connectionsNiklas Hallqvist
1999-05-25punctuationAaron Campbell
1999-05-25all functions need a return type and at least one arg, even if it's voidAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-05-21improve. pushed by bengt@softwell.seTheo de Raadt
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1999-05-15ethernet -> Ethernet, other repairsAaron Campbell
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theAaron Campbell
1999-05-10correct some Xr's which referred to the wrong man page sectionsAaron Campbell
1999-05-03Add octect sanity checkingyanick
1999-04-28Do not provide gethostby.*_r for now, as configure scripts findNiklas Hallqvist
1999-03-18typo; nash@mcs.netAaron Campbell
1999-03-02getservbyport() takes a network byte order port #Theo de Raadt
1999-02-27make function names the correct caseTheo de Raadt
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1998-11-18check for negative numbers from strtol()Theo de Raadt
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell