You can subscribe to this list here.
2008 |
Jan
|
Feb
|
Mar
(1) |
Apr
(56) |
May
(48) |
Jun
(51) |
Jul
(55) |
Aug
(27) |
Sep
(12) |
Oct
(14) |
Nov
(14) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(22) |
Feb
(12) |
Mar
(16) |
Apr
(43) |
May
(20) |
Jun
(10) |
Jul
(63) |
Aug
(37) |
Sep
(7) |
Oct
(1) |
Nov
(22) |
Dec
(99) |
2010 |
Jan
(74) |
Feb
(36) |
Mar
(114) |
Apr
(64) |
May
(56) |
Jun
(55) |
Jul
(27) |
Aug
(93) |
Sep
(55) |
Oct
(40) |
Nov
(44) |
Dec
(51) |
2011 |
Jan
(62) |
Feb
(35) |
Mar
(24) |
Apr
(37) |
May
(45) |
Jun
(53) |
Jul
(95) |
Aug
(130) |
Sep
(162) |
Oct
(115) |
Nov
(158) |
Dec
(120) |
2012 |
Jan
(18) |
Feb
(55) |
Mar
(31) |
Apr
(25) |
May
(11) |
Jun
(9) |
Jul
(8) |
Aug
(32) |
Sep
(42) |
Oct
(45) |
Nov
(51) |
Dec
(150) |
2013 |
Jan
(54) |
Feb
(16) |
Mar
(16) |
Apr
(2) |
May
(11) |
Jun
(4) |
Jul
|
Aug
(10) |
Sep
(3) |
Oct
(1) |
Nov
|
Dec
(7) |
2014 |
Jan
(6) |
Feb
(3) |
Mar
(30) |
Apr
(16) |
May
(28) |
Jun
(19) |
Jul
(6) |
Aug
|
Sep
(16) |
Oct
(4) |
Nov
(3) |
Dec
(31) |
2015 |
Jan
(6) |
Feb
(2) |
Mar
(8) |
Apr
(10) |
May
(34) |
Jun
(3) |
Jul
(9) |
Aug
(10) |
Sep
(3) |
Oct
(7) |
Nov
(9) |
Dec
(24) |
2016 |
Jan
(97) |
Feb
(39) |
Mar
(13) |
Apr
(4) |
May
(33) |
Jun
(1) |
Jul
(1) |
Aug
(10) |
Sep
(4) |
Oct
(4) |
Nov
(1) |
Dec
(14) |
2017 |
Jan
(2) |
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
(42) |
Jul
(2) |
Aug
(4) |
Sep
(12) |
Oct
(3) |
Nov
(2) |
Dec
|
2018 |
Jan
|
Feb
|
Mar
(1) |
Apr
(25) |
May
(2) |
Jun
|
Jul
(3) |
Aug
|
Sep
(10) |
Oct
(17) |
Nov
(4) |
Dec
(17) |
2019 |
Jan
(5) |
Feb
(27) |
Mar
(28) |
Apr
(8) |
May
(5) |
Jun
(29) |
Jul
(10) |
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
2020 |
Jan
(17) |
Feb
(31) |
Mar
(25) |
Apr
(3) |
May
(1) |
Jun
(12) |
Jul
|
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(42) |
Dec
(1) |
2021 |
Jan
|
Feb
(8) |
Mar
(12) |
Apr
(13) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
(14) |
Apr
(12) |
May
(10) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
(1) |
Feb
|
Mar
(12) |
Apr
(5) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(15) |
Nov
|
Dec
(8) |
2024 |
Jan
(9) |
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
(2) |
Jul
(7) |
Aug
|
Sep
|
Oct
|
Nov
(4) |
Dec
(10) |
2025 |
Jan
(77) |
Feb
(51) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <jk...@us...> - 2025-07-15 16:39:36
|
Revision: 4192 http://sourceforge.net/p/elftoolchain/code/4192 Author: jkoshy Date: 2025-07-15 16:39:34 +0000 (Tue, 15 Jul 2025) Log Message: ----------- libelf: Fix the NAME sections of two manual pages. This change allows mandoc(1) to find these manual pages for all the relevant function names. Submitted by: Ingo Schwarze Modified Paths: -------------- trunk/libelf/elf_open.3 trunk/libelf/gelf_xlatetof.3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-19 21:07:11
|
Revision: 4191 http://sourceforge.net/p/elftoolchain/code/4191 Author: jkoshy Date: 2025-02-19 21:07:09 +0000 (Wed, 19 Feb 2025) Log Message: ----------- elfconstants: Update the set of known ELF header (EF_*) flags. Modified Paths: -------------- trunk/common/sys/elfconstants.m4 trunk/common/sys/elfdefinitions.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-17 17:26:29
|
Revision: 4190 http://sourceforge.net/p/elftoolchain/code/4190 Author: jkoshy Date: 2025-02-17 17:26:27 +0000 (Mon, 17 Feb 2025) Log Message: ----------- elfconstants: Group EF_* values and masks by machine architecture. This change is intended to ease the implementation of an ELFTC(3) API that returns the architecture-specific symbolic name for an e_flags value. Modified Paths: -------------- trunk/common/sys/elfconstants.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-14 20:53:42
|
Revision: 4189 http://sourceforge.net/p/elftoolchain/code/4189 Author: jkoshy Date: 2025-02-14 20:53:41 +0000 (Fri, 14 Feb 2025) Log Message: ----------- readelf: Add LoongArch support. Ticket: #623 Submitted by: Haowu Ge Modified Paths: -------------- trunk/readelf/readelf.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-14 20:42:38
|
Revision: 4188 http://sourceforge.net/p/elftoolchain/code/4188 Author: jkoshy Date: 2025-02-14 20:42:36 +0000 (Fri, 14 Feb 2025) Log Message: ----------- readelf: Replace custom code with the use of an -lelftc API. Using ELFTC(3) APIs here reduces maintenance overheads when a new EM_* constant needs to be supported. This change alters the output of "readelf -h" for a few ELF machine types. This should hopefully not be an issue in practice, since the output of readelf(1) is primarily meant for human consumption. Modified Paths: -------------- trunk/readelf/readelf.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-14 20:20:45
|
Revision: 4187 http://sourceforge.net/p/elftoolchain/code/4187 Author: jkoshy Date: 2025-02-14 20:20:43 +0000 (Fri, 14 Feb 2025) Log Message: ----------- elfconstants: Mark reserved ranges among EM_* values. Modified Paths: -------------- trunk/common/sys/elfconstants.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-13 15:14:54
|
Revision: 4186 http://sourceforge.net/p/elftoolchain/code/4186 Author: jkoshy Date: 2025-02-13 15:14:53 +0000 (Thu, 13 Feb 2025) Log Message: ----------- Allow elfcopy to create LoongArch PE objects. Ticket: #623 Submitted by: Haowu Ge Modified Paths: -------------- trunk/elfcopy/pe.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-12 23:31:38
|
Revision: 4185 http://sourceforge.net/p/elftoolchain/code/4185 Author: jkoshy Date: 2025-02-12 23:31:37 +0000 (Wed, 12 Feb 2025) Log Message: ----------- Have 'make clean' delete lexer output. Modified Paths: -------------- trunk/ar/Makefile trunk/ld/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-12 17:07:54
|
Revision: 4184 http://sourceforge.net/p/elftoolchain/code/4184 Author: jkoshy Date: 2025-02-12 17:07:53 +0000 (Wed, 12 Feb 2025) Log Message: ----------- libelftc/testsuite: Check for the BFD target added in [r4183]. Modified Paths: -------------- trunk/tests/tet/libelftc/tset/elftc_bfd_target/elftc_bfd_target.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-12 17:03:55
|
Revision: 4183 http://sourceforge.net/p/elftoolchain/code/4183 Author: jkoshy Date: 2025-02-12 17:03:53 +0000 (Wed, 12 Feb 2025) Log Message: ----------- libelftc: Add a BFD descriptor for target "efi-app-loongarch64". Ticket: #623 Submitted by: Haowu Ge Modified Paths: -------------- trunk/libelftc/elftc_bfd_find_target.3 trunk/libelftc/libelftc_bfdtarget.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-12 15:48:54
|
Revision: 4182 http://sourceforge.net/p/elftoolchain/code/4182 Author: jkoshy Date: 2025-02-12 15:48:52 +0000 (Wed, 12 Feb 2025) Log Message: ----------- libelftc: Keep a list of BFD target descriptors sorted by name. While here, neaten whitespace use. Modified Paths: -------------- trunk/libelftc/libelftc_bfdtarget.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-12 15:17:54
|
Revision: 4181 http://sourceforge.net/p/elftoolchain/code/4181 Author: jkoshy Date: 2025-02-12 15:17:52 +0000 (Wed, 12 Feb 2025) Log Message: ----------- libelftc/testsuite: Start a test suite for the elftc_bfd_target*() APIs. Modified Paths: -------------- trunk/tests/tet/libelftc/tet_scen trunk/tests/tet/libelftc/tset/Makefile Added Paths: ----------- trunk/tests/tet/libelftc/tset/elftc_bfd_target/ trunk/tests/tet/libelftc/tset/elftc_bfd_target/Makefile trunk/tests/tet/libelftc/tset/elftc_bfd_target/elftc_bfd_target.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-11 21:50:26
|
Revision: 4180 http://sourceforge.net/p/elftoolchain/code/4180 Author: jkoshy Date: 2025-02-11 21:50:24 +0000 (Tue, 11 Feb 2025) Log Message: ----------- libelftc: Document BFD target names for LoongArch. Ticket: #623 Submitted by: Haowu Ge Modified Paths: -------------- trunk/libelftc/elftc_bfd_find_target.3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-11 21:21:43
|
Revision: 4179 http://sourceforge.net/p/elftoolchain/code/4179 Author: jkoshy Date: 2025-02-11 21:21:41 +0000 (Tue, 11 Feb 2025) Log Message: ----------- libelftc: Add LoongArch-specific BFD descriptors. Ticket: #623 Submitted by: Haowu Ge Modified Paths: -------------- trunk/libelftc/libelftc_bfdtarget.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-11 20:57:59
|
Revision: 4178 http://sourceforge.net/p/elftoolchain/code/4178 Author: jkoshy Date: 2025-02-11 20:57:57 +0000 (Tue, 11 Feb 2025) Log Message: ----------- libelftc: Add comments. Modified Paths: -------------- trunk/libelftc/libelftc.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-11 17:50:34
|
Revision: 4177 http://sourceforge.net/p/elftoolchain/code/4177 Author: jkoshy Date: 2025-02-11 17:50:33 +0000 (Tue, 11 Feb 2025) Log Message: ----------- libelftc: Document ETF_PE and ETF_EFI for completeness. While here, keep a list sorted and improve the consistency of the text. Modified Paths: -------------- trunk/libelftc/elftc_bfd_find_target.3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-11 13:21:39
|
Revision: 4176 http://sourceforge.net/p/elftoolchain/code/4176 Author: jkoshy Date: 2025-02-11 13:21:37 +0000 (Tue, 11 Feb 2025) Log Message: ----------- libelf/testsuite: Address -Wempty-body, -Wpointer-sign & -Wunused-parameter warnings. Modified Paths: -------------- trunk/tests/tet/libelf/tset/gelf_xlate/xlate.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-09 23:02:17
|
Revision: 4175 http://sourceforge.net/p/elftoolchain/code/4175 Author: jkoshy Date: 2025-02-09 23:02:15 +0000 (Sun, 09 Feb 2025) Log Message: ----------- libelf/testsuite: Address -Wmaybe-uninitialized and -Wunused warnings. Modified Paths: -------------- trunk/tests/tet/libelf/tset/gelf_getehdr/ehdr.m4 trunk/tests/tet/libelf/tset/gelf_newehdr/ehdr.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-09 18:56:42
|
Revision: 4174 http://sourceforge.net/p/elftoolchain/code/4174 Author: jkoshy Date: 2025-02-09 18:56:41 +0000 (Sun, 09 Feb 2025) Log Message: ----------- libelf/testsuite: Address -Wmaybe-uninitialized and -Wunused warnings. Modified Paths: -------------- trunk/tests/tet/libelf/tset/common/xlate_template.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-06 21:20:28
|
Revision: 4173 http://sourceforge.net/p/elftoolchain/code/4173 Author: jkoshy Date: 2025-02-06 21:20:27 +0000 (Thu, 06 Feb 2025) Log Message: ----------- libelftc/testsuite: Catch up with [r4172]. Modified Paths: -------------- trunk/tests/tet/libelftc/tset/elftc_get_relocation_type_name/elftc_get_relocation_type_name.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-06 21:19:37
|
Revision: 4172 http://sourceforge.net/p/elftoolchain/code/4172 Author: jkoshy Date: 2025-02-06 21:19:36 +0000 (Thu, 06 Feb 2025) Log Message: ----------- elfconstants: Use psABI spellings for a few EM_AARCH64 relocation types. Modified Paths: -------------- trunk/common/sys/elfconstants.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-06 20:52:02
|
Revision: 4171 http://sourceforge.net/p/elftoolchain/code/4171 Author: jkoshy Date: 2025-02-06 20:52:01 +0000 (Thu, 06 Feb 2025) Log Message: ----------- libelftc/testsuite: Add tests for 32-bit EM_AARCH64 relocation types. While here, visually separate logical groups of test values. Modified Paths: -------------- trunk/tests/tet/libelftc/tset/elftc_get_relocation_type_name/elftc_get_relocation_type_name.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-06 20:42:02
|
Revision: 4170 http://sourceforge.net/p/elftoolchain/code/4170 Author: jkoshy Date: 2025-02-06 20:42:01 +0000 (Thu, 06 Feb 2025) Log Message: ----------- elfconstants: Add 32-bit relocation types for EM_AARCH64. Modified Paths: -------------- trunk/common/sys/elfconstants.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-06 18:50:11
|
Revision: 4169 http://sourceforge.net/p/elftoolchain/code/4169 Author: jkoshy Date: 2025-02-06 18:50:09 +0000 (Thu, 06 Feb 2025) Log Message: ----------- libelf/testsuite: Add explanatory comments. Modified Paths: -------------- trunk/tests/tet/libelftc/tset/elftc_get_relocation_type_name/elftc_get_relocation_type_name.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-06 12:47:20
|
Revision: 4168 http://sourceforge.net/p/elftoolchain/code/4168 Author: jkoshy Date: 2025-02-06 12:47:19 +0000 (Thu, 06 Feb 2025) Log Message: ----------- elfconstants: (minor cleanups) Add comments, keep a list sorted. Modified Paths: -------------- trunk/common/sys/elfconstants.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |