aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* sockatmark(3): Add references to 4.4BSD IPC tutorialsGordon Bergling2022-07-081-1/+16
* if_indextoname(3): Correct the RFC in a commentGordon Bergling2022-04-101-1/+1
* Correct section reference for examples in RFC3542Tom Jones2021-08-041-2/+2
* MFC r362474:Michael Tuexen2020-08-241-0/+1
* MFC r362473:Michael Tuexen2020-08-241-8/+8
* MFC r362451:Michael Tuexen2020-08-241-22/+13
* MFC r362332:Michael Tuexen2020-08-241-22/+23
* MFC r341009 by des:Edward Tomasz Napierala2020-08-131-16/+14
* MFC r360231:Kristof Provost2020-05-071-0/+5
* MFC r359978:Brooks Davis2020-04-274-18/+18
* MFC r357575:Mark Johnston2020-02-121-2/+2
* MFC r350957:Konstantin Belousov2019-09-023-10/+19
* MFC r344722:Michael Tuexen2019-05-041-4/+2
* MFC: r345888: Use IN_foo() macros from sys/netinet/in.h inplace ofRodney W. Grimes2019-04-251-4/+2
* MFC r343967:Sergey Kandaurov2019-02-201-9/+9
* MFC r342379, r342383:Pedro F. Giffuni2019-01-282-28/+25
* 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
* Initialize `ai` to NULL and test for `ai` with type-appropriate valuesEnji Cooper2016-08-131-3/+5