aboutsummaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* install-xattr: IWYU fixesHEADmasterSam James2023-01-291-6/+6
* fix-gnustack: doc: regenerateSam James2023-01-241-7/+7
* fix-gnustack: modernise autotools usage a bitSam James2023-01-242-5/+3
* install-xattr: minor test fixupsSam James2023-01-241-26/+26
* install-xattr: fix chdir arg when OLDPWD is nulLSam James2023-01-241-1/+1
* fix-gnustack: pass -Wl,-z,execstack for tests with ClangSam James2023-01-111-1/+3
* install-xattr: update copyright year, fix typoSam James2023-01-111-2/+2
* install-xattr: fix small memory leakSam James2023-01-101-2/+4
* install-xattr: avoid accessing empty storageSam James2023-01-101-0/+4
* fix-gnustack: add 'set -x' in tests for easier debuggingSam James2023-01-101-0/+1
* fix-gnustack: respect CFLAGS, LDFLAGS for testsSam James2023-01-101-2/+2
* install-xattr: fix mangling of parameter order by getopt_long()Anthony G. Basile2019-11-091-21/+32
* install-xattr: -Z and -b flags do not accept argumentsAnthony G. Basile2019-11-091-1/+1
* install-xattr: address compiler warnings, bug #682110Anthony G. Basile2019-04-141-2/+3
* install-xattr: report any errors by "stat"Nick Bowler2019-03-302-2/+9
* misc/fix-gnustack/configure.ac: use autoconf 2.65 and have travis.yml pull in...Anthony G. Basile2016-02-281-2/+2
* misc/fix-gnustack: add GPL-3 licenseAnthony G. Basile2016-02-281-0/+674
* misc/bundle.sh: generalize bundle.sh for all misc packagesAnthony G. Basile2016-02-132-10/+16
* misc/fix-gnustack: rebuild the man page with Pod::Simple 3.28Anthony G. Basile2016-02-131-15/+24
* misc/install-xattr: update ChangeLogAnthony G. Basile2015-06-081-0/+6
* misc/install-xattr: ignore all whitespace in PORTAGE_XATTR_EXCLUDEJason Zaman2015-05-291-2/+6
* misc/elf-abi.c: cleanup commentsAnthony G. Basile2015-01-061-7/+8
* misc/elf-abi: fixup read_endian()Anthony G. Basile2015-01-061-7/+8
* misc/elf-abi: manually read little/big endian half or full wordsAnthony G. Basile2015-01-061-49/+84
* misc/elf-abi: sort out mipsAnthony G. Basile2015-01-061-10/+16
* misc/elf-abi: sort out EM numbers for gentoo -- except mipsAnthony G. Basile2015-01-061-61/+55
* misc/elf-abi: add logic for mips abisAnthony G. Basile2015-01-061-62/+85
* misc/elf-abi: remove endian codeAnthony G. Basile2015-01-051-23/+0
* misc/elf-abi: code cleanupAnthony G. Basile2015-01-051-151/+130
* misc/elf-abi: read() gets the correct endian orderAnthony G. Basile2015-01-031-28/+10
* misc/elf-abi: read arch:abi:endian from an ELF, bug #534206Anthony G. Basile2015-01-033-0/+334
* misc/install-xattr: add btrfs.* to excluded xattrsAnthony G. Basile2014-11-021-1/+1
* misc/install-xattr: fix whitespace in ChangeLogAnthony G. Basile2014-10-121-0/+2
* misc/install-xattr: update ChangeLogAnthony G. Basile2014-10-121-0/+5
* misc/install-xattr: correct potential fork bombZac Medico2014-10-081-1/+5
* Refactor source tree: separate out fix-gnustackAnthony G. Basile2014-07-3012-0/+574
* Split misc/ into misc/ for production and poc/ for experimental stuff.Anthony G. Basile2014-07-3025-2287/+0
* misc/install-xattr/ChangeLog: updatedAnthony G. Basile2014-07-211-0/+14
* misc/install-xattr: exclude trusted.* by defaultJason Zaman2014-06-271-1/+1
* misc/install-xattr: test used a dir that already existedJason Zaman2014-06-272-8/+8
* Correctly determine dst path if src is in a dirJason Zaman2014-06-242-2/+11
* misc/install-xattr: chdir to OLDPWD if we are wrapped by __PORTAGE_HELPER_PATHAnthony G. Basile2014-06-151-28/+19
* misc/install-xattr: fix pointer issues in which()Anthony G. Basile2014-06-111-14/+14
* misc/install-xattr: skip portage's install when searching for system installAnthony G. Basile2014-06-101-6/+33
* misc/install-xattr: /proc/self/exe for canonical path to selfAnthony G. Basile2014-06-091-8/+9
* misc/install-xattr: refine the behavior of which()Anthony G. Basile2014-06-091-18/+24
* misc/ldd: add caching to speed up recursionAnthony G. Basile2014-06-031-11/+23
* misc/ldd: recursively search all_dt_needed_pathsAnthony G. Basile2014-05-311-5/+12
* misc/install-xattr: remove argv[0]'s dirname checkAnthony G. Basile2014-05-311-6/+0
* misc/ldd: refactor all_dt_needed_paths for recursionAnthony G. Basile2014-05-281-14/+19