Module Name:src
Committed By: kamil
Date: Fri Aug 3 04:29:35 UTC 2018
Modified Files:
src/lib/libc/misc: Makefile.inc
Log Message:
Add a support to build ubsan.c in libc
Under the condition of MKLIBCSANITIZER==yes link ubsan.c into libc.
This is a clean-room reimplement
Module Name:src
Committed By: joerg
Date: Sat Jun 17 15:26:44 UTC 2017
Modified Files:
src/lib/libc/misc: initfini.c
Log Message:
PR 51654: Don't initialize _dlauxinfo for static binaries.
Emacs likes save all memory of the main binary and the first run of
_libc_init via
Module Name:src
Committed By: dholland
Date: Sat Nov 26 21:17:06 UTC 2016
Modified Files:
src/lib/libc/misc: initfini.c
Log Message:
More of previous.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/misc/initfini.c
Please note that diffs are n
Module Name:src
Committed By: dholland
Date: Sat Nov 26 20:38:20 UTC 2016
Modified Files:
src/lib/libc/misc: initfini.c
Log Message:
fix comment about initialization-time calls; ok joerg
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/misc/init
Module Name:src
Committed By: matt
Date: Tue Jan 29 19:14:02 UTC 2013
Modified Files:
src/lib/libc/misc: Makefile.inc
Log Message:
Add ${ARCHDIR}/misc to path
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/misc/Makefile.inc
Please note that dif
Module Name:src
Committed By: joerg
Date: Thu Dec 8 02:27:14 UTC 2011
Modified Files:
src/lib/libc/misc: stack_protector.c
Log Message:
Use a constant array for the MIB. Newer LLVM decided that mib[] warranted
stack protections, with the obvious crash after the setup was
Module Name:src
Committed By: joerg
Date: Tue Dec 7 20:10:54 UTC 2010
Modified Files:
src/lib/libc/misc: stack_protector.c
Log Message:
Don't use argument as direct format string.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/misc/stack_protec