Age | Commit message (Expand) | Author |
2014-06-13 | udev: fix invalid free() in enable_name_policy() | Andreas Henriksson |
2014-06-10 | udev: check the return value from udev_enumerate_scan_devices | Thomas Hindoe Paaboel Andersen |
2014-06-10 | udev: really exclude device-mapper from block device ownership event locking | Christian Hesse |
2014-06-04 | udev: guard REREADPT by exclusive lock instead of O_EXCL | Kay Sievers |
2014-06-04 | udev: make sure we always get "change" for the disk | Kay Sievers |
2014-06-04 | udev: guard REREADP logic with open(O_ECXL) | Kay Sievers |
2014-06-04 | udev: try first re-reading the partition table | Kay Sievers |
2014-06-04 | udev: link-config - fix mem leak | Tom Gundersen |
2014-06-04 | udev: synthesize "change' events for partitions when tools change the disk | Kay Sievers |
2014-06-04 | udevd: inotify - modernizations | Kay Sievers |
2014-06-03 | udev: exclude device-mapper from block device ownership event locking | Kay Sievers |
2014-06-03 | udev: always close lock file descriptor | Kay Sievers |
2014-06-01 | udev-builtin-keyboard: do tell on which device EVIOCSKEYCODE failed. | Cristian Rodríguez |
2014-05-20 | udevadm-settle: fixed return code for empty queue | Harald Hoyer |
2014-05-17 | udev: avoid use of uninitialized err | Thomas Hindoe Paaboel Andersen |
2014-05-15 | Remove unnecessary casts in printfs | Zbigniew Jędrzejewski-Szmek |
2014-05-15 | udev: do not skip the execution of RUN when renaming a network device fails | Kay Sievers |
2014-05-13 | udev: rename netif - properly break lines in kmsg | Tom Gundersen |
2014-04-24 | udev: increase the size of RESULT buffer | Robert Milasan |
2014-04-21 | silence warnings | Thomas Hindoe Paaboel Andersen |
2014-04-20 | udev: link-config - treat any non-random mac address as persistent | Tom Gundersen |
2014-04-19 | network: implement masking of .link, .network and .netdev files | Tom Gundersen |
2014-04-19 | networkd: tie links to rtnl rather than udev | Tom Gundersen |
2014-04-13 | udev: serialize/synchronize block device event handling with file locks | Kay Sievers |
2014-04-13 | udev: remove seqnum API and all assumptions about seqnums | Kay Sievers |
2014-04-06 | udev: net_id - use constants rather than magic numbers | Tom Gundersen |
2014-04-05 | Fix a few return codes in error paths | Zbigniew Jędrzejewski-Szmek |
2014-04-02 | udev: do not export "static node" tags for non-existing devices | Kay Sievers |
2014-03-27 | udev: persistent naming - we cannot use virtio numbers as they are not stable | Tom Gundersen |
2014-03-27 | udev: update net_id comments | Kay Sievers |
2014-03-21 | libsystemd-network: move network-utils from src/shared | Tom Gundersen |
2014-03-21 | sd-ipv4ll/networkd: generate predictable addresses | Umut Tezduyar Lindskog |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-03-17 | core, libsystemd, systemd, timedate, udev: spelling fixes | Miklos Vajna |
2014-03-16 | Use strlen even for constant strings | Josh Triplett |
2014-03-11 | udev: properly detect reference to unexisting part of PROGRAM's result | Lukas Nykryn |
2014-03-10 | input_id: Recognize buttonless joystick types | Martin Pitt |
2014-03-07 | Make tables for DEFINE_STRING_TABLE_LOOKUP consistent | Daniel Mack |
2014-03-07 | udev-builtin-blkid: remove dead code | Kay Sievers |
2014-03-07 | udev: automatically create a symlink /dev/disk/by-id/gpt-auto-root if there's... | Lennart Poettering |
2014-03-07 | udev-builtin-blkid: when we find a GPT partition marked as root disk on the s... | Lennart Poettering |
2014-03-07 | udev-builtin-blkid: modernizations and minor fixes | Lennart Poettering |
2014-02-27 | cdrom_id: use the old MMC fallback | Lukas Nykryn |
2014-02-24 | Remove dead lines in various places | Zbigniew Jędrzejewski-Szmek |
2014-02-23 | core: clean up some confusing regarding SI decimal and IEC binary suffixes fo... | Lennart Poettering |
2014-02-22 | udev: net - allow MTU and Speed to be specified with units | Tom Gundersen |
2014-02-21 | net-util: match on the driver as exposed by ethtool if DRIVER not set | Tom Gundersen |
2014-02-21 | net: initialize structs when declaring | Tom Gundersen |
2014-02-21 | net: initialize structs when declaring them/do not clobber caller variables | Lennart Poettering |
2014-02-21 | udev - link-setup - expose ID_NET_DRIVER | Tom Gundersen |