aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1642-84/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* inet.3: remove mention of VAX endiannessEd Maste2023-08-011-11/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-123-3/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1213-13/+13
* libc: Use secure_getenv(3) where appropriateMark Johnston2023-03-272-9/+3
* Document gethostbyname_r's public exposure in 6.2.David E. O'Brien2023-03-131-0/+4
* inet6_opt_init.3: Some enhancementsGordon Bergling2023-02-251-13/+15
* libc: base64: trim some bogus trailing whitespaceKyle Evans2023-02-081-4/+4
* getservent.3: Mention the service.dbGordon Bergling2022-12-071-2/+4
* libc: Don't warn about RRSIG replies.Dag-Erling Smørgrav2022-11-092-2/+5
* getaddrinfo: distinguish missing addrs from unresolvable namesMike Karels2022-11-021-5/+11
* gai_strerror.[c3]: re-enable EAI_ADDRFAMILY, EAI_NODATAMike Karels2022-11-022-7/+20
* Update SEE ALSO sections for resolver.{3,5} and hosts.5Gordon Bergling2022-09-151-4/+1
* getaddrinfo(3): A typo fixedMaxim Konovalov2022-09-141-1/+1
* sockatmark(3): Add references to 4.4BSD IPC tutorialsGordon Bergling2022-07-031-1/+16
* Bump .Dd for recently modified manual pagesFernando Apesteguía2022-06-277-7/+7
* Remove references to named(8)Fernando Apesteguía2022-06-267-18/+8
* getnetent(3): Add documentation for missing reentrant functionsFernando Apesteguía2022-06-202-2/+30
* getnetent(3): Add missing reentrant functionsFernando Apesteguía2022-06-202-5/+35
* if_indextoname(3): Correct the RFC in a commentGordon Bergling2022-04-031-1/+1
* /etc/hosts: Wording changes to better match RFC 1918Pedro F. Giffuni2022-03-051-6/+6
* libc: Fix build with -DNS_REREAD_CONF.Alexander Motin2021-12-291-0/+2
* Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert2021-12-021-1/+5
* wpa: Import wpa_supplicant/hostapd commit 14ab4a816Cy Schubert2021-12-021-5/+1
* libc sctp: improve conformance of sctp_getpaddrs()Michael Tuexen2021-12-011-1/+5
* libc sctp: fix sctp_getladdrs() when reporting no addressesMichael Tuexen2021-12-011-4/+4
* libc sctp: improve error reporting of sctp_getladdrs()Michael Tuexen2021-12-011-2/+0
* libc sctp: fix sctp_getladdrs() for 64-bit BE platformsMichael Tuexen2021-12-011-10/+10
* libc/net/nscachedcli.c: remove write-only variablesKonstantin Belousov2021-11-291-4/+2
* libc/net/getservent.c: Mark write-only variables as unusedKonstantin Belousov2021-11-291-8/+8
* libc/net/getprotoent.c: Mark write-only variables as unusedKonstantin Belousov2021-11-291-6/+6
* libc/net/getnetnamadr.c: Mark write-only variables as unusedKonstantin Belousov2021-11-291-8/+8
* libc/net/gethostnamadr.c: mark write-only variables as __unusedKonstantin Belousov2021-11-291-8/+8
* man pages: deprecate Internet Class A/B/CMike Karels2021-11-092-23/+13
* Retire synchronous PPP kernel driver sppp(4).Gleb Smirnoff2021-10-221-1/+1
* Correct section reference for examples in RFC3542Tom Jones2021-08-011-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-03-251-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