aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update copyright headersMike Frysinger2024-01-011-2/+2
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Undo IWYU fixesSam James2023-01-291-4/+0
| | | | | | | | | | | | I wasn't paying enough attention, it's better to just fold the needed bits into porting.h. This reverts commit ffedc60fa41d307bda28fd108e6ff1b8da1fc2ee. This reverts commit f8287200aec0ca33ef07fafcdd5aef0aa6eb1306. This reverts commit aa907a42d89ddfd5a7e64d8182a1da35277f2f6e. Bug: https://github.com/gentoo/pax-utils/pull/11#issuecomment-1407566344 Signed-off-by: Sam James <sam@gentoo.org>
* *: IWYU fixesSam James2023-01-281-0/+2
| | | | | | | Separate from the first commit as this one was done programmatically with dev-util/include-what-you-use. Signed-off-by: Sam James <sam@gentoo.org>
* Make headers standalone (missing includes, prep for clang-tidy)Sam James2023-01-281-0/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* use __typeof__ instead of typeof to build with stricter standardsMike Frysinger2015-08-131-1/+1
|
* migrate to gitv1.0Mike Frysinger2015-03-021-1/+0
|
* scanmacho: fix up signed warnings with newer gccMike Frysinger2013-04-161-2/+2
|
* update copyright yearsMike Frysinger2012-11-041-5/+5
|
* convert core pointers to void* to avoid ugly casts and gcc alignment ↵Mike Frysinger2010-01-151-3/+3
| | | | warnings #290543
* cleanup code style a bit and simplify a bunch of places -- hopefully i didnt ↵Mike Frysinger2008-12-301-1/+4
| | | | break anything
* Initial commit of Mach-O related files. (bug #236512)Fabian Groffen2008-09-081-12/+39
| | | | | | | | | | - 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
* - update copyright headersNed Ludd2007-05-231-4/+4
|
* update copyright years and unify headers in porting.hMike Frysinger2006-01-051-4/+4
|
* flesh out more of mach-o support (disabled for now)Mike Frysinger2005-11-021-0/+29