]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - include
Update to OpenPAM Micrampelis.
[FreeBSD/FreeBSD.git] / include /
2012-05-26 desUpdate to OpenPAM Micrampelis.
2012-05-26 desVendor import of OpenPAM Micrampelis.
2012-05-22 hartiFix a compilation error with some compilers: __attribute__
2012-05-21 baptImport byacc from invisible island, it brings us lots...
2012-05-19 glebHide DIR definition by making it an opaque struct typedef.
2012-05-18 glebDon't use ino_t in dumprestore protocol definition.
2012-05-17 gberImport work done under project/nand (@235533) into...
2012-05-17 delphijMerge tcpdump 4.2.1.
2012-05-14 delphijMerge from vendor branch: update libpcap to 1.2.1.
2012-05-12 gnnImport dtracetoolkit into cddl/contrib
2012-05-12 gnnImport dtracetoolkit into cddl/contrib
2012-05-03 dimUpgrade our copy of llvm/clang to r155985, from upstrea...
2012-05-03 dimVendor import of clang release_31 branch r155985:
2012-05-03 dimVendor import of llvm release_31 branch r155985:
2012-05-03 theravenFix <stdatomic.h> after clang decided to rename all...
2012-04-29 dimAdd a convenience macro for the returns_twice attribute...
2012-04-26 jamieA new jail(8) with a configuration file, ultimately...
2012-04-23 jkimMerge ACPICA 20120420.
2012-04-22 theravenFix a bug caused by some misplaced brackets.
2012-04-19 obrienUpdate file(1) to version 5.11.
2012-04-17 jasoneImport jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2a...
2012-04-16 dimUpgrade our copy of llvm/clang to trunk r154661, in...
2012-04-14 dimVendor import of clang trunk r154661:
2012-04-14 dimVendor import of llvm trunk r154661:
2012-03-30 ambriskoMFhead_mfi r227068
2012-03-28 theravenCorrectly expose xlocale functions if people include...
2012-03-22 stas- Update FreeBSD Heimdal distribution to version 1...
2012-03-20 jkimMerge ACPICA 20120320.
2012-03-14 theravenExpose some C11 stuff that is also C++11 stuff in C...
2012-03-14 theravenImport new versions of libcxxrt and libc++.
2012-03-13 theravenAnd remove the duplicate inlines...
2012-03-13 theravenFix the other missing prototypes.
2012-03-13 theravenAdd missing prototypes.
2012-03-13 theravenMore xlocale cleanups.
2012-03-13 theravenImport new version of libc++ into vendor branch.
2012-03-11 kibRemove fifo.h. The only used function declaration from...
2012-03-11 jmallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-06 dimAfter r232498, programs built with -ansi or -std=c89...
2012-03-04 theravenReapply 227753 (xlocale cleanup), plus some fixes so...
2012-02-25 mmUpdate libarchive to 3.0.3
2012-02-22 mpUpdate to tcsh 6.18.01.
2012-02-16 jkimMerge ACPICA 20120215.
2012-02-16 jkimImport ACPICA 20120215.
2012-02-14 dimRevert r231673 and r231682 for now, until we can run...
2012-02-14 theravenFix a misplaced __NO_TLS locations, and change a GNUism...
2012-02-14 tijlChange some headers such that lang/gcc* ports no longer...
2012-02-14 theravenCleanup of xlocale:
2012-02-07 dimConsistently set RPCGEN_CPP when running rpcgen, so...
2012-02-05 dimAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-01-26 jimharrisRebase user/jimharris/isci branch from head.
2012-01-17 edOnly use the static assertion when __generic is available.
2012-01-17 theravenFix clang atomic to use for atomic_is_lock_free().
2012-01-16 theravenUse the signal fence builtin in stdatomic.h when using...
2012-01-15 avgxlocale.h: consistently use __va_list
2012-01-13 edCorrect mistake in atomic_flag macros.
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-11 jkimImport ACPICA 20120111.
2012-01-09 edAdd aligned_alloc(3).
2012-01-08 edFix spelling of C11 and sort functions by name.
2012-01-07 uqsSpelling fixes for include/
2012-01-07 kibImplement fdlopen(3), an rtld interface to load shared...
2012-01-06 edLast attempt at <tgmath.h>: do enable the new code...
2012-01-06 edAdd an even faster implementation of <tgmath.h> for...
2012-01-05 edRemove redundant inclusion of <sys/cdefs.h>.
2012-01-05 edRemove _Complex_I workaround from <tgmath.h>.
2012-01-05 edMake _Complex_I a proper float _Complex when using...
2012-01-05 edReimplement <tgmath.h> on top of __generic().
2012-01-03 edSimply disallow <stdnoreturn.h> to be used in combinati...
2012-01-02 edRemove extraneous semicolons.
2012-01-01 adrianInitial copy of xz-embedded to sys/contrib/.
2011-12-31 edUpgrade libcompiler_rt to upstream revision 147390.
2011-12-30 edExtend <stdatomic.h> to support GCC 4.7's __atomic.
2011-12-29 edDon't define static_assert for C++.
2011-12-28 delphijIn POSIX.1-2008:
2011-12-27 mmUpdate to vendor revision 4016.
2011-12-26 edFix some bugs in <stdatomic.h>.
2011-12-26 edAs per C11, add static_assert() to <assert.h>.
2011-12-26 edImprove C11 bits in <stdlib.h>:
2011-12-25 edMake white space in this file a bit more consistent.
2011-12-25 edFix field name.
2011-12-25 edAdd <stdalign.h> and <stdnoreturn.h>.
2011-12-25 edRemove unneeded guard.
2011-12-25 theravenRestore __is_threaded in C++ mode. Some Google stuff...
2011-12-24 theraven...and actually install it.
2011-12-24 theravenInitial implementation of stdatomic.h. Works (at least...
2011-12-23 cpercivaFix a problem whereby a corrupt DNS record can cause...
2011-12-21 mmCopy libarchive from vendor branch to contrib
2011-12-20 eadler- Add restrict keyword to glob(3)
2011-12-18 desUpgrade to OpenPAM Lycopsida.
2011-12-18 desVendor import of OpenPAM Lycopsida.
2011-12-13 edReplace __const by const in all non-contributed source...
2011-12-12 mdf - Define true and false in sys/types.h for _KERNEL...
2011-12-09 dimVendor import of clang 3.0 final release:
2011-12-07 theravenAs per das@'s suggestion, s/__noreturn/_Noreturn/,...
2011-12-07 theravenImplement quick_exit() / at_quick_exit() from C++11...
2011-11-28 jkimMerge ACPICA 20111123.
2011-11-26 theravenUpdate libcxxrt to remove the pthread dependency.
2011-11-25 theravenImport libc++ / libcxxrt into base. Not build by defau...
2011-11-23 jkimImport ACPICA 20111123.
2011-11-22 theravenImport libcxxrt / libc++ into a vendor branch.
next