| Commit message (Expand) | Author | Age | Files | Lines |
* | - This code was intially obtained from NetBSD, but it's missing licence | danger | 2008-07-06 | 1 | -1/+29 |
* | - Add description about a missing return value | danger | 2008-07-06 | 1 | -2/+6 |
* | - remove superfluous word | danger | 2008-07-06 | 1 | -3/+3 |
* | - AI_ALL and AI_V4MAPPED flags are currently not supported | danger | 2008-07-01 | 1 | -1/+18 |
* | - Forgot to bump a date after last change | danger | 2008-06-30 | 1 | -1/+1 |
* | Fix a bogon in the previous commit and add some missing error checks. | das | 2008-06-29 | 1 | -9/+12 |
* | Correctly handle malloc() failure. While here, reduce the code size a | das | 2008-06-29 | 4 | -103/+162 |
* | Factor out the code that builds the argument table. We don't need separate | das | 2008-06-29 | 1 | -130/+47 |
* | Reduce the level of duplication between vfprintf() and vfwprintf() | das | 2008-06-29 | 5 | -975/+888 |
* | Begin de-spaghettifying the code that handles positional arguments. | das | 2008-06-29 | 2 | -188/+306 |
* | Make it clearer that it is possible to disable the generation of | das | 2008-06-29 | 1 | -4/+4 |
* | We should also save and restore the MXCSR as on amd64, but detecting | das | 2008-06-28 | 2 | -2/+0 |
* | Two FP-related setjmp/longjmp changes: | das | 2008-06-28 | 2 | -2/+20 |
* | - add description of the MLINK error | danger | 2008-06-26 | 1 | -0/+3 |
* | Mark the section describing return values with an appropriate section flag. | danger | 2008-06-26 | 1 | -1/+1 |
* | Gcc barfs in glob.c when run with -O3. To fix this make g_strchr() work on | mtm | 2008-06-26 | 1 | -5/+5 |
* | Enable GCC stack protection (aka Propolice) for userland: | ru | 2008-06-25 | 1 | -0/+6 |
* | Turn execvpe() into an internal libc routine. | ed | 2008-06-23 | 6 | -19/+12 |
* | Add Xr to getsockname(2) | phk | 2008-06-20 | 1 | -0/+1 |
* | Process spawn attributes in POSIX document order. | davidxu | 2008-06-19 | 1 | -21/+22 |
* | Don't export the unused __use_pts() routine. | ed | 2008-06-17 | 2 | -2/+1 |
* | Style fix. | davidxu | 2008-06-17 | 1 | -1/+2 |
* | Change my email address to the one from the FreeBSD project. | ed | 2008-06-17 | 1 | -1/+1 |
* | Add POSIX routines called posix_spawn() and posix_spawnp(), which | davidxu | 2008-06-17 | 5 | -14/+532 |
* | Make it clearer that privilege is needed to reduce as well as | fanf | 2008-06-16 | 1 | -1/+1 |
* | Bring missing getsockopt(2) options: SO_LABEL SO_PEERLABEL SO_LISTENQLIMIT | wkoszek | 2008-06-12 | 1 | -2/+29 |
* | In the error path through base_alloc(), release base_mtx [1]. | jasone | 2008-06-10 | 1 | -3/+7 |
* | Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros, | davidxu | 2008-06-09 | 2 | -4/+0 |
* | Call the fcntl compatiblity wrapper from the thread library fcntl wrappers | dfr | 2008-05-30 | 2 | -2/+3 |
* | Make fcntl() a weak symbol so that it can be overridden by thread libraries. | dfr | 2008-05-27 | 1 | -1/+3 |
* | Clarify that "ante meridiem" and "post meridiem" mean the same thing | grog | 2008-05-16 | 1 | -2/+2 |
* | Clean up cpp logic and comments. | jasone | 2008-05-14 | 1 | -8/+21 |
* | Remove useless call to getdtablesize(2) in fdopen(3) and its useless | antoine | 2008-05-10 | 1 | -4/+0 |
* | Misc mdoc improvements and a typo fix. | brueffer | 2008-05-10 | 1 | -6/+10 |
* | Add setfib.2 to the list of man pages to add | julian | 2008-05-09 | 1 | -1/+1 |
* | setfib.2 got left out of the last commit | julian | 2008-05-09 | 1 | -0/+79 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 2 | -0/+8 |
* | Keep versions on a dependency chain to exclude even remote possiblity | kan | 2008-05-07 | 1 | -1/+1 |
* | Add a comment stating not to bump the FBSDprivate version. | deischen | 2008-05-06 | 1 | -1/+3 |
* | Retire the __fgetcookie(), __fgetpendout(), and __fsetfileno() accessors | jhb | 2008-05-05 | 3 | -30/+0 |
* | Expose FILE's internals to the world again in all their glory. Restore | jhb | 2008-05-05 | 10 | -140/+23 |
* | Do not read away the target directory entry when encountering deleted | kib | 2008-05-05 | 3 | -8/+9 |
* | Add __fgetcookie(), __fgetpendout() and __fsetfileno() to the private | marcel | 2008-05-04 | 2 | -0/+9 |
* | Unbreak build: gnu sort has been configured to grope inside struct | marcel | 2008-05-03 | 1 | -0/+7 |
* | Unbreak build: libftpio gropes inside struct __sFILE. Implement | marcel | 2008-05-03 | 1 | -0/+14 |
* | Fix a comment. | jasone | 2008-05-03 | 1 | -1/+1 |
* | Next round of stdio changes: Remove all inlining of stdio operations and | jhb | 2008-05-02 | 12 | -112/+200 |
* | Include libc_private.h for the declaration of __isthreaded instead of | jhb | 2008-05-02 | 1 | -0/+1 |
* | Add a separate tree to track arena chunks that contain dirty pages. | jasone | 2008-05-01 | 1 | -157/+133 |
* | Add rb_wrap(), which creates C function wrappers for most rb_*() | jasone | 2008-05-01 | 1 | -36/+194 |