summaryrefslogtreecommitdiffstats
path: root/pym/portage/util/_dyn_libs/PreservedLibsRegistry.py
Commit message (Collapse)AuthorAgeFilesLines
* LinkageMapELF: remove unused importsv2.2.0_alpha32Zac Medico2011-05-081-1/+1
|
* PreservedLibsRegistry: normalize counter as strZac Medico2011-05-081-4/+22
|
* PreserveLibsRegistry: add lock/unlock assertionsZac Medico2011-05-071-1/+12
| | | | | Also, add comments to store() about unobvious interaction with locking due to atomic replacement of the inode.
* Cleanup preserved lib locking in portage.David James2011-05-061-13/+19
| | | | | | | | | | | | This change makes preserved lib modification atomic, and prepares us for narrowing the scope of the merge lock. BUG=chromium-os:14983 TEST=Ran test suite and some example emerges. Change-Id: I39abb6a5ec72be3274e508ef807ac1d9e69db1a8 Review URL: http://gerrit.chromium.org/gerrit/417
* use ROOT iso EROOT with PreservedLibsRegistry, since all entries already ↵Fabian Groffen2010-09-291-5/+5
| | | | have EPREFIX
* Move PreservedLibsRegistry to a new ↵Zac Medico2010-08-291-0/+137
portage.util._dyn_libs.PreservedLibsRegistry module.