]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
Update llvm and clang library Makefiles.
[FreeBSD/FreeBSD.git] / lib / libc /
2014-11-24 dimMerge clang 3.5.0 release from ^/vendor/clang/dist...
2014-11-24 dimMerge llvm 3.5.0 release from ^/vendor/llvm/dist, resol...
2014-11-23 baptTa is only allowed with Bl -column not in Bl -item
2014-11-23 joelMisc mdoc fixes:
2014-11-22 baptUpdate mandoc to 1.13.1
2014-11-21 brooksAdd FPU support for MIPS setjmp(3)/longjmp(3).
2014-11-21 emasteUse canonical __PIC__ flag
2014-11-19 traszRemove acl_size.c; apparently it was never used.
2014-11-16 ngieConvert tools/regression/lib/libc/stdio/test-fpclassify...
2014-11-16 ngieConvert tools/regression/lib/libc/stdio/test-fmemopen...
2014-11-16 ngieConvert tools/regression/lib/libc/gen/test-arc4random...
2014-11-13 dchaginAdd the ppoll() system call.
2014-11-09 melifaroRenove faith(4) and faithd(8) from base. It looks like...
2014-11-04 ngieAdd reachover Makefiles for contrib/netbsd-tests/lib...
2014-11-01 jmmvMFV: Import atf-0.21.
2014-11-01 des<sys/param.h> is a superset of <sys/types.h> and must...
2014-10-30 traszUpdate acl(3) to expand on NFSv4 ACL support.
2014-10-30 traszMake it clear that ACL flags are NFSv4-only.
2014-10-28 kevloFix prototypes.
2014-10-27 markjgetgrouplist(3) was reimplemented in terms of getgrent_...
2014-10-24 brooksUse the __DECONST macro rather than hand rolling the...
2014-10-24 brooksRemove an unused variable that would be better spelled...
2014-10-24 markjEliminate conf_lock and instead rely on the NSS write...
2014-10-24 jhbThe current POSIX semaphore implementation stores the...
2014-10-24 jhbDon't reference sem(4) from the POSIX semaphore pages...
2014-10-19 neelIFC @r273206
2014-10-16 delphijRemove duplicated code.
2014-10-15 gavinSlightly improve grammar in EAGAIN description.
2014-10-15 jkimMerge OpenSSL 1.0.1j.
2014-10-14 gjbMerge the following from ^/projects/release-vmimage:
2014-10-14 andrewAdd support for the __aeabi_c*cmp* functions. These...
2014-10-10 neelIFC @r272887
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-05 neelIFC @r272481
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 gjbReintegrate head@r272414
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-20 neelIFC @r271887
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-17 neelIFC @r271694
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-02 neelIFC @r269962
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...
next