]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Have memguard(9) crash with an easier-to-debug message on double-free.
[FreeBSD/FreeBSD.git] / lib /
2010-08-29 kibUse NULL instead of 0 for pointer in example.
2010-08-28 alcAdd the MAP_PREFAULT_READ option to mmap(2).
2010-08-28 brucecFix incorrect usage of 'assure' and 'insure'.
2010-08-28 nwhitehornRepair some build breakage introduced in r211725 and...
2010-08-27 kibDo not call __pthread_cxa_finalize with invalid struct...
2010-08-27 davidxuUnregister thread specific data destructor when a corre...
2010-08-27 davidxuclear lock to zero state if it is destroyed.
2010-08-26 davidxueliminate unused code.
2010-08-26 davidxuDecrease rdlock count only when thread unlocked a reade...
2010-08-25 nwhitehornAllow ABIs to provide their own LIBC_ARCH in a more...
2010-08-24 rpauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-24 impFix an accidental sed...
2010-08-24 impPowerpc is special here. powerpc and powerpc64 use...
2010-08-24 nwhitehornUnify 32-bit and 64-bit PowerPC libthr support. This...
2010-08-24 impChange the logic here to match Makefile.inc1. Having...
2010-08-24 kibRemove extra FreeBSD tag.
2010-08-24 kibMove the __stack_chk_fail_local@FBSD_1.0 compat symbol...
2010-08-24 kibRemove unused source.
2010-08-24 kibThe __hidden definition is provided by sys/cdefs.h.
2010-08-24 davidxuAdd wrapper for setcontext() and swapcontext(), the...
2010-08-23 impMFtbemd:
2010-08-23 kibOn shared object unload, in __cxa_finalize, call and...
2010-08-23 kibIntroduce implementation-private rtld interface _rtld_a...
2010-08-23 kibStyle.
2010-08-22 desUTFize my name.
2010-08-21 rpauloDon't link drti.o with libelf_pic.a. This means that...
2010-08-21 rpauloModify clang so that when TOOLS_PREFIX is defined we...
2010-08-21 rpauloInstall a PIC libelf. This will be needed by the DTrace...
2010-08-20 davidxuReduce redundant code.
2010-08-20 davidxu In current implementation, thread cancellation is...
2010-08-20 davidxuAccording to specification, function fcntl() is a cance...
2010-08-17 kibUse aux vector to get values for SSP canary, pagesize...
2010-08-17 davidxuTweak code a bit to be POSIX compatible, when a cancell...
2010-08-16 joelFix typos, spelling, formatting and mdoc mistakes found...
2010-08-16 desIn setusercontext(), do not apply user settings unless...
2010-08-16 desOld patch I had lying around: clean up and use stpcpy...
2010-08-15 desFurther simplify the code, and update the manpage.
2010-08-15 umeCorrect the return code from _dns_gethostby*() to corre...
2010-08-15 desno-op commit to note that the example given in the...
2010-08-15 desFix the overflow test. It is possible for the result...
2010-08-14 desSimplify expand_number() by combining the (unrolled...
2010-08-13 ume- When there is no room for returning the result, nss...
2010-08-12 willFix buildworld -DNO_CLEAN when using with Perforce...
2010-08-11 kaiwAdd translation support for section type SHT_SUNW_dof.
2010-08-11 rpauloSeveral fixes for libproc:
2010-08-08 edSmall style(9) fix: use tabs instead of spaces.
2010-08-06 jkimMerge ACPICA 20100806.
2010-08-06 edRemove unneeded functions from libcompat.
2010-08-06 joelFix typos and spelling mistakes.
2010-08-05 acheComment out IEEE Std 1003.1-2001 conformance proclaimed...
2010-08-03 joelFix typo.
2010-08-03 joelSpelling fixes.
2010-08-02 joelSpelling fixes.
2010-08-02 uqsmdoc policing: use consistent section ordering, fix...
2010-08-02 rpauloMFV OpenSolaris DTrace userland bits.
2010-08-02 uqsmdoc: remove unbalanced quotes
2010-08-02 uqsmdoc: make sure to pass at least one argument to quotat...
2010-08-02 rpauloUpdate DTrace userland code to the latest available.
2010-08-01 rpauloDisable all warnings when building gdtoa. This allows...
2010-08-01 rpauloUse CFLAGS and LDFLAGS when compiling mkmagic. This...
2010-07-31 rpauloRevert SHLIB_MAJOR to 2.
2010-07-31 rpauloBuild librtld_db.
2010-07-31 rpauloBump the shared library major version due to ABI conflicts.
2010-07-31 rpauloNew version of libproc. Changes are:
2010-07-31 rpauloSimplify the Makefile. The i386 and amd64 sections...
2010-07-31 rpaulolibproc is going to be i386/amd64 only with the next...
2010-07-31 rpauloImport the librtld_db library. This is needed by userla...
2010-07-30 uqsFix a couple of typos.
2010-07-28 desRedo fetch_read() using non-blocking sockets. This...
2010-07-28 desFix a couple of embarrassing mistakes in the previous...
2010-07-28 kaiwProtect GNUHASH translation functions with #ifdef;...
2010-07-27 traszUpdate mlockall(2) to mention that it's superuser-only...
2010-07-25 bcrApply a small grammar fix to {toupper,tolower}(3).
2010-07-22 rpauloBuild clang libraries by default with -fno-exceptions...
2010-07-22 kibVerify return value of the sigset manipulation functions
2010-07-21 kaiw* Remove a superfluous error description.
2010-07-21 kaiwAdd a cross-reference to `elf_rawfile(3)`.
2010-07-21 kaiw* Note that ar(1) archives may also be opened using...
2010-07-21 kaiwRemove a redundant word.
2010-07-21 kaiwMove helper functions `_libelf_ar_get_{name,number...
2010-07-21 kaiwFix a memory leak.
2010-07-21 kaiw* Deprecate `elf_getshnum()`, `elf_getphnum()` and...
2010-07-21 kaiwAvoid switching between "unsigned char" and "char"...
2010-07-21 kaiwAdd support for translating sections of type ELF_T_GNUHASH.
2010-07-21 kaiw- Document that the *fsize() functions return a size...
2010-07-21 kaiwPerform additional checks when translating between...
2010-07-21 kaiwReduce verbosity.
2010-07-21 kaiw- Return zero for file sizes of ELF types that have...
2010-07-21 kaiwNote that the *_fsize() functions are only defined...
2010-07-21 kaiwChanges for supporting GNU Hash sections.
2010-07-21 kaiwAdd a new ELF type denoting GNU style hash tables.
2010-07-21 kaiwAllow an application that updates only the ELF Ehdr...
2010-07-21 kaiwUse <unistd.h> to declare the prototype for ftruncate().
2010-07-21 kaiwBug fix: permit the creation of zero-sized sections.
2010-07-21 kaiwImprove compatibility with other implementations of...
2010-07-21 kaiwBug fix: when updating headers using the gelf_update_...
2010-07-21 kaiw- Correctly handle sections of type SHT_NOBITS. For...
2010-07-21 edAlso link getutxent.3 to utmpx.3.
2010-07-21 kaiwRemove a superfluous comment.
2010-07-20 edUpgrade our Clang in base to r108428.
next