summaryrefslogtreecommitdiffstats
path: root/pym/portage_locks.py
Commit message (Collapse)AuthorAgeFilesLines
* fix case where myfd == None (regression from revision 2714)Zac Medico2006-02-151-2/+4
| | | | svn path=/main/trunk/; revision=2715
* fix a race and prevent unlinking of a file locked by another process in ↵Zac Medico2006-02-151-6/+10
| | | | | | portage_locks.unlockfile() svn path=/main/trunk/; revision=2714
* fix race condition for bug 121819 by using os.fstat(myfd).st_nlink instead ↵Zac Medico2006-02-141-1/+1
| | | | | | of os.path.exists svn path=/main/trunk/; revision=2712
* wrap all relevant atexit usage due to incompatibility with os.execv (needed ↵Zac Medico2006-02-061-2/+2
| | | | | | for emerge to restart itself) svn path=/main/trunk/; revision=2674
* bye bye mr. cvs_id_stringBrian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1953
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1951
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+360
svn path=/main/branches/2.0/; revision=1941