]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
Catch ipv6 case when attempting to do PLPMTUD blackhole detection.
[FreeBSD/FreeBSD.git] / lib / libc /
2014-10-10 delphijaccept(2) may and can return EAGAIN, document it.
2014-10-09 emasteUpdate dl_iterate_phdr(3) to follow r272842
2014-10-09 melifaroSync to HEAD@r272825.
2014-10-07 ache1) Fix the case we have less arguments for format strin...
2014-10-07 acheBack out timegm error check from r272562.
2014-10-07 delphijAdd MLINK for explicit_bzero(3) and bump .Dd date.
2014-10-07 delphijAdd explicit_bzero(3) and its kernel counterpart.
2014-10-06 baptImport byacc 20141005 from vendor
2014-10-06 melifaroSync to HEAD@r272609.
2014-10-05 ache1) For %Z format, understand "UTC" name too.
2014-10-04 pfgMinor doc format fix.
2014-10-04 melifaroSync to HEAD@r272516.
2014-10-02 ngieImport the NetBSD test suite from ^/vendor/NetBSD/tests...
2014-10-02 jkimMerge ACPICA 20140926.
2014-10-02 pfgstrptime(3): Update manpage for %U and %W.
2014-10-02 pfgstrptime: %s format fix.
2014-10-02 gjbMerge the following revisions from ^/projects/release...
2014-10-01 pfgstrptime: fix bug introduced in r272273.
2014-10-01 andrewClean up detection of hard-float ABIs. As with big...
2014-10-01 baptEnsure that every ENTRY(foo) has a matching END(foo).
2014-10-01 andrewRemove MK_ARM_EABI, the armeb issues have been fixed...
2014-09-30 bdreweryDocument [EPERM] for UNIX sockets.
2014-09-28 pfgAdd strptime(3) support for %U and %W (take 2)
2014-09-25 pfgRevert r272122
2014-09-25 pfgAdd strptime(3) support for %U and %W
2014-09-24 ngieImport pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d...
2014-09-18 willFix incremental builds involving non-root users with...
2014-09-17 bdreweryExplicitly set MAP_PRIVATE to avoid [EINVAL] after...
2014-09-17 jhb- Remove mention of MAP_INHERIT. It hasn't been implem...
2014-09-16 ngieBump .Dd for the content change done to access(2) in...
2014-09-16 ngieValidate the mode argument in access, eaccess, and...
2014-09-15 jmgdocument mqueuefs is required for mq_open...
2014-09-15 jhbAdd stricter checking of some mmap() arguments:
2014-09-15 desUpgrade to OpenPAM Ourouparia.
2014-09-09 joelMinor mdoc nit.
2014-09-05 andrewAdd the fp{get,set}{mask,round} functions to the public...
2014-09-05 melifaroSync to HEAD@r271160.
2014-09-05 impMerge forgotten .h files from vendor branch.
2014-09-04 impReimport dts files from vendor repo now that it has...
2014-09-04 impUpdate bindings to latest vendor branch representing...
2014-09-04 pfglibc/locale: Remove a wrong comma.
2014-09-03 jhbAlways seek back to the beginning of a regular director...
2014-09-01 pfgAdd bsearch_b to the libc map and the stdlib header.
2014-08-31 ianIn ARM asm code, ensure that every ENTRY(foo) has a...
2014-08-27 pluknetMFV of r270725, tzdata2014f
2014-08-25 ngieFix "make checkdpadd" for lib/libc when MK_SSP != no
2014-08-23 melifaroSync to HEAD@r270409.
2014-08-20 pfgAdd missing break.
2014-08-14 impFrom https://sourceware.org/ml/newlib/2014/msg00113...
2014-08-13 melifaroSync to HEAD@r269943.
2014-08-13 tuexenAdd support for the SCTP_PR_STREAM_STATUS and SCTP_PR_A...
2014-08-13 pluknetFixed ENOMEM description.
2014-08-13 pfgMinor style tweaks.
2014-08-12 umeFix broken pointer overflow check ns_name_unpack()
2014-08-12 umeUpdate our stub resolver to final version of libbind.
2014-08-12 umeBring the md5 functions into libc for internal use...
2014-08-12 tuexenAdd support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF...
2014-08-11 peterUpdate serf-1.3.6 -> 1.3.7
2014-08-07 pfgConst-ify character string
2014-08-07 jkimMerge OpenSSL 1.0.1i.
2014-08-04 jmgfix misordering...
2014-08-04 jmgadd xrefs for the other functions...
2014-08-04 tuexenAdd support for the SCTP_RECONFIG_SUPPORTED and the...
2014-08-03 tuexenAdd support for the SCTP_PKTDROP_SUPPORTED socket optio...
2014-08-03 tuexenAdd SCTP socket option SCTP_NRSACK_SUPPORTED to control the
2014-08-02 tuexenAdd support for the SCTP_PR_SUPPORTED socket option...
2014-08-02 tuexenCleanup the ECN configuration handling and provide...
2014-07-31 n_hibmaFix the example: free the memory that was allocated...
2014-07-29 jhbIf telldir() is called immediately after a call to...
2014-07-26 pfgstrftime() xlocale cleanups.
2014-07-26 acheIn the "Too many open files" edge cases don't try to...
2014-07-24 jhbPOSIX says that passing a location returned by telldir...
2014-07-22 pfgAvoid possible cast degradation.
2014-07-22 acheFor "a"-mode files and rewind/fseek + fwrite combinatio...
2014-07-22 acheBack the whole change out until I figure out how to...
2014-07-22 acheChecking for __SAPP alone is not enough because it...
2014-07-22 pfgRevert r268984:
2014-07-22 pfgMostly cosmetic cleanups.
2014-07-22 pfgftello: return 1 when seeking offset on an append stream.
2014-07-22 pfgrewind: always clear error indicator.
2014-07-21 pfgFix hdestroy() compliance issue.
2014-07-21 pfgUpdate license.
2014-07-21 pfgAdd re-entrant versions of the hash functions based...
2014-07-20 pfgAdjust errno on failed prepwrite.
2014-07-20 pfgConst-ify a character string.
2014-07-20 pfgUse a correct errno in freopen.
2014-07-20 pfgUpdate fflush(3) to return success on a read-only stream.
2014-07-19 ianAdd dl_unwind_find_exidx() for ARM EABI, required for...
2014-07-19 pfgClean r268867.
2014-07-19 baptMerge libucl 20140718 (fixes a bug in the parser)
2014-07-19 pfgUse unsigned optlen in getsourcefilter()
2014-07-18 jillesttyname(3): Fix EBADF/ENOTTY error descriptions.
2014-07-18 baptExtend kqueue's EVFILT_TIMER by adding precision unit...
2014-07-18 baptUpdate libucl to the 2014-07-16 snapshot
2014-07-15 pfglibc/stdlib: Minor cleanups to code originating in...
2014-07-15 kevloDocument that listen(2) can fail with EDESTADDRREQ.
2014-07-15 pfglibc/gen: small updates to code originating at OpenBSD
2014-07-14 jmmvMake generation of nslexer.c more robust.
2014-07-12 pfgstrfmon: reduce unnecessary snprintf.
2014-07-11 jhbFix some edge cases with rewinddir():
next