Log of /pax-utils/Makefile
Parent Directory
|
Revision Log
Revision
1.82 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Apr 10 21:48:35 2013 UTC
(6 weeks ago)
by
vapier
Branch:
MAIN
Changes since
1.81: +13 -7 lines
Diff to
previous 1.81
add a new check_gcc_many to check a bunch of flags at once, and add new asan flag when debugging
Revision
1.70 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 22 15:31:05 2008 UTC
(4 years, 7 months ago)
by
flameeyes
Branch:
MAIN
Changes since
1.69: +8 -8 lines
Diff to
previous 1.69
Improve Makefile to avoid relinking all targets when changing one tool.
With these changes, editing scanelf.c won't trigger a new build of
dumpelf and pspax, since each target depends only on those object
files it actually uses.
Revision
1.68 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Sep 8 07:02:56 2008 UTC
(4 years, 8 months ago)
by
grobian
Branch:
MAIN
Changes since
1.67: +1 -6 lines
Diff to
previous 1.67
Initial commit of Mach-O related files. (bug #236512)
- added macho.h (Mach-O definitions) and scanmacho.c (the scanelf
equivalent for Mach-O files)
- changed the Makefile to compile scanmacho (tested compilation on
Darwin and Solaris)
- changed paxinc.h to include macho.h and paxmacho.h
- extended paxmacho.[ch] with relevant code to read meta information
from Mach-O files
Revision
1.64 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 20 09:54:15 2007 UTC
(5 years, 9 months ago)
by
vapier
Branch:
MAIN
Changes since
1.63: +12 -6 lines
Diff to
previous 1.63
split xfuncs off into a sep file for all utils to use, cleanup misc things, and add some more comments
Revision
1.63 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Aug 12 20:06:57 2007 UTC
(5 years, 9 months ago)
by
grobian
Branch:
MAIN
Changes since
1.62: +2 -2 lines
Diff to
previous 1.62
For Solaris, use -f instead of -e to avoid "/bin/sh: test: argument
expected" errors. Acked by solar in IRC.
Revision
1.62 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jun 29 19:49:26 2007 UTC
(5 years, 10 months ago)
by
solar
Branch:
MAIN
Changes since
1.61: +2 -2 lines
Diff to
previous 1.61
- show endian in -a display and be sure to exclude *macho* files from normal releases
Revision
1.60 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Apr 8 19:42:46 2007 UTC
(6 years, 1 month ago)
by
solar
Branch:
MAIN
Changes since
1.59: +3 -2 lines
Diff to
previous 1.59
- do not compile pspax on solaris.. make porting.h use __svr4__ vs __sun__ defines so we keep sparc-linux happy
Revision
1.57 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jul 25 17:21:02 2006 UTC
(6 years, 9 months ago)
by
solar
Branch:
MAIN
Changes since
1.56: +3 -3 lines
Diff to
previous 1.56
- be sure that variable definitions do not ver overridden by cmdline options. John Moser
Revision
1.51 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Feb 18 15:51:11 2006 UTC
(7 years, 3 months ago)
by
solar
Branch:
MAIN
Changes since
1.50: +2 -2 lines
Diff to
previous 1.50
- Make -E take strings vs just numerics. Fixed off by one in ld.so.conf include file handling(Reported by PaX autho.r). Made sure we only set ei pax flags when etype is ET_EXEC || ET_DYN. Updated README, man page
Revision
1.50 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 12 16:51:21 2006 UTC
(7 years, 3 months ago)
by
solar
Branch:
MAIN
Changes since
1.49: +3 -3 lines
Diff to
previous 1.49
- add include globbing support for ld.so.conf handling. mainly only useful on distros other than gentoo
Revision
1.49 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jan 28 19:47:47 2006 UTC
(7 years, 3 months ago)
by
solar
Branch:
MAIN
Changes since
1.48: +3 -2 lines
Diff to
previous 1.48
- skip multi load scan checks if ehdr->e_type is not ET_DYN or ET_EXEC. Make 'make debug' build with -g3 -nopie
Revision
1.33 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jul 3 16:17:23 2005 UTC
(7 years, 10 months ago)
by
solar
Branch:
MAIN
Changes since
1.32: +3 -5 lines
Diff to
previous 1.32
- displays PT_GNU_STACK/PT_LOAD markings in pspax with -e flag. Added a verbose flag to print executable mappings. these features are more useful on non PaX systems
Revision
1.23 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat May 28 22:09:36 2005 UTC
(7 years, 11 months ago)
by
solar
Branch:
MAIN
Changes since
1.22: +2 -2 lines
Diff to
previous 1.22
- make scanelf display the PT_PAX_FLAGS if they exist and fall back on EI_PAX if they dont as the kernel would.
Revision
1.19 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 5 16:07:40 2005 UTC
(8 years, 1 month ago)
by
solar
Branch:
MAIN
Changes since
1.18: +1 -4 lines
Diff to
previous 1.18
- remove scan4sym from Makefile. (no longer needed. replaced by scanelf -s <symbol>
Revision
1.17 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Apr 2 19:06:36 2005 UTC
(8 years, 1 month ago)
by
solar
Branch:
MAIN
Changes since
1.16: +6 -2 lines
Diff to
previous 1.16
- work around problem freeing memory on uclibc systems by using a static buffer for path handling. this should also speed up the scanelf_dir function
Revision
1.16 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Apr 1 19:09:15 2005 UTC
(8 years, 1 month ago)
by
solar
Branch:
MAIN
Changes since
1.15: +2 -2 lines
Diff to
previous 1.15
- removed a few more no longer needed elf programs that have been replaced by scanelf.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.
| Sticky Tag: |
|