Rip out bad spl manipulating junk from mpt and clean it up.
[dragonfly.git] / lib / libc /
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 SonnenbergerMerge from vendor branch FILE:
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-11 Matthew DillonMajor TLS cleanups.
2005-05-11 Joerg SonnenbergerMerge from vendor branch GCC:
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 XuAdd locking for FILE.
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 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-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 SonnenbergerMake errno a thread-local variable and remove the __err...
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-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 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 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 Joerg SonnenbergerInclude string.h, use strlcpy.
2005-04-27 Joerg SonnenbergerWhen bitwise iterating over in_addr_t, use it for the...
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.
2005-04-27 Joerg SonnenbergerUse size_t for length, not int.
2005-04-27 Joerg SonnenbergerFix warnings.
2005-04-27 Joerg SonnenbergerRemove dllockinit, it's been deprecated and is a NOP...
2005-04-27 Joerg SonnenbergerAlways use strlcpy, in the last case of possible trunca...
2005-04-27 Joerg SonnenbergerANSIfy, fix warnings.
2005-04-27 Joerg SonnenbergerMark name as const char *, not char *.
2005-04-26 Joerg Sonnenbergerconst correctness
2005-04-26 Joerg Sonnenbergerconst / sign correctnes
2005-04-26 Joerg SonnenbergerRemove unionfs hack. DTF_NODUP is now a NOP.
2005-04-26 Joerg SonnenbergerRemove dead code. Fix warnings.
2005-04-26 Joerg SonnenbergerANSIfy, no (void) before functions, include stdlib...
2005-04-26 Joerg SonnenbergerIt's dead, Jim.
2005-04-26 Joerg SonnenbergerRemove useless void * before free. Remove local prototy...
2005-04-26 Joerg SonnenbergerAlways use strlcpy, in the last case also check the...
2005-04-26 Joerg SonnenbergerFix warning.
2005-04-26 Joerg SonnenbergerExplicitly initialize e. The code flow looks safe,...
2005-04-26 Joerg SonnenbergerWork around restrict.
2005-04-26 Joerg SonnenbergerCorrect and improve __diagassert.
2005-04-26 Joerg SonnenbergerFix warnings. Use sysctlbyname.
2005-04-26 Joerg SonnenbergerAdd prototype for __creat.
2005-04-26 Joerg SonnenbergerChange arc4random_addrandom to pass the more natural...
2005-04-26 Joerg SonnenbergerFix warnings.
2005-04-26 Joerg SonnenbergerFix warnings.
2005-04-26 Joerg SonnenbergerFix warnings. Use sysctlbyname.
2005-04-26 Joerg SonnenbergerInclude guard.
2005-04-26 Joerg SonnenbergerEnsure that the directory fits into memory. Fix warnings.
2005-04-26 Joerg SonnenbergerANSIfy. Fix warnings.
2005-04-26 Joerg SonnenbergerUse namespace mangler.
2005-04-26 Joerg Sonnenbergeruse uid_t / gid_t for prototype in stdlib.h, ANSIfy.
2005-04-26 Joerg SonnenbergerFix warnings.
2005-04-26 Joerg Sonnenbergervfork can clobber the local stack frame, use fork(...
2005-04-26 Joerg SonnenbergerFix warning.
2005-04-26 Joerg SonnenbergerFix warnings, ANSIfy.
2005-04-26 Joerg SonnenbergerANSIfy. Fix warnings.
2005-04-26 Joerg SonnenbergerFix warnings. Sprinkle const. Use size_t in some places.
2005-04-26 YONETANI Tomokazuyp_maplist is one of those undocumented functions,...
2005-04-26 Joerg SonnenbergerFix warnings, remove unused headers. Remove additional...
2005-04-26 Joerg SonnenbergerRemove more __NETBSD_SYSCALLS.
2005-04-26 Joerg SonnenbergerRemove compat junk, __getcwd always exists on DragonFly.
2005-04-26 Joerg SonnenbergerUnconditionalize HAS_UTRACE, we never have NetBSD syscalls.
2005-04-26 Joerg SonnenbergerFix warnings.
2005-04-26 Joerg SonnenbergerReadd ypresp_allfn, now correctly typed.
2005-04-25 Joerg Sonnenbergerconst correctness
2005-04-25 Joerg SonnenbergerFix warnings, ANSIfy, constify.
2005-04-25 Joerg SonnenbergerFirst stab at WARNS=6 cleaning. More will be done once...
2005-04-25 Joerg SonnenbergerAnsify getcwd and declare the syscall prototype.
2005-04-25 Joerg SonnenbergerANSIfy.
2005-04-25 Joerg SonnenbergerANSIfy and fix function casts.
next