CVS commit: src/sys/arch/i386/include

2025-02-11 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Tue Feb 11 12:27:58 UTC 2025 Modified Files: src/sys/arch/i386/include: elf_machdep.h Log Message: Add an alternate spelling for an i386 relocation type. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch

CVS commit: src/sys/arch/i386/include

2025-02-11 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Tue Feb 11 12:27:58 UTC 2025 Modified Files: src/sys/arch/i386/include: elf_machdep.h Log Message: Add an alternate spelling for an i386 relocation type. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch

CVS commit: src/external/bsd/elftoolchain/dist/common/sys

2025-02-10 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Mon Feb 10 18:52:26 UTC 2025 Modified Files: src/external/bsd/elftoolchain/dist/common/sys: elfconstants.m4 Log Message: Use a numeric value for a relocation type synonym. This should fix a build failure on x86. To generate a d

CVS commit: src/external/bsd/elftoolchain/dist/common/sys

2025-02-10 Thread Joseph Koshy
/elfconstants.m4 Mon Feb 10 18:52:26 2025 @@ -1,4 +1,4 @@ -dnl $NetBSD: elfconstants.m4,v 1.8 2025/02/10 15:54:16 jkoshy Exp $ +dnl $NetBSD: elfconstants.m4,v 1.9 2025/02/10 18:52:26 jkoshy Exp $ # Copyright (c) 2010,2021 Joseph Koshy # All rights reserved. @@ -1767,7 +1767,7 @@ _(R_386_GOT32X

CVS commit: src/external/bsd/elftoolchain/dist/common/sys

2025-02-10 Thread Joseph Koshy
b 10 15:54:16 2025 @@ -1,4 +1,4 @@ -dnl $NetBSD: elfconstants.m4,v 1.7 2024/03/03 17:37:29 christos Exp $ +dnl $NetBSD: elfconstants.m4,v 1.8 2025/02/10 15:54:16 jkoshy Exp $ # Copyright (c) 2010,2021 Joseph Koshy # All rights reserved. @@ -23,17 +23,77 @@ dnl $NetBSD: elfconstants.m4,v 1.7 2

CVS commit: src/external/bsd/elftoolchain/dist/common/sys

2025-02-10 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Mon Feb 10 15:54:17 UTC 2025 Modified Files: src/external/bsd/elftoolchain/dist/common/sys: elfconstants.m4 elfdefinitions.m4 Log Message: Update to Elftoolchain HEAD (r4175). This update: - Updates the list of known

CVS commit: src/external/bsd/elftoolchain/dist/common

2025-02-10 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Mon Feb 10 15:17:52 UTC 2025 Modified Files: src/external/bsd/elftoolchain/dist/common: _elftc.h Log Message: Update to Elftoolchain HEAD (r4175). - Support for building under Cygwin. - Spelling corrections in a few comments. T

CVS commit: src/external/bsd/elftoolchain/dist/common

2025-02-10 Thread Joseph Koshy
@@ -/* $NetBSD: _elftc.h,v 1.10 2024/03/03 17:37:29 christos Exp $ */ +/* $NetBSD: _elftc.h,v 1.11 2025/02/10 15:17:52 jkoshy Exp $ */ /*- * Copyright (c) 2009 Joseph Koshy @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Id

CVS commit: src/usr.bin/getconf

2024-02-18 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Sun Feb 18 19:35:38 UTC 2024 Modified Files: src/usr.bin/getconf: getconf.1 Log Message: getconf.1: Note that leading underscores in configuration variable names are ignored by getconf(1). While here, add a section with examples,

CVS commit: src/usr.bin/getconf

2024-02-18 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Sun Feb 18 19:35:38 UTC 2024 Modified Files: src/usr.bin/getconf: getconf.1 Log Message: getconf.1: Note that leading underscores in configuration variable names are ignored by getconf(1). While here, add a section with examples,

CVS commit: src/libexec/ftpd

2024-02-16 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Fri Feb 16 19:32:38 UTC 2024 Modified Files: src/libexec/ftpd: ftpcmd.y Log Message: Remove obsolete code. Per src/doc/CHANGES.prev support for the NI_WITHSCOPEID flag was removed in NetBSD 1.6. To generate a diff of this commi

CVS commit: src/libexec/ftpd

2024-02-16 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Fri Feb 16 19:32:38 UTC 2024 Modified Files: src/libexec/ftpd: ftpcmd.y Log Message: Remove obsolete code. Per src/doc/CHANGES.prev support for the NI_WITHSCOPEID flag was removed in NetBSD 1.6. To generate a diff of this commi

CVS commit: src/include

2024-02-16 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Fri Feb 16 11:13:59 UTC 2024 Modified Files: src/include: netdb.h Log Message: Note that the NI_WITHSCOPEID flag is obsolete. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/include/netdb.h Please note that di

CVS commit: src/include

2024-02-16 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Fri Feb 16 11:13:59 UTC 2024 Modified Files: src/include: netdb.h Log Message: Note that the NI_WITHSCOPEID flag is obsolete. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/include/netdb.h Please note that di

CVS commit: src/lib/libc/net

2024-02-15 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Thu Feb 15 15:08:23 UTC 2024 Modified Files: src/lib/libc/net: getnameinfo.3 Log Message: Document the NI_NUMERICSCOPE flag. PR lib/57832 To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/lib/libc/net/getnameinf

CVS commit: src/lib/libc/net

2024-02-15 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Thu Feb 15 15:08:23 UTC 2024 Modified Files: src/lib/libc/net: getnameinfo.3 Log Message: Document the NI_NUMERICSCOPE flag. PR lib/57832 To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/lib/libc/net/getnameinf

CVS commit: src/lib/libc/gen

2024-02-02 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Fri Feb 2 21:16:42 UTC 2024 Modified Files: src/lib/libc/gen: err.3 Log Message: Make the err(3) manual clearer to read. - Mention that the 'fmt' argument to these functions holds a printf(3)-like format specification. - Clari

CVS commit: src/lib/libc/gen

2024-02-02 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Fri Feb 2 21:16:42 UTC 2024 Modified Files: src/lib/libc/gen: err.3 Log Message: Make the err(3) manual clearer to read. - Mention that the 'fmt' argument to these functions holds a printf(3)-like format specification. - Clari

CVS commit: src/external/bsd/elftoolchain/dist/common

2023-12-17 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Sun Dec 17 18:59:19 UTC 2023 Modified Files: src/external/bsd/elftoolchain/dist/common: utarray.h uthash.h Log Message: Sync ut{array,hash}.h to elftoolchain [r4024]. This change updates these files to UTARRAY/UTHASH v2.3.0. To

CVS commit: src/external/bsd/elftoolchain/dist/common

2023-12-17 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Sun Dec 17 18:59:19 UTC 2023 Modified Files: src/external/bsd/elftoolchain/dist/common: utarray.h uthash.h Log Message: Sync ut{array,hash}.h to elftoolchain [r4024]. This change updates these files to UTARRAY/UTHASH v2.3.0. To

CVS commit: src/external/bsd/elftoolchain/dist/common/sys

2023-12-09 Thread Joseph Koshy
/elfconstants.m4 Sat Dec 9 19:42:41 2023 @@ -1,4 +1,4 @@ -dnl $NetBSD: elfconstants.m4,v 1.5 2023/12/07 17:28:36 jkoshy Exp $ +dnl $NetBSD: elfconstants.m4,v 1.6 2023/12/09 19:42:41 jkoshy Exp $ # Copyright (c) 2010,2021 Joseph Koshy # All rights reserved. @@ -33,7 +33,7 @@ dnl $NetBSD

CVS commit: src/external/bsd/elftoolchain/dist/common/sys

2023-12-09 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Sat Dec 9 19:42:41 UTC 2023 Modified Files: src/external/bsd/elftoolchain/dist/common/sys: elfconstants.m4 Log Message: Update elfconstants.m4 to upstream [r4003]: - Use signed integer literals for DT_* values. To generate a d

CVS commit: src/external/bsd/elftoolchain/dist/common/sys

2023-12-07 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Thu Dec 7 17:28:36 UTC 2023 Modified Files: src/external/bsd/elftoolchain/dist/common/sys: elfconstants.m4 Log Message: Update elfconstants.m4 to upstream [r3986]. - Add the NetBSD spelling of a 386 relocation. - Add VAX relocat

CVS commit: src/external/bsd/elftoolchain/dist/common/sys

2023-12-07 Thread Joseph Koshy
/elftoolchain/dist/common/sys/elfconstants.m4 Thu Dec 7 17:28:36 2023 @@ -1,4 +1,4 @@ -dnl $NetBSD: elfconstants.m4,v 1.4 2022/05/02 20:27:43 jkoshy Exp $ +dnl $NetBSD: elfconstants.m4,v 1.5 2023/12/07 17:28:36 jkoshy Exp $ # Copyright (c) 2010,2021 Joseph Koshy # All rights reserved. @@ -33,7 +33,7

Re: CVS commit: src/sbin/mount_procfs

2023-04-18 Thread Joseph Koshy
ranor.org/p/uvm_usenix.pdf Regards, Joseph Koshy

CVS commit: src/sbin/mount_procfs

2023-04-18 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Tue Apr 18 18:42:20 UTC 2023 Modified Files: src/sbin/mount_procfs: mount_procfs.8 Log Message: mount_procfs(8): Document the format of the region descriptor lines contained in the 'map' and 'maps' special files. To generate a d

CVS commit: src/sbin/mount_procfs

2023-04-18 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Tue Apr 18 18:42:20 UTC 2023 Modified Files: src/sbin/mount_procfs: mount_procfs.8 Log Message: mount_procfs(8): Document the format of the region descriptor lines contained in the 'map' and 'maps' special files. To generate a d

CVS commit: src/share/misc

2022-12-30 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Fri Dec 30 21:12:45 UTC 2022 Modified Files: src/share/misc: style Log Message: Move a style recommendation closer to the syntax that it describes. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/share/misc/sty

CVS commit: src/share/misc

2022-12-30 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Fri Dec 30 21:12:45 UTC 2022 Modified Files: src/share/misc: style Log Message: Move a style recommendation closer to the syntax that it describes. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/share/misc/sty

CVS commit: src/share/misc

2022-12-30 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Fri Dec 30 17:02:31 UTC 2022 Modified Files: src/share/misc: style Log Message: C99: Suggest using narrow scopes for loop indices. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/share/misc/style Please note t

CVS commit: src/share/misc

2022-12-30 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Fri Dec 30 17:02:31 UTC 2022 Modified Files: src/share/misc: style Log Message: C99: Suggest using narrow scopes for loop indices. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/share/misc/style Please note t

CVS commit: src/share/misc

2022-12-29 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Thu Dec 29 18:23:37 UTC 2022 Modified Files: src/share/misc: style Log Message: Terminate a sentence with a full stop. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/share/misc/style Please note that diffs ar

CVS commit: src/share/misc

2022-12-29 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Thu Dec 29 18:23:37 UTC 2022 Modified Files: src/share/misc: style Log Message: Terminate a sentence with a full stop. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/share/misc/style Please note that diffs ar

CVS commit: src/sys/arch/aarch64/include

2022-05-30 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Mon May 30 21:18:37 UTC 2022 Modified Files: src/sys/arch/aarch64/include: elf_machdep.h Log Message: Use the ABI value for 'R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC'. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 sr

CVS commit: src/sys/arch/aarch64/include

2022-05-30 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Mon May 30 21:18:37 UTC 2022 Modified Files: src/sys/arch/aarch64/include: elf_machdep.h Log Message: Use the ABI value for 'R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC'. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 sr

CVS commit: src/external/bsd/elftoolchain/dist/common/sys

2022-05-08 Thread Joseph Koshy
27:43 2022 +++ src/external/bsd/elftoolchain/dist/common/sys/elfdefinitions.m4 Sun May 8 17:28:14 2022 @@ -1,4 +1,4 @@ -dnl $NetBSD: elfdefinitions.m4,v 1.4 2022/05/02 20:27:43 jkoshy Exp $ +dnl $NetBSD: elfdefinitions.m4,v 1.5 2022/05/08 17:28:14 jkoshy Exp $ /*- * Copyright (c) 2010,2021 Jo

CVS commit: src/external/bsd/elftoolchain/dist/common/sys

2022-05-08 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Sun May 8 17:28:14 UTC 2022 Modified Files: src/external/bsd/elftoolchain/dist/common/sys: elfdefinitions.m4 Log Message: Merge from upstream [r3984]: allow the use of the generated 'elfdefinitions.h' file in compilation environm

CVS commit: src/external/bsd/elftoolchain/dist/tools

2022-05-04 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Wed May 4 11:07:43 UTC 2022 Added Files: src/external/bsd/elftoolchain/dist/tools: netbsd-base-system-import.sh Log Message: Add a script from upstream that assists with importing upstream Elftoolchain sources. To generate a di

CVS commit: src/external/bsd/elftoolchain/dist/tools

2022-05-04 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Wed May 4 11:07:43 UTC 2022 Added Files: src/external/bsd/elftoolchain/dist/tools: netbsd-base-system-import.sh Log Message: Add a script from upstream that assists with importing upstream Elftoolchain sources. To generate a di

CVS commit: src/external/bsd/elftoolchain/dist/common

2022-05-03 Thread Joseph Koshy
.8 2021/03/10 21:36:29 jkoshy Exp $ */ +/* $NetBSD: _elftc.h,v 1.9 2022/05/03 16:47:15 jkoshy Exp $ */ /*- * Copyright (c) 2009 Joseph Koshy @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Id: _elftc.h 3933 2021-03-10 21:09:

CVS commit: src/external/bsd/elftoolchain/dist/common

2022-05-03 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Tue May 3 16:47:15 UTC 2022 Modified Files: src/external/bsd/elftoolchain/dist/common: _elftc.h Log Message: Catch up with Elftoolchain head: changes to support 'tools' builds out of the box. To generate a diff of this commit:

CVS commit: src/external/cddl/osnet/sys/sys

2022-05-03 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Tue May 3 12:09:19 UTC 2022 Modified Files: src/external/cddl/osnet/sys/sys: README Log Message: Minor: fix a typo. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/cddl/osnet/sys/sys/README Please note

CVS commit: src/external/cddl/osnet/sys/sys

2022-05-03 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Tue May 3 12:09:19 UTC 2022 Modified Files: src/external/cddl/osnet/sys/sys: README Log Message: Minor: fix a typo. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/cddl/osnet/sys/sys/README Please note

CVS commit: src/tools/libctf

2022-05-03 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Tue May 3 10:50:42 UTC 2022 Modified Files: src/tools/libctf: Makefile Log Message: Prepare the ground for to be used by the 'tools' build of 'libctf'. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tools/libc

CVS commit: src/tools/libctf

2022-05-03 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Tue May 3 10:50:42 UTC 2022 Modified Files: src/tools/libctf: Makefile Log Message: Prepare the ground for to be used by the 'tools' build of 'libctf'. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tools/libc

CVS commit: src/external/bsd/elftoolchain/dist/common/sys

2022-05-02 Thread Joseph Koshy
+++ src/external/bsd/elftoolchain/dist/common/sys/elfconstants.m4 Mon May 2 20:27:43 2022 @@ -1,4 +1,4 @@ -dnl $NetBSD: elfconstants.m4,v 1.3 2022/05/02 09:43:23 jkoshy Exp $ +dnl $NetBSD: elfconstants.m4,v 1.4 2022/05/02 20:27:43 jkoshy Exp $ # Copyright (c) 2010,2021 Joseph Koshy # All rights

CVS commit: src/external/bsd/elftoolchain/dist/common/sys

2022-05-02 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Mon May 2 20:27:43 UTC 2022 Modified Files: src/external/bsd/elftoolchain/dist/common/sys: elfconstants.m4 elfdefinitions.m4 Log Message: Catch up with Elftoolchain upstream . To generate a diff of this commit: cvs

CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common

2022-05-02 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Mon May 2 20:09:48 UTC 2022 Modified Files: src/external/cddl/osnet/dist/lib/libdtrace/common: dt_link.c Log Message: Follow FreeBSD revision <0e15d9fbeba4> and simplify #ifdef'ed code. This change avoids redefining 'SHN_SUNW_IG

CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common

2022-05-02 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Mon May 2 20:09:48 UTC 2022 Modified Files: src/external/cddl/osnet/dist/lib/libdtrace/common: dt_link.c Log Message: Follow FreeBSD revision <0e15d9fbeba4> and simplify #ifdef'ed code. This change avoids redefining 'SHN_SUNW_IG

CVS commit: src/tools/elftoolchain/common

2022-05-02 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Mon May 2 18:28:38 UTC 2022 Modified Files: src/tools/elftoolchain/common: Makefile Log Message: Bug fix: use the correct target path in a dependency. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tools/elftoo

CVS commit: src/tools/elftoolchain/common

2022-05-02 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Mon May 2 18:28:38 UTC 2022 Modified Files: src/tools/elftoolchain/common: Makefile Log Message: Bug fix: use the correct target path in a dependency. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tools/elftoo

CVS commit: src/external/bsd/elftoolchain/dist/common/sys

2022-05-02 Thread Joseph Koshy
/external/bsd/elftoolchain/dist/common/sys/elfconstants.m4 Mon May 2 09:43:23 2022 @@ -1,3 +1,4 @@ +dnl $NetBSD: elfconstants.m4,v 1.3 2022/05/02 09:43:23 jkoshy Exp $ # Copyright (c) 2010,2021 Joseph Koshy # All rights reserved. Index: src/external/bsd/elftoolchain/dist/common/sys

CVS commit: src/external/bsd/elftoolchain/dist/common/sys

2022-05-02 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Mon May 2 09:43:23 UTC 2022 Modified Files: src/external/bsd/elftoolchain/dist/common/sys: elfconstants.m4 elfdefinitions.m4 Log Message: Add NetBSD version control markers. To generate a diff of this commit: cvs rd

CVS commit: src/external/bsd/elftoolchain/dist/libelf

2022-05-01 Thread Joseph Koshy
:42 2016 +++ src/external/bsd/elftoolchain/dist/libelf/elf.c Sun May 1 19:41:35 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: elf.c,v 1.3 2016/02/20 02:43:42 christos Exp $ */ +/* $NetBSD: elf.c,v 1.4 2022/05/01 19:41:35 jkoshy Exp $ */ /*- * Copyright (c) 2006,2008,2011 Joseph Koshy @@ -30,8 +30,8

CVS commit: src/external/bsd/elftoolchain/dist/libelf

2022-05-01 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Sun May 1 19:41:35 UTC 2022 Modified Files: src/external/bsd/elftoolchain/dist/libelf: elf.c elf_begin.c elf_cntl.c elf_data.c elf_end.c elf_errmsg.c elf_errno.c elf_fill.c elf_flag.c elf_getarhdr.c elf_get

CVS commit: src/tools/elftoolchain/libdwarf

2022-05-01 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Sun May 1 17:25:19 UTC 2022 Modified Files: src/tools/elftoolchain/libdwarf: Makefile Log Message: Make the generated file visible when compiling libdwarf. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tools/

CVS commit: src/tools/elftoolchain/libdwarf

2022-05-01 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Sun May 1 17:25:19 UTC 2022 Modified Files: src/tools/elftoolchain/libdwarf: Makefile Log Message: Make the generated file visible when compiling libdwarf. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tools/

CVS commit: src/external/bsd/elftoolchain/dist/libdwarf

2022-05-01 Thread Joseph Koshy
istos Exp $"); -ELFTC_VCSID("Id: dwarf_ranges.c 3029 2014-04-21 23:26:02Z kaiwang27 "); +__RCSID("$NetBSD: dwarf_ranges.c,v 1.4 2022/05/01 17:20:47 jkoshy Exp $"); +ELFTC_VCSID("Id: dwarf_ranges.c 3029 2014-04-21 23:26:02Z kaiwang27"); static int _d

CVS commit: src/external/bsd/elftoolchain/dist/libdwarf

2022-05-01 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Sun May 1 17:20:47 UTC 2022 Modified Files: src/external/bsd/elftoolchain/dist/libdwarf: dwarf_abbrev.c dwarf_arange.c dwarf_attr.c dwarf_attrval.c dwarf_cu.c dwarf_dealloc.c dwarf_die.c dwarf_dump.c dwarf_

CVS commit: src/tools

2022-04-22 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Fri Apr 22 15:47:03 UTC 2022 Removed Files: src/tools/libdwarf: Makefile src/tools/libelf: Makefile libelf.inc Log Message: Remove the 'tools/lib{elf,dwarf}' directories. These have been moved to under 'tools/elftoolchain

CVS commit: src/tools

2022-04-22 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Fri Apr 22 15:47:03 UTC 2022 Removed Files: src/tools/libdwarf: Makefile src/tools/libelf: Makefile libelf.inc Log Message: Remove the 'tools/lib{elf,dwarf}' directories. These have been moved to under 'tools/elftoolchain

CVS commit: src/tools

2022-04-18 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Mon Apr 18 19:46:35 UTC 2022 Modified Files: src/tools: Makefile Log Message: Disconnect 'tools/lib{elf,dwarf}' from the build. These libraries are now built by 'tools/elftoolchain/lib{elf,dwarf}' respectively. To generate a di

CVS commit: src/tools

2022-04-18 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Mon Apr 18 19:46:35 UTC 2022 Modified Files: src/tools: Makefile Log Message: Disconnect 'tools/lib{elf,dwarf}' from the build. These libraries are now built by 'tools/elftoolchain/lib{elf,dwarf}' respectively. To generate a di

CVS commit: src/tools

2022-04-18 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Mon Apr 18 19:40:07 UTC 2022 Modified Files: src/tools/ctfconvert: Makefile src/tools/ctfmerge: Makefile Log Message: Update 'tools/ctf{merge,convert}' to use the new build locations for 'libelf' and 'libdwarf'. To gener

CVS commit: src/tools

2022-04-18 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Mon Apr 18 19:40:07 UTC 2022 Modified Files: src/tools/ctfconvert: Makefile src/tools/ctfmerge: Makefile Log Message: Update 'tools/ctf{merge,convert}' to use the new build locations for 'libelf' and 'libdwarf'. To gener

CVS commit: src/tools/elftoolchain

2022-04-18 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Mon Apr 18 14:11:44 UTC 2022 Modified Files: src/tools/elftoolchain: Makefile Added Files: src/tools/elftoolchain/libdwarf: Makefile src/tools/elftoolchain/libelf: Makefile Log Message: Build 'libelf' and 'libdwarf

CVS commit: src/tools/elftoolchain

2022-04-18 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Mon Apr 18 14:11:44 UTC 2022 Modified Files: src/tools/elftoolchain: Makefile Added Files: src/tools/elftoolchain/libdwarf: Makefile src/tools/elftoolchain/libelf: Makefile Log Message: Build 'libelf' and 'libdwarf

CVS commit: src/tools/elftoolchain/common

2022-04-13 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Wed Apr 13 17:54:05 UTC 2022 Added Files: src/tools/elftoolchain/common: Makefile Log Message: Add a Makefile missed out in a previous commit. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/tools/elftoolchain/comm

CVS commit: src/tools/elftoolchain/common

2022-04-13 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Wed Apr 13 17:54:05 UTC 2022 Added Files: src/tools/elftoolchain/common: Makefile Log Message: Add a Makefile missed out in a previous commit. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/tools/elftoolchain/comm

CVS commit: src/tools

2022-04-13 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Wed Apr 13 17:52:56 UTC 2022 Modified Files: src/tools: Makefile Added Files: src/tools/elftoolchain: Makefile src/tools/elftoolchain/common/sys: Makefile Log Message: When building tools use a dedicated subdirecto

CVS commit: src/tools

2022-04-13 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Wed Apr 13 17:52:56 UTC 2022 Modified Files: src/tools: Makefile Added Files: src/tools/elftoolchain: Makefile src/tools/elftoolchain/common/sys: Makefile Log Message: When building tools use a dedicated subdirecto

CVS commit: src/external/bsd/elftoolchain/dist/libdwarf

2022-03-14 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Mon Mar 14 20:50:48 UTC 2022 Modified Files: src/external/bsd/elftoolchain/dist/libdwarf: dwarf.3 dwarf_add_AT_comp_dir.3 dwarf_add_AT_const_value_string.3 dwarf_add_AT_dataref.3 dwarf_add_AT_flag.3

CVS commit: src/external/bsd/elftoolchain/dist/libelf

2022-03-12 Thread Joseph Koshy
7:55 jkoshy Exp $ .\" .\" Copyright (c) 2006,2008-2011 Joseph Koshy. All rights reserved. .\" @@ -23,7 +23,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" Id: elf_begin.3 3928 2021-03-07 19:47:55Z jkoshy +.\

CVS commit: src/external/bsd/elftoolchain/dist/libelf

2022-03-12 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Sat Mar 12 21:37:55 UTC 2022 Modified Files: src/external/bsd/elftoolchain/dist/libelf: elf_begin.3 elf_cntl.3 elf_end.3 elf_errmsg.3 elf_flagdata.3 elf_getarhdr.3 elf_getarsym.3 elf_getbase.3 elf_getdata.3

Re: CVS commit: src/lib

2021-04-09 Thread Joseph Koshy
joerg> Just the libs should be enough and ideally, jk> It appears that we would need to add the 'elftoolchain' subdirectory to jk> "src/external/bsd/Makefile" for the global includes run to work. This should be fixed now. Regards, Joseph Koshy

Re: CVS commit: src/lib

2021-04-08 Thread Joseph Koshy
includes js> run first. It appears that we would need to add the 'elftoolchain' subdirectory to "src/external/bsd/Makefile" for the global includes run to work. Let me try that out - once I get it to work I will revert 'src/lib/Makefile' to traverse just the imported libraries. Regards, Joseph Koshy