]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Use target_read_memory() and extract_unsigned_integer() instead of direct
[FreeBSD/FreeBSD.git] / lib /
2007-12-17 bdeDon't try to build s_nanl.c before it is committed.
2007-12-17 dasAdd logbl(3) to libm.
2007-12-17 davidxuAdd function prototypes.
2007-12-17 jasoneRefactor features a bit in order to make it possible...
2007-12-17 dasDocument the fact that we have nan(3) now, and make...
2007-12-16 deischenRemove hacks to allow libkse to export its symbols...
2007-12-16 dasImplement and document nan(), nanf(), and nanl(). This...
2007-12-16 dasExport gdtoa's __ULto{x,Q}_D2A routine in a private...
2007-12-16 dasArrange so that the NaN returned by strtod("nan", NULL...
2007-12-16 phkAdd a berase() function which uses ioctl(DIOCGDELETE...
2007-12-15 das1. Add csqrt{,f}(3).
2007-12-15 dasImplement and document csqrt(3) and csqrtf(3).
2007-12-14 deischenIncrement the version namespace for 8.0-current. New...
2007-12-14 desClean up namespace violations.
2007-12-14 dasUpdate the standards section, and make a minor clarific...
2007-12-14 davidxu1. Add function pthread_mutex_setspinloops_np to turn...
2007-12-14 dasTypo in previous commit
2007-12-14 dasSymbol.map additions for carg and cargf. (They're in...
2007-12-13 jhbUpdate posix_openpt(3) to handle 512 ptys. This was...
2007-12-12 dass/C90/C99/
2007-12-12 dasAdd a "STANDARDS" section.
2007-12-12 dasImplement carg(3) and cargf(3).
2007-12-12 wesRemove license clause 3 to agree with the now-standard...
2007-12-12 ru- Fix setting of MK_GSSAPI option by bsd.own.mk; its...
2007-12-12 bushmanImplementing 'fallback' nsswitch source. 'fallback...
2007-12-12 phantomRemove 3rd clause of license
2007-12-11 acheFix typo in the comment
2007-12-11 davidxuEnclose all code for macro ENQUEUE_MUTEX in do while...
2007-12-11 obrienThis commit was generated by cvs2svn to compensate...
2007-12-10 dougbHide the building and installation of libgssapi behind the
2007-12-09 dasRemove some test instrumentation. (The Symbol.map chang...
2007-12-09 dasFix handling of subnormals on i386/ia64/amd64.
2007-12-08 remkoMake the warning a bit less 'broad' then it used to...
2007-12-07 jkoshyImprove style(9) compliance and trim a long text line.
2007-12-06 deischenSet the tcb (thread control block) in the child process...
2007-12-05 obrienThis commit was generated by cvs2svn to compensate...
2007-12-04 kibThe __used (== __attribute__((__used)) ) silences the...
2007-12-04 kientzleIf a Zip entry has the "length at end" flag set, then...
2007-12-03 umeMerge BIND 9.4.2 into main chunk.
2007-12-03 umeThis commit was generated by cvs2svn to compensate...
2007-12-03 umeVendor import of BIND 9.4.2
2007-12-03 desSince jb@ fixed the type of dd_lock in <dirent.h>,...
2007-12-03 kibRestore the branding of the ELF executables. The struct...
2007-12-03 jkoshyAdd callchain parsing to -lpmc.
2007-12-03 jkoshyReplace a spurious cross-reference to hwpmc(4) with...
2007-12-03 dougbThis commit was generated by cvs2svn to compensate...
2007-12-03 dasIn scanf, round according to the current rounding mode.
2007-12-02 dougbOne more glue update for BIND 9.4.2
2007-12-02 dougbUpdate glue for BIND 9.4.2
2007-12-02 dougbThis commit was generated by cvs2svn to compensate...
2007-12-01 rwatsonFor un-prototyped static inline functions declared...
2007-11-30 deischenWARNS=3'ify.
2007-11-30 deischenInitialize the current thread and signal locks so that...
2007-11-29 brooksTo reduce the impact of possible removal of the syscall...
2007-11-28 dfrMake sure GSS-API mechanisms are loaded if gss_acquire_...
2007-11-28 jasoneOnly zero large allocations when necessary (for calloc()).
2007-11-28 jasoneFix pointer dereferencing problems in _pthread_mutex_in...
2007-11-27 jasoneAdd _pthread_mutex_init_calloc_cb to libc's map, for...
2007-11-27 jasoneDocument the B and L MALLOC_OPTIONS.
2007-11-27 jasoneImplement dynamic load balancing of thread-->arena...
2007-11-27 jasoneAdd _pthread_mutex_init_calloc_cb() to libthr and libks...
2007-11-27 jasoneImplement lazy deallocation of small objects. For...
2007-11-27 jasoneAvoid re-zeroing memory in calloc() when possible.
2007-11-27 jasoneFix stats printing of the amount of memory currently...
2007-11-26 delphijThis commit was generated by cvs2svn to compensate...
2007-11-26 jkoshy- Allow source descriptors with no data to be used...
2007-11-26 davidxuMove the added code in revision 1.26 into function...
2007-11-25 jkoshy- Add an overview of the pmc(3) API.
2007-11-25 jkoshyMove the following functions into their own manual...
2007-11-25 jkoshy- Describe function pmc_init() in its own manual page.
2007-11-24 mtmHmmm, must get reading glasses or else change the font...
2007-11-24 jkoshyDescribe convenience functions `pmc_name_of_{capability...
2007-11-23 jkoshyDescribe pmc_event_names_of_class() in its own manual...
2007-11-23 jkoshyDescribe pmc_enable() and pmc_disable() in their own...
2007-11-23 jkoshyDescribe pmc_allocate() and pmc_release() in their...
2007-11-23 jkoshySections of type SHT_GNU_versym use ELF type ELF_T_HALF...
2007-11-23 jbUse an intermediate pointer to avoid a strict aliasing...
2007-11-23 davidxuSimplify code, fix a thread cancellation bug in sem_wai...
2007-11-21 davidxuReuse nwaiter member field to record number of waiters...
2007-11-21 davidxuRemove warning level and aliasing restrictions.
2007-11-21 davidxuConvert ceiling type to unsigned integer before compari...
2007-11-21 davidxuAdd some function prototypes.
2007-11-21 davidxuRemove umtx_t definition, use type long directly, add...
2007-11-21 jbUse an intermediate pointer to avoid a strict aliasing...
2007-11-20 mtmEnclose entire header in #ifndef _LIBDISK_H_
2007-11-20 kensmithWhile checking over the libraries for 7.0-REL Kris...
2007-11-20 jbThese are the things that the tinderbox has problems...
2007-11-20 jbUse intermediate pointers to avoid strict alias type...
2007-11-19 cognetChange the casts from (pthread_mutex_t *) to (void...
2007-11-19 jhbBump up the number of ttys supported by pty(4) to 512...
2007-11-19 davidxuMFlibthr:
2007-11-18 mtmCapitalization
2007-11-18 jbConstify the first argument to expand_number() so that...
2007-11-17 cognetBuild libthread_db for arm as well.
2007-11-17 cognetAdd arm support in libthread_db.
2007-11-16 delphijThis commit was generated by cvs2svn to compensate...
2007-11-16 emaxFix bug in handling SDP continuation state.
2007-11-15 ruFix bad rule and bad dependency for nsparser.h that can
2007-11-14 obrienThis commit was generated by cvs2svn to compensate...
2007-11-07 rafan- Include runetype.h for _RuneLocale_
next