aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* libc/getnameinfo: stop adding NI_NUMERICHOST where inappropriateBjoern A. Zeeb2024-09-281-17/+37
* sctp: document sctp_recvmsg as implementedMichael Tuexen2024-08-011-3/+3
* inet(3): clarify syntax accepted by inet_ptonMike Karels2024-01-301-9/+15
* resolv: Add a required include to resolv.hJan Beich2024-01-151-4/+1
* hesiod: Modernize.Dag-Erling Smørgrav2023-12-131-29/+13
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-10-241-6/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-2316-16/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-2322-44/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-236-6/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2342-84/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-233-6/+0
* inet.3: remove mention of VAX endiannessEd Maste2023-08-101-11/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-07-253-3/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2513-13/+13
* inet6_opt_init.3: Some enhancementsGordon Bergling2023-03-051-13/+15
* getservent.3: Mention the service.dbGordon Bergling2022-12-101-2/+4
* getaddrinfo: distinguish missing addrs from unresolvable namesMike Karels2022-12-031-5/+11
* gai_strerror.[c3]: re-enable EAI_ADDRFAMILY, EAI_NODATAMike Karels2022-12-032-7/+20
* libc: Don't warn about RRSIG replies.Dag-Erling Smørgrav2022-11-142-2/+5
* Update SEE ALSO sections for resolver.{3,5} and hosts.5Gordon Bergling2022-09-241-4/+1
* Bump .Dd for recently modified manual pagesFernando Apesteguía2022-09-247-7/+7
* getnetent(3): Add missing reentrant functionsFernando Apesteguía2022-09-242-5/+35
* Remove references to named(8)Fernando Apesteguía2022-09-247-18/+8
* sockatmark(3): Add references to 4.4BSD IPC tutorialsGordon Bergling2022-07-081-1/+16
* if_indextoname(3): Correct the RFC in a commentGordon Bergling2022-04-101-1/+1
* libc: Fix build with -DNS_REREAD_CONF.Alexander Motin2022-01-011-0/+2
* man pages: deprecate Internet Class A/B/CMike Karels2021-12-102-23/+13
* libc sctp: improve conformance of sctp_getpaddrs()Michael Tuexen2021-12-101-1/+5
* libc sctp: fix sctp_getladdrs() when reporting no addressesMichael Tuexen2021-12-101-4/+4
* libc sctp: improve error reporting of sctp_getladdrs()Michael Tuexen2021-12-101-2/+0
* libc sctp: fix sctp_getladdrs() for 64-bit BE platformsMichael Tuexen2021-12-101-10/+10
* libc/net/nscachedcli.c: remove write-only variablesKonstantin Belousov2021-12-061-4/+2
* libc/net/getservent.c: Mark write-only variables as unusedKonstantin Belousov2021-12-061-8/+8
* libc/net/getprotoent.c: Mark write-only variables as unusedKonstantin Belousov2021-12-061-6/+6
* libc/net/getnetnamadr.c: Mark write-only variables as unusedKonstantin Belousov2021-12-061-8/+8
* libc/net/gethostnamadr.c: mark write-only variables as __unusedKonstantin Belousov2021-12-061-8/+8
* Correct section reference for examples in RFC3542Tom Jones2021-08-041-2/+2
* Revert "lib/libc/net/nsdispatch.c: Fix missing unlock and add locking annotat...Alex Richardson2021-04-191-129/+72
* lib/libc/net/nsdispatch.c: Fix missing unlock and add locking annotationsAlex Richardson2021-04-101-72/+129
* libc: Fix most issues reported by mandocGordon Bergling2020-12-191-20/+20
* Eliminate duplicate `afterinstallconfigs` targetEnji Cooper2020-10-011-1/+2
* Add include missing from my last commit.Michael Tuexen2020-06-211-0/+1
* Cleanup the defintion of struct sctp_getaddresses. This stuctureMichael Tuexen2020-06-211-8/+8
* Use a struct sockaddr_in pr struct sockaddr_in6 as the option valueMichael Tuexen2020-06-201-22/+13
* Whitespace changes, not functional change intended.Michael Tuexen2020-06-181-22/+23
* libc: Shortcut if_indextoname() if index == 0Kristof Provost2020-04-231-0/+5
* Fix -Wvoid-pointer-to-enum-cast warnings.Brooks Davis2020-04-154-18/+18
* Improve validation of the sockaddr length in iruserok_sa().Mark Johnston2020-02-051-2/+2