]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Use native rwlock.
[FreeBSD/FreeBSD.git] / lib /
2008-04-22 David XuUse native rwlock.
2008-04-21 Marius StroblThis commit was generated by cvs2svn to compensate...
2008-04-21 Xin LIThis commit was generated by cvs2svn to compensate...
2008-04-20 Antoine BrodinDocument that you must include <sys/param.h> before...
2008-04-19 Ruslan ErmilovDon't forget to free() currency_symbol and asciivalue...
2008-04-19 Ruslan ErmilovBetter strfmon(3) conversion specifiers sanity checking.
2008-04-17 John BaldwinNext stage of stdio cleanup: Retire __sFILEX and merge...
2008-04-16 Xin LIImplement fdopendir(3) by splitting __opendir2() into...
2008-04-16 Xin LIStyle fixes to opendir.c:
2008-04-16 Ruslan ErmilovSort MAN and MLINKS.
2008-04-16 Ruslan ErmilovConnect newly added manpages to the build.
2008-04-16 Konstantin BelousovMan pages for the openat(2), fexecve(2) and related...
2008-04-16 Warner LoshDoh! Extra mips in the path. Remove these and wait...
2008-04-16 Warner LoshTurns out the machine/asm.h isn't needed here, since...
2008-04-16 Warner LoshFreeBSD/mips libc support. Merged from perforce mips2...
2008-04-16 David Xu_vfork is not in libthr, remove the reference.
2008-04-15 Colin PercivalFix one-byte buffer overflow: NUL gets written to the...
2008-04-15 David XuImplement POSIX function tcgetsid() which returns sessi...
2008-04-14 David Xudon't include pthread_np.h, it is not used.
2008-04-13 Xin LIUse calloc() instaed of zeroing memory ourselves.
2008-04-12 David SchultzUnbreak the build for arm and powerpc.
2008-04-12 David SchultzUpdates for changes in the way printf() handles hex...
2008-04-12 David SchultzMake several changes to the way printf handles hex...
2008-04-12 David SchultzFix some bugs that caused sparc64's quad precision...
2008-04-12 David SchultzMake the software emulator for long doubles set the...
2008-04-10 Xin LIAdd memrchr(3).
2008-04-07 Daniel EischenMove the cpuset functions from FBSD_1.0 to FBSD_1.1...
2008-04-05 Doug RabsonOn i386, don't try to do network-type stuff if the...
2008-04-04 Doug RabsonAdd some compatibility code so that software which...
2008-04-03 Warner LoshMinor style(9) nit: move to using ANSI definition of...
2008-04-03 Ruslan ErmilovFix descriptions of "struct msqid_ds and "struct ipc_pe...
2008-04-03 David SchultzFix some corner cases:
2008-04-03 David Xuput THR_CRITICAL_LEAVE into do .. while statement.
2008-04-03 Kevin Lostyle(9) cleanup
2008-04-03 David Xuadd __hidden suffix to _umtx_op_err, this eliminates...
2008-04-02 David XuNon-portable functions are in pthread_np.h, fix compili...
2008-04-02 David XuAdd pthread_setaffinity_np and pthread_getaffinity_np...
2008-04-02 David XuRemove unused functions.
2008-04-02 David XuReplace function _umtx_op with _umtx_op_err, the later...
2008-04-02 David XuReplace userland rwlock with a pure kernel based rwlock...
2008-04-01 David XuNormally, we are often reading local time rather than...
2008-04-01 David XuRestore normal pthread_cond_signal path to avoid some...
2008-04-01 David Xureturn EAGAIN early rather than running bunch of code...
2008-03-31 David SchultzRemove a (bogus) remnant of debugging this on sparc64.
2008-03-31 Konstantin BelousovAdd the libc glue and headers definitions for the ...
2008-03-31 Tim KientzleInclude an extra byte for the trailing NUL. <sigh>
2008-03-31 David XuRewrite rwlock to user atomic operations to change...
2008-03-30 David SchultzAdd assembly versions of remquol() and remainderl().
2008-03-30 David SchultzHook remquol() and remainderl() up to the build.
2008-03-30 David SchultzImplement remainderl() as a wrapper around remquol...
2008-03-30 David SchultzImplement remquol() based on remquo().
2008-03-30 David SchultzImplement csqrtl().
2008-03-30 David SchultzHook hypotl() and cabsl() up to the build.
2008-03-30 David SchultzDocument hypotl().
2008-03-30 David SchultzAlias hypotl() and cabsl() for platforms where long...
2008-03-30 David SchultzImplement cabsl() in terms of hypotl().
2008-03-30 David SchultzImplement hypotl(). This is bde's conversion of fdlibm...
2008-03-30 Bruce EvansUse fabs[f]() instead of bit fiddling for setting absol...
2008-03-30 Bruce EvansUse the expression fabs(x+0.0)-fabs(y+0.0) instead of
2008-03-30 Bruce EvansFix a missing mask in a hi+lo decomposition. Thus...
2008-03-30 Doug RabsonDon't call xdrrec_skiprecord in the non-blocking case. If
2008-03-30 Doug RabsonDon't assume that there is readable data on the stream...
2008-03-29 Ruslan ErmilovRemove options MK_LIBKSE and DEFAULT_THREAD_LIB now...
2008-03-29 David SchultzInclude math.h for the fmaf() prototype.
2008-03-29 David SchultzFix some rather obscene code that has ambiguous if...
2008-03-29 David SchultzDocument modff() and modfl(). Technically, modff()...
2008-03-29 Jeff Roberson - Add a man page for cpuset_getaffinity() and cpuset_s...
2008-03-29 Jeff Roberson - Add a man page for cpuset(), cpuset_setid(), and...
2008-03-28 Paul SaabAdd support to mincore for detecting whether a page...
2008-03-26 Ruslan ErmilovRemoved no longer existing CTL_MACHDEP defines.
2008-03-26 Doug RabsonAdd the new kernel-mode NFS Lock Manager. To use it...
2008-03-26 Christian BruefferFix some "in in" typos in comments.
2008-03-25 Ruslan ErmilovCompile libthr with warnings.
2008-03-25 Ruslan ErmilovCompile libthr with warnings.
2008-03-25 Ruslan ErmilovFixed mis-implementation of pthread_mutex_get{spin...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-23 Jeff Roberson - Restore kse.h in this directory so other tools don...
2008-03-22 David XuAdd POSIX pthread API pthread_getcpuclockid() to get...
2008-03-22 David XuUse linker set to collection all target operations.
2008-03-21 Kai WangAdd MLINK for archive_write_close.
2008-03-21 David XuResolve __error()'s PLT early so that it needs not...
2008-03-20 Ruslan Ermilovpthread_mutexattr_destroy() was accidentally broken...
2008-03-20 Dag-Erling Smørgravs/wait/delta/ to avoid namespace collision.
2008-03-20 David XuPreserve application code's errno in rtld locking code...
2008-03-20 David XuMake pthread_mutexattr_settype to return error number...
2008-03-20 Xin LIThis commit was generated by cvs2svn to compensate...
2008-03-19 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-03-19 David Xudon't reduce new thread's refcount if current thread...
2008-03-19 David Xu- Trim trailing spaces.
2008-03-19 David Xuif passed thread pointer is equal to current thread...
2008-03-19 Joseph KoshyEnsure that the section header table is written out...
2008-03-19 Joseph KoshyClarify that the ELF library only sets the sh_entsize...
2008-03-19 Maksim YevmenkinAdd mandatory "security description" SDP parameter...
2008-03-18 Maksim YevmenkinAdd PSM and Load Factor SDP parameters to the BNEP...
2008-03-18 David Xu- Copy signal mask out before THR_UNLOCK(), because...
2008-03-17 Antoine BrodinDon't allocate the constant array "props" on the stack...
2008-03-16 David Schultzscandir(3) previously used st_size to obtain an initial...
next