Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-29 | udev: tty - re-add accidentially removed hvc* match | Kay Sievers | |
2011-03-29 | udev: systemd-tag all ttys | Kay Sievers | |
2011-03-28 | udev: expose some more tty's for various embedded hardware | Michael Olbrich | |
2011-02-28 | udev: don't ignore non-encrypted block devices with no superblock | Lennart Poettering | |
They might be encrypted disks with no LUKS header. https://bugzilla.redhat.com/show_bug.cgi?id=679842 | |||
2011-02-28 | udev: expose ttyUSB devices too | Lennart Poettering | |
2011-02-28 | udev: mark hvc devices for exposure in systemd | Lennart Poettering | |
2011-02-16 | udev: ignore block devices which no known contents, to avoid trying of ↵ | Lennart Poettering | |
mounts/swapons when devices aren't set up full yet | |||
2011-02-15 | udev: use SYSTEMD_READY to mask uninitialized DM devices | Lennart Poettering | |
2011-02-09 | units: introduce and hook up sound.target | Lennart Poettering | |
2010-11-14 | udev: ignore temporary udev devices | Lennart Poettering | |
2010-11-02 | do not overwrite other udev tags | Andrey Borzenkov | |
Systemd was unconditionally replacing all tags with own. The net effect was udev-acl tag was lost and devices were not given proper ACLs, making them inaccessible. Before: {pts/0}% udevadm info --query property --name sr0 DEVNAME=/dev/sr0 [...] TAGS=:systemd: {pts/0}% getfacl /dev/sr0 getfacl: Removing leading '/' from absolute path names # file: dev/sr0 # owner: root # group: cdrom user::rw- group::rw- other::--- After: {pts/0}% udevadm info --query property --name sr0 DEVNAME=/dev/sr0 [...] TAGS=:udev-acl:systemd: {pts/0}% getfacl /dev/sr0 getfacl: Removing leading '/' from absolute path names # file: dev/sr0 # owner: root # group: cdrom user::rw- user:bor:rw- group::rw- mask::rw- other::--- Signed-off-by: Andrey Borzenkov <arvidjaar@gmail.com> | |||
2010-08-18 | udev: dm has been fixed in the meantime | Lennart Poettering | |
2010-08-18 | udev: fix syntax | Lennart Poettering | |
2010-07-16 | units: introduce smartcard.target | Lennart Poettering | |
2010-07-13 | udev: use prettier subsystem paths for bluetooth devices, too | Lennart Poettering | |
2010-07-13 | udev: ignore dynamic ram/loop block devices | Lennart Poettering | |
2010-07-13 | units: dm is an awful piece of work | Lennart Poettering | |
2010-07-13 | units: introduce bluetooth.target/printer.target which are activated if the ↵ | Lennart Poettering | |
right hardware is plugged in | |||
2010-05-22 | device: make use of new libudev tags logic | Lennart Poettering | |
2010-05-19 | shorten copyright header of configuration files | Lennart Poettering | |
2010-05-16 | build-sys: move remaining source files to src/ | Lennart Poettering | |