summaryrefslogtreecommitdiffstats
path: root/src/udev (follow)
Commit message (Expand)AuthorAgeFilesLines
* udev: guard REREADPT by exclusive lock instead of O_EXCLKay Sievers2014-06-041-2/+5
* udev: make sure we always get "change" for the diskKay Sievers2014-06-041-14/+39
* udev: guard REREADP logic with open(O_ECXL)Kay Sievers2014-06-041-1/+1
* udev: try first re-reading the partition tableKay Sievers2014-06-041-6/+33
* udev: link-config - fix mem leakTom Gundersen2014-06-041-1/+3
* udev: synthesize "change' events for partitions when tools change the diskKay Sievers2014-06-041-2/+42
* udevd: inotify - modernizationsKay Sievers2014-06-041-23/+22
* udev: exclude device-mapper from block device ownership event lockingKay Sievers2014-06-031-1/+13
* udev: always close lock file descriptorKay Sievers2014-06-031-6/+4
* udev-builtin-keyboard: do tell on which device EVIOCSKEYCODE failed.Cristian Rodríguez2014-06-011-1/+1
* udevadm-settle: fixed return code for empty queueHarald Hoyer2014-05-201-1/+5
* udev: avoid use of uninitialized errThomas Hindoe Paaboel Andersen2014-05-171-2/+2
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-152-4/+4
* udev: do not skip the execution of RUN when renaming a network device failsKay Sievers2014-05-154-18/+13
* udev: rename netif - properly break lines in kmsgTom Gundersen2014-05-131-1/+1
* udev: increase the size of RESULT bufferRobert Milasan2014-04-241-1/+1
* silence warningsThomas Hindoe Paaboel Andersen2014-04-211-1/+1
* udev: link-config - treat any non-random mac address as persistentTom Gundersen2014-04-201-17/+1
* network: implement masking of .link, .network and .netdev filesTom Gundersen2014-04-191-0/+5
* networkd: tie links to rtnl rather than udevTom Gundersen2014-04-191-1/+1
* udev: serialize/synchronize block device event handling with file locksKay Sievers2014-04-141-2/+31
* udev: remove seqnum API and all assumptions about seqnumsKay Sievers2014-04-143-141/+51
* udev: net_id - use constants rather than magic numbersTom Gundersen2014-04-061-2/+3
* Fix a few return codes in error pathsZbigniew Jędrzejewski-Szmek2014-04-051-11/+6
* udev: do not export "static node" tags for non-existing devicesKay Sievers2014-04-021-5/+5
* udev: persistent naming - we cannot use virtio numbers as they are not stableTom Gundersen2014-03-272-39/+0
* udev: update net_id commentsKay Sievers2014-03-271-16/+15
* libsystemd-network: move network-utils from src/sharedTom Gundersen2014-03-212-2/+2
* sd-ipv4ll/networkd: generate predictable addressesUmut Tezduyar Lindskog2014-03-211-28/+1
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-2/+1
* core, libsystemd, systemd, timedate, udev: spelling fixesMiklos Vajna2014-03-171-1/+1
* Use strlen even for constant stringsJosh Triplett2014-03-161-7/+7
* udev: properly detect reference to unexisting part of PROGRAM's resultLukas Nykryn2014-03-111-0/+2
* input_id: Recognize buttonless joystick typesMartin Pitt2014-03-101-4/+15
* Make tables for DEFINE_STRING_TABLE_LOOKUP consistentDaniel Mack2014-03-072-4/+4
* udev-builtin-blkid: remove dead codeKay Sievers2014-03-071-4/+2
* udev: automatically create a symlink /dev/disk/by-id/gpt-auto-root if there's...Lennart Poettering2014-03-071-2/+13
* udev-builtin-blkid: when we find a GPT partition marked as root disk on the s...Lennart Poettering2014-03-071-0/+90
* udev-builtin-blkid: modernizations and minor fixesLennart Poettering2014-03-071-6/+6
* cdrom_id: use the old MMC fallbackLukas Nykryn2014-02-271-1/+1
* Remove dead lines in various placesZbigniew Jędrzejewski-Szmek2014-02-252-3/+1
* core: clean up some confusing regarding SI decimal and IEC binary suffixes fo...Lennart Poettering2014-02-231-2/+2
* udev: net - allow MTU and Speed to be specified with unitsTom Gundersen2014-02-222-5/+6
* net-util: match on the driver as exposed by ethtool if DRIVER not setTom Gundersen2014-02-211-0/+1
* net: initialize structs when declaringTom Gundersen2014-02-211-14/+12
* net: initialize structs when declaring them/do not clobber caller variablesLennart Poettering2014-02-211-9/+10
* udev - link-setup - expose ID_NET_DRIVERTom Gundersen2014-02-215-9/+62
* .network/.netdev/.link: allow to match on architectureTom Gundersen2014-02-213-3/+5
* network/link: Match - filter on kernel cmdline, host and virtTom Gundersen2014-02-203-14/+22
* macro: introduce a nice macro for disabling -Wformat-nonliteral temporarilyLennart Poettering2014-02-201-4/+4