1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 11:55:44 +03:00
systemd/libudev
Kay Sievers 1f084fe581 remove "all_partitions" option
We can not predict the major/minor of non-existing devices:
  $ grep . /sys/class/block/sd*/dev
  /sys/class/block/sda1/dev:259:524288
  /sys/class/block/sda2/dev:259:262144
  /sys/class/block/sda3/dev:259:786432
  /sys/class/block/sda4/dev:259:131072
  /sys/class/block/sda/dev:259:0
  /sys/class/block/sdb/dev:259:655360
  /sys/class/block/sdc/dev:259:393216

If this functionality is still needed for some broken hardware, it needs to be
solved with a tool not part of the udev package. Because such option is unreliable
and unsafe to use.
2010-04-13 08:52:48 +02:00
..
docs libudev: update documentation 2010-03-25 16:45:48 +01:00
.gitignore libudev: move to top-level directory 2009-06-08 21:36:06 +02:00
COPYING add LGPL COPYING to libudev and GUdev 2010-03-18 09:57:44 +01:00
exported_symbols libudev: add udev_device_new_from_environment() 2010-03-17 17:42:35 +01:00
libudev-ctrl.c libudev: move to top-level directory 2009-06-08 21:36:06 +02:00
libudev-device-private.c remove "all_partitions" option 2010-04-13 08:52:48 +02:00
libudev-device.c remove "all_partitions" option 2010-04-13 08:52:48 +02:00
libudev-enumerate.c libudev: enumerate - fix move_later logic 2009-12-30 16:21:59 +01:00
libudev-list.c libbudev-private: rename udev_list_entry_get_flag() 2010-03-10 14:52:42 +01:00
libudev-monitor.c libudev: add udev_device_new_from_environment() 2010-03-17 17:42:35 +01:00
libudev-private.h remove "all_partitions" option 2010-04-13 08:52:48 +02:00
libudev-queue-private.c udevd: queue-export - remove retry loop 2009-10-30 12:39:04 +01:00
libudev-queue.c udev_queue_get_seqnum_sequence_is_finished(): fix possible file handle leak 2009-09-07 12:13:50 +02:00
libudev-selinux-private.c move common stuff from udev/ to private parts of libudev/ 2009-06-09 23:05:25 +02:00
libudev-util-private.c util_unlink_secure(): chmod() before chown() 2009-12-08 18:44:45 +01:00
libudev-util.c use CLOEXEC flags instead of fcntl() 2009-10-30 12:39:04 +01:00
libudev.c libudev: update documentation 2010-03-25 16:45:48 +01:00
libudev.h libudev: add udev_device_new_from_environment() 2010-03-17 17:42:35 +01:00
libudev.pc.in cleanup ./configure installation directory options 2009-06-17 02:25:07 +02:00
test-libudev.c libudev: enumerate - sort with qsort() 2009-07-08 02:04:49 +02:00