aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* SPDX: mostly fixes to previous changes.Pedro F. Giffuni2017-12-134-1/+9
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2516-2/+34
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2022-18/+62
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* mdoc style: start new sentence on new lineBenjamin Kaduk2017-10-041-2/+4
* Fix typo.Cy Schubert2017-10-041-1/+1
* Clarify the wording describing the stayopen flag.Cy Schubert2017-10-041-9/+8
* Silently handle freeaddrinfo(NULL) for compatibility with code whichKonstantin Belousov2017-09-142-6/+16
* Don't dlclose NSS modules from nss_atexit().Mark Johnston2017-07-111-6/+3
* Don't end up manpage titles with a full stop.Edward Tomasz Napierala2017-05-242-2/+2
* sctp_send(3): start sentences on new linesEnji Cooper2017-05-231-2/+2
* Remove the NATM framework including the en(4), fatm(4), hatm(4), andBrooks Davis2017-04-241-1/+0
* libc: provide some bounds-checking through reallocarray(3).Pedro F. Giffuni2017-03-121-1/+1
* Renumber copyright clause 4Warner Losh2017-02-2826-26/+26
* Fix indentation in nss_configure().Mark Johnston2017-02-141-13/+13
* Register nss_atexit() before parsing nsswitch.conf for the first time.Mark Johnston2017-02-141-2/+2
* Cleanup inelegant calloc(3) introduced in r310984.Pedro F. Giffuni2017-01-021-1/+1
* Use calloc instead of malloc + memset(.., 0, ..)Enji Cooper2016-12-311-8/+4
* Address regressions in SA-16:37.libc.Gleb Smirnoff2016-12-071-6/+5
* Fix a bug in sctp_sendmsgx(), where the sid provided by the userMichael Tuexen2016-12-071-1/+1
* Fix possible buffer overflow(s) in link_ntoa(3).Gleb Smirnoff2016-12-061-17/+34
* 'addrlen' does not matter when we need to find the first non-zero bit inAndrey A. Chernov2016-08-312-2/+2
* Apply the same qsort() usage fix as in r304911 getaddrinfo.cAndrey A. Chernov2016-08-311-0/+19
* The formal behavior of qsort is unstable with regard to objects thatAndrey A. Chernov2016-08-271-0/+19
* Remove <sys/types.h> from the SYNOPSIS.Kevin Lo2016-08-181-2/+1
* Don't conflate enum nss_status return values values with int (NS_SUCCESS,Brooks Davis2016-08-161-38/+38