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/elfix.git
elfix-0.1.x
elfix-0.2.x
elfix-0.3.x
elfix-0.4.x
elfix-0.5.x
elfix-0.6.x
elfix-0.7.x
elfix-0.8.x
elfix-0.9.x
master
Utilities to fix Elf binaries
Anthony G. Basile <blueness@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
install-xattr: report any errors by "stat"
Nick Bowler
2019-03-30
2
-2
/
+9
*
misc/fix-gnustack/configure.ac: use autoconf 2.65 and have travis.yml pull in...
Anthony G. Basile
2016-02-28
1
-2
/
+2
*
misc/fix-gnustack: add GPL-3 license
Anthony G. Basile
2016-02-28
1
-0
/
+674
*
misc/bundle.sh: generalize bundle.sh for all misc packages
Anthony G. Basile
2016-02-13
2
-10
/
+16
*
misc/fix-gnustack: rebuild the man page with Pod::Simple 3.28
Anthony G. Basile
2016-02-13
1
-15
/
+24
*
misc/install-xattr: update ChangeLog
Anthony G. Basile
2015-06-08
1
-0
/
+6
*
misc/install-xattr: ignore all whitespace in PORTAGE_XATTR_EXCLUDE
Jason Zaman
2015-05-29
1
-2
/
+6
*
misc/elf-abi.c: cleanup comments
Anthony G. Basile
2015-01-06
1
-7
/
+8
*
misc/elf-abi: fixup read_endian()
Anthony G. Basile
2015-01-06
1
-7
/
+8
*
misc/elf-abi: manually read little/big endian half or full words
Anthony G. Basile
2015-01-06
1
-49
/
+84
*
misc/elf-abi: sort out mips
Anthony G. Basile
2015-01-06
1
-10
/
+16
*
misc/elf-abi: sort out EM numbers for gentoo -- except mips
Anthony G. Basile
2015-01-06
1
-61
/
+55
*
misc/elf-abi: add logic for mips abis
Anthony G. Basile
2015-01-06
1
-62
/
+85
*
misc/elf-abi: remove endian code
Anthony G. Basile
2015-01-05
1
-23
/
+0
*
misc/elf-abi: code cleanup
Anthony G. Basile
2015-01-05
1
-151
/
+130
*
misc/elf-abi: read() gets the correct endian order
Anthony G. Basile
2015-01-03
1
-28
/
+10
*
misc/elf-abi: read arch:abi:endian from an ELF, bug #534206
Anthony G. Basile
2015-01-03
3
-0
/
+334
*
misc/install-xattr: add btrfs.* to excluded xattrs
Anthony G. Basile
2014-11-02
1
-1
/
+1
*
misc/install-xattr: fix whitespace in ChangeLog
Anthony G. Basile
2014-10-12
1
-0
/
+2
*
misc/install-xattr: update ChangeLog
Anthony G. Basile
2014-10-12
1
-0
/
+5
*
misc/install-xattr: correct potential fork bomb
Zac Medico
2014-10-08
1
-1
/
+5
*
Refactor source tree: separate out fix-gnustack
Anthony G. Basile
2014-07-30
12
-0
/
+574
*
Split misc/ into misc/ for production and poc/ for experimental stuff.
Anthony G. Basile
2014-07-30
25
-2287
/
+0
*
misc/install-xattr/ChangeLog: updated
Anthony G. Basile
2014-07-21
1
-0
/
+14
*
misc/install-xattr: exclude trusted.* by default
Jason Zaman
2014-06-27
1
-1
/
+1
*
misc/install-xattr: test used a dir that already existed
Jason Zaman
2014-06-27
2
-8
/
+8
*
Correctly determine dst path if src is in a dir
Jason Zaman
2014-06-24
2
-2
/
+11
*
misc/install-xattr: chdir to OLDPWD if we are wrapped by __PORTAGE_HELPER_PATH
Anthony G. Basile
2014-06-15
1
-28
/
+19
*
misc/install-xattr: fix pointer issues in which()
Anthony G. Basile
2014-06-11
1
-14
/
+14
*
misc/install-xattr: skip portage's install when searching for system install
Anthony G. Basile
2014-06-10
1
-6
/
+33
*
misc/install-xattr: /proc/self/exe for canonical path to self
Anthony G. Basile
2014-06-09
1
-8
/
+9
*
misc/install-xattr: refine the behavior of which()
Anthony G. Basile
2014-06-09
1
-18
/
+24
*
misc/ldd: add caching to speed up recursion
Anthony G. Basile
2014-06-03
1
-11
/
+23
*
misc/ldd: recursively search all_dt_needed_paths
Anthony G. Basile
2014-05-31
1
-5
/
+12
*
misc/install-xattr: remove argv[0]'s dirname check
Anthony G. Basile
2014-05-31
1
-6
/
+0
*
misc/ldd: refactor all_dt_needed_paths for recursion
Anthony G. Basile
2014-05-28
1
-14
/
+19
*
misc/ldd: add some comments
Anthony G. Basile
2014-05-27
1
-0
/
+4
*
misc/ldd: 'soname => paths' at depth = 1 only
Anthony G. Basile
2014-05-27
1
-5
/
+13
*
misc/ldd: correct logic for ldpaths()
Anthony G. Basile
2014-05-27
1
-10
/
+14
*
misc/ldd: add code to search paths
Anthony G. Basile
2014-05-27
1
-18
/
+44
*
misc/ldd: initial commit of python ldd script
Anthony G. Basile
2014-05-27
1
-0
/
+95
*
misc/install-xattr/Makefile: fix install rule
Anthony G. Basile
2014-02-13
1
-2
/
+2
*
misc/install-xattr-bundle.sh: to make bundling install-xattr easier
Anthony G. Basile
2014-02-13
1
-0
/
+10
*
misc/install-xattr: license under GPL version 3
Anthony G. Basile
2014-02-13
2
-1
/
+688
*
misc/install-xattr: switch to simple Makefile
Anthony G. Basile
2014-02-13
7
-52
/
+37
*
misc/install-xattr: remove the .c in the directory name
Anthony G. Basile
2014-02-13
6
-0
/
+0
*
misc/install-xattr.c/install-xattr.c: re-introduce return after kill
Anthony G. Basile
2014-02-07
1
-0
/
+1
*
misc/install-xattr.c: renamed from install.wrapper.c
Anthony G. Basile
2014-02-07
6
-3
/
+3
*
misc/install.wrapper.c/checkcopyattrs.sh: test install cmd line flags
Anthony G. Basile
2014-02-07
2
-2
/
+39
*
install.wrapper.c: correctly deal with args taking arguments
Gregory M. Turner
2014-02-07
1
-1
/
+14
[next]