aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* scripts/{paxmodule.c,revdep-pax}: removed EI_PAX markings, bug #387459Anthony G. Basile2011-10-171-1/+1
|
* scripts/revdep-pax: extend setting flags to reverse mappingsAnthony G. Basile2011-10-171-7/+27
|
* scripts/{paxmodule.c,revdep-pax}: add code to set pax flagsAnthony G. Basile2011-10-171-38/+62
|
* scripts/revdep-pax: make only one of -f -r -b -s -l allowedAnthony G. Basile2011-10-171-21/+21
|
* scripts/paxmodule.c: add pax_setflagsAnthony G. Basile2011-10-171-0/+4
|
* scripts/revdep-pax: add search by full library pathAnthony G. Basile2011-10-171-4/+28
|
* scripts/revdep-pax: improve format of outputAnthony G. Basile2011-10-171-4/+26
|
* scripts/revdep-pax: fix call to run_usage() on command line errorsAnthony G. Basile2011-10-171-2/+2
|
* scripts/revdep-pax: restrict non-verbose to only mismatchesAnthony G. Basile2011-10-121-6/+10
|
* scripts/revdep-pax: code and variable name cleanupAnthony G. Basile2011-10-121-25/+42
|
* scripts/revdep-pax: add verbosity to outputAnthony G. Basile2011-10-121-75/+114
|
* scripts/revdep-pax: add helpAnthony G. Basile2011-10-121-1/+12
|
* scripts/revdep-pax: move option actions to functionsAnthony G. Basile2011-10-121-40/+71
|
* scripts/revdep-pax: completed four command line optionsAnthony G. Basile2011-10-081-14/+26
| | | | | | | -f all forward linkings from binary to their libraries -r all reverse linkings from libraries to binaries that consume them -b binary - forward mapping for given binary -s soname - reverse mapping for given library identified by soname
* scripts/revdep-pax: fixed two bugsAnthony G. Basile2011-10-081-5/+24
| | | | | | | 1) We need to continue to the next pkg not break out of the loop when /var/db/pkg/cat/pkg/NEEDED is missing 2) print_forward_linkings needs so2filename_mappings to do its job
* scripts/revdep-pax: added main() and command line optsAnthony G. Basile2011-10-081-8/+52
|
* scripts/revdep-pax: use ldd instead of ldconfig to get so2filename mappingsAnthony G. Basile2011-10-081-51/+79
|
* scripts/revdep-pax: use ldd to get mappings rather than NEEDSAnthony G. Basile2011-10-081-4/+35
|
* scripts/revdep-pax: add soname to real file mappingsAnthony G. Basile2011-10-081-5/+27
|
* scripts/revdep-pax: improved variable namesAnthony G. Basile2011-10-081-31/+32
|
* scripts/revdep-pax: organize into functionsAnthony G. Basile2011-10-081-41/+48
|
* scripts/paxmodule.c: stub python binding for paxctlAnthony G. Basile2011-10-081-0/+3
|
* scripts/revdep-pax: python rewrite of revdep-paxmarkAnthony G. Basile2011-10-081-0/+53