summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* comment the excepts in a few placesAlec Warner2007-01-121-1/+1
| | | | svn path=/main/trunk/; revision=5584
* Make sure stderr is flushed since os._exit doesn't flush stdio buffers.Zac Medico2007-01-031-0/+1
| | | | svn path=/main/trunk/; revision=5455
* I hate docstringsAlec Warner2006-12-221-0/+78
| | | | svn path=/main/trunk/; revision=5351
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
| | | | svn path=/main/trunk/; revision=3483
* Make the reading of /proc/<pid>/fd/ impervious to the possible additionJason Stubbs2006-04-021-1/+1
| | | | | | of non-numerically named entries. svn path=/main/trunk/; revision=3055
* Add a portage_exec.get_open_fds() function for bug #128284. Thanks to Brian ↵Zac Medico2006-04-021-1/+8
| | | | | | Harring for this patch. svn path=/main/trunk/; revision=3054
* wrap all relevant atexit usage due to incompatibility with os.execv (needed ↵Zac Medico2006-02-061-1/+35
| | | | | | for emerge to restart itself) svn path=/main/trunk/; revision=2674
* whitespace corrections, single space between funcs, double between class ↵Brian Harring2005-12-271-7/+1
| | | | | | blocks... svn path=/main/trunk/; revision=2489
* Use soft limit, not hard limit.Brian Harring2005-12-141-1/+1
| | | | svn path=/main/trunk/; revision=2365
* A couple of bug fixes, large cleanups, commenting and a bit of dead code ↵Jason Stubbs2005-11-031-177/+184
| | | | | | removal. svn path=/main/branches/2.0/; revision=2254
* 68928-spawn-command-isabs-zmedico.patch (spawn included "." in PATH)Jason Stubbs2005-09-011-1/+1
| | | | | | | | | | | | | | 98727_sleep_locale_cleanup.patch (sleep was defined twice for "." and "," locales) 98827_lchown_normal_files.patch (lchown was being used on known-to-be-regular files) 98827_darwin_noop_lchown.patch (lchwon was aliased to chown on darwin) 99101_ccache_perms_adjust.patch (perms test and adjustment didn't match) 99120_uid_gid_mixup.patch (portage gid used in place of uid) 99418_merge_retcode_ignored.patch (dispatch-conf ignored result of merge command) 100382_incomplete_world.patch (versioned atoms were not being added to world) broken-stat-perms.patch (result of conditional execution being unconditionally tested) svn path=/main/branches/2.0/; revision=1960
* 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/+215
svn path=/main/branches/2.0/; revision=1941