aboutsummaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* misc/ldd: add some commentsAnthony G. Basile2014-05-271-0/+4
* misc/ldd: 'soname => paths' at depth = 1 onlyAnthony G. Basile2014-05-271-5/+13
* misc/ldd: correct logic for ldpaths()Anthony G. Basile2014-05-271-10/+14
* misc/ldd: add code to search pathsAnthony G. Basile2014-05-271-18/+44
* misc/ldd: initial commit of python ldd scriptAnthony G. Basile2014-05-271-0/+95
* misc/install-xattr/Makefile: fix install ruleAnthony G. Basile2014-02-131-2/+2
* misc/install-xattr-bundle.sh: to make bundling install-xattr easierAnthony G. Basile2014-02-131-0/+10
* misc/install-xattr: license under GPL version 3Anthony G. Basile2014-02-132-1/+688
* misc/install-xattr: switch to simple MakefileAnthony G. Basile2014-02-137-52/+37
* misc/install-xattr: remove the .c in the directory nameAnthony G. Basile2014-02-136-0/+0
* misc/install-xattr.c/install-xattr.c: re-introduce return after killAnthony G. Basile2014-02-071-0/+1
* misc/install-xattr.c: renamed from install.wrapper.cAnthony G. Basile2014-02-076-3/+3
* misc/install.wrapper.c/checkcopyattrs.sh: test install cmd line flagsAnthony G. Basile2014-02-072-2/+39
* install.wrapper.c: correctly deal with args taking argumentsGregory M. Turner2014-02-071-1/+14
* misc/install.wrapper.c: pass the signal back up the call stackAnthony G. Basile2014-01-201-7/+16
* misc/install.wrapper.c: fix typoAnthony G. Basile2014-01-181-1/+1
* misc/install.wrapper.c: speed up memory allocation with reallocAnthony G. Basile2014-01-182-6/+24
* misc/install.wrapper.c: report PATH if we fail to find installAnthony G. Basile2014-01-181-1/+4
* misc/install.wrapper.c: add xstrdup() helperAnthony G. Basile2014-01-181-3/+12
* misc/install.wrapper.c: remove probably unnecessary memsetAnthony G. Basile2014-01-181-1/+0
* misc/install.wrapper.c: address bug #465000, most of comment #52Anthony G. Basile2014-01-184-42/+61
* misc/install.wrapper.c: fix misbehavior when invoked with --helpAnthony G. Basile2014-01-111-5/+13
* misc/install.wrapper.c: fix parent exit statusAnthony G. Basile2014-01-111-4/+3
* misc/install.wrapper.c: address comments #47 and #48, Bug #465000Anthony G. Basile2014-01-1110-80/+214
* Add code for install.wrapper.c for Gentoo bug #465000Anthony G. Basile2014-01-083-0/+273
* misc/change-interp/change-interp.c: fix white spaceAnthony G. Basile2013-11-071-1/+1
* misc/change-interp: add utility to change ld.so pathnameAnthony G. Basile2013-06-272-0/+112
* misc/pax-utils.eclass: add a copy for the recordsAnthony G. Basile2013-05-211-0/+218
* misc/elf-manipulate/Makefile: override .gitignoreAnthony G. Basile2013-02-091-0/+7
* misc: clean up the messy drawerAnthony G. Basile2013-02-098-368/+0
* misc/remove-ptpax.c: code to convert PT_PAX_FLAGS to PT_NULL phdrAnthony G. Basile2013-02-091-0/+103
* scripts/revdep-pax: update to alt-revdep-pax + link_map.pyAnthony G. Basile2012-12-282-472/+500
* misc/alt-revdep-pax: cleanup wrt object with no pax flagsAnthony G. Basile2012-12-261-64/+59
* misc/alt-revdep-pax: use class LinkMapAnthony G. Basile2012-12-261-571/+430
* misc/link_map.py: place class in its own moduleAnthony G. Basile2012-12-262-44/+78
* misc/link_maps: encapsulate all logic in class LinkMapAnthony G. Basile2012-12-261-146/+156
* misc/link_maps: refactorize indentationAnthony G. Basile2012-12-251-160/+158
* misc/link_maps_portage: dumped, misc/link_maps now uses portage onlyAnthony G. Basile2012-12-252-255/+28
* misc/link_maps_portage: fix python2-ismsAnthony G. Basile2012-12-242-2/+2
* misc/link_maps_portage: fix get_{object_needed,libraries} for multilibAnthony G. Basile2012-12-241-3/+5
* misc/link_maps{,_portage}: make multilib awareAnthony G. Basile2012-12-242-114/+178
* misc/alt-revdep-pax: read NEEDED.ELF.2 via portageAnthony G. Basile2012-12-231-42/+25
* misc/link_maps{,_portage}: compare reading /var/db/pkg directly and via portageAnthony G. Basile2012-12-232-45/+199