aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* migrate to gitv1.0Mike Frysinger2015-03-021-26/+9
|
* add a fuzz targetMike Frysinger2015-02-281-1/+7
|
* build with more asan flagsMike Frysinger2015-02-211-2/+4
|
* install scripts explicitly #525852v0.9.1Mike Frysinger2014-10-191-3/+5
|
* add autotools supportMike Frysinger2014-10-191-3/+36
| | | | URL: https://bugs.gentoo.org/413967
* enable python by defaultMike Frysinger2014-08-011-2/+2
|
* use 64bit file interfaces even with 32bit processes #471024Mike Frysinger2013-05-231-2/+2
|
* add a new check_gcc_many to check a bunch of flags at once, and add new asan ↵Mike Frysinger2013-04-101-8/+14
| | | | flag when debugging
* fix typo in call -- check_gcc vs check-gccMike Frysinger2013-04-101-7/+7
|
* install lddtree.py if USE_PYTHON=yes is setMike Frysinger2012-11-151-1/+4
|
* simplify install/dist targets a bitMike Frysinger2012-02-041-19/+15
|
* allow people to control install paths via `make`Mike Frysinger2012-02-041-7/+11
|
* fix `make debug -j` so that it works and doesnt do "all" then "clean"Mike Frysinger2012-01-231-3/+3
|
* make xz tarballsMike Frysinger2011-03-031-3/+3
|
* avoid cc tests when installing #308577 by Jeroen RooversMike Frysinger2010-06-081-1/+4
|
* run tests too when doing distMike Frysinger2010-02-141-4/+5
|
* tweak debug/dist targets to avoid warningsMike Frysinger2010-02-141-3/+5
|
* filter .cvsignore files from dist tooMike Frysinger2010-01-151-2/+2
|
* cleanup install targets a littleMike Frysinger2009-03-151-8/+10
|
* Improve Makefile to avoid relinking all targets when changing one tool.Diego Pettenò2008-10-221-8/+8
| | | | | | 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.
* Don't remove macho stuff, we need it to be able to compile properly.Fabian Groffen2008-09-121-2/+2
|
* Initial commit of Mach-O related files. (bug #236512)Fabian Groffen2008-09-081-6/+1
| | | | | | | | | | - 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
* - add -Z/--size optionNed Ludd2008-04-191-1/+2
|
* - Make sure lddtree.sh get added in the intall phasev0.1.17Ned Ludd2008-01-171-2/+2
|
* overhaul dist target to be more robustMike Frysinger2007-08-251-16/+13
|
* split xfuncs off into a sep file for all utils to use, cleanup misc things, ↵Mike Frysinger2007-08-201-6/+12
| | | | and add some more comments
* For Solaris, use -f instead of -e to avoid "/bin/sh: test: argumentFabian Groffen2007-08-121-2/+2
| | | | expected" errors. Acked by solar in IRC.
* - show endian in -a display and be sure to exclude *macho* files from normal ↵Ned Ludd2007-06-291-2/+2
| | | | releases
* - make sure we can fully override ELF_TARGETSNed Ludd2007-04-081-3/+2
|
* - do not compile pspax on solaris.. make porting.h use __svr4__ vs __sun__ ↵Ned Ludd2007-04-081-2/+3
| | | | defines so we keep sparc-linux happy
* - added regexp symbol matching using existing gmatch optionNed Ludd2007-01-181-2/+2
|
* update dist targetMike Frysinger2007-01-181-4/+4
|
* - be sure that variable definitions do not ver overridden by cmdline ↵Ned Ludd2006-07-251-3/+3
| | | | options. John Moser
* - update copyrightNed Ludd2006-06-091-2/+2
|
* only apply cap stuff to pspax filesMike Frysinger2006-05-141-8/+15
|
* we want to increment CPPFLAGS/LDFLAGS, not set themMike Frysinger2006-05-131-4/+4
|
* cleanup usage of LIBS/LDFLAGS/CFLAGS/CPPFLAGS and cap supportMike Frysinger2006-05-131-9/+18
|
* fail if there are temp filesMike Frysinger2006-04-111-1/+2
|
* - Make -E take strings vs just numerics. Fixed off by one in ld.so.conf ↵Ned Ludd2006-02-181-2/+2
| | | | 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
* - add include globbing support for ld.so.conf handling. mainly only useful ↵Ned Ludd2006-02-121-3/+3
| | | | on distros other than gentoo
* - skip multi load scan checks if ehdr->e_type is not ET_DYN or ET_EXEC. Make ↵Ned Ludd2006-01-281-2/+3
| | | | 'make debug' build with -g3 -nopie
* just define _GNU_SOURCEMike Frysinger2006-01-101-2/+2
|
* default to GNU source as pointed out by Markus OberhumerMike Frysinger2005-12-291-1/+2
|
* make sure no temp cvs or object files are added to the tarballMike Frysinger2005-12-121-1/+6
|
* force distclean to be run when doing `make dist`Mike Frysinger2005-12-101-2/+2
|
* delete all object files with distcleanMike Frysinger2005-12-101-2/+2
|
* move stripping to its own targetMike Frysinger2005-12-091-2/+6
|
* flesh out more of mach-o support (disabled for now)Mike Frysinger2005-11-021-4/+9
|
* - makefile update. last commit before 0.1.4v0.1.4Ned Ludd2005-10-301-4/+4
|
* fix building of targets and add a dist targetMike Frysinger2005-10-301-3/+17
|