GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/pax-utils.git
master
ELF related utils for ELF 32/64 binaries that can check files for security relevant properties
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
porting.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Probe the target system for needed headers
Arsen Arsenović
2022-07-12
1
-14
/
+11
*
porting: don't include alloca.h on NetBSD
Frederic Cambus
2022-01-22
1
-1
/
+1
*
security: pregen seccomp bpf programs
v1.3
Mike Frysinger
2021-04-17
1
-0
/
+3
*
fuzz: add basic framework for using libFuzzer
Mike Frysinger
2021-04-16
1
-0
/
+5
*
glob is used in paxldso.c for NetBSD too, but glob.h is not included in
OBATA Akio
2021-02-04
1
-1
/
+1
*
check for linux/securebits.h, missing on Linux 2.6.32
Michael Haubenwallner
2017-09-18
1
-1
/
+3
*
dumpelf: clean up types all over the place
Mike Frysinger
2016-11-17
1
-0
/
+1
*
porting: add O_PATH fallback too
Mike Frysinger
2016-06-19
1
-0
/
+3
*
scanelf: enable cleanup for coverity
Mike Frysinger
2016-06-19
1
-0
/
+4
*
porting: fix android builds
Mike Frysinger
2015-10-08
1
-1
/
+1
*
security: add a debug handler for seccomp
Mike Frysinger
2015-08-24
1
-0
/
+3
*
security: lock down privs a bit via prctl
Mike Frysinger
2015-08-20
1
-0
/
+4
*
security: leverage namespaces to restrict the runtime a bit
Mike Frysinger
2015-08-20
1
-0
/
+1
*
debug: improve cleanup logic
Mike Frysinger
2015-08-18
1
-2
/
+9
*
use __typeof__ instead of typeof to build with stricter standards
Mike Frysinger
2015-08-13
1
-1
/
+1
*
migrate to git
v1.0
Mike Frysinger
2015-03-02
1
-1
/
+0
*
add autotools support
Mike Frysinger
2014-10-19
1
-1
/
+5
*
update elf.h
Mike Frysinger
2014-01-11
1
-15
/
+1
*
scanelf: add support for multiple quiet levels and fix the wrap around behavi...
Mike Frysinger
2013-04-02
1
-1
/
+10
*
update copyright years
Mike Frysinger
2012-11-04
1
-4
/
+4
*
if O_CLOEXEC is not defined, set it to 0
Mike Frysinger
2012-02-04
1
-1
/
+5
*
use glibc/uclibc defines to pull in byteswap.h/endian.h as these are specific...
Mike Frysinger
2011-10-08
1
-2
/
+2
*
dont include alloca.h on openbsd #363903 by Maxim Koltsov
Mike Frysinger
2011-04-30
1
-2
/
+2
*
make sure the maps we scan are aligned when needed (which often does not happ...
Mike Frysinger
2010-01-15
1
-1
/
+12
*
extend symbol lookup syntax to allow matching of symbols based on more fields
Mike Frysinger
2009-12-01
1
-1
/
+2
*
allow pax-utils to detect endianness on HP-UX, patch by Michael Haubenwallner
Fabian Groffen
2009-10-25
1
-2
/
+2
*
tweak style slightly to make source tests happy
Mike Frysinger
2008-12-30
1
-3
/
+3
*
pull in alloca.h for all hosts but freebsd
Mike Frysinger
2008-11-16
1
-2
/
+4
*
sort headers alphabetically
Mike Frysinger
2008-11-16
1
-14
/
+13
*
only include alloca.h on linux systems #246439 by Javier Villavicencio
Mike Frysinger
2008-11-16
1
-3
/
+3
*
Silence a warning
Fabian Groffen
2008-10-19
1
-1
/
+2
*
- update copyright headers
Ned Ludd
2007-05-23
1
-4
/
+4
*
rewrite ELF_DATA fallback to account for ports that define macros, but dont g...
Mike Frysinger
2007-04-08
1
-22
/
+19
*
relax a little if only one endian is defined
Mike Frysinger
2007-04-08
1
-6
/
+3
*
make sure LITTLE_ENDIAN/BIG_ENDIAN exist in the fallback case
Mike Frysinger
2007-04-08
1
-1
/
+10
*
cleanup __sun__ handling
Mike Frysinger
2007-04-08
1
-4
/
+10
*
- do not compile pspax on solaris.. make porting.h use __svr4__ vs __sun__ de...
Ned Ludd
2007-04-08
1
-3
/
+3
*
- make things a tad more portable to sparc and darwin
Ned Ludd
2007-04-08
1
-2
/
+8
*
- added regexp symbol matching using existing gmatch option
Ned Ludd
2007-01-18
1
-1
/
+2
*
just whitespace
Mike Frysinger
2006-11-28
1
-5
/
+6
*
- add work arounds for NetBSD
Ned Ludd
2006-06-03
1
-2
/
+2
*
cleanup style, touchup new QA envvar code, and be better about cleaning up af...
Mike Frysinger
2006-05-14
1
-1
/
+9
*
use a new ARRAY_SIZE() macro for calculating the # of elements in a static array
Mike Frysinger
2006-05-14
1
-1
/
+3
*
cut down on the arch-specific ifdef cruft
Mike Frysinger
2006-05-14
1
-2
/
+7
*
move porting-specific stuff to porting.h
Mike Frysinger
2006-05-14
1
-1
/
+9
*
SET_STDOUT isnt needed
Mike Frysinger
2006-05-14
1
-7
/
+1
*
Process QA_TEXTRELS and QA_EXECSTACK, whitespace-separated lists of
Kevin F. Quinn
2006-05-10
1
-1
/
+2
*
- non linux hosts dont really need the glob code so invert the ifdefs
v0.1.11
Ned Ludd
2006-03-19
1
-15
/
+1
*
- invert logic for glob64
Ned Ludd
2006-03-16
1
-3
/
+3
*
- Diego says. no, need to change the glob*64* to glob* instead.. (its by defa...
Ned Ludd
2006-02-19
1
-2
/
+10
[next]