aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add NI_NUMERICSCOPE.Ed Schouten2016-07-282-4/+4
* Revert r301707Enji Cooper2016-06-081-2/+2
* Use NULL instead of `0` in _ht_getnetbyname(..)Enji Cooper2016-06-081-2/+2
* Don't call free_addrselectpolicy(&policyhead) before policyhead has beenDon Lewis2016-05-161-1/+0
* Rename dprintf into dbg_printf to avoid collision with dprintf(3)Baptiste Daroussin2016-05-101-10/+10
* libc: spelling fixes.Pedro F. Giffuni2016-04-306-7/+7
* Minor indentation issue.Pedro F. Giffuni2016-04-201-2/+1
* libc: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-202-5/+5
* libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk2016-04-1812-13/+1
* libc: make some more use of the nitems() macro.Pedro F. Giffuni2016-04-162-5/+5
* libc: cleanup unnecessary semicolons.Pedro F. Giffuni2016-04-111-7/+7
* libc: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-104-5/+6
* Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.Bryan Drewery2016-03-261-1/+0
* sendmsg(3) -> sendmsg(2)Edward Tomasz Napierala2016-02-292-2/+2
* Replace nslexer.l->nslexer.c custom rule with a -D CFLAG.Bryan Drewery2016-01-271-8/+3
* nslexer.c does not depend on nsparser.h.Bryan Drewery2016-01-271-1/+1
* sctp_sendx() needs to provide the assoc_id back.Michael Tuexen2016-01-241-2/+7
* sctp_sendv() needs to fill in the association id on return.Michael Tuexen2016-01-241-0/+7
* Remove _gethostbynisname() and _gethostbynisaddr(). These functionsHajimu UMEMOTO2015-12-252-57/+0
* We don't need to use a temporary buffer, here.Hajimu UMEMOTO2015-12-221-7/+3
* Use _map_v4v6_address().Hajimu UMEMOTO2015-12-211-4/+3
* Simplify _map_v4v6_address().Hajimu UMEMOTO2015-12-211-7/+3
* If we end up following a CNAME chain that does not findHajimu UMEMOTO2015-12-211-1/+6