AMD64 - Fix many compile-time warnings. int/ptr type mismatches, %llx, etc.
[dragonfly.git] / lib /
2009-06-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-22 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2009-06-21 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2009-06-21 Peter AvalosMerge branch 'vendor/LIBARCHIVE' (early part)
2009-06-21 Peter AvalosMerge branch 'vendor/LESS'
2009-06-21 Peter AvalosMerge branch 'vendor/LESS'
2009-06-21 Peter AvalosAdd MD, optimized versions of string functions for...
2009-06-21 Peter AvalosAdd amd64 assembly versions of div(3), ldiv(3), and...
2009-06-21 Peter AvalosUpdate some of the amd64 parts of libc:
2009-06-21 Peter AvalosSync with i386's _fpmath.h:
2009-06-21 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-21 Peter AvalosMerge branch 'vendor/FILE'
2009-06-20 Peter AvalosMerge branch 'vendor/FILE'
2009-06-20 Peter AvalosMerge branch 'vendor/FILE'
2009-06-20 Peter AvalosMerge branch 'vendor/FILE' (early part)
2009-06-20 Peter AvalosMerge branch 'vendor/OPENSSH'
2009-06-20 Peter AvalosMerge branch 'vendor/OPENSSH'
2009-06-20 Peter AvalosMerge branch 'vendor/OPENSSH' (early part)
2009-06-20 Sascha Wildnerlibmd: Raise WARNS to 2 and fix a warning.
2009-06-20 Sascha WildnerRaise WARNS level of several libraries.
2009-06-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-10 Sascha Wildnerposix_spawn.3: Sort by section number, then alphabetically.
2009-06-08 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-08 Aggelos EconomopoulosMerge branch 'master' of /home/aggelos/devel/dfly/dfly...
2009-06-08 Sascha Wildnerlocaltime(3): Silence the last i386 warning in libc.
2009-06-04 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-30 Hasso TepperRemove symbols not in libpthread (libc_r).
2009-05-27 Simon Schubertlibc: consolidate pthread stub functions
2009-05-27 Simon Schubertlibthread_xu: disable use of version script
2009-05-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-23 Matthew Dillonamd64 - Fix compiler warning.
2009-05-23 Sascha Wildnerlibthread_xu: Use -Wl,... for passing linker options.
2009-05-23 Sascha Wildnerlibkvm: Raise WARNS to 2 and fix warnings.
2009-05-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-23 Matthew Dillonlibkvm - use the proper format %lx for kva, which is...
2009-05-23 Sascha WildnerAdjust objformat.1 and getobjformat.3 to the current...
2009-05-22 Simon Schubertlibc_r: map initial stack red zone with MAP_TRYFIXED
2009-05-15 Jordan GordeevFix chunking type to match expected pointer type. ...
2009-05-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-10 Sascha WildnerSync libfetch(3) with FreeBSD.
2009-05-10 Sascha Wildnermalloc.3: Add missing section in .Xr.
2009-05-06 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-05 Aggelos Economopoulosdocument kvm_open*() support for live vkernels
2009-05-04 Aggelos Economopoulosteach libkvm about vkernels
2009-05-02 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-02 Stathis Kamperisposix_memalign.3: Add implementation notes from malloc.3
2009-05-02 Stathis Kamperisposix_memalign.3: Import manual page from FreeBSD.
2009-04-30 Sascha Wildnermalloc(3) manual page: Adjust to our new malloc() imple...
2009-04-30 Matthew Dillonnmalloc - Further optimize posix_memalign()
2009-04-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-28 Matthew DillonFix short allocation in libc RTLD for static-compiled...
2009-04-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-28 Matthew DillonAdd posix_memalign(), fix minor bug in nmalloc.
2009-04-28 Sascha WildnerRemove unneeded .Pp before .Rs in various manual pages.
2009-04-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-27 Hasso TepperUse STDERR_FILENO for stderr messages.
2009-04-25 Matthew DillonUse MAP_TRYFIXED instead of MAP_FIXED when mapping...
2009-04-24 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-24 Hasso TepperNo barriers and spinlocks.
2009-04-24 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-24 Sascha Wildnerunvis(3) manual page: s/RFCxxxx/RFC xxxx/
2009-04-24 Sascha Wildnerypclient(3) manual page: .Pp not needed here.
2009-04-23 Matthew DillonFix logic when using the umtx_*_err() functions. With...
2009-04-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-23 Matthew DillonMake adjustments to how MAP_STACK works to prevent...
2009-04-23 Matthew DillonFix libthread_xu's use of MAP_STACK. Guards were not...
2009-04-23 Matthew DillonAdd missing files from umtx errno fixes commit.
2009-04-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-23 Matthew DillonFix an errno leak in libthread_xu's calls to umtx.
2009-04-23 Sascha WildnerAdd xdr_int64_t()/xdr_u_int64_t() documentation (from...
2009-04-23 Sascha WildnerAdd strnlen()/wcsnlen() documentation (from FreeBSD).
2009-04-23 Sascha WildnerAdd wcstof()/wcstold() documentation (from NetBSD).
2009-04-23 Sascha WildnerAdd strunvisx() documentation (from FreeBSD).
2009-04-23 Sascha WildnerBring in ypclnt(3) manual page (from NetBSD).
2009-04-22 Matthew DillonApply FreeBSD-SA-09:07.libc - fix information leak...
2009-04-22 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-22 Matthew DillonIncrease the number of internal spinlocks available...
2009-04-22 Matthew DillonReplace the old BSD malloc code with a port of our...
2009-04-22 Sascha Wildnertmpnam(3) manual page: Correct function name.
2009-04-21 Peter AvalosSync libc/stdio with FreeBSD:
2009-04-21 Peter AvalosAdd the wcsnlen() function.
2009-04-21 Peter AvalosAdd wcstof() and wcstold() functions.
2009-04-21 Peter AvalosAdd the strnlen() function.
2009-04-19 Simon Schubertcsu: adjust readme
2009-04-19 Simon Schubertcsu: move crt files to /usr/lib
2009-04-17 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-17 Sascha WildnerFix printf(3) and friends when printing a float with...
2009-04-16 Matthew Dillonlibc: malloc: minor code cleanup (no operational changes)
2009-04-15 Sascha Wildnerlib/libpthread/Makefile: Oops, add missing '\'.
2009-04-15 Sascha Wildnerpthread(3): Move pthread(3) manual page to lib/libpthre...
2009-04-15 Sascha WildnerRemove libc_r from list of Lb values and adjust libpthr...
2009-04-15 Sascha WildnerMove pthread* manpages to lib/libpthread as they are...
2009-04-14 Sascha Wildnerposix_spawn_file_actions_init(3) manual page: Fix wrong...
2009-04-12 Sascha Wildnerrcmd(3) manual page: Add missing .El
2009-04-12 Stathis Kamperisfts(3): fix typo in MLINK
2009-04-11 Sascha Wildnerxdr(3): Add some missing MLINKS.
2009-04-11 Sascha Wildnerlibc/include/namespace.h: Add _getprogname().
2009-04-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-04-10 Stathis KamperisAdd missing MLINKS for fts(3)
2009-04-10 Stathis KamperisAdd missing MLINKS for strto{f,ld} functions
next