]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Only set -Wno-c++11-extensions if we're building with clang, so bootstrapping
[FreeBSD/FreeBSD.git] / lib /
2013-09-06 Jilles Tjoelkerlibc/stdio: Allow fopen/freopen modes in any order...
2013-09-06 David ChisnallUse Makefile.inc instead of .export.
2013-09-06 David ChisnallFix the namespace pollution caused by iconv.h including...
2013-09-06 Jilles TjoelkerUpdate some signal man pages for multithreading.
2013-09-06 David ChisnallAdd stub implementations of the missing C++11 math...
2013-09-05 Simon J. GerratyMerge bmake-20130904
2013-09-05 Hans Petter SelaskyCorrect two comments.
2013-09-05 Pawel Jakub DawidekChange the cap_rights_t type from uint64_t to a structu...
2013-09-04 David ChisnallAdd a c++/v1/tr1 include directory containing symlinks...
2013-09-03 Ed MasteConnect libexecinfo to the build
2013-09-03 Ed MasteDon't install private libexecinfo headers
2013-09-03 Robert WatsonDocument SIGLIBRT in signal(3); take a stab at the...
2013-09-02 Ed Mastelibexecinfo compatibility with devel/libexecinfo port
2013-09-01 Jilles Tjoelkersystem(): Restore behaviour for SIGINT and SIGQUIT.
2013-08-31 Jilles Tjoelkerlibc: Always use our own copy of sys_errlist and sys_ne...
2013-08-31 Andrew TurnerAdd support to the ARM platform specific section types.
2013-08-31 David ChisnallUnconditionally compile the __sync_* atomics support...
2013-08-30 Sergey KandaurovThe round of expand_number() cleanups.
2013-08-29 Ed MasteUpdate to 2013-08-29 NetBSD libexecinfo snapshot
2013-08-28 Jilles Tjoelkerlibutil: Use O_CLOEXEC for internal file descriptors...
2013-08-28 Robert WatsonXref capsicum(4) and procdesc(4) from pdfork(2).
2013-08-28 Steve Kargl* Whitespace.
2013-08-27 Jilles Tjoelkerwordexp(): Avoid leaking the pipe file descriptors...
2013-08-27 Steve Kargl* s_erf.c:
2013-08-27 Will AndrewsMake the PAM password strength checking module WARNS...
2013-08-24 Xin LIMFV r254751:
2013-08-24 Xin LIMFV r254749:
2013-08-24 Xin LIMFV r254748:
2013-08-24 Xin LIMFV r254747:
2013-08-23 Xin LIMFV r254746:
2013-08-23 Xin LIUpdate vendor/illumos/dist and vendor-sys/illumos/dist
2013-08-23 Xin LIUpdate vendor/illumos/dist to 14152:46f5fb0b0d36:
2013-08-23 Xin LIUpdate vendor/illumos/dist to 14148:fe28bd725808:
2013-08-23 Jung-uk KimMerge ACPICA 20130823.
2013-08-23 Xin LIMFV r254422:
2013-08-23 Ed MasteMerge lldb r188801 to contrib/llvm/tools/lldb/
2013-08-23 Ed MasteAdd libexecinfo Makefile
2013-08-23 Jilles Tjoelkerlibc: Access some unexported variables more efficiently...
2013-08-23 Jilles Tjoelkerlibc: Make various internal file descriptors from fopen...
2013-08-23 Ed MasteImport NetBSD libexecinfo 20130822 to contrib
2013-08-22 Joel DahlRemove EOL whitespace.
2013-08-22 Erwin LansingUpdate Bind to 9.9.3-P2
2013-08-22 Dag-Erling SmørgravEven though it doesn't really make sense in the context...
2013-08-21 Kenneth D. MerryExpand the use of stat(2) flags to allow storing some...
2013-08-21 Sergey KandaurovReset errno before strtoumax() call to properly detect...
2013-08-21 Sergey KandaurovCheck strtoumax(3) for ERANGE in case of non-prefixed...
2013-08-21 Xin LIMFV r254421:
2013-08-20 Xin LIMFV r254220:
2013-08-18 Pawel Jakub DawidekImplement fdclosedir(3) function, which is equivalent...
2013-08-18 Pawel Jakub DawidekRemove redundant space.
2013-08-18 Jilles Tjoelkerdup3(3): Replace copyright notice.
2013-08-18 Pawel Jakub DawidekConsistently use 'af' as an argument name for address...
2013-08-18 Pawel Jakub DawidekMake example more correct (errstr is a pointer, not...
2013-08-17 Jilles Tjoelkerlibc: Access _logname_valid more efficiently.
2013-08-17 Pawel Jakub DawidekCorrect function name and return value.
2013-08-17 Andrew TurnerEnsure we set all fpu registers to zero by using the...
2013-08-16 John BaldwinAdd new mmap(2) flags to permit applications to request...
2013-08-16 Xin LIUpdate vendor/illumos/dist and vendor-sys/illumos/dist
2013-08-16 Jilles Tjoelkerpselect(2): Add xref to sigsuspend(2).
2013-08-16 Jilles TjoelkerAdd man page dup3(3).
2013-08-16 Jilles TjoelkerAdd dup3(), based on F_DUP2FD and F_DUP2FD_CLOEXEC...
2013-08-16 Dag-Erling SmørgravGC unused source file.
2013-08-15 Jilles Tjoelkersigsuspend(2): Add xrefs to pselect(2) and sigwait...
2013-08-14 Erwin LansingVendor import of Bind 9.9.3-P2
2013-08-13 Jilles Tjoelkerlibc: Use O_CLOEXEC when writing gmon files (cc -pg).
2013-08-13 Peter Wemmvfork(2) was listed as deprecated in 1994 (r1573) and...
2013-08-13 Jilles Tjoelkerdb: Use O_CLOEXEC instead of separate fcntl() call.
2013-08-13 Peter WemmExpose _citrus_bcs_trunc_rws_len for libintl's use.
2013-08-13 Dag-Erling SmørgravApply upstream revision 1.151 (fix relative symlinks)
2013-08-13 Peter WemmTurn off warns for this do-nothing file. clang noticed.
2013-08-13 Peter WemmThe iconv in libc did two things - implement the standa...
2013-08-11 Peter WemmUpdate nvi-1.79 to 2.1.1-4334a8297f
2013-08-11 Jilles Tjoelkerdb/hash: Use O_CLOEXEC instead of separate fcntl()...
2013-08-10 Rui PauloFix the return value when we found a symbol in .dynstr...
2013-08-09 Jilles TjoelkerAdd mkostemp() and mkostemps().
2013-08-08 Xin LIMFV r254079:
2013-08-08 Xin LIMFV r254106 (OpenSSL bugfix for RT #2984):
2013-08-08 Andrey A. ChernovAccording to POSIX \ in the fnmatch(3) pattern should...
2013-08-08 Peter WemmOur libc iconv (unlike gnu iconv and the citrus code...
2013-08-07 Xin LIMFV r254071:
2013-08-07 Xin LIMFV r254070:
2013-08-06 Xin LIMFV r254011:
2013-08-06 Erwin LansingUpdate Bind to 9.8.5-P2
2013-08-03 Dimitry AndricAfter r253839, which modifies ld's behaviour to not...
2013-08-02 Peter WemmUpdate serf 1.2.1 -> 1.3.0 for svn
2013-08-02 Simon J. GerratyMerge bmake-20130730
2013-07-31 Erwin LansingVendor import of BIND 9.8.5-P2
2013-07-30 Xin LIMFV r253783:
2013-07-30 Xin LIMFV r253782:
2013-07-30 Xin LIMFV r253781 + r253871:
2013-07-30 Steven HartlandMFV r253784:
2013-07-30 Xin LIMFV r253780:
2013-07-30 Dag-Erling SmørgravInclude an Accept header in requests.
2013-07-29 Xin LIUpdate vendor/illumos/dist to illumos-gate 14096:12d363...
2013-07-29 Xin LIUpdate vendor/illumos/dist and vendor-sys/illumos/dist
2013-07-29 David ChisnallRestore the longer form of the _Generic. The short...
2013-07-29 David ChisnallReenable the isnan(double) / isinf(double) declarations...
2013-07-28 Andriy GaponRevert r253748,253749
2013-07-28 Andriy Gaponremove needless inclusion of machine/cpu.h in userland
2013-07-28 Peter WemmUpdate subversion-1.8.0 -> 1.8.1. Update supporting
next