| Commit message (Expand) | Author | Age | Files | Lines |
* | Only use the static assertion when __generic is available. | ed | 2012-01-17 | 1 | -0/+3 |
* | Fix clang atomic to use for atomic_is_lock_free(). | theraven | 2012-01-17 | 1 | -1/+1 |
* | Use the signal fence builtin in stdatomic.h when using the clang atomic | theraven | 2012-01-16 | 1 | -4/+1 |
* | xlocale.h: consistently use __va_list | avg | 2012-01-15 | 1 | -2/+2 |
* | Correct mistake in atomic_flag macros. | ed | 2012-01-13 | 1 | -3/+2 |
* | Add aligned_alloc(3). | ed | 2012-01-09 | 1 | -0/+1 |
* | Fix spelling of C11 and sort functions by name. | ed | 2012-01-08 | 1 | -2/+2 |
* | Spelling fixes for include/ | uqs | 2012-01-07 | 7 | -12/+12 |
* | Implement fdlopen(3), an rtld interface to load shared object by file | kib | 2012-01-07 | 1 | -0/+1 |
* | Last attempt at <tgmath.h>: do enable the new code for C11 compilers. | ed | 2012-01-06 | 1 | -11/+17 |
* | Add an even faster implementation of <tgmath.h> for the future. | ed | 2012-01-06 | 1 | -0/+20 |
* | Remove redundant inclusion of <sys/cdefs.h>. | ed | 2012-01-05 | 1 | -2/+0 |
* | Remove _Complex_I workaround from <tgmath.h>. | ed | 2012-01-05 | 1 | -9/+4 |
* | Make _Complex_I a proper float _Complex when using GCC 4.2. | ed | 2012-01-05 | 1 | -1/+5 |
* | Reimplement <tgmath.h> on top of __generic(). | ed | 2012-01-05 | 1 | -45/+66 |
* | Simply disallow <stdnoreturn.h> to be used in combination with C++. | ed | 2012-01-03 | 1 | -2/+4 |
* | Remove extraneous semicolons. | ed | 2012-01-02 | 1 | -2/+2 |
* | Extend <stdatomic.h> to support GCC 4.7's __atomic. | ed | 2011-12-30 | 1 | -7/+41 |
* | Don't define static_assert for C++. | ed | 2011-12-29 | 1 | -1/+10 |
* | In POSIX.1-2008: | delphij | 2011-12-28 | 1 | -1/+1 |
* | Fix some bugs in <stdatomic.h>. | ed | 2011-12-26 | 1 | -9/+12 |
* | As per C11, add static_assert() to <assert.h>. | ed | 2011-12-26 | 1 | -0/+6 |
* | Improve C11 bits in <stdlib.h>: | ed | 2011-12-26 | 1 | -5/+5 |
* | Make white space in this file a bit more consistent. | ed | 2011-12-25 | 1 | -14/+14 |
* | Fix field name. | ed | 2011-12-25 | 1 | -1/+1 |
* | Add <stdalign.h> and <stdnoreturn.h>. | ed | 2011-12-25 | 3 | -2/+85 |
* | Remove unneeded guard. | ed | 2011-12-25 | 1 | -5/+0 |
* | Restore __is_threaded in C++ mode. Some Google stuff needs it apparently. | theraven | 2011-12-25 | 1 | -1/+3 |
* | ...and actually install it. | theraven | 2011-12-24 | 1 | -1/+1 |
* | Initial implementation of stdatomic.h. Works (at least in the parts that were | theraven | 2011-12-24 | 1 | -0/+296 |
* | Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06] | cperciva | 2011-12-23 | 1 | -0/+1 |
* | - Add restrict keyword to glob(3) | eadler | 2011-12-20 | 1 | -1/+2 |
* | Replace __const by const in all non-contributed source code. | ed | 2011-12-13 | 5 | -8/+8 |
* | - Define true and false in sys/types.h for _KERNEL consumers, and | mdf | 2011-12-12 | 1 | -0/+2 |
* | As per das@'s suggestion, s/__noreturn/_Noreturn/, since the latter is an | theraven | 2011-12-07 | 1 | -4/+4 |
* | Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add a | theraven | 2011-12-07 | 1 | -3/+11 |
* | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a | theraven | 2011-11-20 | 6 | -5/+480 |
* | Hide some more macros that will break C++ when compiling in C++ mode. | theraven | 2011-11-13 | 1 | -1/+3 |
* | The spec says that FILE must be defined in wchar.h, but it wasn't. It | theraven | 2011-11-13 | 2 | -20/+28 |
* | Don't expose the wctype.h macros in C++ mode. They cause problems when | theraven | 2011-11-12 | 1 | -1/+3 |
* | People porting FreeBSD to new architectures ought not have to | das | 2011-10-21 | 1 | -11/+0 |
* | Add c{cos,sin,tan}{,h}{,f} functions. This is joint work with | das | 2011-10-17 | 1 | -1/+13 |
* | Avoid accidental conflicts with C++ operator keywords. | jkim | 2011-09-27 | 1 | -0/+4 |
* | Install ciss(4) ioctl header (together with other .h files from sys/dev/ciss). | kib | 2011-09-27 | 1 | -1/+1 |
* | Revert the previous change and add xdr_sizeof | kevlo | 2011-07-10 | 1 | -39/+37 |
* | - Add xdr_sizeof(3) to libc | kevlo | 2011-07-09 | 1 | -37/+40 |
* | * Add the readline(3) API to libedit. The libedit versions of | obrien | 2011-04-05 | 2 | -230/+1 |
* | MFgraid/head: | mav | 2011-03-24 | 1 | -1/+1 |
* | Add missing declarations that I intended to commit with r219359. | das | 2011-03-07 | 1 | -0/+2 |
* | Include stdio.h, so we can include printf.h in any order, as it needs FILE. | pjd | 2011-03-06 | 1 | -0/+1 |