aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Increase YPMAXRECORD to 16M to be compatible with Linux.Konstantin Belousov2019-08-123-10/+19
* typo: suppported.Pedro F. Giffuni2019-05-291-1/+1
* Use IN_foo() macros from sys/netinet/in.h inplace of handcrafted codeRodney W. Grimes2019-04-041-4/+2
* Use correct buffer sizes in sctp_get[lp]addrs().Michael Tuexen2019-03-021-4/+2
* Sync "struct addrinfo" declaration with netdb.h.Sergey Kandaurov2019-02-101-9/+9
* gai_strerror() - Update string error messages according to RFC 3493.Pedro F. Giffuni2018-12-232-28/+25
* Style cleanup.Dag-Erling Smørgrav2018-11-271-16/+14
* Don't call stat(2) on nsswitch.conf(5) every time nsdispatch(3)Edward Tomasz Napierala2018-11-101-0/+11
* Prevent flex(1) from generating calls to isatty(3) - and, in turn,Edward Tomasz Napierala2018-10-151-0/+1
* Don't call dlopen(3) for built-in NSS types - "cache", "compat",Edward Tomasz Napierala2018-10-152-7/+14
* Move hosts, hosts.equiv, networks, nsswitch.conf, protocols to lib/libc/net/Brad Davis2018-09-176-0/+232
* Remove support for the Arcnet protocol.Brooks Davis2018-04-131-1/+0
* Make getnameinfo(3) salen requirement less strict andHiroki Sato2018-03-152-9/+33
* The source strings are from the password database which guaranteesWarner Losh2018-01-061-2/+2
* Don't ignore trailing spaces after numerical IP addresses.Hajimu UMEMOTO2017-12-201-1/+2