summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix field name.Ed Schouten2011-12-251-1/+1
* Add <stdalign.h> and <stdnoreturn.h>.Ed Schouten2011-12-253-2/+85
* Remove unneeded guard.Ed Schouten2011-12-251-5/+0
* Restore __is_threaded in C++ mode. Some Google stuff needs it apparently.David Chisnall2011-12-251-1/+3
* ...and actually install it.David Chisnall2011-12-241-1/+1
* Initial implementation of stdatomic.h. Works (at least in the parts that wereDavid Chisnall2011-12-241-0/+296
* Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]Colin Percival2011-12-231-0/+1
* - Add restrict keyword to glob(3)Eitan Adler2011-12-201-1/+2
* Replace __const by const in all non-contributed source code.Ed Schouten2011-12-135-8/+8
* - Define true and false in sys/types.h for _KERNEL consumers, andMatthew D Fleming2011-12-121-0/+2
* As per das@'s suggestion, s/__noreturn/_Noreturn/, since the latter is anDavid Chisnall2011-12-071-4/+4
* Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add aDavid Chisnall2011-12-071-3/+11
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-206-5/+480
* Hide some more macros that will break C++ when compiling in C++ mode.David Chisnall2011-11-131-1/+3
* The spec says that FILE must be defined in wchar.h, but it wasn't. ItDavid Chisnall2011-11-132-20/+28
* Don't expose the wctype.h macros in C++ mode. They cause problems whenDavid Chisnall2011-11-121-1/+3
* People porting FreeBSD to new architectures ought not have toDavid Schultz2011-10-211-11/+0
* Add c{cos,sin,tan}{,h}{,f} functions. This is joint work withDavid Schultz2011-10-171-1/+13
* Avoid accidental conflicts with C++ operator keywords.Jung-uk Kim2011-09-271-0/+4
* Install ciss(4) ioctl header (together with other .h files from sys/dev/ciss).Konstantin Belousov2011-09-271-1/+1
* Revert the previous change and add xdr_sizeofKevin Lo2011-07-101-39/+37
* - Add xdr_sizeof(3) to libcKevin Lo2011-07-091-37/+40
* * Add the readline(3) API to libedit. The libedit versions ofDavid E. O'Brien2011-04-052-230/+1
* MFgraid/head:Alexander Motin2011-03-241-1/+1
* Add missing declarations that I intended to commit with r219359.David Schultz2011-03-071-0/+2
* Include stdio.h, so we can include printf.h in any order, as it needs FILE.Pawel Jakub Dawidek2011-03-061-0/+1
* Add two new system calls, setloginclass(2) and getloginclass(2). This makesEdward Tomasz Napierala2011-03-051-0/+2
* POSIX.1-2008 moved some constants from the XSI option to the Base.Jilles Tjoelker2011-03-041-4/+7
* Fix some _POSIX minimum/maximum values in limits.h:Jilles Tjoelker2011-03-031-4/+15
* Add the BSD-licensed Citrus iconv to the base system with default offGabor Kovesdan2011-02-253-0/+149
* Add restrict keyword to pthread_sigmask prototype and manpage.Konstantin Belousov2011-02-201-1/+2
* Install iodev.h.Konstantin Belousov2011-02-171-1/+1
* Introduce a non-portable function pthread_getthreadid_np(3) to retrieveJung-uk Kim2011-02-071-0/+1
* Add missing __dead2 to __assert().Ed Schouten2011-01-091-1/+1
* Remove leftover for r214093.David Xu2011-01-061-9/+0
* rpc.lockd(8) WARNS cleanupUlrich Spörlein2010-12-201-0/+1
* Sync with OpenBSD, primarily better signal and terminal handling.Xin LI2010-11-131-23/+17
* Add a new libc function: cfmakesane(3).Ed Schouten2010-11-021-0/+1
* Add an x86/include directory to the kernel to hold headers that are commonJohn Baldwin2010-11-011-5/+12
* Add sysctl kern.sched.cpusetsize to export the size of kernel cpuset,David Xu2010-10-291-0/+1
* Add pthread_rwlockattr_setkind_np and pthread_rwlockattr_getkind_np, theDavid Xu2010-10-181-2/+14