]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Switch to using genclock. Have nexus double as clock device for
[FreeBSD/FreeBSD.git] / lib /
2008-04-20 antoineDocument that you must include <sys/param.h> before...
2008-04-19 ruDon't forget to free() currency_symbol and asciivalue...
2008-04-19 ruBetter strfmon(3) conversion specifiers sanity checking.
2008-04-17 jhbNext stage of stdio cleanup: Retire __sFILEX and merge...
2008-04-16 delphijImplement fdopendir(3) by splitting __opendir2() into...
2008-04-16 delphijStyle fixes to opendir.c:
2008-04-16 ruSort MAN and MLINKS.
2008-04-16 ruConnect newly added manpages to the build.
2008-04-16 kibMan pages for the openat(2), fexecve(2) and related...
2008-04-16 impDoh! Extra mips in the path. Remove these and wait...
2008-04-16 impTurns out the machine/asm.h isn't needed here, since...
2008-04-16 impFreeBSD/mips libc support. Merged from perforce mips2...
2008-04-16 davidxu_vfork is not in libthr, remove the reference.
2008-04-15 cpercivaFix one-byte buffer overflow: NUL gets written to the...
2008-04-15 davidxuImplement POSIX function tcgetsid() which returns sessi...
2008-04-14 davidxudon't include pthread_np.h, it is not used.
2008-04-13 delphijUse calloc() instaed of zeroing memory ourselves.
2008-04-12 dasUnbreak the build for arm and powerpc.
2008-04-12 dasUpdates for changes in the way printf() handles hex...
2008-04-12 dasMake several changes to the way printf handles hex...
2008-04-12 dasFix some bugs that caused sparc64's quad precision...
2008-04-12 dasMake the software emulator for long doubles set the...
2008-04-10 delphijAdd memrchr(3).
2008-04-07 deischenMove the cpuset functions from FBSD_1.0 to FBSD_1.1...
2008-04-05 dfrOn i386, don't try to do network-type stuff if the...
2008-04-04 dfrAdd some compatibility code so that software which...
2008-04-03 impMinor style(9) nit: move to using ANSI definition of...
2008-04-03 ruFix descriptions of "struct msqid_ds and "struct ipc_pe...
2008-04-03 dasFix some corner cases:
2008-04-03 davidxuput THR_CRITICAL_LEAVE into do .. while statement.
2008-04-03 kevlostyle(9) cleanup
2008-04-03 davidxuadd __hidden suffix to _umtx_op_err, this eliminates...
2008-04-02 davidxuNon-portable functions are in pthread_np.h, fix compili...
2008-04-02 davidxuAdd pthread_setaffinity_np and pthread_getaffinity_np...
2008-04-02 davidxuRemove unused functions.
2008-04-02 davidxuReplace function _umtx_op with _umtx_op_err, the later...
2008-04-02 davidxuReplace userland rwlock with a pure kernel based rwlock...
2008-04-01 davidxuNormally, we are often reading local time rather than...
2008-04-01 davidxuRestore normal pthread_cond_signal path to avoid some...
2008-04-01 davidxureturn EAGAIN early rather than running bunch of code...
2008-03-31 dasRemove a (bogus) remnant of debugging this on sparc64.
2008-03-31 kibAdd the libc glue and headers definitions for the ...
2008-03-31 kientzleInclude an extra byte for the trailing NUL. <sigh>
2008-03-31 davidxuRewrite rwlock to user atomic operations to change...
2008-03-30 dasAdd assembly versions of remquol() and remainderl().
2008-03-30 dasHook remquol() and remainderl() up to the build.
2008-03-30 dasImplement remainderl() as a wrapper around remquol...
2008-03-30 dasImplement remquol() based on remquo().
2008-03-30 dasImplement csqrtl().
2008-03-30 dasHook hypotl() and cabsl() up to the build.
2008-03-30 dasDocument hypotl().
2008-03-30 dasAlias hypotl() and cabsl() for platforms where long...
2008-03-30 dasImplement cabsl() in terms of hypotl().
2008-03-30 dasImplement hypotl(). This is bde's conversion of fdlibm...
2008-03-30 bdeUse fabs[f]() instead of bit fiddling for setting absol...
2008-03-30 bdeUse the expression fabs(x+0.0)-fabs(y+0.0) instead of
2008-03-30 bdeFix a missing mask in a hi+lo decomposition. Thus...
2008-03-30 dfrDon't call xdrrec_skiprecord in the non-blocking case. If
2008-03-30 dfrDon't assume that there is readable data on the stream...
2008-03-29 ruRemove options MK_LIBKSE and DEFAULT_THREAD_LIB now...
2008-03-29 dasInclude math.h for the fmaf() prototype.
2008-03-29 dasFix some rather obscene code that has ambiguous if...
2008-03-29 dasDocument modff() and modfl(). Technically, modff()...
2008-03-29 jeff - Add a man page for cpuset_getaffinity() and cpuset_s...
2008-03-29 jeff - Add a man page for cpuset(), cpuset_setid(), and...
2008-03-28 psAdd support to mincore for detecting whether a page...
2008-03-26 ruRemoved no longer existing CTL_MACHDEP defines.
2008-03-26 dfrAdd the new kernel-mode NFS Lock Manager. To use it...
2008-03-26 bruefferFix some "in in" typos in comments.
2008-03-25 ruCompile libthr with warnings.
2008-03-25 ruCompile libthr with warnings.
2008-03-25 ruFixed mis-implementation of pthread_mutex_get{spin...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-23 jeff - Restore kse.h in this directory so other tools don...
2008-03-22 davidxuAdd POSIX pthread API pthread_getcpuclockid() to get...
2008-03-22 davidxuUse linker set to collection all target operations.
2008-03-21 kaiwAdd MLINK for archive_write_close.
2008-03-21 davidxuResolve __error()'s PLT early so that it needs not...
2008-03-20 rupthread_mutexattr_destroy() was accidentally broken...
2008-03-20 dess/wait/delta/ to avoid namespace collision.
2008-03-20 davidxuPreserve application code's errno in rtld locking code...
2008-03-20 davidxuMake pthread_mutexattr_settype to return error number...
2008-03-20 delphijThis commit was generated by cvs2svn to compensate...
2008-03-19 obrienThis commit was generated by cvs2svn to compensate...
2008-03-19 davidxudon't reduce new thread's refcount if current thread...
2008-03-19 davidxu- Trim trailing spaces.
2008-03-19 davidxuif passed thread pointer is equal to current thread...
2008-03-19 jkoshyEnsure that the section header table is written out...
2008-03-19 jkoshyClarify that the ELF library only sets the sh_entsize...
2008-03-19 emaxAdd mandatory "security description" SDP parameter...
2008-03-18 emaxAdd PSM and Load Factor SDP parameters to the BNEP...
2008-03-18 davidxu- Copy signal mask out before THR_UNLOCK(), because...
2008-03-17 antoineDon't allocate the constant array "props" on the stack...
2008-03-16 dasscandir(3) previously used st_size to obtain an initial...
2008-03-16 davidxuActually delete SIGCANCEL mask for suspended thread...
2008-03-15 kientzleUpdate a comment: the format bid only runs once per...
2008-03-15 kientzleFree up the entry objects allocated during this test.
next