summaryrefslogtreecommitdiffstats
path: root/src/udev (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-202-2/+2
* udev: net-config - allow interface names to be set from the hwdbTom Gundersen2014-02-192-0/+5
* udev: make sure we always return a valid error code in trie_store()Lennart Poettering2014-02-191-6/+5
* make gcc shut upLennart Poettering2014-02-191-1/+1
* net-match: fix Driver= matchTom Gundersen2014-02-181-1/+1
* Remove unused variable and two function stubsZbigniew Jędrzejewski-Szmek2014-02-181-2/+0
* doc: update punctuationJan Engelhardt2014-02-181-2/+2
* everywhere: always use O_CLOEXEC where it makes senseLennart Poettering2014-02-139-12/+11
* everywhere: make use of new0() and macro() macros, and stop using perror()Lennart Poettering2014-02-135-9/+9
* rtnl: drop "sd_" prefix from cleanup macrosLennart Poettering2014-02-131-1/+1
* Update some message formatsZbigniew Jędrzejewski-Szmek2014-02-061-9/+9
* use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2014-01-318-26/+26
* udev: static_node - do not exit rule after first static_node itemKay Sievers2014-01-221-11/+10
* udev/net_id: Introduce predictable network names for Linux on System zHendrik Brueckner2014-01-111-2/+62
* No need to canonicalize fixed pathsZbigniew Jędrzejewski-Szmek2014-01-092-40/+20
* udev: net_id - handle virtio busesTom Gundersen2014-01-041-0/+37
* udev: LOG_PRIORITY -> LOG_LEVELKay Sievers2013-12-291-1/+1
* systemctl: allow globbing in commands which take multiple unit namesZbigniew Jędrzejewski-Szmek2013-12-261-1/+1
* log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering2013-12-2424-415/+415
* util: unify SO_PEERCRED/SO_PEERSEC invocationsLennart Poettering2013-12-241-5/+5
* shared: switch our hash table implementation over to SipHashLennart Poettering2013-12-221-17/+21
* udevadm: modernizationZbigniew Jędrzejewski-Szmek2013-12-196-107/+72
* udevadm,scsi_id: add short options to help strings and to the man pageZbigniew Jędrzejewski-Szmek2013-12-199-220/+198
* scsi_id: cleanupZbigniew Jędrzejewski-Szmek2013-12-192-79/+71
* _noreturn_ --> noreturn for C11 compatShawn Landden2013-12-171-1/+1
* udev link-config: add asserts to silence scan-buildThomas Hindoe Paaboel Andersen2013-12-171-0/+3
* Fix a few signed/unsigned format string issuesZbigniew Jędrzejewski-Szmek2013-12-151-14/+7