CVS commit: src/lib/libc/misc

2018-08-02 Thread Kamil Rytarowski
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

CVS commit: src/lib/libc/misc

2018-08-02 Thread Kamil Rytarowski
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

CVS commit: src/lib/libc/misc

2017-06-17 Thread Joerg Sonnenberger
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

CVS commit: src/lib/libc/misc

2017-06-17 Thread Joerg Sonnenberger
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

CVS commit: src/lib/libc/misc

2016-11-26 Thread David A. Holland
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

CVS commit: src/lib/libc/misc

2016-11-26 Thread David A. Holland
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

CVS commit: src/lib/libc/misc

2016-11-26 Thread David A. Holland
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

CVS commit: src/lib/libc/misc

2016-11-26 Thread David A. Holland
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

CVS commit: src/lib/libc/misc

2013-01-29 Thread Matt Thomas
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

CVS commit: src/lib/libc/misc

2013-01-29 Thread Matt Thomas
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

CVS commit: src/lib/libc/misc

2011-12-07 Thread Joerg Sonnenberger
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

CVS commit: src/lib/libc/misc

2010-12-07 Thread Joerg Sonnenberger
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

CVS commit: src/lib/libc/misc

2010-12-07 Thread Joerg Sonnenberger
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