summaryrefslogtreecommitdiff
path: root/src/udev
AgeCommit message (Expand)AuthorFilesLines
2018-04-19tree-wide: drop spurious newlines (#8764)Lennart Poettering3-4/+0
2018-04-10Merge pull request #8676 from keszybz/drop-license-boilerplateLennart Poettering12-156/+0
2018-04-07systemd-udevd: limit children-max by available memory (#8668)Martin Wilck1-0/+4
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek12-156/+0
2018-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2-6/+3
2018-03-28Merge pull request #8140 from stuarthayes/newLennart Poettering1-23/+129
2018-03-27Merge pull request #8576 from keszybz/oss-fuzzEvgeny Vereshchagin1-1/+3
2018-03-27label: rework label_fix() implementations (#8583)Lennart Poettering2-3/+3
2018-03-26udev: net_id: Improve predictable names for NPAR devicesStuart Hayes1-0/+9
2018-03-26udev: net_id: Improve predictable names for SR-IOV virtual devicesStuart Hayes1-2/+92
2018-03-26udev: net_id: search parent devices for PCI slot numberStuart Hayes1-21/+28
2018-03-26tree-wide: add bsearch_safe and use where appropriateZbigniew Jędrzejewski-Szmek1-1/+3
2018-03-23tree-wide: tabs suck (#8527)Lennart Poettering2-3/+3
2018-03-23udev: don't label high-button mice as joysticks (#8493)Peter Hutterer1-7/+15
2018-03-22macro: introduce TAKE_PTR() macroLennart Poettering3-8/+4
2018-03-21Merge pull request #8508 from poettering/more-cocciZbigniew Jędrzejewski-Szmek1-4/+3
2018-03-21v3: Properly parsing SCSI Hyperv devices (#8509)Long Li1-5/+8
2018-03-20coccinelle: make use of DIV_ROUND_UP() wherever appropriateLennart Poettering1-4/+3
2018-03-20v4l_id: check mplane video capture and output capailities (#8464)Jui-Chi Ricky Liang1-2/+4
2018-03-18systemd-link: Remove UDP Fragmentation Offload support. (#8183)Rosen Penev3-3/+1
2018-03-16udev: use startswith() instead of the combination of strneq() and strlen() (#...Yu Watanabe1-3/+2
2018-03-16udev/net-id: Fix check for address to keep interface names stable (#8458)Filipe Brandenburger1-1/+1
2018-03-15basic/macros: rename noreturn into _noreturn_ (#8456)Franck Bui1-1/+1
2018-03-02coccinelle: similar to reallocarray() let's also systematically use malloc_mu...Lennart Poettering1-1/+1
2018-03-02coccinelle: add reallocarray() coccinelle scriptLennart Poettering2-5/+5
2018-03-01udevadm: prevent segfault in blkid builtin when offset not specifiedDouglas Christman1-3/+10
2018-02-27Add note to udev.conf that changes to that file require a rebuild of the init...Michael Biebl1-0/+3
2018-02-23Merge pull request #8258 from keszybz/log-issuesLennart Poettering2-51/+47
2018-02-23udev/net-id: check all snprintf return valuesZbigniew Jędrzejewski-Szmek1-35/+35
2018-02-23udev/net-id: use _cleanup_Zbigniew Jędrzejewski-Szmek1-15/+11
2018-02-23udev: don't assign INPUT_ID_MOUSE to a touchpad/joystick/touchscreen (#8259)Peter Hutterer1-1/+2
2018-02-23Revert "Replace use of snprintf with xsprintf"Zbigniew Jędrzejewski-Szmek2-3/+3
2018-02-22Fix format-truncation compile failure by typecasting USB IDs (#8250)Patrick Uiterwijk1-7/+6
2018-02-19Merge pull request #8199 from keszybz/small-thingsLennart Poettering1-1/+1
2018-02-19Add some handling to remaining unlinkat callsZbigniew Jędrzejewski-Szmek1-1/+1
2018-02-15udevadm: fix fd leak on oomZbigniew Jędrzejewski-Szmek1-2/+3
2018-02-09Merge pull request #8066 from LittleCVR/udevadm-trigger-and-settleZbigniew Jędrzejewski-Szmek1-12/+101
2018-02-09udevadm: check for oom and other style fixesZbigniew Jędrzejewski-Szmek1-11/+19
2018-02-09udevadm: allow trigger command to be synchronousMao1-8/+89
2018-02-08tree-wide: use "cannot" instead of "can not"Zbigniew Jędrzejewski-Szmek3-4/+4
2018-01-15Merge pull request #7816 from poettering/chase-pidZbigniew Jędrzejewski-Szmek1-26/+25
2018-01-11cocci: there's not ENOTSUP, there's only EOPNOTSUPPLennart Poettering1-2/+2
2018-01-11ethtool-util: don't pass fds as pointers if we don't have toLennart Poettering1-17/+18
2018-01-11ethtool-util: fix weird whitespaceLennart Poettering1-3/+1
2018-01-11ethtool-util: order includes properlyLennart Poettering1-2/+2
2018-01-11ethtool-util: no need for memcpy() where normal assignment works tooLennart Poettering1-2/+2
2018-01-11log: minimize includes in log.hLennart Poettering1-0/+1
2018-01-10cocci: use strempty() at more placesLennart Poettering1-2/+1
2018-01-05systemd-udevd: fix speed/duplex processing with valid .link files (#7808)Bruce A. Johnson1-3/+3
2018-01-04process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN loggingLennart Poettering1-4/+2