| Commit message (Expand) | Author | Age | Files | Lines |
* | libsystemd-network: move network-utils from src/shared | Tom Gundersen | 2014-03-21 | 2 | -2/+2 |
* | sd-ipv4ll/networkd: generate predictable addresses | Umut Tezduyar Lindskog | 2014-03-21 | 1 | -28/+1 |
* | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering | 2014-03-18 | 1 | -2/+1 |
* | core, libsystemd, systemd, timedate, udev: spelling fixes | Miklos Vajna | 2014-03-17 | 1 | -1/+1 |
* | Use strlen even for constant strings | Josh Triplett | 2014-03-16 | 1 | -7/+7 |
* | udev: properly detect reference to unexisting part of PROGRAM's result | Lukas Nykryn | 2014-03-11 | 1 | -0/+2 |
* | input_id: Recognize buttonless joystick types | Martin Pitt | 2014-03-10 | 1 | -4/+15 |
* | Make tables for DEFINE_STRING_TABLE_LOOKUP consistent | Daniel Mack | 2014-03-07 | 2 | -4/+4 |
* | udev-builtin-blkid: remove dead code | Kay Sievers | 2014-03-07 | 1 | -4/+2 |
* | udev: automatically create a symlink /dev/disk/by-id/gpt-auto-root if there's... | Lennart Poettering | 2014-03-07 | 1 | -2/+13 |
* | udev-builtin-blkid: when we find a GPT partition marked as root disk on the s... | Lennart Poettering | 2014-03-07 | 1 | -0/+90 |
* | udev-builtin-blkid: modernizations and minor fixes | Lennart Poettering | 2014-03-07 | 1 | -6/+6 |
* | cdrom_id: use the old MMC fallback | Lukas Nykryn | 2014-02-27 | 1 | -1/+1 |
* | Remove dead lines in various places | Zbigniew Jędrzejewski-Szmek | 2014-02-25 | 2 | -3/+1 |
* | core: clean up some confusing regarding SI decimal and IEC binary suffixes fo... | Lennart Poettering | 2014-02-23 | 1 | -2/+2 |
* | udev: net - allow MTU and Speed to be specified with units | Tom Gundersen | 2014-02-22 | 2 | -5/+6 |
* | net-util: match on the driver as exposed by ethtool if DRIVER not set | Tom Gundersen | 2014-02-21 | 1 | -0/+1 |
* | net: initialize structs when declaring | Tom Gundersen | 2014-02-21 | 1 | -14/+12 |
* | net: initialize structs when declaring them/do not clobber caller variables | Lennart Poettering | 2014-02-21 | 1 | -9/+10 |
* | udev - link-setup - expose ID_NET_DRIVER | Tom Gundersen | 2014-02-21 | 5 | -9/+62 |
* | .network/.netdev/.link: allow to match on architecture | Tom Gundersen | 2014-02-21 | 3 | -3/+5 |
* | network/link: Match - filter on kernel cmdline, host and virt | Tom Gundersen | 2014-02-20 | 3 | -14/+22 |
* | macro: introduce a nice macro for disabling -Wformat-nonliteral temporarily | Lennart Poettering | 2014-02-20 | 1 | -4/+4 |
* | api: in constructor function calls, always put the returned object pointer fi... | Lennart Poettering | 2014-02-20 | 2 | -2/+2 |
* | udev: net-config - allow interface names to be set from the hwdb | Tom Gundersen | 2014-02-19 | 2 | -0/+5 |
* | udev: make sure we always return a valid error code in trie_store() | Lennart Poettering | 2014-02-19 | 1 | -6/+5 |
* | make gcc shut up | Lennart Poettering | 2014-02-19 | 1 | -1/+1 |
* | net-match: fix Driver= match | Tom Gundersen | 2014-02-18 | 1 | -1/+1 |
* | Remove unused variable and two function stubs | Zbigniew Jędrzejewski-Szmek | 2014-02-18 | 1 | -2/+0 |
* | doc: update punctuation | Jan Engelhardt | 2014-02-18 | 1 | -2/+2 |
* | everywhere: always use O_CLOEXEC where it makes sense | Lennart Poettering | 2014-02-13 | 9 | -12/+11 |
* | everywhere: make use of new0() and macro() macros, and stop using perror() | Lennart Poettering | 2014-02-13 | 5 | -9/+9 |
* | rtnl: drop "sd_" prefix from cleanup macros | Lennart Poettering | 2014-02-13 | 1 | -1/+1 |
* | Update some message formats | Zbigniew Jędrzejewski-Szmek | 2014-02-06 | 1 | -9/+9 |
* | use memzero(foo, length); for all memset(foo, 0, length); calls | Greg KH | 2014-01-31 | 8 | -26/+26 |
* | udev: static_node - do not exit rule after first static_node item | Kay Sievers | 2014-01-22 | 1 | -11/+10 |
* | udev/net_id: Introduce predictable network names for Linux on System z | Hendrik Brueckner | 2014-01-11 | 1 | -2/+62 |
* | No need to canonicalize fixed paths | Zbigniew Jędrzejewski-Szmek | 2014-01-09 | 2 | -40/+20 |
* | udev: net_id - handle virtio buses | Tom Gundersen | 2014-01-04 | 1 | -0/+37 |
* | udev: LOG_PRIORITY -> LOG_LEVEL | Kay Sievers | 2013-12-29 | 1 | -1/+1 |
* | systemctl: allow globbing in commands which take multiple unit names | Zbigniew Jędrzejewski-Szmek | 2013-12-26 | 1 | -1/+1 |
* | log: log_error() and friends add a newline after each line anyway, so avoid i... | Lennart Poettering | 2013-12-24 | 24 | -415/+415 |
* | util: unify SO_PEERCRED/SO_PEERSEC invocations | Lennart Poettering | 2013-12-24 | 1 | -5/+5 |
* | shared: switch our hash table implementation over to SipHash | Lennart Poettering | 2013-12-22 | 1 | -17/+21 |
* | udevadm: modernization | Zbigniew Jędrzejewski-Szmek | 2013-12-19 | 6 | -107/+72 |
* | udevadm,scsi_id: add short options to help strings and to the man page | Zbigniew Jędrzejewski-Szmek | 2013-12-19 | 9 | -220/+198 |
* | scsi_id: cleanup | Zbigniew Jędrzejewski-Szmek | 2013-12-19 | 2 | -79/+71 |
* | _noreturn_ --> noreturn for C11 compat | Shawn Landden | 2013-12-17 | 1 | -1/+1 |
* | udev link-config: add asserts to silence scan-build | Thomas Hindoe Paaboel Andersen | 2013-12-17 | 1 | -0/+3 |
* | Fix a few signed/unsigned format string issues | Zbigniew Jędrzejewski-Szmek | 2013-12-15 | 1 | -14/+7 |