aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Make the wchar_t type machine dependent.Andrew Turner2012-06-241-4/+2
* Install filemon.h into /usr/include for userland consumption.David E. O'Brien2012-06-201-1/+1
* Finally nuke auth.conf, nine years after it was deprecated. The onlyDag-Erling Smørgrav2012-06-121-1/+0
* Fix a small typo. Fireware -> firmware.Ed Schouten2012-06-051-1/+1
* Fix a compilation error with some compilers: __attribute__Hartmut Brandt2012-05-221-6/+4
* Hide DIR definition by making it an opaque struct typedef.Gleb Kurtsou2012-05-191-18/+3
* Don't use ino_t in dumprestore protocol definition.Gleb Kurtsou2012-05-181-1/+10
* Import work done under project/nand (@235533) into head.Grzegorz Bernacki2012-05-171-3/+17
* Fix <stdatomic.h> after clang decided to rename all of its builtins to includeDavid Chisnall2012-05-031-13/+16
* Add a convenience macro for the returns_twice attribute, and apply it toDimitry Andric2012-04-292-4/+4
* Fix a bug caused by some misplaced brackets.David Chisnall2012-04-221-2/+2
* Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch,Jason Evans2012-04-172-4/+30
* Correctly expose xlocale functions if people include the headers in the wrongDavid Chisnall2012-03-289-5/+17
* Expose some C11 stuff that is also C++11 stuff in C++11 mode.David Chisnall2012-03-141-1/+1
* And remove the duplicate inlines...David Chisnall2012-03-131-2/+2
* Fix the other missing prototypes.David Chisnall2012-03-131-0/+5
* Add missing prototypes.David Chisnall2012-03-131-0/+5
* More xlocale cleanups.David Chisnall2012-03-131-26/+26
* Remove fifo.h. The only used function declaration from the header isKonstantin Belousov2012-03-111-1/+1
* After r232498, programs built with -ansi or -std=c89 including <ctype.h>Dimitry Andric2012-03-062-3/+3
* Reapply 227753 (xlocale cleanup), plus some fixes so that it passes buildDavid Chisnall2012-03-0422-414/+834
* Revert r231673 and r231682 for now, until we can run a full makeDimitry Andric2012-02-1421-678/+269
* Fix a misplaced __NO_TLS locations, and change a GNUism to a C11ism forDavid Chisnall2012-02-141-1/+1
* Change some headers such that lang/gcc* ports no longer patch them.Tijl Coosemans2012-02-141-3/+3
* Cleanup of xlocale:David Chisnall2012-02-1421-269/+678
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessorDimitry Andric2012-02-072-2/+2
* Only use the static assertion when __generic is available.Ed Schouten2012-01-171-0/+3
* Fix clang atomic to use for atomic_is_lock_free().David Chisnall2012-01-171-1/+1
* Use the signal fence builtin in stdatomic.h when using the clang atomicDavid Chisnall2012-01-161-4/+1
* xlocale.h: consistently use __va_listAndriy Gapon2012-01-151-2/+2
* Correct mistake in atomic_flag macros.Ed Schouten2012-01-131-3/+2
* Add aligned_alloc(3).Ed Schouten2012-01-091-0/+1
* Fix spelling of C11 and sort functions by name.Ed Schouten2012-01-081-2/+2
* Spelling fixes for include/Ulrich Spörlein2012-01-077-12/+12
* Implement fdlopen(3), an rtld interface to load shared object by fileKonstantin Belousov2012-01-071-0/+1
* Last attempt at <tgmath.h>: do enable the new code for C11 compilers.Ed Schouten2012-01-061-11/+17
* Add an even faster implementation of <tgmath.h> for the future.Ed Schouten2012-01-061-0/+20
* Remove redundant inclusion of <sys/cdefs.h>.Ed Schouten2012-01-051-2/+0
* Remove _Complex_I workaround from <tgmath.h>.Ed Schouten2012-01-051-9/+4
* Make _Complex_I a proper float _Complex when using GCC 4.2.Ed Schouten2012-01-051-1/+5
* Reimplement <tgmath.h> on top of __generic().Ed Schouten2012-01-051-45/+66
* Simply disallow <stdnoreturn.h> to be used in combination with C++.Ed Schouten2012-01-031-2/+4
* Remove extraneous semicolons.Ed Schouten2012-01-021-2/+2
* Extend <stdatomic.h> to support GCC 4.7's __atomic.Ed Schouten2011-12-301-7/+41
* Don't define static_assert for C++.Ed Schouten2011-12-291-1/+10
* In POSIX.1-2008:Xin LI2011-12-281-1/+1
* Fix some bugs in <stdatomic.h>.Ed Schouten2011-12-261-9/+12
* As per C11, add static_assert() to <assert.h>.Ed Schouten2011-12-261-0/+6
* Improve C11 bits in <stdlib.h>:Ed Schouten2011-12-261-5/+5
* Make white space in this file a bit more consistent.Ed Schouten2011-12-251-14/+14