]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Grumble. DO declare logbl(), DON'T declare logl() just yet.
[FreeBSD/FreeBSD.git] / lib /
2007-12-20 David SchultzGrumble. DO declare logbl(), DON'T declare logl() just...
2007-12-20 David SchultzRemove the declaration of logl(). The relevant bits...
2007-12-19 Ruslan ErmilovAdd missing dependencies on Makefile (fixes NO_CLEAN...
2007-12-19 Warner LoshReduce lock contention for simple cases.
2007-12-19 Warner LoshAdd note about other systems.
2007-12-19 Dag-Erling SmørgravAs several people pointed out, I did all the ctype...
2007-12-18 David SchultzMove all the xprintf-related symbols to FBSDprivate_1.0.
2007-12-18 David SchultzSince nan() is supposed to work the same as strtod...
2007-12-18 Dag-Erling SmørgravDocument NO_PROXY / no_proxy.
2007-12-18 Dag-Erling SmørgravAdd support for the NO_PROXY / no_proxy environment...
2007-12-18 Dag-Erling SmørgravOld patch I had lying around: correctly cast the argume...
2007-12-18 Jason EvansUse fixed point integer math instead of floating point...
2007-12-18 Maxim SobolevFix logical bug in the bzip2 reading code, which result...
2007-12-18 David SchultzCatch up with vfprintf.c,v 1.77.
2007-12-18 David SchultzRemove z_abs(). The z_*() functions were in libf77...
2007-12-17 Bruce EvansOops, the previous commit was not needed -- the file...
2007-12-17 Bruce EvansTranslate from the i386 so that this compiles and runs.
2007-12-17 Michael BushkovMoved logging out of the nss_method_lookup() in order...
2007-12-17 Bruce EvansDon't try to build s_nanl.c before it is committed.
2007-12-17 David SchultzAdd logbl(3) to libm.
2007-12-17 David XuAdd function prototypes.
2007-12-17 Jason EvansRefactor features a bit in order to make it possible...
2007-12-17 David SchultzDocument the fact that we have nan(3) now, and make...
2007-12-16 Daniel EischenRemove hacks to allow libkse to export its symbols...
2007-12-16 David SchultzImplement and document nan(), nanf(), and nanl(). This...
2007-12-16 David SchultzExport gdtoa's __ULto{x,Q}_D2A routine in a private...
2007-12-16 David SchultzArrange so that the NaN returned by strtod("nan", NULL...
2007-12-16 Poul-Henning KampAdd a berase() function which uses ioctl(DIOCGDELETE...
2007-12-15 David Schultz1. Add csqrt{,f}(3).
2007-12-15 David SchultzImplement and document csqrt(3) and csqrtf(3).
2007-12-14 Daniel EischenIncrement the version namespace for 8.0-current. New...
2007-12-14 Dag-Erling SmørgravClean up namespace violations.
2007-12-14 David SchultzUpdate the standards section, and make a minor clarific...
2007-12-14 David Xu1. Add function pthread_mutex_setspinloops_np to turn...
2007-12-14 David SchultzTypo in previous commit
2007-12-14 David SchultzSymbol.map additions for carg and cargf. (They're in...
2007-12-13 John BaldwinUpdate posix_openpt(3) to handle 512 ptys. This was...
2007-12-12 David Schultzs/C90/C99/
2007-12-12 David SchultzAdd a "STANDARDS" section.
2007-12-12 David SchultzImplement carg(3) and cargf(3).
2007-12-12 Wes PetersRemove license clause 3 to agree with the now-standard...
2007-12-12 Ruslan Ermilov- Fix setting of MK_GSSAPI option by bsd.own.mk; its...
2007-12-12 Michael BushkovImplementing 'fallback' nsswitch source. 'fallback...
2007-12-12 Alexey ZelkinRemove 3rd clause of license
2007-12-11 Andrey A. ChernovFix typo in the comment
2007-12-11 David XuEnclose all code for macro ENQUEUE_MUTEX in do while...
2007-12-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-10 Doug BartonHide the building and installation of libgssapi behind the
2007-12-09 David SchultzRemove some test instrumentation. (The Symbol.map chang...
2007-12-09 David SchultzFix handling of subnormals on i386/ia64/amd64.
2007-12-08 Remko LodderMake the warning a bit less 'broad' then it used to...
2007-12-07 Joseph KoshyImprove style(9) compliance and trim a long text line.
2007-12-06 Daniel EischenSet the tcb (thread control block) in the child process...
2007-12-05 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-04 Konstantin BelousovThe __used (== __attribute__((__used)) ) silences the...
2007-12-04 Tim KientzleIf a Zip entry has the "length at end" flag set, then...
2007-12-03 Hajimu UMEMOTOMerge BIND 9.4.2 into main chunk.
2007-12-03 Hajimu UMEMOTOThis commit was generated by cvs2svn to compensate...
2007-12-03 Hajimu UMEMOTOVendor import of BIND 9.4.2
2007-12-03 Dag-Erling SmørgravSince jb@ fixed the type of dd_lock in <dirent.h>,...
2007-12-03 Konstantin BelousovRestore the branding of the ELF executables. The struct...
2007-12-03 Joseph KoshyAdd callchain parsing to -lpmc.
2007-12-03 Joseph KoshyReplace a spurious cross-reference to hwpmc(4) with...
2007-12-03 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-12-03 David SchultzIn scanf, round according to the current rounding mode.
2007-12-02 Doug BartonOne more glue update for BIND 9.4.2
2007-12-02 Doug BartonUpdate glue for BIND 9.4.2
2007-12-02 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-12-01 Robert WatsonFor un-prototyped static inline functions declared...
2007-11-30 Daniel EischenWARNS=3'ify.
2007-11-30 Daniel EischenInitialize the current thread and signal locks so that...
2007-11-29 Brooks DavisTo reduce the impact of possible removal of the syscall...
2007-11-28 Doug RabsonMake sure GSS-API mechanisms are loaded if gss_acquire_...
2007-11-28 Jason EvansOnly zero large allocations when necessary (for calloc()).
2007-11-28 Jason EvansFix pointer dereferencing problems in _pthread_mutex_in...
2007-11-27 Jason EvansAdd _pthread_mutex_init_calloc_cb to libc's map, for...
2007-11-27 Jason EvansDocument the B and L MALLOC_OPTIONS.
2007-11-27 Jason EvansImplement dynamic load balancing of thread-->arena...
2007-11-27 Jason EvansAdd _pthread_mutex_init_calloc_cb() to libthr and libks...
2007-11-27 Jason EvansImplement lazy deallocation of small objects. For...
2007-11-27 Jason EvansAvoid re-zeroing memory in calloc() when possible.
2007-11-27 Jason EvansFix stats printing of the amount of memory currently...
2007-11-26 Xin LIThis commit was generated by cvs2svn to compensate...
2007-11-26 Joseph Koshy- Allow source descriptors with no data to be used...
2007-11-26 David XuMove the added code in revision 1.26 into function...
2007-11-25 Joseph Koshy- Add an overview of the pmc(3) API.
2007-11-25 Joseph KoshyMove the following functions into their own manual...
2007-11-25 Joseph Koshy- Describe function pmc_init() in its own manual page.
2007-11-24 Mike MakonnenHmmm, must get reading glasses or else change the font...
2007-11-24 Joseph KoshyDescribe convenience functions `pmc_name_of_{capability...
2007-11-23 Joseph KoshyDescribe pmc_event_names_of_class() in its own manual...
2007-11-23 Joseph KoshyDescribe pmc_enable() and pmc_disable() in their own...
2007-11-23 Joseph KoshyDescribe pmc_allocate() and pmc_release() in their...
2007-11-23 Joseph KoshySections of type SHT_GNU_versym use ELF type ELF_T_HALF...
2007-11-23 John BirrellUse an intermediate pointer to avoid a strict aliasing...
2007-11-23 David XuSimplify code, fix a thread cancellation bug in sem_wai...
2007-11-21 David XuReuse nwaiter member field to record number of waiters...
2007-11-21 David XuRemove warning level and aliasing restrictions.
2007-11-21 David XuConvert ceiling type to unsigned integer before compari...
2007-11-21 David XuAdd some function prototypes.
next