]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
Factor out some of the duplicated code in the symbol lookup functions, in
[FreeBSD/FreeBSD.git] / lib / libc /
2014-09-25 Pedro F. GiffuniAdd strptime(3) support for %U and %W
2014-09-24 Peter WemmMerge apr-util 1.5.3 -> 1.5.4. A minor bug fix update.
2014-09-24 Enji CooperImport pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d...
2014-09-18 Will AndrewsFix incremental builds involving non-root users with...
2014-09-17 Bryan DreweryExplicitly set MAP_PRIVATE to avoid [EINVAL] after...
2014-09-17 John Baldwin- Remove mention of MAP_INHERIT. It hasn't been implem...
2014-09-16 Enji CooperBump .Dd for the content change done to access(2) in...
2014-09-16 Enji CooperValidate the mode argument in access, eaccess, and...
2014-09-15 John-Mark Gurneydocument mqueuefs is required for mq_open...
2014-09-15 John BaldwinAdd stricter checking of some mmap() arguments:
2014-09-15 Dag-Erling SmørgravUpgrade to OpenPAM Ourouparia.
2014-09-13 Xin LIMFV r271518:
2014-09-13 Xin LIMFV r271517:
2014-09-13 Xin LIMFV r271516:
2014-09-13 Xin LIMFV r271515:
2014-09-13 Xin LIMFV r271512:
2014-09-13 Xin LIMFV r271511:
2014-09-13 Xin LIMFV r271510:
2014-09-09 Joel DahlMinor mdoc nit.
2014-09-08 Brooks DavisMerge from NetBSD:
2014-09-07 Xin LIMFV r271225:
2014-09-07 Xin LIMFV r271223:
2014-09-05 Andrew TurnerAdd the fp{get,set}{mask,round} functions to the public...
2014-09-05 Warner LoshMerge forgotten .h files from vendor branch.
2014-09-04 Warner LoshReimport dts files from vendor repo now that it has...
2014-09-04 Warner LoshUpdate bindings to latest vendor branch representing...
2014-09-04 Pedro F. Giffunilibc/locale: Remove a wrong comma.
2014-09-03 John BaldwinAlways seek back to the beginning of a regular director...
2014-09-01 Pedro F. GiffuniAdd bsearch_b to the libc map and the stdlib header.
2014-08-31 Ian LeporeIn ARM asm code, ensure that every ENTRY(foo) has a...
2014-08-27 Sergey KandaurovMFV of r270725, tzdata2014f
2014-08-25 Enji CooperFix "make checkdpadd" for lib/libc when MK_SSP != no
2014-08-22 Xin LIInstead of using timestamp in the AVL, use the memory...
2014-08-22 Xin LIMFV r270197:
2014-08-20 Xin LIMFV r270196:
2014-08-20 Xin LIMFC r270195:
2014-08-20 Xin LIMFV r270193:
2014-08-20 Pedro F. GiffuniAdd missing break.
2014-08-14 Alan SomersConvert devd's client socket to type SOCK_SEQPACKET.
2014-08-14 Warner LoshFrom https://sourceware.org/ml/newlib/2014/msg00113...
2014-08-13 Michael TuexenAdd support for the SCTP_PR_STREAM_STATUS and SCTP_PR_A...
2014-08-13 Sergey KandaurovFixed ENOMEM description.
2014-08-13 Pedro F. GiffuniMinor style tweaks.
2014-08-12 Hajimu UMEMOTOFix broken pointer overflow check ns_name_unpack()
2014-08-12 Hajimu UMEMOTOUpdate our stub resolver to final version of libbind.
2014-08-12 Hajimu UMEMOTOBring the md5 functions into libc for internal use...
2014-08-12 Michael TuexenAdd support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF...
2014-08-12 Peter WemmUpdate sqlite-3.7.17 -> 3.8.5
2014-08-11 Peter WemmUpdate serf-1.3.6 -> 1.3.7
2014-08-10 Hajimu UMEMOTOWe don't use these files.
2014-08-07 Pedro F. GiffuniConst-ify character string
2014-08-07 Jung-uk KimMerge OpenSSL 1.0.1i.
2014-08-07 Pedro F. GiffuniFix broken pointer overflow check ns_name_unpack()
2014-08-05 Pedro F. GiffuniBring final version of libbind:
2014-08-05 Xin LIMFV r269542:
2014-08-04 John-Mark Gurneyfix misordering...
2014-08-04 John-Mark Gurneyadd xrefs for the other functions...
2014-08-04 Michael TuexenAdd support for the SCTP_RECONFIG_SUPPORTED and the...
2014-08-03 Michael TuexenAdd support for the SCTP_PKTDROP_SUPPORTED socket optio...
2014-08-03 Michael TuexenAdd SCTP socket option SCTP_NRSACK_SUPPORTED to control the
2014-08-02 Michael TuexenAdd support for the SCTP_PR_SUPPORTED socket option...
2014-08-02 Michael TuexenCleanup the ECN configuration handling and provide...
2014-08-02 Xin LIMFV r269427:
2014-08-02 Xin LIMFV r269426:
2014-07-31 Nick HibmaFix the example: free the memory that was allocated...
2014-07-29 Xin LIMFV r269224:
2014-07-29 Xin LIMFV r269223:
2014-07-29 John BaldwinIf telldir() is called immediately after a call to...
2014-07-26 Pedro F. Giffunistrftime() xlocale cleanups.
2014-07-26 Xin LIMFV r269010:
2014-07-26 Andrey A. ChernovIn the "Too many open files" edge cases don't try to...
2014-07-24 John BaldwinPOSIX says that passing a location returned by telldir...
2014-07-22 Pedro F. GiffuniAvoid possible cast degradation.
2014-07-22 Andrey A. ChernovFor "a"-mode files and rewind/fseek + fwrite combinatio...
2014-07-22 Andrey A. ChernovBack the whole change out until I figure out how to...
2014-07-22 Andrey A. ChernovChecking for __SAPP alone is not enough because it...
2014-07-22 Pedro F. GiffuniRevert r268984:
2014-07-22 Pedro F. GiffuniMostly cosmetic cleanups.
2014-07-22 Pedro F. Giffuniftello: return 1 when seeking offset on an append stream.
2014-07-22 Pedro F. Giffunirewind: always clear error indicator.
2014-07-21 Peter WemmMerge serf-1.3.6
2014-07-21 Pedro F. GiffuniFix hdestroy() compliance issue.
2014-07-21 Pedro F. GiffuniUpdate license.
2014-07-21 Pedro F. GiffuniAdd re-entrant versions of the hash functions based...
2014-07-20 Pedro F. GiffuniAdjust errno on failed prepwrite.
2014-07-20 Pedro F. GiffuniConst-ify a character string.
2014-07-20 Pedro F. GiffuniUse a correct errno in freopen.
2014-07-20 Pedro F. GiffuniUpdate fflush(3) to return success on a read-only stream.
2014-07-19 Ian LeporeAdd dl_unwind_find_exidx() for ARM EABI, required for...
2014-07-19 Pedro F. GiffuniClean r268867.
2014-07-19 Baptiste DaroussinMerge libucl 20140718 (fixes a bug in the parser)
2014-07-19 Pedro F. GiffuniUse unsigned optlen in getsourcefilter()
2014-07-19 Xin LIReduce lock contention on the z_teardown_lock under...
2014-07-18 Xin LIMFV r268851:
2014-07-18 Xin LIMFV r268850:
2014-07-18 Jilles Tjoelkerttyname(3): Fix EBADF/ENOTTY error descriptions.
2014-07-18 Xin LIMFV r268848:
2014-07-18 Baptiste DaroussinExtend kqueue's EVFILT_TIMER by adding precision unit...
2014-07-18 Baptiste DaroussinUpdate libucl to the 2014-07-16 snapshot
2014-07-17 Baptiste DaroussinUpdate to byacc 20140715 (only concerns regression...
next