| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 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 |
* | Add NI_NUMERICSCOPE. | Ed Schouten | 2016-07-28 | 2 | -4/+4 |
* | Revert r301707 | Enji Cooper | 2016-06-08 | 1 | -2/+2 |
* | Use NULL instead of `0` in _ht_getnetbyname(..) | Enji Cooper | 2016-06-08 | 1 | -2/+2 |
* | Don't call free_addrselectpolicy(&policyhead) before policyhead has been | Don Lewis | 2016-05-16 | 1 | -1/+0 |
* | Rename dprintf into dbg_printf to avoid collision with dprintf(3) | Baptiste Daroussin | 2016-05-10 | 1 | -10/+10 |
* | libc: spelling fixes. | Pedro F. Giffuni | 2016-04-30 | 6 | -7/+7 |
* | Minor indentation issue. | Pedro F. Giffuni | 2016-04-20 | 1 | -2/+1 |
* | libc: use our roundup2/rounddown2() macros when param.h is available. | Pedro F. Giffuni | 2016-04-20 | 2 | -5/+5 |