| Commit message (Expand) | Author | Age | Files | Lines |
| * | sockatmark(3): Add references to 4.4BSD IPC tutorials | Gordon Bergling | 2022-07-08 | 1 | -1/+16 |
| * | if_indextoname(3): Correct the RFC in a comment | Gordon Bergling | 2022-04-10 | 1 | -1/+1 |
| * | Correct section reference for examples in RFC3542 | Tom Jones | 2021-08-04 | 1 | -2/+2 |
| * | MFC r362474: | Michael Tuexen | 2020-08-24 | 1 | -0/+1 |
| * | MFC r362473: | Michael Tuexen | 2020-08-24 | 1 | -8/+8 |
| * | MFC r362451: | Michael Tuexen | 2020-08-24 | 1 | -22/+13 |
| * | MFC r362332: | Michael Tuexen | 2020-08-24 | 1 | -22/+23 |
| * | MFC r341009 by des: | Edward Tomasz Napierala | 2020-08-13 | 1 | -16/+14 |
| * | MFC r360231: | Kristof Provost | 2020-05-07 | 1 | -0/+5 |
| * | MFC r359978: | Brooks Davis | 2020-04-27 | 4 | -18/+18 |
| * | MFC r357575: | Mark Johnston | 2020-02-12 | 1 | -2/+2 |
| * | MFC r350957: | Konstantin Belousov | 2019-09-02 | 3 | -10/+19 |
| * | MFC r344722: | Michael Tuexen | 2019-05-04 | 1 | -4/+2 |
| * | MFC: r345888: Use IN_foo() macros from sys/netinet/in.h inplace of | Rodney W. Grimes | 2019-04-25 | 1 | -4/+2 |
| * | MFC r343967: | Sergey Kandaurov | 2019-02-20 | 1 | -9/+9 |
| * | MFC r342379, r342383: | Pedro F. Giffuni | 2019-01-28 | 2 | -28/+25 |
| * | 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 |
| * | libc: provide some bounds-checking through reallocarray(3). | Pedro F. Giffuni | 2017-03-12 | 1 | -1/+1 |
| * | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 26 | -26/+26 |
| * | Fix indentation in nss_configure(). | Mark Johnston | 2017-02-14 | 1 | -13/+13 |
| * | Register nss_atexit() before parsing nsswitch.conf for the first time. | Mark Johnston | 2017-02-14 | 1 | -2/+2 |
| * | Cleanup inelegant calloc(3) introduced in r310984. | Pedro F. Giffuni | 2017-01-02 | 1 | -1/+1 |
| * | Use calloc instead of malloc + memset(.., 0, ..) | Enji Cooper | 2016-12-31 | 1 | -8/+4 |
| * | Address regressions in SA-16:37.libc. | Gleb Smirnoff | 2016-12-07 | 1 | -6/+5 |
| * | Fix a bug in sctp_sendmsgx(), where the sid provided by the user | Michael Tuexen | 2016-12-07 | 1 | -1/+1 |
| * | Fix possible buffer overflow(s) in link_ntoa(3). | Gleb Smirnoff | 2016-12-06 | 1 | -17/+34 |
| * | 'addrlen' does not matter when we need to find the first non-zero bit in | Andrey A. Chernov | 2016-08-31 | 2 | -2/+2 |
| * | Apply the same qsort() usage fix as in r304911 getaddrinfo.c | Andrey A. Chernov | 2016-08-31 | 1 | -0/+19 |
| * | The formal behavior of qsort is unstable with regard to objects that | Andrey A. Chernov | 2016-08-27 | 1 | -0/+19 |
| * | Remove <sys/types.h> from the SYNOPSIS. | Kevin Lo | 2016-08-18 | 1 | -2/+1 |
| * | Don't conflate enum nss_status return values values with int (NS_SUCCESS, | Brooks Davis | 2016-08-16 | 1 | -38/+38 |
| * | Initialize `ai` to NULL and test for `ai` with type-appropriate values | Enji Cooper | 2016-08-13 | 1 | -3/+5 |