summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Revert r231673 and r231682 for now, until we can run a full makedim2012-02-1421-678/+269
* Fix a misplaced __NO_TLS locations, and change a GNUism to a C11ism fortheraven2012-02-141-1/+1
* Change some headers such that lang/gcc* ports no longer patch them.tijl2012-02-141-3/+3
* Cleanup of xlocale:theraven2012-02-1421-269/+678
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessordim2012-02-072-2/+2
* Only use the static assertion when __generic is available.ed2012-01-171-0/+3
* Fix clang atomic to use for atomic_is_lock_free().theraven2012-01-171-1/+1
* Use the signal fence builtin in stdatomic.h when using the clang atomictheraven2012-01-161-4/+1
* xlocale.h: consistently use __va_listavg2012-01-151-2/+2
* Correct mistake in atomic_flag macros.ed2012-01-131-3/+2
* Add aligned_alloc(3).ed2012-01-091-0/+1
* Fix spelling of C11 and sort functions by name.ed2012-01-081-2/+2
* Spelling fixes for include/uqs2012-01-077-12/+12
* Implement fdlopen(3), an rtld interface to load shared object by filekib2012-01-071-0/+1
* Last attempt at <tgmath.h>: do enable the new code for C11 compilers.ed2012-01-061-11/+17
* Add an even faster implementation of <tgmath.h> for the future.ed2012-01-061-0/+20
* Remove redundant inclusion of <sys/cdefs.h>.ed2012-01-051-2/+0
* Remove _Complex_I workaround from <tgmath.h>.ed2012-01-051-9/+4
* Make _Complex_I a proper float _Complex when using GCC 4.2.ed2012-01-051-1/+5
* Reimplement <tgmath.h> on top of __generic().ed2012-01-051-45/+66
* Simply disallow <stdnoreturn.h> to be used in combination with C++.ed2012-01-031-2/+4
* Remove extraneous semicolons.ed2012-01-021-2/+2
* Extend <stdatomic.h> to support GCC 4.7's __atomic.ed2011-12-301-7/+41
* Don't define static_assert for C++.ed2011-12-291-1/+10
* In POSIX.1-2008:delphij2011-12-281-1/+1
* Fix some bugs in <stdatomic.h>.ed2011-12-261-9/+12
* As per C11, add static_assert() to <assert.h>.ed2011-12-261-0/+6
* Improve C11 bits in <stdlib.h>:ed2011-12-261-5/+5
* Make white space in this file a bit more consistent.ed2011-12-251-14/+14
* Fix field name.ed2011-12-251-1/+1
* Add <stdalign.h> and <stdnoreturn.h>.ed2011-12-253-2/+85
* Remove unneeded guard.ed2011-12-251-5/+0
* Restore __is_threaded in C++ mode. Some Google stuff needs it apparently.theraven2011-12-251-1/+3
* ...and actually install it.theraven2011-12-241-1/+1
* Initial implementation of stdatomic.h. Works (at least in the parts that weretheraven2011-12-241-0/+296
* Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]cperciva2011-12-231-0/+1
* - Add restrict keyword to glob(3)eadler2011-12-201-1/+2
* Replace __const by const in all non-contributed source code.ed2011-12-135-8/+8
* - Define true and false in sys/types.h for _KERNEL consumers, andmdf2011-12-121-0/+2
* As per das@'s suggestion, s/__noreturn/_Noreturn/, since the latter is antheraven2011-12-071-4/+4
* Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add atheraven2011-12-071-3/+11
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-206-5/+480
* Hide some more macros that will break C++ when compiling in C++ mode.theraven2011-11-131-1/+3
* The spec says that FILE must be defined in wchar.h, but it wasn't. Ittheraven2011-11-132-20/+28
* Don't expose the wctype.h macros in C++ mode. They cause problems whentheraven2011-11-121-1/+3
* People porting FreeBSD to new architectures ought not have todas2011-10-211-11/+0
* Add c{cos,sin,tan}{,h}{,f} functions. This is joint work withdas2011-10-171-1/+13
* Avoid accidental conflicts with C++ operator keywords.jkim2011-09-271-0/+4
* Install ciss(4) ioctl header (together with other .h files from sys/dev/ciss).kib2011-09-271-1/+1
* Revert the previous change and add xdr_sizeofkevlo2011-07-101-39/+37
OpenPOWER on IntegriCloud