1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-04 13:51:24 +03:00
systemd/src/udev
David Herrmann cfe2061add udev: avoid magic constants in kernel-cmdline parsers
Lets recognize the fact that startswith() returns a pointer to the tail on
success. Use it instead of hard-coding string-lengths as magic constants.
2014-11-05 12:58:10 +01:00
..
accelerometer build-sys: add missing makefile symlinks 2014-08-11 20:15:14 +02:00
ata_id build-sys: add missing makefile symlinks 2014-08-11 20:15:14 +02:00
cdrom_id util: unify how we see srand() 2014-10-30 15:35:37 +01:00
collect everywhere: always use O_CLOEXEC where it makes sense 2014-02-13 14:59:56 +01:00
mtd_probe everywhere: always use O_CLOEXEC where it makes sense 2014-02-13 14:59:56 +01:00
net udev: link-config: remove unneded linux/netdevice.h include 2014-09-18 17:36:20 +02:00
scsi_id scsi_id: fix usage spelling 2014-11-01 15:52:55 -04:00
v4l_id Remove duplicate includes 2013-11-18 20:28:55 -05:00
.gitignore udev: add builtin 'keyboard' to manage key mappings 2013-07-10 22:52:55 +02:00
.vimrc
Makefile
udev-builtin-blkid.c udev: place opening { at the same line as the function declaration 2014-07-29 15:49:25 +02:00
udev-builtin-btrfs.c Move BTRFS_IOC_DEVICES_READY to missing.h 2014-08-03 00:28:12 -04:00
udev-builtin-hwdb.c udev: hwdb - do not look at "usb_device" parents 2014-08-26 18:27:36 +02:00
udev-builtin-input_id.c udev: place opening { at the same line as the function declaration 2014-07-29 15:49:25 +02:00
udev-builtin-keyboard.c udev-builtin-keyboard: Allow numeric key codes 2014-08-05 10:40:46 +02:00
udev-builtin-kmod.c udev: place opening { at the same line as the function declaration 2014-07-29 15:49:25 +02:00
udev-builtin-net_id.c udev: modernize net_id builtin a bit 2014-08-12 01:54:39 +02:00
udev-builtin-net_setup_link.c udev: net_setup_link - export the .link filename applied to the link 2014-09-08 15:09:07 +02:00
udev-builtin-path_id.c udev: path_id - update comments 2014-10-30 01:20:56 +01:00
udev-builtin-uaccess.c Always prefer our headers to system headers 2014-07-31 08:56:03 -04:00
udev-builtin-usb_id.c udev: place opening { at the same line as the function declaration 2014-07-29 15:49:25 +02:00
udev-builtin.c udev: remove userspace firmware loading support 2014-08-30 11:34:20 +02:00
udev-ctrl.c udev: fix typos 2014-09-18 20:25:33 +02:00
udev-event.c udev: fix path for database names on 'change' event 2014-09-18 15:28:07 +02:00
udev-node.c udev: do NOT re-label smack 2014-10-24 13:56:24 +02:00
udev-rules.c udev: rules - close empty file 2014-09-17 19:55:23 +02:00
udev-watch.c udev: place opening { at the same line as the function declaration 2014-07-29 15:49:25 +02:00
udev.conf man: add udev.conf(5) 2014-07-31 08:56:03 -04:00
udev.h udev: timeout - warn after a third of the timeout before killing 2014-09-11 23:45:01 +02:00
udev.pc.in
udevadm-control.c udev: place opening { at the same line as the function declaration 2014-07-29 15:49:25 +02:00
udevadm-hwdb.c udev hwdb: Support shipping pre-compiled database in system images 2014-10-28 14:28:18 +01:00
udevadm-info.c udev: place opening { at the same line as the function declaration 2014-07-29 15:49:25 +02:00
udevadm-monitor.c udev: place opening { at the same line as the function declaration 2014-07-29 15:49:25 +02:00
udevadm-settle.c udev: never bypass our own logging framework and call vsyslog() directly from udev tools 2014-08-11 20:13:38 +02:00
udevadm-test-builtin.c udev: never bypass our own logging framework and call vsyslog() directly from udev tools 2014-08-11 20:13:38 +02:00
udevadm-test.c udev: timeout - warn after a third of the timeout before killing 2014-09-11 23:45:01 +02:00
udevadm-trigger.c udev: never bypass our own logging framework and call vsyslog() directly from udev tools 2014-08-11 20:13:38 +02:00
udevadm.c mac: rename apis with mac_{selinux/smack}_ prefix 2014-10-23 17:13:15 +02:00
udevd.c udev: avoid magic constants in kernel-cmdline parsers 2014-11-05 12:58:10 +01:00