From Fedora Project Wiki
24 October 2016
- 10:4410:44, 24 October 2016 diff hist +385 N Toolchain/Watermark/HardeningStackProtector Created page with "== Hardening: Stack protector == Which functions in an object (including a DSO, which is comprised of multiple translations units) were compiled with stack protector? GCC av..."
- 10:4210:42, 24 October 2016 diff hist +437 N Toolchain/Watermark/StackSpaceNeeded Created page with "== Stack space needed == For each function, record the worst-case stack space use, or “unbounded” if recursion, unbounded <code>alloca</code>, or unbounded variable-lengt..."
- 10:3810:38, 24 October 2016 diff hist +533 N Toolchain/Watermark/PIEDSO Created page with "== PIE vs DSO == We have received requests to tell position-independent executables (PIEs) from dynamic shared objects (DSOs). Both are marked <code>ET_DYN</code> in the ELF..."
- 10:3510:35, 24 October 2016 diff hist +314 N Toolchain/Watermark/RealBinarySeparateDebuginfo Created page with "== Separate debuginfo vs real binary == Separate debuginfo has an invalid ELF program header, but it is difficult to recognize at such. We receive occasional bug reports bec..." current
- 10:3410:34, 24 October 2016 diff hist 0 m Toolchain/Watermark/PageSize No edit summary
- 10:3310:33, 24 October 2016 diff hist +1,064 N Toolchain/Watermark/PageSize Created page with "== Page Size == A useful hardening feature is to have a page in the data segment which you can make read-only after initialization (using <code>mprotect>/code>). Assuming th..."
- 10:2610:26, 24 October 2016 diff hist −3 Toolchain No edit summary
- 10:2210:22, 24 October 2016 diff hist +111 N Category:Toolchain/Watermark/Implemented Created page with "== Implemented proposals for toolchain watermarking == See Toolchain/Watermark for background information." current
- 10:2210:22, 24 October 2016 diff hist +108 N Category:Toolchain/Watermark/Accepted Created page with "== Accepted proposals for toolchain watermarking == See Toolchain/Watermark for background information." current
- 10:2110:21, 24 October 2016 diff hist +3 Toolchain/Watermark No edit summary
- 10:2010:20, 24 October 2016 diff hist +333 Toolchain/Watermark No edit summary
- 10:1810:18, 24 October 2016 diff hist −3 Category:Toolchain/Watermark/Provisional No edit summary current
- 10:1710:17, 24 October 2016 diff hist +33 N Toolchain/Watermarking Fweimer moved page Toolchain/Watermarking to Toolchain/Watermark current
- 10:1710:17, 24 October 2016 diff hist 0 m Toolchain/Watermark Fweimer moved page Toolchain/Watermarking to Toolchain/Watermark
- 10:1610:16, 24 October 2016 diff hist +114 N Category:Toolchain/Watermark/Provisional Created page with "== Provisional proposals for toolchain watermarking == See Toolchain/Watermarking for background information."
- 10:1610:16, 24 October 2016 diff hist −3 Toolchain/Watermark/DWARFCoverage No edit summary current
- 10:1610:16, 24 October 2016 diff hist −105 Category:Toolchain/Watermarking/Provisional →Provisional proposals for toolchain watermarking current
- 10:1510:15, 24 October 2016 diff hist +47 N Toolchain/Watermarking/DWARFCoverage Fweimer moved page Toolchain/Watermarking/DWARFCoverage to Toolchain/Watermark/DWARFCoverage current
- 10:1510:15, 24 October 2016 diff hist 0 m Toolchain/Watermark/DWARFCoverage Fweimer moved page Toolchain/Watermarking/DWARFCoverage to Toolchain/Watermark/DWARFCoverage
- 10:1510:15, 24 October 2016 diff hist −1 Toolchain/Watermark/DWARFCoverage No edit summary
- 10:1410:14, 24 October 2016 diff hist +216 Toolchain/Watermark/DWARFCoverage →DWARF coverage checks
- 10:1310:13, 24 October 2016 diff hist +114 N Category:Toolchain/Watermarking/Provisional Created page with "== Provisional proposals for toolchain watermarking == See Toolchain/Watermarking for background information."
- 10:1010:10, 24 October 2016 diff hist +375 N Toolchain/Watermark/DWARFCoverage Created page with "== DWARF coverage checks == If DWARF is used for ELF object markup, it is necessary to ensure all code in an object is covered by DWARF debugging i..."
- 10:0710:07, 24 October 2016 diff hist +462 N Toolchain/Watermark Created page with "== Markup for ELF objects == This project intends to add markers to ELF objects so that it is possible to determine that objects have certain properties. The two overarching..."
- 10:0310:03, 24 October 2016 diff hist +76 Toolchain No edit summary
- 10:0110:01, 24 October 2016 diff hist +501 Toolchain →Fedora Native Development Toolchain
- 09:5209:52, 24 October 2016 diff hist +130 Glibc →The GNU C Library (glibc) in Fedora
- 09:5109:51, 24 October 2016 diff hist +215 N Toolchain Created page with "== Fedora Native Development Toolchain == * binutils [https://sourceware.org/binutils/ Upstream] * GCC [https://gcc.gnu.org/ Upstream] * glibc [https://www.gnu.org/software/l..."
- 09:4509:45, 24 October 2016 diff hist −2,141 Help:Contents Restore vandalized help page
1 June 2016
- 07:1107:11, 1 June 2016 diff hist +2 Changes/GLIBC224 →Release Notes
23 May 2016
- 17:3517:35, 23 May 2016 diff hist +101 Changes/GLIBC224 Mention smaller footprint
- 17:3417:34, 23 May 2016 diff hist +578 Changes/GLIBC224 Describe packaging changes
- 14:4614:46, 23 May 2016 diff hist 0 m Changes/GLIBC224 →Upgrade/compatibility impact
- 14:4614:46, 23 May 2016 diff hist +11,616 N Changes/GLIBC224 GLIBC 2.24
31 March 2016
- 12:5612:56, 31 March 2016 diff hist 0 m Releases/25/Schedule Fix F24 branch date
30 March 2016
- 19:0719:07, 30 March 2016 diff hist +2 m Changes/AllScriptsExecutable →All script code must reside in executable files current
- 15:0015:00, 30 March 2016 diff hist +4,632 N Changes/AllScriptsExecutable Created page with "= All script code must reside in executable files == Summary == All executable script code in the core system resides in files specifically marked as executable. Script int..."
27 January 2016
- 10:4510:45, 27 January 2016 diff hist −2 m Changes/LUCasPrimaryDownloadable Fix typo
21 January 2016
- 20:5520:55, 21 January 2016 diff hist −164 Changes/GLIBC223 Undo revision 431156 by Fweimer (talk)
- 20:5520:55, 21 January 2016 diff hist −158 Changes/GLIBC223 Undo revision 431157 by Fweimer (talk)
4 January 2016
- 16:0516:05, 4 January 2016 diff hist +158 Changes/GLIBC223 Mention strlcpy/strlcat
- 16:0416:04, 4 January 2016 diff hist +164 Changes/GLIBC223 Mass rebuild recommended due to strlcpy/strlcat
- 16:0116:01, 4 January 2016 diff hist −5 Changes/GLIBC223 Florian is now part of the glibc team
14 December 2015
- 14:5414:54, 14 December 2015 diff hist +91 m C and C++ v2 Clarification about static libraries for dynamically linked programs and dependencies
- 14:3514:35, 14 December 2015 diff hist +828 C and C++ v2 Dependencies for static libraries
- 14:2814:28, 14 December 2015 diff hist +529 C and C++ v2 Dependencies for statically linked programs
- 14:2414:24, 14 December 2015 diff hist +66 C and C++ v2 group dlopen users
- 14:2314:23, 14 December 2015 diff hist +86 C and C++ v2 ccs= with fopen does not with static linking
13 March 2015
- 10:3210:32, 13 March 2015 diff hist +108 Changes/Harden All Packages →Detailed Harden Flags Description
- 10:2310:23, 13 March 2015 diff hist +1,998 Changes/Harden All Packages Explain the flag situation