dragonfly.git
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 XuAdd prototypes of proc service API, every debugger...
2005-05-07 David XuDefine type lwpid_t, it will be used for thread debugge...
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-07 Sascha WildnerCorrect typo: vender -> vendor
2005-05-06 Liam J. Foy- Produce more informative output to syslog. Generally...
2005-05-06 YONETANI TomokazuBackout the last commit. _S is also true for a few...
2005-05-06 Simon SchubertFix compilation with gcc-4.0: static int debug can...
2005-05-06 Simon SchubertBring in fix from FreeBSD/cperciva:
2005-05-06 Simon SchubertBring in fix from FreeBSD/cperciva:
2005-05-05 Sascha WildnerRemove DEC Alpha support.
2005-05-05 Max OkumotoCleanup globals in str.c
2005-05-05 Max OkumotoCleanup MAKEFLAGS_break()
2005-05-05 Max OkumotoCleanup brk_string()
2005-05-05 Max Okumotoinline nomem() and delete the function.
2005-05-05 Max Okumotouse waitpid() instead of wait()
2005-05-05 Max OkumotoMinor cleanup.
2005-05-05 Max OkumotoJob_ParseShell()
2005-05-05 Max OkumotoMove #define of DEFMAXJOBS from config.h to main.c
2005-05-04 Joerg SonnenbergerTypo, linking against -lc_p belongs into the -pg case.
2005-05-04 YONETANI TomokazuA few shared libraries get installed with schg turned on.
2005-05-03 Joerg SonnenbergerSplit libc and libc_r. -pthread now links aginst both...
2005-05-03 Joerg SonnenbergerAllocate some additional space for dlopen'd libraries...
2005-05-03 Liam J. Foy- Use socklen_t
2005-05-03 Liam J. Foy- When calling syslog(3), use %m for errno and lose...
2005-05-03 Liam J. Foy- WARNS 6
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 SonnenbergerSync with FreeBSD. This adds read-only support for...
2005-05-03 Joerg SonnenbergerSync with FreeBSD. This adds read-only support for... vendor/BSDTAR
2005-05-03 Joerg SonnenbergerMove old locale sources into the attic.
2005-05-03 Joerg Sonnenbergergnu/usr.sbin and gnu/libexec have been empty for ages...
2005-05-03 Joerg SonnenbergerRefine USE_RC_SUBR / USE_RCORDER handling. The install...
2005-05-03 Joerg SonnenbergerMore spring-cleaning.
2005-05-03 Joerg SonnenbergerMore spring-cleaning.
2005-05-03 Joerg SonnenbergerSpring-cleaning.
2005-05-03 Joerg SonnenbergerMake errno a thread-local variable and remove the __err...
2005-05-03 Joerg SonnenbergerRemove PCVT related entries.
2005-05-03 Joerg SonnenbergerWe have to allocate the TLS area for _thread_kern_threa...
2005-05-03 Joerg SonnenbergerForgotten major bump.
2005-05-02 Matthew DillonAdjust the upgrade target to remove libraries from...
2005-05-02 Matthew DillonIf a process does not block between setting up %gs...
2005-05-02 Joerg SonnenbergerExplicitly close low descriptors to keep the internal...
2005-05-02 Matthew DillonThe library compat Makefile needs 'tail'.
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 Matthew DillonA program which sets up a TLS segment and then loops...
2005-05-02 Matthew DillonReport on segmentation violations (from testing file...
2005-05-02 Joerg Sonnenbergerisprint() should be true only for characters in space...
2005-05-02 Joerg SonnenbergerRemove sys_set_tls_area hack, doesn't matter when we...
2005-05-02 YONETANI TomokazuFix typo inside #ifdef SMP.
2005-05-01 Liam J. Foy- Add missing include <stdlib.h> for exit()
2005-05-01 Joerg SonnenbergerLink with --no-undefined to enfore the normal missing...
2005-05-01 Joerg SonnenbergerInclude __error in libc_rtld too, otherwise RTLD is...
2005-05-01 Liam J. Foy- Use socklen_t
2005-05-01 Liam J. Foy- sprintf -> snprintf
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 PandyaUse reallocf(3) and cleanup some NULL checks.
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-30 Sascha WildnerRemove DEC Alpha support.
2005-04-30 Liam J. Foy- Improve option handling
2005-04-30 Joerg SonnenbergerAdd NO_PKGTOOLS to not install the FreeBSD derived...
2005-04-30 Jeroen Ruigrok... Back out getloadavg()'s change from int to size_t....
2005-04-30 YONETANI Tomokazuleftover from proc->thread stage 4
2005-04-29 Max OkumotoFreeBSD-Date: 2005/04/29 16:15:28
2005-04-29 Max OkumotoFreeBSD-Date: 2005/04/29 15:37:44
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 SonnenbergerSeparate INTERNALLIB and INSTALL_PIC_ARCHIVE. We want...
2005-04-29 Joerg SonnenbergerOnly install man page for libc.
2005-04-29 Max OkumotoPut paren around return arg.
2005-04-29 Matthew DillonFinal forced commit to correct log comments. char...
2005-04-29 Joerg Sonnenbergerde-errno
2005-04-29 Joerg Sonnenbergerde-errno
2005-04-29 Joerg Sonnenbergerde-errno
2005-04-29 Joerg Sonnenbergerde-errno
2005-04-29 Joerg Sonnenbergerde-errno
2005-04-29 Joerg Sonnenbergerde-errno
2005-04-29 Max OkumotoWe have no more warnings, turn on WARNS_WERROR.
2005-04-29 Max OkumotoUpdate directive_hash.c by running
2005-04-29 Max OkumotoFreeBSD-Date: 2005/04/28 16:37:25
2005-04-29 Max OkumotoFreeBSD-Date: 2005/04/28 13:05:43
2005-04-29 Sascha WildnerAdd C90 Amendment 1 (for citrus man pages).
2005-04-29 Sascha WildnerAdd a missing .El and fix a couple of typos.
2005-04-29 Joerg Sonnenbergerde-errno
2005-04-29 Joerg Sonnenbergerextern int errno considered harmful.
2005-04-28 Joerg SonnenbergerIncluding errno.h and still declaring errno is BROKEN.
2005-04-28 Joerg SonnenbergerPANIC for now, if the linker can't allocate TLS space.
2005-04-28 Max OkumotoRestructured building the directive_hash.[ch] files...
2005-04-28 Joerg SonnenbergerReadd lost line.
next