Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lvm2 uses urandom | Pascal Rigaux | 2004-01-13 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Guillaume Cottenceau | 2003-12-01 | 1 | -1/+0 |
| | |||||
* | chloop support | Guillaume Cottenceau | 2003-12-01 | 1 | -2/+7 |
| | |||||
* | (from_devfs) | Thierry Vignaud | 2003-06-24 | 1 | -1/+3 |
| | | | | | | - handle read_proc_partitions_raw() / find() faillures - return undef when we failled to find out real device | ||||
* | - move read_proc_partitions_raw() from fsedit.pm to devices.pm | Thierry Vignaud | 2003-06-24 | 1 | -2/+18 |
| | | | | | | - (devices::from_devfs, devices::from_devfs) handle block devices too, with read_proc_partitions_raw() helper | ||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -1/+1 |
| | |||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -4/+4 |
| | |||||
* | add "vcsa" (for brltty) | Pascal Rigaux | 2003-02-04 | 1 | -0/+1 |
| | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -2/+2 |
| | |||||
* | do not use "local my $F, ...", use "local(my $F, ...) instead | Pascal Rigaux | 2002-12-03 | 1 | -1/+1 |
| | |||||
* | do not use "local *F" | Pascal Rigaux | 2002-12-03 | 1 | -15/+12 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -29/+29 |
| | |||||
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -1/+1 |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | ||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -1/+1 |
| | |||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -22/+22 |
| | |||||
* | add /dev/ubd/0, /dev/ubd/1... support (thanks to Brian Murrell) | Pascal Rigaux | 2002-11-05 | 1 | -0/+1 |
| | |||||
* | allow creation of "/dev/null" device | Pascal Rigaux | 2002-08-29 | 1 | -0/+1 |
| | |||||
* | use mkdir_p instead of mkdir | Pascal Rigaux | 2002-08-28 | 1 | -1/+1 |
| | |||||
* | new devfsd use input/mice rather than input/mouse0 since several | Thierry Vignaud | 2002-08-21 | 1 | -1/+1 |
| | | | | | devices can multiplex on input/mice | ||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | add functions to_devfs and from_devfs. These only work for devices entries | Pascal Rigaux | 2002-07-19 | 1 | -0/+35 |
| | | | | | which can go devfs -> normal and normal -> devfs | ||||
* | use c::total_sectors() instead of BLKGETSIZE | Pascal Rigaux | 2002-07-07 | 1 | -2/+3 |
| | |||||
* | (find_free_loop): fix | Pascal Rigaux | 2002-03-06 | 1 | -6/+4 |
| | |||||
* | (devices::make): following a good advice from Andrej Borsenkow, return the | Pascal Rigaux | 2002-02-23 | 1 | -1/+3 |
| | | | | | | file even if the device file doesn't exist the caller will fail or not. The advantage is better compatibility than raising an exception | ||||
* | devices::make doesn't mknod with devfs | Pascal Rigaux | 2002-02-23 | 1 | -0/+5 |
| | |||||
* | add atibm (thanks to Robin Pollard) | Pascal Rigaux | 2002-02-22 | 1 | -0/+1 |
| | |||||
* | i prefer /(.*?)(\d+)$/ to /(.*\D)(\d+)$/ | Pascal Rigaux | 2002-02-12 | 1 | -1/+1 |
| | |||||
* | Fixes on device auto-detection: | Till Kamppeter | 2002-02-12 | 1 | -1/+1 |
| | | | | | | | | | - Made USB printer auto-detection routine in "detect_devices.pm" creating the appropriate device nodes (needed for USB printers being recognized during installation). - Fixed "devices.pm" to be able to handle device files with numbers geater than 9 (ex: /dev/usb/lp10). | ||||
* | encrypted filesystem handling: | Pascal Rigaux | 2002-01-15 | 1 | -7/+28 |
| | | | | | | - using losetup - add "Options" for partitions in diskdrake (expert mode) | ||||
* | return value at end of module | Daouda Lo | 2001-10-27 | 1 | -3/+2 |
| | |||||
* | ataraid devices support | Pascal Rigaux | 2001-10-02 | 1 | -0/+5 |
| | |||||
* | (make): ensure it never returns a non-absolute name | Pascal Rigaux | 2001-09-16 | 1 | -2/+2 |
| | | | | | (it happened with make("foo") when cwd=/dev and /dev/foo existed) | ||||
* | fix mtab reading and pseudo-device use | Pascal Rigaux | 2001-09-03 | 1 | -1/+1 |
| | |||||
* | remove fd0H1440 and fd1H1440 | Pascal Rigaux | 2001-08-29 | 1 | -2/+0 |
| | |||||
* | add number-only device-name handling (eg: "801" is "sda1") | Pascal Rigaux | 2001-08-14 | 1 | -1/+4 |
| | |||||
* | add /dev/hd[mt] handling | Pascal Rigaux | 2001-08-13 | 1 | -0/+4 |
| | |||||
* | move to MDK::Common, bool->to_bool | Pascal Rigaux | 2001-07-24 | 1 | -1/+1 |
| | |||||
* | added input/event class of devices (necessary for usb wacom at install) | Francois Pons | 2001-04-10 | 1 | -9/+10 |
| | |||||
* | (entry): add hd[ijkl]* | Pascal Rigaux | 2001-04-09 | 1 | -0/+2 |
| | |||||
* | * perl-install/devices.pm - add adbmouse | Stew Benedict | 2001-03-07 | 1 | -0/+1 |
| | |||||
* | (make): better caller in error | Pascal Rigaux | 2001-03-03 | 1 | -1/+2 |
| | |||||
* | add handling for cciss (compaq smart array alike) | Pascal Rigaux | 2001-03-01 | 1 | -3/+3 |
| | |||||
* | (entry): add fd0H1440 and fd1H1440 | Pascal Rigaux | 2001-02-27 | 1 | -0/+2 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-09-14 | 1 | -1/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-08-18 | 1 | -1/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-08-06 | 1 | -3/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-08-06 | 1 | -1/+2 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-05-09 | 1 | -2/+2 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-05-09 | 1 | -3/+3 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-05-07 | 1 | -2/+2 |
| |