aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sanitizer: fix feature tests under clangMike Frysinger2024-01-251-0/+7
* ar: switch from alloca to mallocMike Frysinger2024-01-251-3/+0
* build: use standard HAVE_xxx define styleMike Frysinger2024-01-241-10/+10
* build: use standard config.h namingMike Frysinger2024-01-241-1/+1
* fix various typos found w/codespellMike Frysinger2024-01-151-1/+1
* drop old __BOUNDS_CHECKING_ON supportMike Frysinger2024-01-151-7/+0
* update copyright headersMike Frysinger2024-01-011-2/+2
* porting.h: include <stddef.h> for size_t, sort includesSam James2023-01-291-2/+3
* Probe the target system for needed headersArsen Arsenović2022-07-121-14/+11
* porting: don't include alloca.h on NetBSDFrederic Cambus2022-01-221-1/+1
* security: pregen seccomp bpf programsv1.3Mike Frysinger2021-04-171-0/+3
* fuzz: add basic framework for using libFuzzerMike Frysinger2021-04-161-0/+5
* glob is used in paxldso.c for NetBSD too, but glob.h is not included inOBATA Akio2021-02-041-1/+1
* check for linux/securebits.h, missing on Linux 2.6.32Michael Haubenwallner2017-09-181-1/+3
* dumpelf: clean up types all over the placeMike Frysinger2016-11-171-0/+1
* porting: add O_PATH fallback tooMike Frysinger2016-06-191-0/+3
* scanelf: enable cleanup for coverityMike Frysinger2016-06-191-0/+4
* porting: fix android buildsMike Frysinger2015-10-081-1/+1
* security: add a debug handler for seccompMike Frysinger2015-08-241-0/+3
* security: lock down privs a bit via prctlMike Frysinger2015-08-201-0/+4
* security: leverage namespaces to restrict the runtime a bitMike Frysinger2015-08-201-0/+1
* debug: improve cleanup logicMike Frysinger2015-08-181-2/+9
* use __typeof__ instead of typeof to build with stricter standardsMike Frysinger2015-08-131-1/+1
* 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