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

2014-01-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 2 19:20:35 UTC 2014 Modified Files: src/external/bsd/libelf/dist: libelf.h libelf_data.c Log Message: add gnu attributes to the known sections To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2013-10-18 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Oct 18 08:04:47 UTC 2013 Modified Files: src/external/bsd/libelf/dist: elf_update.c libelf_phdr.c Log Message: remove some set-but unused variables. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2013-06-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 21 01:36:31 UTC 2013 Modified Files: src/external/bsd/libelf/dist: libelf_data.c Log Message: Instead of hard-coding each processor-specific section type, handle all processor-specific section types the same way. To

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

2010-10-30 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sun Oct 31 05:03:12 UTC 2010 Modified Files: src/external/bsd/libelf/dist: _libelf.h elf_begin.c elf_end.c Log Message: fall back to malloc+pread when stat+malloc doesn't seem to work. it allows libelf work on /dev/ksyms. XXX the

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

2009-12-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Dec 29 16:58:10 UTC 2009 Update of /cvsroot/src/external/bsd/libelf/dist In directory ivanova.netbsd.org:/tmp/cvs-serv13969 Log Message: Import libelf from FreeBSD 8.0-RELEASE. The main purpose of this is to get a new import after

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

2009-12-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Dec 29 18:07:28 UTC 2009 Modified Files: src/external/bsd/libelf/dist: elf.3 Log Message: Do not use .Xo/.Xc to work around ancient roff limits. Remove .TE without matching .TS. To generate a diff of this commit: cvs rdiff

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

2009-12-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Dec 21 18:27:48 UTC 2009 Modified Files: src/external/bsd/libelf/dist: elf.3 Log Message: Note when this appeared in NetBSD. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

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

2009-12-20 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Dec 20 19:38:13 UTC 2009 Modified Files: src/external/bsd/libelf/dist: libelf.c Log Message: PRIVATE_VERSION(arch) isn't ever used, so don't try to setup this member of _libelf{}. ELF??_MACHDEP_ID may not be defined if ELFSIZE

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

2009-12-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Dec 20 23:23:46 UTC 2009 Modified Files: src/external/bsd/libelf/dist: _libelf.h elf_begin.c elf_data.c elf_scn.c libelf.c libelf_ehdr.c libelf_phdr.c libelf_xlate.c Log Message: - _libelf_globals::libelf_arch

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

2009-12-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Dec 20 05:52:15 UTC 2009 Modified Files: src/external/bsd/libelf/dist: libelf.h Log Message: Enable __LIBELF_HAVE_ELF_SYMINFO. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2009-12-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Dec 19 08:40:58 UTC 2009 Modified Files: src/external/bsd/libelf/dist: libelf_convert.m4 Log Message: Fix all sorts of problems with lint and compiler warnings. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2009-12-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Dec 19 08:47:46 UTC 2009 Modified Files: src/external/bsd/libelf/dist: libelf_convert.m4 Log Message: We don't have an Elf_Note typedef, but Elf32_Nhdr and Elf64_Nhdr are equivalent; use Elf32_Nhdr instead. To generate a

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

2009-12-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Dec 19 09:00:56 UTC 2009 Modified Files: src/external/bsd/libelf/dist: libelf_ehdr.c Log Message: Add some range checks to quiet warnings. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2009-12-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Dec 19 05:43:41 UTC 2009 Update of /cvsroot/src/external/bsd/libelf/dist In directory ivanova.netbsd.org:/tmp/cvs-serv25031 Log Message: Import the libelf from FreeBSD 8.0-RC3. Status: Vendor Tag: FreeBSD Release Tags:

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

2009-12-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Dec 19 05:55:37 UTC 2009 Modified Files: src/external/bsd/libelf/dist: _libelf.h elf_scn.c elf_update.c libelf_allocate.c libelf_ar.c libelf_convert.m4 libelf_ehdr.c Log Message: while (0) - while

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

2009-12-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Dec 19 06:22:25 UTC 2009 Modified Files: src/external/bsd/libelf/dist: elf_begin.c libelf_allocate.c Log Message: sys/errno.h - errno.h To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

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

2009-12-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Dec 19 06:39:29 UTC 2009 Modified Files: src/external/bsd/libelf/dist: gelf_cap.c gelf_dyn.c gelf_ehdr.c gelf_move.c gelf_phdr.c gelf_rel.c gelf_rela.c gelf_shdr.c gelf_sym.c gelf_syminfo.c

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

2009-12-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Dec 19 07:31:04 UTC 2009 Modified Files: src/external/bsd/libelf/dist: elf_types.m4 gelf.h gelf_cap.c gelf_move.c gelf_syminfo.c libelf.h libelf_align.c libelf_convert.m4 libelf_data.c libelf_fsize.m4

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

2009-12-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Dec 19 07:31:44 UTC 2009 Modified Files: src/external/bsd/libelf/dist: libelf_convert.m4 libelf_fsize.m4 libelf_msize.m4 Log Message: Don't need to include osreldate.h here. To generate a diff of this commit:

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

2009-12-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Dec 19 07:33:06 UTC 2009 Modified Files: src/external/bsd/libelf/dist: libelf_convert.m4 libelf_msize.m4 Log Message: libelf.h is responsible for including sys/elf32.h and sys/elf64.h on FreeBSD; no need to do it here. To

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

2009-12-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Dec 19 07:37:35 UTC 2009 Modified Files: src/external/bsd/libelf/dist: libelf.c Log Message: machine/elf.h is a FreeBSD-specific header. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

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

2009-12-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Dec 19 07:44:27 UTC 2009 Modified Files: src/external/bsd/libelf/dist: elf_scn.c Log Message: - _libelf_load_scn(): If shoff is larger than SSIZE_MAX, bail out with a HEADER error. Pass lint. To generate a diff of this

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

2009-12-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Dec 19 07:47:23 UTC 2009 Modified Files: src/external/bsd/libelf/dist: _libelf.h Log Message: LIBELF_COPY_U32(), LIBELF_COPY_S32(): Make sure that the SRC values are being compared as the maximum width and appropriate

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

2009-12-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Dec 19 07:54:32 UTC 2009 Modified Files: src/external/bsd/libelf/dist: libelf_align.c Log Message: Provide definitions of MALIGN() and MALIGN64() for the __lint__ case. To generate a diff of this commit: cvs rdiff -u -r1.2

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

2009-12-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Dec 19 07:58:24 UTC 2009 Modified Files: src/external/bsd/libelf/dist: elf_hash.c libelf.h Log Message: Change elf_hash() to take a const void *, rather than a const char *. To generate a diff of this commit: cvs rdiff -u

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

2009-12-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Dec 19 07:59:24 UTC 2009 Modified Files: src/external/bsd/libelf/dist: libelf_ar.c Log Message: Squash a signed-vs-unsigned char * warning. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3