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-01-03 10:33:46
|
Revision: 4067 http://sourceforge.net/p/elftoolchain/code/4067 Author: jkoshy Date: 2025-01-03 10:33:44 +0000 (Fri, 03 Jan 2025) Log Message: ----------- libdwarf: fix -Wsign-compare warnings. Reported by: Haowu Ge Ticket: #624 Modified Paths: -------------- trunk/libdwarf/libdwarf_lineno.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-01-03 10:26:45
|
Revision: 4066 http://sourceforge.net/p/elftoolchain/code/4066 Author: jkoshy Date: 2025-01-03 10:26:43 +0000 (Fri, 03 Jan 2025) Log Message: ----------- libdwarf: [bug fix] propagate an error return correctly. Reported by: Haowu Ge Ticket: #624 Modified Paths: -------------- trunk/libdwarf/libdwarf_lineno.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-01-02 16:33:36
|
Revision: 4065 http://sourceforge.net/p/elftoolchain/code/4065 Author: jkoshy Date: 2025-01-02 16:33:35 +0000 (Thu, 02 Jan 2025) Log Message: ----------- libelftc: Add elftc_get_machine_name() & elftc_get_machine_description(). These APIs translate ELF machine architecture (EM_*) values to their corresponding symbol names and descriptions. Modified Paths: -------------- trunk/libelftc/Makefile trunk/libelftc/libelftc.h Added Paths: ----------- trunk/libelftc/elftc_get_machine_description.3 trunk/libelftc/elftc_get_machine_description.m4 trunk/libelftc/elftc_get_machine_name.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-01-01 21:22:42
|
Revision: 4064 http://sourceforge.net/p/elftoolchain/code/4064 Author: jkoshy Date: 2025-01-01 21:22:40 +0000 (Wed, 01 Jan 2025) Log Message: ----------- elfconstants.m4: Avoid duplicates when defining EM_* constants. 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...> - 2024-12-31 20:08:32
|
Revision: 4063 http://sourceforge.net/p/elftoolchain/code/4063 Author: jkoshy Date: 2024-12-31 20:08:31 +0000 (Tue, 31 Dec 2024) Log Message: ----------- libelftc: Fix a typo - FreeBSD's riscv port is little-endian. This change brings the descriptor for target "elf64-riscv-freebsd" in line with its documentation. I missed this somehow when reviewing https://reviews.freebsd.org/D20768. Reported by: Haowu Ge (on -developers) Reviewed by: em...@Fr..., im...@Fr... FreeBSD Differential Revision: https://reviews.freebsd.org/D48271 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...> - 2024-12-28 18:12:52
|
Revision: 4062 http://sourceforge.net/p/elftoolchain/code/4062 Author: jkoshy Date: 2024-12-28 18:12:50 +0000 (Sat, 28 Dec 2024) Log Message: ----------- Add descriptions of ELF symbols to the generated "elfdefinitions.h" file. This should make the generated "elfdefinitions.h" file easier to comprehend. While here, refactor the M4 code in the file into smaller helper macros, and document these. Modified Paths: -------------- 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...> - 2024-12-28 11:36:45
|
Revision: 4061 http://sourceforge.net/p/elftoolchain/code/4061 Author: jkoshy Date: 2024-12-28 11:36:44 +0000 (Sat, 28 Dec 2024) Log Message: ----------- Bug fix: use the correct invocation path to 'elfdump'. Modified Paths: -------------- trunk/tests/tet/elfdump/ts/common/func.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2024-12-27 20:52:14
|
Revision: 4060 http://sourceforge.net/p/elftoolchain/code/4060 Author: jkoshy Date: 2024-12-27 20:52:13 +0000 (Fri, 27 Dec 2024) Log Message: ----------- Update the elftc(3) overview manual page. - Add brief descriptions of the elftc_string_*() family of ELF string table functions. - Add mention of elftc_reloc_type_str() and elftc_timestamp(). - Add manual page cross-references to the functions referenced in the text. - Keep lists sorted alphabetically by function name. Modified Paths: -------------- trunk/libelftc/elftc.3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2024-12-27 18:28:48
|
Revision: 4059 http://sourceforge.net/p/elftoolchain/code/4059 Author: jkoshy Date: 2024-12-27 18:28:46 +0000 (Fri, 27 Dec 2024) Log Message: ----------- Add ELF header (e_flags) flags for the LoongArch architecture. Ticket: #623 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...> - 2024-12-20 02:31:50
|
Revision: 4058 http://sourceforge.net/p/elftoolchain/code/4058 Author: jkoshy Date: 2024-12-20 02:31:49 +0000 (Fri, 20 Dec 2024) Log Message: ----------- libdwarf: Update a manual page date. This change was overlooked in [r4056]. Modified Paths: -------------- trunk/libdwarf/dwarf_get_AT_name.3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2024-12-18 05:20:22
|
Revision: 4057 http://sourceforge.net/p/elftoolchain/code/4057 Author: jkoshy Date: 2024-12-18 05:20:20 +0000 (Wed, 18 Dec 2024) Log Message: ----------- libdwarf: document dwarf_get_UT_name(). While here, improve the description of these functions to clarify that they retrieve symbolic names for DWARF values, while returning error codes. Modified Paths: -------------- trunk/libdwarf/dwarf_get_AT_name.3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2024-12-18 05:09:32
|
Revision: 4056 http://sourceforge.net/p/elftoolchain/code/4056 Author: jkoshy Date: 2024-12-18 05:09:30 +0000 (Wed, 18 Dec 2024) Log Message: ----------- libdwarf: Fix function prototype mismatches in a manual page. Ticket: #626 Reported by: Roland Illig Modified Paths: -------------- trunk/libdwarf/dwarf_get_AT_name.3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2024-12-02 08:33:53
|
Revision: 4055 http://sourceforge.net/p/elftoolchain/code/4055 Author: jkoshy Date: 2024-12-02 08:33:52 +0000 (Mon, 02 Dec 2024) Log Message: ----------- Add LoongArch relocations. Submitted by: Haowu Ge Ticket: #623 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...> - 2024-12-02 07:14:19
|
Revision: 4054 http://sourceforge.net/p/elftoolchain/code/4054 Author: jkoshy Date: 2024-12-02 07:14:18 +0000 (Mon, 02 Dec 2024) Log Message: ----------- Note that an ELF machine type value of 267 denotes the LoongArch GPU. While here, correct the spelling of 'LoongArch'. Obtained from: The Generic ABI mailing list (https://groups.google.com/g/generic-abi/c/9tr9IcCbWnE/m/2rbi5xTeAQAJ) 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...> - 2024-11-25 13:42:24
|
Revision: 4053 http://sourceforge.net/p/elftoolchain/code/4053 Author: jkoshy Date: 2024-11-25 13:42:22 +0000 (Mon, 25 Nov 2024) Log Message: ----------- Catch up with the list of currently allocated ELF machine types. Obtained from: The Generic ABI discussion list [https://groups.google.com/g/generic-abi/c/0kORSDcyhTE] 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...> - 2024-11-24 13:26:57
|
Revision: 4052 http://sourceforge.net/p/elftoolchain/code/4052 Author: jkoshy Date: 2024-11-24 13:26:55 +0000 (Sun, 24 Nov 2024) Log Message: ----------- Bug fix: spell 'LoongArch' correctly. Pointed out by: Haowu Ge Ticket: #623 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...> - 2024-11-22 13:39:38
|
Revision: 4051 http://sourceforge.net/p/elftoolchain/code/4051 Author: jkoshy Date: 2024-11-22 13:39:36 +0000 (Fri, 22 Nov 2024) Log Message: ----------- Add an ELF machine type value for the Loongarch architecture. Ticket: #623 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...> - 2024-11-22 13:25:10
|
Revision: 4050 http://sourceforge.net/p/elftoolchain/code/4050 Author: jkoshy Date: 2024-11-22 13:25:07 +0000 (Fri, 22 Nov 2024) Log Message: ----------- Minor: sort a list of ISA identifiers in a comment. 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...> - 2024-07-20 07:38:18
|
Revision: 4049 http://sourceforge.net/p/elftoolchain/code/4049 Author: jkoshy Date: 2024-07-20 07:38:17 +0000 (Sat, 20 Jul 2024) Log Message: ----------- libdwarf: (bugfix) add a change inadvertently missed in [r4046]. Modified Paths: -------------- trunk/libdwarf/libdwarf_abbrev.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2024-07-20 07:15:28
|
Revision: 4048 http://sourceforge.net/p/elftoolchain/code/4048 Author: jkoshy Date: 2024-07-20 07:15:26 +0000 (Sat, 20 Jul 2024) Log Message: ----------- libdwarf: fix inconsistent usage of calloc(3). The first parameter to calloc(3) should be an item count. Obtained from: https://reviews.freebsd.org/D46007 Modified Paths: -------------- trunk/libdwarf/libdwarf_init.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2024-07-09 09:25:07
|
Revision: 4047 http://sourceforge.net/p/elftoolchain/code/4047 Author: jkoshy Date: 2024-07-09 09:25:05 +0000 (Tue, 09 Jul 2024) Log Message: ----------- libdwarf: Avoid assigning undefined values to a structure member. Modified Paths: -------------- trunk/libdwarf/libdwarf_abbrev.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2024-07-09 08:29:08
|
Revision: 4046 http://sourceforge.net/p/elftoolchain/code/4046 Author: jkoshy Date: 2024-07-09 08:29:07 +0000 (Tue, 09 Jul 2024) Log Message: ----------- libdwarf: Fix a potential memory leak. 'dwarf_get_abbrev()' can fail whilst in the middle of constructing a 'Dwarf_Abbrev' instance, leaking the memory for the partially constructed instance. This change refactors the allocation and release code for 'struct _Dwarf_Abbrev' structures into independently callable helper functions, and then uses these to ensure that any partially constructed structures are destroyed in the event of an error. Reported by: Coverity Scan Coverity CID: 352394 Modified Paths: -------------- trunk/libdwarf/libdwarf_abbrev.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2024-07-08 12:36:30
|
Revision: 4045 http://sourceforge.net/p/elftoolchain/code/4045 Author: jkoshy Date: 2024-07-08 12:36:29 +0000 (Mon, 08 Jul 2024) Log Message: ----------- Unbreak the 'test' target for 'ar' and 'elfcopy'. Modified Paths: -------------- trunk/ar/Makefile trunk/elfcopy/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2024-07-08 12:07:37
|
Revision: 4044 http://sourceforge.net/p/elftoolchain/code/4044 Author: jkoshy Date: 2024-07-08 12:07:35 +0000 (Mon, 08 Jul 2024) Log Message: ----------- Bug-fix: unbreak the 'test' target within program/library directories. Modified Paths: -------------- trunk/mk/elftoolchain.test-target.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2024-07-08 11:56:19
|
Revision: 4043 http://sourceforge.net/p/elftoolchain/code/4043 Author: jkoshy Date: 2024-07-08 11:56:17 +0000 (Mon, 08 Jul 2024) Log Message: ----------- Catch up with the directory reorganisation in [r4029]. Modified Paths: -------------- trunk/tests/tet/nm/ts/common/func.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |