]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Use M_NOWAIT instead of M_WAITOK to cause malloc() to return NULL
[FreeBSD/FreeBSD.git] / lib /
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.
2007-11-21 David XuRemove umtx_t definition, use type long directly, add...
2007-11-21 John BirrellUse an intermediate pointer to avoid a strict aliasing...
2007-11-20 Mike MakonnenEnclose entire header in #ifndef _LIBDISK_H_
2007-11-20 Ken SmithWhile checking over the libraries for 7.0-REL Kris...
2007-11-20 John BirrellThese are the things that the tinderbox has problems...
2007-11-20 John BirrellUse intermediate pointers to avoid strict alias type...
2007-11-19 Olivier HouchardChange the casts from (pthread_mutex_t *) to (void...
2007-11-19 John BaldwinBump up the number of ttys supported by pty(4) to 512...
2007-11-19 David XuMFlibthr:
2007-11-18 Mike MakonnenCapitalization
2007-11-18 John BirrellConstify the first argument to expand_number() so that...
2007-11-17 Olivier HouchardBuild libthread_db for arm as well.
2007-11-17 Olivier HouchardAdd arm support in libthread_db.
2007-11-16 Xin LIThis commit was generated by cvs2svn to compensate...
2007-11-16 Maksim YevmenkinFix bug in handling SDP continuation state.
2007-11-15 Ruslan ErmilovFix bad rule and bad dependency for nsparser.h that can
2007-11-14 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-11-07 Rong-En Fan- Include runetype.h for _RuneLocale_
2007-11-07 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
next