aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: document sctp_recvmsg as implementedMichael Tuexen2024-05-021-3/+3
* libc: don't try to export _nsdbtdumpBrooks Davis2024-04-161-1/+0
* libc: only export hesiod symbols when enabledBrooks Davis2024-04-163-10/+13
* libsys: move __libsys_interposer consumersBrooks Davis2024-02-053-99/+1
* libc: split libc and syscall interposing (1/2)Brooks Davis2024-02-052-2/+2
* sctp: update manpagesLexi Winter2024-02-038-21/+449
* libc: Annotate a couple of local functions as suchMark Johnston2024-01-291-2/+2
* inet(3): clarify syntax accepted by inet_ptonMike Karels2024-01-271-9/+15
* resolv: Add a required include to resolv.hJan Beich2024-01-081-4/+1
* lib: Remove ancient SCCS tags.Warner Losh2023-11-2733-82/+0
* libc: centralize ntoh symbolsBrooks Davis2023-11-151-0/+4
* libc: Remove empty comments in Symbol.mapBrooks Davis2023-11-151-3/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-0142-43/+0
* libc: Fix missing or misspelled MLINKS.Dag-Erling Smørgrav2023-10-181-37/+86
* hesiod: Modernize.Dag-Erling Smørgrav2023-10-181-29/+13
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-251-6/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-1616-16/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-1622-44/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-166-6/+0
* 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