| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use calloc() instaed of zeroing memory ourselves. | delphij | 2008-04-13 | 1 | -2/+1 |
* | Unbreak the build for arm and powerpc. | das | 2008-04-12 | 2 | -0/+3 |
* | Updates for changes in the way printf() handles hex floating point | das | 2008-04-12 | 1 | -4/+5 |
* | Make several changes to the way printf handles hex floating point (%a): | das | 2008-04-12 | 3 | -207/+206 |
* | Fix some bugs that caused sparc64's quad precision sqrt to get | das | 2008-04-12 | 1 | -5/+5 |
* | Make the software emulator for long doubles set the FPU exception | das | 2008-04-12 | 1 | -0/+15 |
* | Add memrchr(3). | delphij | 2008-04-10 | 4 | -4/+74 |
* | Move the cpuset functions from FBSD_1.0 to FBSD_1.1. All symbols added | deischen | 2008-04-07 | 1 | -5/+5 |
* | On i386, don't try to do network-type stuff if the device name is'nt pxeN. | dfr | 2008-04-05 | 1 | -0/+7 |
* | Add some compatibility code so that software which is built to use the new | dfr | 2008-04-04 | 3 | -1/+92 |
* | Minor style(9) nit: move to using ANSI definition of functions. | imp | 2008-04-03 | 1 | -19/+5 |
* | Fix descriptions of "struct msqid_ds and "struct ipc_perm" to match | ru | 2008-04-03 | 1 | -11/+11 |
* | Fix some corner cases: | das | 2008-04-03 | 2 | -10/+20 |
* | put THR_CRITICAL_LEAVE into do .. while statement. | davidxu | 2008-04-03 | 1 | -2/+4 |
* | style(9) cleanup | kevlo | 2008-04-03 | 2 | -2/+2 |
* | add __hidden suffix to _umtx_op_err, this eliminates PLT. | davidxu | 2008-04-03 | 1 | -1/+1 |
* | Non-portable functions are in pthread_np.h, fix compiling problem. | davidxu | 2008-04-02 | 1 | -1/+1 |
* | Add pthread_setaffinity_np and pthread_getaffinity_np to libc namespace. | davidxu | 2008-04-02 | 3 | -2/+4 |
* | Remove unused functions. | davidxu | 2008-04-02 | 2 | -55/+0 |
* | Replace function _umtx_op with _umtx_op_err, the later function directly | davidxu | 2008-04-02 | 9 | -51/+112 |
* | Replace userland rwlock with a pure kernel based rwlock, the new | davidxu | 2008-04-02 | 4 | -223/+199 |
* | Normally, we are often reading local time rather than setting time zone, | davidxu | 2008-04-01 | 1 | -22/+63 |
* | Restore normal pthread_cond_signal path to avoid some obscure races. | davidxu | 2008-04-01 | 1 | -2/+3 |
* | return EAGAIN early rather than running bunch of code later, micro optimize | davidxu | 2008-04-01 | 1 | -1/+3 |
* | Remove a (bogus) remnant of debugging this on sparc64. | das | 2008-03-31 | 1 | -1/+1 |
* | Add the libc glue and headers definitions for the *at() syscalls. | kib | 2008-03-31 | 1 | -0/+18 |
* | Include an extra byte for the trailing NUL. <sigh> | kientzle | 2008-03-31 | 1 | -1/+1 |
* | Rewrite rwlock to user atomic operations to change rwlock state, this | davidxu | 2008-03-31 | 3 | -141/+281 |
* | Add assembly versions of remquol() and remainderl(). | das | 2008-03-30 | 6 | -4/+228 |
* | Hook remquol() and remainderl() up to the build. | das | 2008-03-30 | 4 | -12/+33 |
* | Implement remainderl() as a wrapper around remquol(). The extra work | das | 2008-03-30 | 2 | -0/+44 |
* | Implement remquol() based on remquo(). | das | 2008-03-30 | 2 | -0/+183 |