Rename the variable PROG to LDR to remove a warning message about
[dragonfly.git] / lib /
2005-07-04 Joerg SonnenbergerSync with NetBSD:
2005-07-04 Joerg SonnenbergerSync with NetBSD:
2005-07-04 Joerg SonnenbergerDeclare module for mapper_parallel explicitly to allow...
2005-07-04 Joerg SonnenbergerAllow inclusion of Citrus modules in statically linked...
2005-07-03 Simon Schubert- Use __inline instead of __inline__. Therefore include...
2005-07-02 Sascha WildnerAdd link for localeconv.3 man page.
2005-07-02 Sascha WildnerAdd link for termcap.3 man page.
2005-07-01 Sascha WildnerAdd missing curses.3 man page link.
2005-06-30 Simon SchubertRemove unreferenced files. Seems they now live in sys...
2005-06-30 Simon SchubertFix references to bzip2
2005-06-29 Simon SchubertSwitch to bzip2-1.0.3
2005-06-29 Simon SchubertMerge from vendor branch BZIP:
2005-06-27 Matthew DillonAllow the CTYPE macros to be disabled, forcing procedur...
2005-06-22 Matthew DillonSynchronize libkcore with recent file descriptor cleanups.
2005-06-21 David XuFix off-by-one error.
2005-06-19 Joerg SonnenbergerMerge from vendor branch GCC:
2005-06-13 Simon SchubertMerge from vendor branch CVS:
2005-06-06 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2005-06-05 Simon SchubertMerge from vendor branch GCC:
2005-06-03 Jeroen Ruigrok/asmodaiDocument thread-safety.
2005-06-02 Jeroen Ruigrok/asmodaiANSIfy.
2005-06-02 Jeroen Ruigrok/asmodaiDetail thread-safety conformance.
2005-06-01 Joerg SonnenbergerStop branding DragonFly binaries with the FreeBSD ABI.
2005-06-01 Joerg SonnenbergerTeach file about DragonFly's ELF ABI tagging.
2005-06-01 Joerg SonnenbergerMerge from vendor branch FILE:
2005-06-01 Joerg SonnenbergerUpdate to file 4.13. Put the contrib files into contrib...
2005-05-30 Joerg Sonnenbergerlibc_r has to provide strong versions of the public...
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-22 Liam J. Foy- util.h -> libutil.h
2005-05-11 Matthew DillonMajor TLS cleanups.
2005-05-11 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-11 David XuI am lost. if thread is blocked on mutex, _thread_kern_...
2005-05-11 David XuOverride _flockfile_debug.
2005-05-11 David Xuo Fix obsolete comment.
2005-05-09 Joerg SonnenbergerTypo in '(' description.
2005-05-09 Joerg Sonnenberger0x7f is only a control character.
2005-05-09 David XuEliminate PS_FILE_WAIT state, instead use FILE locking...
2005-05-09 David XuAdd locking for FILE.
2005-05-08 Matthew DillonInitial commit of the generation utility and configurat...
2005-05-08 Joerg SonnenbergerNuke ctypeio.c and associated ctype to rune table conve...
2005-05-08 Joerg SonnenbergerBite the bullet and add real masks isprint and isgraph...
2005-05-07 Simon SchubertMove function prototype from function scope to file...
2005-05-07 Simon SchubertAttempt to make code more readable
2005-05-07 Simon SchubertK&R -> modern C
2005-05-07 Simon SchubertMove function prototype from function scope to file...
2005-05-07 David XuSort names.
2005-05-07 David XuRemove unused function.
2005-05-07 David Xu1. Fix symbols needed by libthread_db.
2005-05-07 David XuAdd libthread_db, a thread debugging support library.
2005-05-07 David XuFix comment of error member, now errno is TLS based.
2005-05-07 David XuBackout revision 1.5, the pthread->error was used as...
2005-05-03 Joerg SonnenbergerSplit libc and libc_r. -pthread now links aginst both...
2005-05-03 Joerg SonnenbergerRemove obsolete patches.
2005-05-03 Joerg SonnenbergerDon't bother dealing with hidden syscalls, just do...
2005-05-03 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2005-05-03 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2005-05-03 Joerg SonnenbergerSync with FreeBSD. This adds read-only support for...
2005-05-03 Joerg SonnenbergerMake errno a thread-local variable and remove the __err...
2005-05-03 Joerg SonnenbergerWe have to allocate the TLS area for _thread_kern_threa...
2005-05-02 Joerg SonnenbergerExplicitly close low descriptors to keep the internal...
2005-05-02 Matthew DillonAdd a binary library compatibility infrastructure....
2005-05-02 Joerg SonnenbergerOverride closefrom() in libc_r to prevent it from closi...
2005-05-02 Joerg SonnenbergerRemove sys_set_tls_area hack, doesn't matter when we...
2005-05-01 Joerg SonnenbergerInclude __error in libc_rtld too, otherwise RTLD is...
2005-05-01 Hiten PandyaNetworking routing statistics on a per-CPU basis:
2005-05-01 Hiten PandyaAdd some useful comments to interface functions; requir...
2005-05-01 Hiten PandyaMinor adjustment of types for consistency.
2005-05-01 Hiten PandyaAdapt kcore_get_sched_cputime(3) to retrieve and presen...
2005-04-30 Hiten PandyaFix breakage.
2005-04-29 Joerg Sonnenbergersys_set_tls_area is called from _init_tls path, it...
2005-04-29 Joerg SonnenbergerPrepare for thread-local errno by implementing full...
2005-04-29 Joerg SonnenbergerMake a special libc version for RTLD which doesn't...
2005-04-29 Joerg SonnenbergerOnly install man page for libc.
2005-04-29 Matthew DillonFinal forced commit to correct log comments. char...
2005-04-28 Joerg SonnenbergerPANIC for now, if the linker can't allocate TLS space.
2005-04-28 Joerg SonnenbergerReadd explicit u_char casts for tolower().
2005-04-28 Joerg SonnenbergerAlways allocate static TLS space.
2005-04-28 Joerg SonnenbergerForced commit to correct imporant spelling error:
2005-04-28 Joerg SonnenbergerSlight correction for the last commit, thread TCB ...
2005-04-28 Joerg SonnenbergerFor the initial thread, rtld has already created the...
2005-04-28 Joerg SonnenbergerAdd support for TLS.
2005-04-28 Joerg SonnenbergerDeclare environ on file scope. Don't declare __findenv...
2005-04-28 Joerg SonnenbergerFix warnings.
2005-04-28 Joerg SonnenbergerRename symlink to my_symlink to avoid global shadowing.
2005-04-28 Joerg SonnenbergerFix the sign issue by reordering the operations. Use...
2005-04-28 Joerg SonnenbergerUse __DECONST for interface const violation.
2005-04-28 Joerg SonnenbergerDeclare __system first. ANSIfy.
2005-04-28 Joerg SonnenbergerDragonFly has decided to depend on char being signed...
2005-04-28 YONETANI TomokazuBackout part of the change in 1.4; copy directory part...
2005-04-27 Jeroen Ruigrok/asmodaiRemove dllockinit.3 from the Makefile.
2005-04-27 Joerg SonnenbergerRemove unused local functions. Const correctness. Sign...
2005-04-27 Hiten PandyaKINFO library cleanups:
2005-04-27 Joerg SonnenbergerInclude string.h, use strlcpy.
2005-04-27 Joerg SonnenbergerWhen bitwise iterating over in_addr_t, use it for the...
2005-04-27 Hiten PandyaAdapt the KINFO library to aggregate per-cpu cputime...
2005-04-27 Joerg SonnenbergerFix warnings, use strlcpy instead of strcpy + manual...
2005-04-27 Joerg SonnenbergerUse size_t for the number of elements, use sysctlbyname...
2005-04-27 Joerg SonnenbergerFix warnings.
2005-04-27 Joerg SonnenbergerANSIfy, use strlcpy from strncpy, fix most warnings.
next