summaryrefslogtreecommitdiff
path: root/src/udev
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7415 from keszybz/udev-allocaLennart Poettering2017-11-241-223/+163
|\
| * udev: "handle" oom in path_idZbigniew Jędrzejewski-Szmek2017-11-221-12/+17
| * udev: modernize style in path_idZbigniew Jędrzejewski-Szmek2017-11-221-217/+152
* | Replace use of snprintf with xsprintfDaniel Lockyer2017-11-242-3/+3
|/
* tree-wide: adjust fall through comments so that gcc is happyShawn Landden2017-11-205-3/+11
* Add license headers and SPDX identifiers to meson.build filesZbigniew Jędrzejewski-Szmek2017-11-191-0/+17
* Add SPDX license headers to various assorted filesZbigniew Jędrzejewski-Szmek2017-11-191-1/+2
* Add SPDX license identifiers to source files under the GPLZbigniew Jędrzejewski-Szmek2017-11-1933-0/+33
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-1911-0/+11
* udev: net_setup_link: don't error out when we couldn't apply link config (#7328)Michal Sekletar2017-11-141-4/+2
* string-util: add delete_trailing_chars() and skip_leading_chars() helpersLennart Poettering2017-11-133-3/+3
* conf-parser: turn three bool function params into a flags fieldsLennart Poettering2017-11-131-1/+1
* util-lib: introdude _cleanup_ macros for kmod objectsZbigniew Jędrzejewski-Szmek2017-10-081-5/+5
* udevadm,basic: replace nulstr_contains with STR_IN_SET (#6965)Zbigniew Jędrzejewski-Szmek2017-10-041-1/+1
* Merge pull request #6974 from keszybz/clean-up-definesLennart Poettering2017-10-046-14/+14
|\
| * build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-046-14/+14
* | tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-047-27/+23
|/
* tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`Andreas Rammhold2017-10-022-2/+2
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-024-4/+4
* udev-rules: all values can contain escaped double quotes now (#6890)Franck Bui2017-09-282-9/+23
* udev: proc_cmdline_get_key() FTW! (#6925)Lennart Poettering2017-09-271-31/+18
* systemd-link: Add support to configure tx-tcp6-segmentation (#6859)Susant Sahani2017-09-193-5/+8
* udev: fix buffer overflow in udev_event_apply_format()Zbigniew Jędrzejewski-Szmek2017-09-161-3/+4
* exec-util,conf-files: skip non-executable files in execute_directories()Lennart Poettering2017-09-133-3/+3
* systemd-link: ethtool add support for more Wake up Lan setting (#6331)Susant Sahani2017-08-312-23/+63
* Merge pull request #6636 from sourcejedi/fsyncLennart Poettering2017-08-291-20/+22
|\
| * "Don't fear the fsync()"Alan Jenkins2017-08-171-20/+22
* | tree-wide: use path_startswith() rather than startswith() where ever that's a...Lennart Poettering2017-08-092-3/+5
|/
* scsi_id: add missing options to getopt_long() (#6501)Jan Synacek2017-08-021-1/+1
* tree-wide: make use of getpid_cached() wherever we canLennart Poettering2017-07-201-3/+3
* build-sys: drop gitignore patterns for in-tree buildsZbigniew Jędrzejewski-Szmek2017-07-183-6/+0
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-188-8/+0
* udev: move the KEY_* defines to missing.h (#6278)Peter Hutterer2017-07-041-11/+1
* udev: define BTN_DPAD_RIGHT if not present (#6267)Peter Hutterer2017-07-031-0/+1
* ethtool: fix half-duplex / full-duplex confusion (#6209)Susant Sahani2017-06-301-2/+2
* Include dpad buttons in joystick detection (#6240)hramrach2017-06-301-0/+2
* udev: never ask libblkid for detecting superblocks with bad checksums (#6215)Lennart Poettering2017-06-281-12/+1
* hwdb: weed out key defines which do not designate eventsMichal Suchanek2017-06-271-2/+4
* input_id: fix button detectionMichal Suchanek2017-06-271-13/+9
* input_id: fix detection of devices with mouse buttonsMichal Suchanek2017-06-271-1/+3
* hwdb: support pressing buttons on a keyboardMichal Suchanek2017-06-272-1/+2
* Use same script to build key list in Makefile and mesonMichal Suchanek2017-06-273-18/+11
* Merge pull request #6197 from ssahani/ethtool-portZbigniew Jędrzejewski-Szmek2017-06-262-6/+7
|\
| * ethtool: warn when ethtool_set_glinksettings not supportedSusant Sahani2017-06-261-5/+6
| * ethtool: Fix speed in 593022fa377d40d9a645919759b04c53cf4eace8Susant Sahani2017-06-261-1/+1
* | udev: fix some incorrect usages of CLOCK_BOOTTIME (#6198)Lennart Poettering2017-06-262-11/+11
|/
* systemd-link: add support to configure the device port (#6153)Susant Sahani2017-06-255-11/+47
* udev: always consider devices with joystick axes/buttons as joystickPeter Hutterer2017-06-221-1/+4
* udev: consider a device with BTN_TRIGGER_HAPPY as joystickPeter Hutterer2017-06-221-0/+1
* udev-builtin-blkid: Use _cleanup_blkid_free_probe_ to free probe (#6108)Nate Clark2017-06-161-2/+2