| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Symbol.map is handled by cpp, so use C-style comments | gonzo | 2008-05-03 | 1 | -1/+3 |
* | Unbreak build: libftpio gropes inside struct __sFILE. Implement | marcel | 2008-05-03 | 2 | -19/+25 |
* | Fix a comment. | jasone | 2008-05-03 | 1 | -1/+1 |
* | Bring C runtime bits for FreeBSD/mips from p4 mips2-jnpr branch. | gonzo | 2008-05-03 | 4 | -0/+191 |
* | 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 |
* | When receiving delegated credentials, initialise our cred's linked list. | dfr | 2008-04-30 | 1 | -1/+5 |
* | Use global implementation of _gss_oid_equal. | dfr | 2008-04-30 | 1 | -9/+1 |
* | Allow null oids in _gss_oid_equal(). | dfr | 2008-04-30 | 1 | -0/+5 |
* | o Add MIPS to the list of architectures with defined TLS_TCB_ALIGN | gonzo | 2008-04-29 | 1 | -2/+2 |
* | Set QUANTUM_2POW_MIN and SIZEOF_PTR_2POW parameters for MIPS | gonzo | 2008-04-29 | 1 | -0/+5 |
* | _setjmp.o was missing a dependency on "machine". | ru | 2008-04-29 | 1 | -3/+1 |
* | Don't forget to clean the "machine" symlink on amd64, otherwise bad | ru | 2008-04-29 | 1 | -0/+3 |
* | Use UMTX_OP_WAIT_UINT_PRIVATE and UMTX_OP_WAKE_PRIVATE to save | davidxu | 2008-04-29 | 9 | -19/+20 |
* | Check for integer overflow before calling sbrk(2), since it uses a | jasone | 2008-04-29 | 1 | -0/+7 |
* | Correct minor typos in SCTP man pages. | rwatson | 2008-04-28 | 2 | -2/+1 |
* | Add support files for compiling with soft-float. This has been | marcel | 2008-04-27 | 3 | -0/+448 |
* | Increase the default MUTEX_ADAPTIVE_SPINS to 2000, after further | kris | 2008-04-26 | 1 | -1/+1 |
* | Add mips support to libm, from mips2-jnpr perforce branch. | imp | 2008-04-26 | 4 | -0/+259 |
* | Bring in mips threads support from perforce mips2-jnpr branch. | imp | 2008-04-26 | 1 | -0/+5 |
* | Add mips support libc from the mips2-jnpr branch of perforce. | imp | 2008-04-26 | 60 | -0/+3908 |
* | Have the man page catch up with the namespace pollution cleanup that | scf | 2008-04-26 | 1 | -1/+0 |
* | Stricter check for integer overflow. | ru | 2008-04-24 | 1 | -0/+2 |
* | Add support for gpart: | marcel | 2008-04-24 | 1 | -6/+10 |
* | Avoid various shadowed variables. libthr is now almost WARNS=4 clean except | delphij | 2008-04-23 | 4 | -25/+25 |
* | Implement red-black trees without using parent pointers, and store the | jasone | 2008-04-23 | 2 | -116/+947 |
* | Correct an off-by-1 for GPART. The literal partition type (i.e. | marcel | 2008-04-23 | 1 | -2/+8 |
* | Add four utility functions related to struct grp processing modeled in-part | scf | 2008-04-23 | 3 | -1/+242 |
* | Fix a leak in the recent fixes for file descriptors > SHRT_MAX. In the | jhb | 2008-04-22 | 1 | -0/+1 |
* | Use native rwlock. | davidxu | 2008-04-22 | 1 | -54/+20 |
* | Document that you must include <sys/param.h> before <sys/cpuset.h>. | antoine | 2008-04-20 | 2 | -0/+2 |
* | Don't forget to free() currency_symbol and asciivalue when multiple | ru | 2008-04-19 | 1 | -0/+4 |
* | Better strfmon(3) conversion specifiers sanity checking. | ru | 2008-04-19 | 1 | -1/+8 |
* | Next stage of stdio cleanup: Retire __sFILEX and merge the fields back into | jhb | 2008-04-17 | 26 | -143/+72 |
* | Implement fdopendir(3) by splitting __opendir2() into two parts, the upper part | delphij | 2008-04-16 | 4 | -6/+71 |
* | Style fixes to opendir.c: | delphij | 2008-04-16 | 1 | -6/+3 |
* | Sort MAN and MLINKS. | ru | 2008-04-16 | 1 | -25/+26 |
* | Connect newly added manpages to the build. | ru | 2008-04-16 | 1 | -5/+15 |
* | Man pages for the openat(2), fexecve(2) and related syscalls. | kib | 2008-04-16 | 15 | -40/+1098 |
* | Doh! Extra mips in the path. Remove these and wait until tomorrow | imp | 2008-04-16 | 11 | -600/+0 |
* | Turns out the machine/asm.h isn't needed here, since SYS.h already | imp | 2008-04-16 | 10 | -12/+1 |
* | FreeBSD/mips libc support. Merged from perforce mips2-jnpr branch. | imp | 2008-04-16 | 11 | -0/+611 |
* | _vfork is not in libthr, remove the reference. | davidxu | 2008-04-16 | 1 | -1/+0 |
* | Fix one-byte buffer overflow: NUL gets written to the buffer, but isn't | cperciva | 2008-04-15 | 1 | -1/+1 |
* | Implement POSIX function tcgetsid() which returns session id. | davidxu | 2008-04-15 | 4 | -1/+84 |
* | don't include pthread_np.h, it is not used. | davidxu | 2008-04-14 | 1 | -1/+0 |