]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
Add strptime(3) support for %U and %W (take 2)
[FreeBSD/FreeBSD.git] / lib / libc /
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 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-20 pfgAdd missing break.
2014-08-14 impFrom https://sourceware.org/ml/newlib/2014/msg00113...
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():
2014-07-09 kibImplement sysconf(_SC_GETGR_R_SIZE_MAX) and sysconf...
2014-07-09 markjFix a typo.
2014-07-08 pluknet[mdoc] Fix previous change.
2014-07-07 marcelRemove ia64.
2014-07-04 pfgminor perf enhancement for UTF-8
2014-07-04 pfggetopt(3): clarify GNU instead of NetBSD.
2014-07-03 marcelAdd VHD support to mkimg(1). VHD is used by Xen and...
2014-07-03 kibNote that most errors are possible for all syscalls...
2014-07-01 delphijMFV r267565:
2014-06-30 pfgregex(3): Add support for \< and \> word delimiters
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos r266986:
2014-06-26 umeFix build with WITHOUT_INET6.
2014-06-26 ume- Exclude loopback address rather than loopback interface.
2014-06-26 pluknetDocument EINVAL as per POSIX.
2014-06-26 delphijMFV r267843: update file/libmagic to 5.19.
2014-06-24 wollmanCatch up with many years of changes:
2014-06-23 joelmdoc: remove superfluous paragraph macros.
2014-06-23 umeExclude IPv4 address from doing longest match.
2014-06-23 baptuse .Mt to mark up email addresses consistently (part4)
2014-06-22 acheMerge intermediate OpenBSD v1.25 changes (almost identi...
2014-06-22 pfggetopt(3): recognize option:: as GNU extension for...
2014-06-21 pfgRevert r267675:
next