]> git.ipfire.org Git - thirdparty/systemd.git/history - src/udev
Some modernizations
[thirdparty/systemd.git] / src / udev /
2014-02-13  Lennart Poetteringeverywhere: always use O_CLOEXEC where it makes sense
2014-02-13  Lennart Poetteringeverywhere: make use of new0() and macro() macros,...
2014-02-13  Lennart Poetteringrtnl: drop "sd_" prefix from cleanup macros
2014-02-06  Zbigniew Jędrzejew... Update some message formats
2014-01-31  Greg KHuse memzero(foo, length); for all memset(foo, 0, length...
2014-01-22  Kay Sieversudev: static_node - do not exit rule after first static...
2014-01-11  Hendrik Bruecknerudev/net_id: Introduce predictable network names for...
2014-01-09  Zbigniew Jędrzejew... No need to canonicalize fixed paths
2014-01-04  Tom Gundersenudev: net_id - handle virtio buses
2013-12-29  Kay Sieversudev: LOG_PRIORITY -> LOG_LEVEL
2013-12-26  Zbigniew Jędrzejew... systemctl: allow globbing in commands which take multip...
2013-12-24  Lennart Poetteringlog: log_error() and friends add a newline after each...
2013-12-24  Lennart Poetteringutil: unify SO_PEERCRED/SO_PEERSEC invocations
2013-12-22  Lennart Poetteringshared: switch our hash table implementation over to...
2013-12-19  Zbigniew Jędrzejew... udevadm: modernization
2013-12-19  Zbigniew Jędrzejew... udevadm,scsi_id: add short options to help strings...
2013-12-19  Zbigniew Jędrzejew... scsi_id: cleanup
2013-12-17  Shawn Landden_noreturn_ --> noreturn for C11 compat
2013-12-17  Thomas Hindoe Paab... udev link-config: add asserts to silence scan-build
2013-12-15  Zbigniew Jędrzejew... Fix a few signed/unsigned format string issues
2013-12-15  Zbigniew Jędrzejew... Fix a few resource leaks in error paths
2013-12-15  Zbigniew Jędrzejew... udev-builtin-path: fix printf specifiers
2013-12-14  Thomas Hindoe Paab... Add more _printf_'s for format-nonliterals
2013-12-03  Thomas Hindoe Paab... trivial coding style clean ups
2013-11-28  Tom GundersenRevert "link-config: match length for kernel commandlin...
2013-11-26  Daniel Buchtree-wide usage of %m specifier instead of strerror...
2013-11-25  Tom Gundersenconf-parser: distinguish between multiple sections...
2013-11-25  Martin Pittudev-builtin-keyboard: More useful error message
2013-11-25  Tom Gundersenudev: net_setup_link - don't use Description as Alias
2013-11-19  Karel ZakRemove duplicate includes
2013-11-13  Kay Sieversudev: declare some symbols static
2013-11-12  Kay Sieversudev: declare some symbols static
2013-11-08  Lennart PoetteringRemove dead code and unexport some calls
2013-11-08  Dave Reisnerlink-config: Fix typo in log_warning
2013-11-08  Dave Reisnerlink-config: match length for kernel commandline option
2013-11-08  Lennart Poetteringclients: fix some signal handler issues
2013-11-07  Michal Sekletarnet-util: call ioctl() only if necessary
2013-11-07  Zbigniew Jędrzejew... udevadm-settle: add missing brace
2013-11-07  Yang Zhiyongudevadm-trigger: add parameters checking
2013-11-07  Yang Zhiyongudevadm-settle: add parameters checking
2013-11-06  Lennart Poetteringutil: unify reading of /proc/cmdline
2013-11-05  Tom Gundersennet-util: don't use libudev
2013-11-04  Tom Gundersennet-config: start split out matching and parsing logic
2013-11-04  Kay Sieversudev: udevd - rules can be NULL when reloading
2013-11-04  Martin Pittudev-builtin-keyboard: Fix large scan codes on 32 bit...
2013-10-30  Dave Reisnerlink-config: support --enable-split-usr
2013-10-30  Kay Sieversudev: rules - move parsing error to log_error()
2013-10-30  Tom Gundersenudev: config-link - one less log_info
2013-10-30  Tom Gundersenudev: link-config - less verbose logging
2013-10-30  Tom Gundersenudev: link-config - let udevd set the ifname
2013-10-30  Kay Sieversudev: ata_id: log faling ioctls as "debug"
2013-10-30  Kay Sieversudev: do not allow to change the DEVPATH of a device
2013-10-29  Tom Gundersenudev: link-config - reset ctx on exit
2013-10-29  Tom Gundersenudev-event: use rtnl to set ifname
2013-10-29  Tom Gundersenrtnl: move set_link_properties to rtnl-utils
2013-10-29  Tom Gundersenudev: link-config - split connection to sockets from...
2013-10-29  Tom Gundersenrtnl: introduce default timeout
2013-10-29  Tom Gundersenudev: link-config - use safe_atou instead of strtoul
2013-10-29  Tom Gundersenudev: link-config - use zero instead of memset
2013-10-29  Tom Gundersenudev: link-config - use proper return values
2013-10-29  Tom Gundersenudev: link-config - use new0 instead of calloc
2013-10-29  Tom Gundersenudev: link-config - use _cleanup_ macro locally
2013-10-29  Tom Gundersenpath_check_timestamp: only keep the most recent timestamp
2013-10-29  Tom Gundersenudev: link-config - add proper parsing
2013-10-29  Tom Gundersenudev: builtin - rename net_link to net_setup_link
2013-10-29  Tom Gundersennetwork: move configuration to /etc/systemd/network
2013-10-28  Tom Gundersenudev: link-config - add mac address policy
2013-10-28  Tom Gundersenudev: link-config - move naming policy from udev rules
2013-10-27  Tom Gundersenudev: link-config - sanity check the ifname and mac...
2013-10-27  Tom Gundersenudev: link-config: add rtnl support
2013-10-26  Tom Gundersenudev: link-config: add ethtool support
2013-10-26  Tom Gundersenudev: add network link configuration tool
2013-10-26  Tom Gundersenudev-builtin: path_id - add support for bcma bus
2013-10-26  Tom Gundersenudev: move udev_rules_check_timestamp to shared
2013-10-19  Tom Gundersenudev-builtin: uaccess - inherit logging form udev
2013-10-16  Lennart Poetteringmacro: clean up usage of gcc attributes
2013-10-13  Zbigniew Jędrzejew... udev: use initialization instead of zeroing in one...
2013-10-13  Zbigniew Jędrzejew... Fix write-only use of a few variables
2013-10-11  Kay Sieversudev: usb_id - remove obsoleted bInterfaceSubClass...
2013-10-11  Kay Sieverssmack: minimize ifdef use, and move all labeling to...
2013-10-10  Lennart Poetteringsecurity: rework selinux, smack, ima, apparmor detectio...
2013-10-09  Kay Sieversudev: add SECLABEL{selinux}= support
2013-10-09  Kay Sieversudev: reset Linux Security Module labels if no custom...
2013-10-08  Kay Sieversudev: support custom Linux Security Module labels for...
2013-09-19  Dave Reisnerudev-builtin-blkid: export ID_PART_TABLE_UUID
2013-09-17  Sebastian Ottudev: path_id - fix by-path link generation for scm...
2013-09-16  Dave Reisnerudev-rules: avoid erroring on trailing whitespace
2013-08-23  Shawn Landdenudev: fix printf(3) type specifier
2013-08-22  Colin WaltersRevert "udevd: simplify sigterm check"
2013-08-21  Zbigniew Jędrzejew... udev: when complaining about invalid characters, print...
2013-08-15  Kay Sieversudevd: simplify sigterm check
2013-08-08  Tom Gundersenudevd: respect the log-level set in /etc/udev/udev...
2013-08-07  Kay Sieversudev: hwdb - try reading modalias for usb before fallin...
2013-07-30  Dave Reisnerudev-rules: report rule parsing errors from get_key
2013-07-24  Tom Gundersenudev: static_node - don't touch permissions uneccessarily
2013-07-24  Tom Gundersenudev: log error if chmod/chown of static dev nodes...
2013-07-19  Zbigniew Jędrzejew... udev: fix two trivial memleaks in error path
2013-07-16  Tom Gundersenudev: export tags of "dead" device nodes to /run/udev...
2013-07-16  Kay Sieversswitch from udev keymaps to hwdb
2013-07-16  Martin Pittkeymap: Drop non-existant Samsung 900XC3
next