| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add two new system calls, setloginclass(2) and getloginclass(2). This makes | trasz | 2011-03-05 | 1 | -0/+2 |
* | POSIX.1-2008 moved some constants from the XSI option to the Base. | jilles | 2011-03-04 | 1 | -4/+7 |
* | Fix some _POSIX minimum/maximum values in limits.h: | jilles | 2011-03-03 | 1 | -4/+15 |
* | Add the BSD-licensed Citrus iconv to the base system with default off | gabor | 2011-02-25 | 3 | -0/+149 |
* | Add restrict keyword to pthread_sigmask prototype and manpage. | kib | 2011-02-20 | 1 | -1/+2 |
* | Install iodev.h. | kib | 2011-02-17 | 1 | -1/+1 |
* | Introduce a non-portable function pthread_getthreadid_np(3) to retrieve | jkim | 2011-02-07 | 1 | -0/+1 |
* | Add missing __dead2 to __assert(). | ed | 2011-01-09 | 1 | -1/+1 |
* | Remove leftover for r214093. | davidxu | 2011-01-06 | 1 | -9/+0 |
* | rpc.lockd(8) WARNS cleanup | uqs | 2010-12-20 | 1 | -0/+1 |
* | Sync with OpenBSD, primarily better signal and terminal handling. | delphij | 2010-11-13 | 1 | -23/+17 |
* | Add a new libc function: cfmakesane(3). | ed | 2010-11-02 | 1 | -0/+1 |
* | Add an x86/include directory to the kernel to hold headers that are common | jhb | 2010-11-01 | 1 | -5/+12 |
* | Add sysctl kern.sched.cpusetsize to export the size of kernel cpuset, | davidxu | 2010-10-29 | 1 | -0/+1 |
* | Add pthread_rwlockattr_setkind_np and pthread_rwlockattr_getkind_np, the | davidxu | 2010-10-18 | 1 | -2/+14 |
* | Also the stop function should accept 64-bit exception class. | davidxu | 2010-09-30 | 1 | -1/+1 |
* | - Sizeof exception class type should always be 64-bit. | davidxu | 2010-09-30 | 1 | -3/+5 |
* | Import unwind.h from libunwind-0.99. | davidxu | 2010-09-30 | 1 | -0/+154 |
* | In current code, statically initialized and destroyed object have | davidxu | 2010-09-28 | 1 | -1/+1 |
* | Correct value for _POSIX_AIO_LISTIO_MAX in <limits.h>. | jilles | 2010-08-29 | 1 | -1/+1 |
* | MFtbemd: | imp | 2010-08-23 | 1 | -2/+2 |
* | Style: tabs after #define | kevlo | 2010-08-11 | 1 | -1/+1 |
* | Remove stale reference to UT_NAMESIZE from <stdio.h>. | ed | 2010-08-06 | 1 | -2/+1 |
* | Connect powerpc64 to the build. It is not presently part of make universe, | nwhitehorn | 2010-07-13 | 1 | -3/+3 |
* | o addr2ascii(3) was removed ages ago. Fix the comment. | maxim | 2010-07-06 | 1 | -1/+1 |
* | libedit: Allow simple quoting in filename completion. | jilles | 2010-06-15 | 1 | -0/+1 |
* | libedit: Add basic filename completion code from NetBSD. | jilles | 2010-06-13 | 1 | -2/+0 |
* | Move realpath(3) prototype to a POSIX section. | kib | 2010-04-21 | 1 | -1/+1 |
* | Slightly modernize realpath(3). | kib | 2010-04-20 | 1 | -1/+1 |
* | Add capability to use a db version of services. It is enabled by | ume | 2010-04-04 | 2 | -0/+2 |
* | Be like stdlib.h and bring in a wchar_t definition and use it to prototype | jmallett | 2010-03-31 | 1 | -4/+11 |
* | - Remove const'ness from dlerror(3) prototype, for consistency with POSIX. | gahr | 2010-03-24 | 1 | -2/+1 |