]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Bump .Dd for r1.63; fix small nit from the same.
[FreeBSD/FreeBSD.git] / lib /
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...
2007-11-06 Marius StroblIn _pthread_key_create() ensure that libthr is initiali...
2007-11-05 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2007-10-31 David XuAvoid doing adaptive spinning for priority protected...
2007-10-31 David XuDon't do adaptive spinning if it is running on UP kernel.
2007-10-31 David XuRestore revision 1.55, the kris's adaptive mutex type.
2007-10-30 Giorgos KeramidasRemove an extra (commented out) .Sh HISTORY section...
2007-10-30 Giorgos KeramidasRemove an extra (commented out) .Sh HISTORY section...
2007-10-30 Giorgos KeramidasChange a .PP request to a valid .Pp mdoc request, and...
2007-10-30 Giorgos KeramidasRemove duplicate (but commented out) .Sh HISTORY sectio...
2007-10-30 Giorgos KeramidasRemove duplicate (but commented out) .Sh HISTORY sectio...
2007-10-30 Giorgos KeramidasRemove extraneous empty lines, to fix mdoc warnings.
2007-10-30 Giorgos Keramidasmdoc fix: remove extraneous empty line.
2007-10-30 Giorgos KeramidasBump manpage date, missed during the last change.
2007-10-30 Giorgos KeramidasThe .Fx request doesn't recognize 2.2.0, so use ".Fx...
2007-10-30 Giorgos KeramidasRemove extraneous .Ef request.
2007-10-30 Kris KennawayAdaptive mutexes should have the same deadlock detectio...
2007-10-30 David XuAdd my recent work of adaptive spin mutex code. Use...
2007-10-29 Kris KennawayAdd a new "non-portable" mutex type, PTHREAD_MUTEX_ADAP...
2007-10-29 Robert WatsonThis commit was generated by cvs2svn to compensate...
2007-10-27 Tim KientzleWhen skipping input data, don't overflow a 32-bit size_t.
2007-10-26 Julian ElischerAparrently MACXOCOMLEN exisrts only on my machine
2007-10-26 Ruslan ErmilovAdd a period for yar@.
2007-10-26 Julian ElischerIntroduce a way to make pure kernal threads.
2007-10-26 Dag-Erling SmørgravCorrect documentation of ~/.opiealways
2007-10-25 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-10-24 John BaldwinFirst cut at support for booting a GPT labeled disk...
2007-10-24 Tim KientzleFix reading of files that use pax 'size' attribute...
2007-10-23 Andrey A. ChernovBack out 2nd part of wrong iswascii() change in prev...
2007-10-22 John BirrellAdd a BUGS section to note that mount/chroot changes...
next