Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-16 | udev: export tags of "dead" device nodes to /run/udev/static_node-tags/ | Tom Gundersen | |
Based on a patch by Kay Sievers. A tag is exported at boot as a symlinks to the device node in the folder /run/udev/static_node-tags/<tagname>/, if the device node exists. These tags are cleaned up by udevadm info --cleanup-db, but are otherwise never removed. | |||
2013-07-10 | udev: add builtin 'keyboard' to manage key mappings | Kay Sievers | |
2013-07-08 | hwdb: add --lookup-prefix= option | Kay Sievers | |
2013-07-01 | hwdb: add --device=<device-id> and --filter=<key name glob> | Kay Sievers | |
2013-04-25 | Add printf attributes in exported headers | Zbigniew Jędrzejewski-Szmek | |
gcc (and other compilers) sometimes generate spurious warnings, and thus users of public headers must be able to disable warnings. Printf format attributes can be disabled by setting #define _sd_printf_attr_ before including the header file. Also, add similar logic for sentinel attribute: #define _sd_sentinel_attr_ before including the header file disables the attribute. | |||
2013-03-28 | build-sys: fix HAVE/ENABLE_FIRMWARE | Kay Sievers | |
https://bugs.freedesktop.org/show_bug.cgi?id=62864 | |||
2013-03-18 | udev: make firmware loading optional and disable by default | Tom Gundersen | |
Distros that whish to support old kernels should set --with-firmware-dirs="/usr/lib/firmware/updates:/usr/lib/firmware" to retain the old behaviour. | |||
2013-01-27 | udev: set default rules permissions only at "add" events | Kay Sievers | |
2012-12-31 | udev: in addition to DEVMODE, honor DEVUID, DEVGID from the uevent | Kay Sievers | |
2012-11-20 | build-sys: make loadable module support optional | Tom Gundersen | |
kmod is unecessary if loadable module support is disabled in the kernel, so make the dependency optional. | |||
2012-11-16 | udev: make blkid optional | Anders Olofsson | |
I'm building systemd for an embedded system and we would prefer not having to include the entire util-linux package just to get a libblkid whose functionality we don't need. | |||
2012-11-12 | use the same email address everywhere | Kay Sievers | |
2012-11-12 | udev: use usec_t and now() | Kay Sievers | |
2012-11-09 | udev: net_id - add builtin to retrieve data for network devices | Kay Sievers | |
2012-11-09 | udev: hwdb - search parents for 'modalias' and data | Kay Sievers | |
2012-10-26 | udev: builtin - do not fail builtin initialization if one of them returns an ↵ | Kay Sievers | |
error | |||
2012-10-23 | udev: add hardware database support | Kay Sievers | |
2012-09-17 | udev: add btrfs support | Kay Sievers | |
All "btrfs" file systems will be registered with the kernel when they show up. Incomplete multi-device volumes will set SYSTEMD_READY=0, to prevent access until the volume is complete and fully registered. | |||
2012-05-07 | udev: use conf_files_list() to search rules files | Kay Sievers | |
2012-04-17 | selinux: unify systemd and udev code | Kay Sievers | |
2012-04-16 | udev: use startswith() and streq() | Kay Sievers | |
2012-04-16 | udev: remove configuration options for /dev, /sys, /run directories | Kay Sievers | |
2012-04-09 | udev: convert 'uaccess' to a builtin | Kay Sievers | |
2012-04-04 | udev: fix gcc warnings | Kay Sievers | |
2012-04-04 | move imported udev into place | Kay Sievers | |