]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Make code simplier fixing memory leak.
[FreeBSD/FreeBSD.git] / lib /
2006-01-14 davidxuEnable mutex inheritance code in mutex_fork, I forgot...
2006-01-13 jasoneReplace malloc(), calloc(), posix_memalign(), realloc...
2006-01-13 jasoneIncrease the number of spinlocks, since libc's malloc...
2006-01-12 glebiusIn the splnet(9) times netgraph(4) was synchronous...
2006-01-12 jasoneFix a bitwise logic error in posix_memalign().
2006-01-12 ruThis commit was generated by cvs2svn to compensate...
2006-01-12 jasoneUse posix_memalign() in valloc() rather than making...
2006-01-12 jasoneIn preparation for a new malloc implementation:
2006-01-12 ruBuild shared library on behalf of bsnmpd.
2006-01-11 ceriI wrote getnetconfig where I meant getnetpath in the...
2006-01-11 davidxuThe thr_new sysscall was already in libc, don't generat...
2006-01-10 grogAdd references to fhopen, fhstat, getfh, lgetfh and...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 davidxuUse macro STATIC_LIB_REQUIRE to declare a symbol should...
2006-01-09 davidxuRescue pthread_set_name_np for compatible reason, remov...
2006-01-09 davidxuTweak macro THR_LOCK_RELEASE a bit for non-PTHREAD_INVA...
2006-01-09 davidxuReturn real detached state.
2006-01-08 davidxuFix a bug recently introduced, the _thread_active_count...
2006-01-08 davidxuAllow background threads to be suspended.
2006-01-08 davidxuTry to reduce total time needed for suspending all...
2006-01-07 davidxuRemove functions i386_get_gsbase and i386_set_gsbase...
2006-01-06 cerio Document the possibility of putting 'b' in the flag...
2006-01-05 davidxuRefine thread suspension code, now thread suspension...
2006-01-05 bdeOops, on amd64 (and probably on all non-i386 systems...
2006-01-05 ddsDocument the recently-added EINVAL behavior.
2006-01-05 bdeUse double precision internally to optimize cbrtf(...
2006-01-04 dougbThis commit was generated by cvs2svn to compensate...
2006-01-04 davidxu1. Add SIGEV_THREAD notification for mq_notify.
2006-01-03 brianFor the ``#ifdef NOTYET'' code that allows calling...
2006-01-03 davidxuRemove in-progress wait code to sync with libpthread...
2006-01-01 dfrUse the correct shared-library version number (the...
2005-12-30 guidoThis commit was generated by cvs2svn to compensate...
2005-12-30 guidoThis commit was generated by cvs2svn to compensate...
2005-12-30 csjpDocument the LOGIN_SETMAC setusercontext(3) flag. While...
2005-12-29 dfrAdd a new extensible GSS-API layer which can support...
2005-12-29 dougbUpdated versions of header files generated per the...
2005-12-29 dougbThis commit was generated by cvs2svn to compensate...
2005-12-29 grehangmon now supported on powerpc
2005-12-29 grehanThe minbrk symbol is hidden the same on powerpc as...
2005-12-27 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-24 trhodesAdd a64l(), l64a(), and l64a_r() XSI extentions. These...
2005-12-23 phkAdd abort2 manual page.
2005-12-22 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-22 cognetExplicitely use a "signed char" instead of a "char...
2005-12-21 davidxuLet _mutex_cv_lock call internal functiona mutex_lock_c...
2005-12-21 davidxuHide umtx API symbols as well.
2005-12-21 davidxu1. Retire macro SCLASS, instead simply use language...
2005-12-21 davidxuFollow the mistake in libpthread, the first version...
2005-12-20 bdeExtract the high and low words together. With gcc...
2005-12-19 davidxuClear return code to zero if joiner successfully waited...
2005-12-19 bdeUse a minimax polynomial approximation instead of a...
2005-12-18 bdeFixed code to match comments and the algorithm:
2005-12-18 kanImplement ELF symbol versioning using GNU semantics...
2005-12-18 marcelMake our ELF64 type definitions match standards. In...
2005-12-17 davidxuUpdate copyright.
2005-12-16 phkAdd an extensible version of our *printf(3) implementat...
2005-12-16 davidxuWith current pthread implementations, a mutex initializ...
2005-12-15 bdeAdded comments about the apparently-magic rational...
2005-12-13 bdeOptimize by not doing excessive conversions for handlin...
2005-12-13 bdeFixed some especially horrible style bugs (indentation...
2005-12-13 ru[mdoc] add missing space before a punctuation type...
2005-12-13 davidxuSort .Xr by section number.
2005-12-13 phk/* You're not supposed to hit this problem */
2005-12-13 davidxuAdd cross references to siginfo.3.
2005-12-12 davidxuRemove unused _get_curthread() call.
2005-12-11 bdeAdded comments about the magic behind
2005-12-11 bdeFixed the unexpectedly large maximum error after the...
2005-12-11 bdeFixed all 502518670 errors of more than 1 ulp for cbrtf...
2005-12-11 bdeFixed some magic numbers.
2005-12-07 obrienThis commit was generated by cvs2svn to compensate...
2005-12-06 obrien"Create" ldexpf for non-i386 architectures.
2005-12-06 davidxuFix markeup.
2005-12-05 davidxuFix markup.
2005-12-05 davidxuDocument SIGEV_NONE and SIGEV_SIGNAL.
2005-12-04 bdeFixed the approximation to pio4. pio4_hi must be pio2_...
2005-12-04 bdeFor log1pf(), fixed the approximations to sqrt(2),...
2005-12-04 stefanfMerge NetBSD's revision 1.27. This bug can be observed...
2005-12-04 bdeUse the usual volatile hack to trick gcc into clipping...
2005-12-03 bdeFixed fdlibm[+cygnus] logbf() and logb() on denormals...
2005-12-03 ruFix prototype.
2005-12-03 ruFix type of argument.
2005-12-03 bdeRestored removal of the special handling needed for...
2005-12-03 ruBreak hard sentence break.
2005-12-03 bdeSimplified the fix in rev.1.3. Instead of using long...
2005-12-03 bdeFixed rint(x) in the following cases:
2005-12-03 ambriskoSwitch BUILD_ARCH in Makefile to use uname -p suggested...
2005-12-03 davidxuRemove implementation-defined, it has already been...
2005-12-03 davidxuRemove implementation-defined sentences.
2005-12-03 davidxuFix lots of markup and content bug.
2005-12-02 davidxusyscall -> system call.
2005-12-02 bdeFixed roundf(). The following cases never worked in...
2005-12-02 davidxuFix markup.
2005-12-02 ambriskoUnbreak build when I fluff the clean-up of __FBSDID...
2005-12-02 ambriskoAdd support to easily build FreeBSD unpacked in a chroo...
2005-12-01 impTweak markup for POSIX standards. Minor wordsmithing.
2005-12-01 impDocument O_NOCTTY and O_SYNC. O_NOCTTY is a nop on...
2005-12-01 jhbAdd MLINK for execvP(3).
next