| Commit message (Expand) | Author | Age | Files | Lines |
* | fix up nvme, its nvme + num + 'n' + num + 'p' + num | Thomas Backlund | 2016-02-14 | 1 | -1/+1 |
* | detect partitions on nvme devices (mga#17743) | Thomas Backlund | 2016-02-14 | 1 | -1/+1 |
* | fix latest commit | Thierry Vignaud | 2015-04-12 | 1 | -1/+1 |
* | - dont force 'p' for dmraid partitions, it's conditional depending | Thomas Backlund | 2015-04-12 | 1 | -1/+1 |
* | fix creating RAID devices (mga#15400) | Thierry Vignaud | 2015-03-27 | 1 | -0/+1 |
* | do not bother creating /dev/fd[01] | Thierry.Vignaud | 2014-06-19 | 1 | -1/+1 |
* | (get_dynamic_major) kill it now it's unused | Thierry.Vignaud | 2014-06-18 | 1 | -5/+0 |
* | those are way obsolete... | Thierry.Vignaud | 2014-06-18 | 1 | -2/+0 |
* | kill support for obsolete CD drivers | Thierry.Vignaud | 2014-06-18 | 1 | -11/+1 |
* | do not even try to create basic /dev nodes | Thierry.Vignaud | 2014-06-18 | 1 | -24/+0 |
* | let udev handles /dev/urandom | Thierry.Vignaud | 2014-06-18 | 1 | -2/+0 |
* | let udev creates '/dev/mapper/control' | Thierry.Vignaud | 2014-06-18 | 1 | -7/+0 |
* | remove support for ataraid | Thierry.Vignaud | 2014-06-18 | 1 | -5/+0 |
* | kill $Id:$ tags | Thierry Vignaud | 2014-06-07 | 1 | -1/+1 |
* | drop (broken) support for Alpha, PPC, Sparc & most of IA64 | Thierry.Vignaud | 2014-05-26 | 1 | -1/+0 |
* | recognize partitions on eMMC (mga#11812) | Thierry Vignaud | 2013-12-03 | 1 | -1/+1 |
* | fix path ( UsrMove ) | Nicolas Lécureuil | 2013-09-16 | 1 | -1/+1 |
* | Do not use /dev/inside prefix. | Colin Guthrie | 2013-04-18 | 1 | -1/+1 |
* | use factorized crypto modules list | Thierry Vignaud | 2012-09-04 | 1 | -1/+1 |
* | (ensure_dev_exists,getXenBlk,simple_partition_scan,should_prefer_UUID) add su... | Thierry Vignaud | 2012-05-23 | 1 | -2/+2 |
* | perl_checker cleanups | Thierry Vignaud | 2012-03-23 | 1 | -3/+3 |
* | Synthesized commit during git-svn import combining previous Mandriva history ... | Mageia SVN-Git Migration | 2011-02-06 | 1 | -3/+3 |
* | lookup major:minor of devices outside $::prefix | Pascal Terjan | 2010-06-04 | 1 | -2/+2 |
* | add missing prefix | Olivier Blin | 2010-05-04 | 1 | -1/+1 |
* | Look for device inside chroot | Pascal Terjan | 2010-05-03 | 1 | -1/+1 |
* | get major/minor of device mapper correctly now that they are links | Pascal Terjan | 2010-05-03 | 1 | -0/+10 |
* | revert specific mmcblk handling code, works fine through /proc/partitions parser | Olivier Blin | 2010-03-08 | 1 | -5/+0 |
* | handle creation of mmcblk devices (useful on Efika MX) | Olivier Blin | 2010-03-01 | 1 | -0/+5 |
* | fix sysfs path | Olivier Blin | 2009-12-14 | 1 | -1/+1 |
* | fix handling hdX/sdX devices (#53107) | Olivier Blin | 2009-11-10 | 1 | -1/+1 |
* | add back ram devices support (used by draklive, broken in 258009) | Olivier Blin | 2009-10-06 | 1 | -0/+4 |
* | (should_prefer_UUID) simplify | Thierry Vignaud | 2009-09-18 | 1 | -1/+1 |
* | (simple_partition_scan) order | Thierry Vignaud | 2009-09-18 | 1 | -1/+1 |
* | prefer UUID on VirtIO too | Pascal Terjan | 2009-09-18 | 1 | -2/+2 |
* | fix two crashes on handling devices | Pascal Terjan | 2009-08-10 | 1 | -4/+6 |
* | lookup unlisted devices in /sys (or /proc) when looking for major/minor of a ... | Pascal Terjan | 2009-06-19 | 1 | -24/+26 |
* | handle virtio when looking for major/minor of a block device (#49339) | Pascal Terjan | 2009-06-19 | 1 | -1/+1 |
* | fix crypto module names when arch is not i586 (#46814) | Pascal Terjan | 2009-04-02 | 1 | -1/+1 |
* | load cbc module for encrypted loop | Pascal Terjan | 2009-02-11 | 1 | -1/+1 |
* | (entry) fix retrieving major/minor for whole discs (regression | Thierry Vignaud | 2008-12-18 | 1 | -1/+2 |
* | (entry) use sysfs in order to discover major/minor for SCSI like | Thierry Vignaud | 2008-12-18 | 1 | -3/+2 |
* | (make) fix racing with udev (#41832) | Thierry Vignaud | 2008-12-15 | 1 | -1/+3 |
* | - dmraid devices: use isw_xxxxp1 instead of isw_xxxx1 (see #42542, #44182) | Pascal Rigaux | 2008-09-26 | 1 | -1/+1 |
* | - bootloader-config: | Pascal Rigaux | 2008-09-17 | 1 | -0/+5 |
* | - bootloader-config: | Pascal Rigaux | 2008-09-16 | 1 | -0/+5 |
* | create udev nodes configuration file in /etc/udev/devices.d/ instead of conf.... | Olivier Blin | 2007-04-30 | 1 | -3/+2 |
* | do not try to configure dvd devices during install since /dev is wiped out at... | Olivier Blin | 2007-04-30 | 1 | -1/+1 |
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -32/+18 |
* | add some useful devices for live systems build | Olivier Blin | 2005-11-22 | 1 | -0/+6 |
* | enable creation of /dev/dm-x devices (not used at the moment) | Pascal Rigaux | 2005-06-20 | 1 | -16/+22 |