summaryrefslogtreecommitdiffstats
path: root/perl-install/commands.pm
Commit message (Expand)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-481/+0
* use lchown instead of chown (otherwise pbs on broken symlinks)Pascal Rigaux2006-03-031-2/+3
* enhance "bug" command to allow saving report.bug on usb keyPascal Rigaux2006-02-171-6/+28
* try to cleanup fs.pmPascal Rigaux2005-06-281-7/+7
* don't need use MDK::Common... when we have "use common" (which is the standar...Pascal Rigaux2005-06-101-1/+0
* (dd) reuse c::Thierry Vignaud2005-06-031-1/+1
* (dd) make sysopen() call readableThierry Vignaud2005-06-031-1/+1
* drop oooold broken codePascal Rigaux2005-06-031-7/+0
* drop oooold deprecated codePascal Rigaux2005-06-031-18/+0
* inline old mount command which has been removedPascal Rigaux2005-06-031-1/+4
* keyboard::setup() is better named keyboard::setup_install()Pascal Rigaux2005-06-031-1/+1
* use command mount instead of using directly the syscall (allows some cleanup)Pascal Rigaux2005-06-011-19/+0
* keep binaries in their "standard" binary dir instead of moving everything to ...Pascal Rigaux2005-05-201-1/+1
* Avoid unnecessary stats.Rafael Garcia-Suarez2005-03-031-1/+1
* add lspcidrakePascal Rigaux2005-01-201-1/+2
* fix *old* typoPascal Rigaux2005-01-181-1/+1
* don't pass prefix, use $::prefixPascal Rigaux2004-12-211-1/+1
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-11/+11
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-1/+1
* (modprobe) use load_with_options instead of load_raw to take care ofOlivier Blin2004-08-231-1/+1
* - move format related functions out of fs.pm to new module fs/format.pmPascal Rigaux2004-07-231-4/+4
* - %modules::conf is no more a global, so many functions need passing $modules...Pascal Rigaux2004-07-211-1/+1
* cleanup & kernel 2.6 .ko adaptationPascal Rigaux2004-01-201-23/+10
* perl_checker compliancePascal Rigaux2004-01-061-5/+0
* fix bug (detected by perl_checker!)Pascal Rigaux2003-12-151-1/+1
* pci hardware discovery: do full-probe by defaultThierry Vignaud2003-08-191-1/+1
* remove mkswap from commands.pm, so no need anymore to have mkswap_ (the drawb...Pascal Rigaux2003-07-161-7/+1
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-6/+6
* fixed command insmod.Francois Pons2003-02-171-1/+2
* perl_checker compliance ("ref" now need parentheses in many case)Pascal Rigaux2003-02-121-2/+2
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-2/+2
* do not use "local my $F, ...", use "local(my $F, ...) insteadPascal Rigaux2002-12-031-1/+1
* remove pack_ and unpack_ (unused)Pascal Rigaux2002-12-031-42/+2
* fix "ps" and "df" (were broken due to localization of *DF and *PS)Pascal Rigaux2002-11-281-5/+3
* perl_checker adaptationsPascal Rigaux2002-11-271-10/+10
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-141-9/+9
* add/remove some spaces to make perl_checker happyPascal Rigaux2002-11-121-2/+2
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-4/+6
* - do not use "foreach $var (...) {...}" use "foreach my $var (...) {...}" ins...Pascal Rigaux2002-11-111-11/+13
* - have "local *FILEHANDLE" before each "open FILEHANDLE, ..."Pascal Rigaux2002-11-061-1/+3
* (cp): use cp_afPascal Rigaux2002-11-061-36/+2
* please perl_checker:Pascal Rigaux2002-11-061-6/+14
* make perl_checker happyPascal Rigaux2002-08-051-1/+1
* s/__END__/1;Thierry Vignaud2002-08-051-1/+1
* kill "wonderful perl"Thierry Vignaud2002-08-051-5/+1
* - the old $o->{keyboard} is now $o->{keyboard}{KEYBOARD}Pascal Rigaux2002-08-011-1/+1
* make new perl_checker happyPascal Rigaux2002-07-311-1/+2
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-10/+10
* remove "$_ =~ " (as detected by new perl_checker)Pascal Rigaux2002-07-171-1/+1
* adapt to new modprobe.pmPascal Rigaux2002-07-061-1/+1