summaryrefslogtreecommitdiffstats
path: root/urpm/sys.pm
Commit message (Expand)AuthorAgeFilesLines
* (apply_delta_rpm) do not reinvent ->fullnameThierry Vignaud2012-03-271-1/+1
* (migrate_back_rpmdb_db_to_4_6) downgrade from rpm-4.9 to 4.8 db whenThierry Vignaud2012-02-211-0/+12
* (sub migrate_back_rpmdb_db_to_hash_8) split it out of migrate_back_rpmdb_db_v...Thierry Vignaud2012-02-211-1/+10
* (df) fix checking available space of mount pointThierry Vignaud2012-01-061-1/+1
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-09-131-2/+2
* update copyright noticesPer Øyvind Karlsen2010-11-211-1/+1
* update copyrightThierry Vignaud2009-11-241-1/+1
* add df function to urpm/sys.pmChristophe Fergeau2009-10-131-0/+8
* improve strings used when asking to restart system/session (#53126)Christophe Fergeau2009-10-131-1/+8
* make the debug message clearerPascal Rigaux2008-12-081-2/+2
* - urpmiPascal Rigaux2008-09-091-0/+18
* add whereis_binary() Pascal Rigaux2008-09-091-0/+13
* please perl_checkerPascal Rigaux2008-09-091-1/+1
* create may_clean_rpmdb_shared_regions()Pascal Rigaux2008-09-091-0/+9
* empty_dir() is a better name, clean_dir() will be used for just removing the dirPascal Rigaux2008-06-241-0/+5
* handle need_restart() rooted (not very useful, except for tests!)Pascal Rigaux2008-03-181-4/+7
* - urpmi:Pascal Rigaux2008-03-171-0/+47
* create read_mtab()Pascal Rigaux2008-02-271-1/+3
* - since find_mntpoints doesn't really return a list, make it clearPascal Rigaux2008-02-261-3/+18
* simplifyPascal Rigaux2008-02-261-6/+3
* create _expand_symlink() out of find_mntpoints()Pascal Rigaux2008-02-261-11/+17
* simplifyPascal Rigaux2008-02-261-3/+2
* make it more clearPascal Rigaux2008-02-261-4/+4
* remove not useful %fstabPascal Rigaux2008-02-261-4/+2
* create _read_fstab_or_mtab() to factorisePascal Rigaux2008-02-261-13/+20
* every callers give a hash ref, so remove unneeded codePascal Rigaux2008-02-261-9/+3
* supermount is dead!Pascal Rigaux2008-02-261-20/+2
* - urpmi, urpmi.addmedia, urpmi.update:Pascal Rigaux2008-02-241-0/+5
* create urpm::sys::clean_rpmdb_shared_regions() and use itPascal Rigaux2007-10-021-0/+5
* - libraryPascal Rigaux2007-08-121-1/+1
* - get rid of a warning reading empty filePascal Rigaux2007-08-111-7/+7
* move get_packages_list() (for next commit)Pascal Rigaux2007-08-111-0/+15
* (open_safe) since these errors messages are displayed byThierry Vignaud2007-08-021-1/+1
* - move lock functions to a full blown modulePascal Rigaux2006-11-231-44/+0
* don't say "urpmi database locked" when it's the rpm database that is lockedPascal Rigaux2006-11-231-6/+7
* don't have a global variable to hold locks, otherwise code can't lock twicePascal Rigaux2006-11-231-20/+12
* move clean_dir()Pascal Rigaux2006-11-211-0/+8
* help perl_checkerPascal Rigaux2006-11-211-0/+1
* move open_safe, opendir_safe and syserror to urpm::sysPascal Rigaux2006-11-211-0/+19
* move lock functions to urpm::sysPascal Rigaux2006-11-211-21/+70
* perl_checker compliancePascal Rigaux2006-11-031-4/+4
* When restarting urpmi, close leaked filehandles. Useful for the upgradeRafael Garcia-Suarez2006-09-191-0/+15
* Use revision number as version numbers for internal modules.Rafael Garcia-Suarez2006-06-071-1/+3
* Add versions to modulesRafael Garcia-Suarez2005-12-021-2/+2
* Update copyright noticesRafael Garcia-Suarez2005-12-021-0/+17
* Patch by Blino to be less liberal in what we detect in /proc/mount to figureRafael Garcia-Suarez2005-12-011-1/+1
* Provide our own tempdir function, that doesn't require File::Temp if it's not...Rafael Garcia-Suarez2005-11-031-0/+16
* Remove verbose output of applydeltarpmRafael Garcia-Suarez2005-06-021-7/+7
* Add support for deltarpmsRafael Garcia-Suarez2005-06-021-1/+3
* Don't shell out unless necessaryRafael Garcia-Suarez2005-06-021-2/+10