]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Add 'zfs' as an alias for the FreeBSD ZFS UUID.
[FreeBSD/FreeBSD.git] / lib /
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...
2008-03-16 David XuActually delete SIGCANCEL mask for suspended thread...
2008-03-15 Tim KientzleUpdate a comment: the format bid only runs once per...
2008-03-15 Tim KientzleFree up the entry objects allocated during this test.
2008-03-15 Tim KientzleRelease the buffers used for exercising the compress...
2008-03-15 Tim KientzleRemove the duplicate "archive_format" and "archive_form...
2008-03-15 Tim KientzleCorrect a sign mismatch that only showed up on 64-bit...
2008-03-15 Tim KientzleRefactor the mtree code a bit to make the layering...
2008-03-15 Tim KientzleFreeBSD does have fstat().
2008-03-15 Tim KientzleTestability is more important than standards conformance.
2008-03-15 Tim KientzleIgnore a few more common files.
2008-03-15 Tim KientzleResolve a minor nit in SUS compliance by including...
2008-03-15 Tim KientzleGC a reference to the defunct TESTFILES variable.
2008-03-15 Tim KientzleA subtle point: "pax interchange format" mandates that...
2008-03-15 Tim KientzleIgnore some built files.
2008-03-14 Tim KientzleDon't lie. If a string can't be converted to a wide...
2008-03-14 Tim KientzleDon't advertise the default block size as a constant...
2008-03-14 Tim KientzleNew public functions archive_entry_copy_link() and...
2008-03-14 Tim KientzleUpdate some comments, comment out argument names to...
2008-03-14 Tim KientzleSince "length" computes the length of a string and...
2008-03-14 Tim KientzleLet archive_entry_clear() accept a NULL pointer and...
2008-03-14 Tim KientzleRework the versioning implementation and test to match the
2008-03-14 Tim KientzleRework the versioning information, hopefully for the...
2008-03-14 Tim KientzleAdd a useful sprintf()-style wrapper around
2008-03-14 Tim KientzleSupport for writing 'compress' format, thanks to Joerg...
2008-03-14 Tim KientzleA block in a tar file is 512 bytes. Period.
2008-03-14 Joseph Koshy- Document Pentium and Pentium MMX events.
next