aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* migrate to gitv1.0Mike Frysinger2015-03-021-1/+0
* add autotools supportMike Frysinger2014-10-191-1/+5
* update elf.hMike Frysinger2014-01-111-15/+1
* scanelf: add support for multiple quiet levels and fix the wrap around behavi...Mike Frysinger2013-04-021-1/+10
* update copyright yearsMike Frysinger2012-11-041-4/+4
* if O_CLOEXEC is not defined, set it to 0Mike Frysinger2012-02-041-1/+5
* use glibc/uclibc defines to pull in byteswap.h/endian.h as these are specific...Mike Frysinger2011-10-081-2/+2
* dont include alloca.h on openbsd #363903 by Maxim KoltsovMike Frysinger2011-04-301-2/+2
* make sure the maps we scan are aligned when needed (which often does not happ...Mike Frysinger2010-01-151-1/+12
* extend symbol lookup syntax to allow matching of symbols based on more fieldsMike Frysinger2009-12-011-1/+2
* allow pax-utils to detect endianness on HP-UX, patch by Michael HaubenwallnerFabian Groffen2009-10-251-2/+2
* tweak style slightly to make source tests happyMike Frysinger2008-12-301-3/+3
* pull in alloca.h for all hosts but freebsdMike Frysinger2008-11-161-2/+4
* sort headers alphabeticallyMike Frysinger2008-11-161-14/+13
* only include alloca.h on linux systems #246439 by Javier VillavicencioMike Frysinger2008-11-161-3/+3
* Silence a warningFabian Groffen2008-10-191-1/+2
* - update copyright headersNed Ludd2007-05-231-4/+4
* rewrite ELF_DATA fallback to account for ports that define macros, but dont g...Mike Frysinger2007-04-081-22/+19
* relax a little if only one endian is definedMike Frysinger2007-04-081-6/+3
* make sure LITTLE_ENDIAN/BIG_ENDIAN exist in the fallback caseMike Frysinger2007-04-081-1/+10
* cleanup __sun__ handlingMike Frysinger2007-04-081-4/+10
* - do not compile pspax on solaris.. make porting.h use __svr4__ vs __sun__ de...Ned Ludd2007-04-081-3/+3
* - make things a tad more portable to sparc and darwinNed Ludd2007-04-081-2/+8
* - added regexp symbol matching using existing gmatch optionNed Ludd2007-01-181-1/+2
* just whitespaceMike Frysinger2006-11-281-5/+6
* - add work arounds for NetBSDNed Ludd2006-06-031-2/+2
* cleanup style, touchup new QA envvar code, and be better about cleaning up af...Mike Frysinger2006-05-141-1/+9
* use a new ARRAY_SIZE() macro for calculating the # of elements in a static arrayMike Frysinger2006-05-141-1/+3
* cut down on the arch-specific ifdef cruftMike Frysinger2006-05-141-2/+7
* move porting-specific stuff to porting.hMike Frysinger2006-05-141-1/+9
* SET_STDOUT isnt neededMike Frysinger2006-05-141-7/+1
* Process QA_TEXTRELS and QA_EXECSTACK, whitespace-separated lists ofKevin F. Quinn2006-05-101-1/+2
* - non linux hosts dont really need the glob code so invert the ifdefsv0.1.11Ned Ludd2006-03-191-15/+1
* - invert logic for glob64Ned Ludd2006-03-161-3/+3
* - Diego says. no, need to change the glob*64* to glob* instead.. (its by defa...Ned Ludd2006-02-191-2/+10
* - add include globbing support for ld.so.conf handling. mainly only useful on...Ned Ludd2006-02-121-1/+7
* define and use our own copy of PATH_MAXMike Frysinger2006-01-131-1/+9
* fix building on stupid OpenBSD systemsMike Frysinger2006-01-101-2/+3
* update copyright years and unify headers in porting.hMike Frysinger2006-01-051-4/+20
* openbsd sucks as wellMike Frysinger2005-12-301-3/+3
* add some more logic for native endian detection since some linux distros dont...Mike Frysinger2005-12-291-5/+14
* add a compile time sanity checkMike Frysinger2005-12-291-1/+4
* seems netbsd is just as stupid as apple #117055 by Benigno B. JuniorMike Frysinger2005-12-291-3/+3
* use smaller license headerMike Frysinger2005-09-301-1/+7
* add generic bswap macros and macro the stdout stuff so OS X buildsMike Frysinger2005-05-301-5/+43
* just setup ELF_DATA ourself so that stupid BSD worksMike Frysinger2005-05-271-1/+9
* break out the port-specific stuff into a sep header fileMike Frysinger2005-05-271-0/+68