| Commit message (Expand) | Author | Age | Files | Lines |
| * | libc: Fix build with -DNS_REREAD_CONF. | Alexander Motin | 2022-01-01 | 1 | -0/+2 |
| * | man pages: deprecate Internet Class A/B/C | Mike Karels | 2021-12-10 | 2 | -23/+13 |
| * | libc sctp: improve conformance of sctp_getpaddrs() | Michael Tuexen | 2021-12-10 | 1 | -1/+5 |
| * | libc sctp: fix sctp_getladdrs() when reporting no addresses | Michael Tuexen | 2021-12-10 | 1 | -4/+4 |
| * | libc sctp: improve error reporting of sctp_getladdrs() | Michael Tuexen | 2021-12-10 | 1 | -2/+0 |
| * | libc sctp: fix sctp_getladdrs() for 64-bit BE platforms | Michael Tuexen | 2021-12-10 | 1 | -10/+10 |
| * | libc/net/nscachedcli.c: remove write-only variables | Konstantin Belousov | 2021-12-06 | 1 | -4/+2 |
| * | libc/net/getservent.c: Mark write-only variables as unused | Konstantin Belousov | 2021-12-06 | 1 | -8/+8 |
| * | libc/net/getprotoent.c: Mark write-only variables as unused | Konstantin Belousov | 2021-12-06 | 1 | -6/+6 |
| * | libc/net/getnetnamadr.c: Mark write-only variables as unused | Konstantin Belousov | 2021-12-06 | 1 | -8/+8 |
| * | libc/net/gethostnamadr.c: mark write-only variables as __unused | Konstantin Belousov | 2021-12-06 | 1 | -8/+8 |
| * | Correct section reference for examples in RFC3542 | Tom Jones | 2021-08-04 | 1 | -2/+2 |
| * | Revert "lib/libc/net/nsdispatch.c: Fix missing unlock and add locking annotat... | Alex Richardson | 2021-04-19 | 1 | -129/+72 |
| * | lib/libc/net/nsdispatch.c: Fix missing unlock and add locking annotations | Alex Richardson | 2021-04-10 | 1 | -72/+129 |
| * | libc: Fix most issues reported by mandoc | Gordon Bergling | 2020-12-19 | 1 | -20/+20 |
| * | Eliminate duplicate `afterinstallconfigs` target | Enji Cooper | 2020-10-01 | 1 | -1/+2 |
| * | Add include missing from my last commit. | Michael Tuexen | 2020-06-21 | 1 | -0/+1 |
| * | Cleanup the defintion of struct sctp_getaddresses. This stucture | Michael Tuexen | 2020-06-21 | 1 | -8/+8 |
| * | Use a struct sockaddr_in pr struct sockaddr_in6 as the option value | Michael Tuexen | 2020-06-20 | 1 | -22/+13 |
| * | Whitespace changes, not functional change intended. | Michael Tuexen | 2020-06-18 | 1 | -22/+23 |
| * | libc: Shortcut if_indextoname() if index == 0 | Kristof Provost | 2020-04-23 | 1 | -0/+5 |
| * | Fix -Wvoid-pointer-to-enum-cast warnings. | Brooks Davis | 2020-04-15 | 4 | -18/+18 |
| * | Improve validation of the sockaddr length in iruserok_sa(). | Mark Johnston | 2020-02-05 | 1 | -2/+2 |
| * | Increase YPMAXRECORD to 16M to be compatible with Linux. | Konstantin Belousov | 2019-08-12 | 3 | -10/+19 |
| * | typo: suppported. | Pedro F. Giffuni | 2019-05-29 | 1 | -1/+1 |
| * | Use IN_foo() macros from sys/netinet/in.h inplace of handcrafted code | Rodney W. Grimes | 2019-04-04 | 1 | -4/+2 |
| * | Use correct buffer sizes in sctp_get[lp]addrs(). | Michael Tuexen | 2019-03-02 | 1 | -4/+2 |
| * | Sync "struct addrinfo" declaration with netdb.h. | Sergey Kandaurov | 2019-02-10 | 1 | -9/+9 |
| * | gai_strerror() - Update string error messages according to RFC 3493. | Pedro F. Giffuni | 2018-12-23 | 2 | -28/+25 |
| * | Style cleanup. | Dag-Erling Smørgrav | 2018-11-27 | 1 | -16/+14 |
| * | Don't call stat(2) on nsswitch.conf(5) every time nsdispatch(3) | Edward Tomasz Napierala | 2018-11-10 | 1 | -0/+11 |
| * | Prevent flex(1) from generating calls to isatty(3) - and, in turn, | Edward Tomasz Napierala | 2018-10-15 | 1 | -0/+1 |
| * | Don't call dlopen(3) for built-in NSS types - "cache", "compat", | Edward Tomasz Napierala | 2018-10-15 | 2 | -7/+14 |
| * | Move hosts, hosts.equiv, networks, nsswitch.conf, protocols to lib/libc/net/ | Brad Davis | 2018-09-17 | 6 | -0/+232 |
| * | Remove support for the Arcnet protocol. | Brooks Davis | 2018-04-13 | 1 | -1/+0 |
| * | Make getnameinfo(3) salen requirement less strict and | Hiroki Sato | 2018-03-15 | 2 | -9/+33 |
| * | The source strings are from the password database which guarantees | Warner Losh | 2018-01-06 | 1 | -2/+2 |
| * | Don't ignore trailing spaces after numerical IP addresses. | Hajimu UMEMOTO | 2017-12-20 | 1 | -1/+2 |
| * | SPDX: mostly fixes to previous changes. | Pedro F. Giffuni | 2017-12-13 | 4 | -1/+9 |
| * | libc: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-25 | 16 | -2/+34 |
| * | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 22 | -18/+62 |
| * | spdx: initial adoption of licensing ID tags. | Pedro F. Giffuni | 2017-11-18 | 1 | -1/+3 |
| * | mdoc style: start new sentence on new line | Benjamin Kaduk | 2017-10-04 | 1 | -2/+4 |
| * | Fix typo. | Cy Schubert | 2017-10-04 | 1 | -1/+1 |
| * | Clarify the wording describing the stayopen flag. | Cy Schubert | 2017-10-04 | 1 | -9/+8 |
| * | Silently handle freeaddrinfo(NULL) for compatibility with code which | Konstantin Belousov | 2017-09-14 | 2 | -6/+16 |
| * | Don't dlclose NSS modules from nss_atexit(). | Mark Johnston | 2017-07-11 | 1 | -6/+3 |
| * | Don't end up manpage titles with a full stop. | Edward Tomasz Napierala | 2017-05-24 | 2 | -2/+2 |
| * | sctp_send(3): start sentences on new lines | Enji Cooper | 2017-05-23 | 1 | -2/+2 |
| * | Remove the NATM framework including the en(4), fatm(4), hatm(4), and | Brooks Davis | 2017-04-24 | 1 | -1/+0 |