]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Do not call ndis_setstate_80211() until we are ready to associate, the vap may
[FreeBSD/FreeBSD.git] / lib /
2008-04-30 dfrWhen receiving delegated credentials, initialise our...
2008-04-30 dfrUse global implementation of _gss_oid_equal.
2008-04-30 dfrAllow null oids in _gss_oid_equal().
2008-04-29 gonzo o Add MIPS to the list of architectures with defined...
2008-04-29 gonzo Set QUANTUM_2POW_MIN and SIZEOF_PTR_2POW parameters...
2008-04-29 ru_setjmp.o was missing a dependency on "machine".
2008-04-29 ruDon't forget to clean the "machine" symlink on amd64...
2008-04-29 davidxuUse UMTX_OP_WAIT_UINT_PRIVATE and UMTX_OP_WAKE_PRIVATE...
2008-04-29 jasoneCheck for integer overflow before calling sbrk(2),...
2008-04-28 rwatsonCorrect minor typos in SCTP man pages.
2008-04-27 marcelAdd support files for compiling with soft-float. This...
2008-04-26 krisIncrease the default MUTEX_ADAPTIVE_SPINS to 2000,...
2008-04-26 impAdd mips support to libm, from mips2-jnpr perforce...
2008-04-26 impBring in mips threads support from perforce mips2-jnpr...
2008-04-26 impAdd mips support libc from the mips2-jnpr branch of...
2008-04-26 scfHave the man page catch up with the namespace pollution...
2008-04-26 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-24 ruStricter check for integer overflow.
2008-04-24 marcelAdd support for gpart:
2008-04-23 delphijAvoid various shadowed variables. libthr is now almost...
2008-04-23 jasoneImplement red-black trees without using parent pointers...
2008-04-23 marcelCorrect an off-by-1 for GPART. The literal partition...
2008-04-23 scfAdd four utility functions related to struct grp proces...
2008-04-22 jhbFix a leak in the recent fixes for file descriptors...
2008-04-22 davidxuUse native rwlock.
2008-04-21 mariusThis commit was generated by cvs2svn to compensate...
2008-04-21 delphijThis commit was generated by cvs2svn to compensate...
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.
next