summaryrefslogtreecommitdiff
path: root/src/udev
Commit message (Expand)AuthorAgeFilesLines
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-223-8/+4
* Merge pull request #8508 from poettering/more-cocciZbigniew Jędrzejewski-Szmek2018-03-211-4/+3
|\
| * coccinelle: make use of DIV_ROUND_UP() wherever appropriateLennart Poettering2018-03-201-4/+3
* | v3: Properly parsing SCSI Hyperv devices (#8509)Long Li2018-03-211-5/+8
|/
* v4l_id: check mplane video capture and output capailities (#8464)Jui-Chi Ricky Liang2018-03-201-2/+4
* systemd-link: Remove UDP Fragmentation Offload support. (#8183)Rosen Penev2018-03-183-3/+1
* udev: use startswith() instead of the combination of strneq() and strlen() (#...Yu Watanabe2018-03-161-3/+2
* udev/net-id: Fix check for address to keep interface names stable (#8458)Filipe Brandenburger2018-03-161-1/+1
* basic/macros: rename noreturn into _noreturn_ (#8456)Franck Bui2018-03-151-1/+1
* coccinelle: similar to reallocarray() let's also systematically use malloc_mu...Lennart Poettering2018-03-021-1/+1
* coccinelle: add reallocarray() coccinelle scriptLennart Poettering2018-03-022-5/+5
* udevadm: prevent segfault in blkid builtin when offset not specifiedDouglas Christman2018-03-011-3/+10
* Add note to udev.conf that changes to that file require a rebuild of the init...Michael Biebl2018-02-271-0/+3
* Merge pull request #8258 from keszybz/log-issuesLennart Poettering2018-02-232-51/+47
|\
| * udev/net-id: check all snprintf return valuesZbigniew Jędrzejewski-Szmek2018-02-231-35/+35
| * udev/net-id: use _cleanup_Zbigniew Jędrzejewski-Szmek2018-02-231-15/+11
| * Revert "Replace use of snprintf with xsprintf"Zbigniew Jędrzejewski-Szmek2018-02-232-3/+3
* | udev: don't assign INPUT_ID_MOUSE to a touchpad/joystick/touchscreen (#8259)Peter Hutterer2018-02-231-1/+2
|/
* Fix format-truncation compile failure by typecasting USB IDs (#8250)Patrick Uiterwijk2018-02-221-7/+6
* Merge pull request #8199 from keszybz/small-thingsLennart Poettering2018-02-191-1/+1
|\
| * Add some handling to remaining unlinkat callsZbigniew Jędrzejewski-Szmek2018-02-191-1/+1
* | udevadm: fix fd leak on oomZbigniew Jędrzejewski-Szmek2018-02-151-2/+3
|/
* Merge pull request #8066 from LittleCVR/udevadm-trigger-and-settleZbigniew Jędrzejewski-Szmek2018-02-091-12/+101
|\
| * udevadm: check for oom and other style fixesZbigniew Jędrzejewski-Szmek2018-02-091-11/+19
| * udevadm: allow trigger command to be synchronousMao2018-02-091-8/+89
* | tree-wide: use "cannot" instead of "can not"Zbigniew Jędrzejewski-Szmek2018-02-083-4/+4
|/
* Merge pull request #7816 from poettering/chase-pidZbigniew Jędrzejewski-Szmek2018-01-151-26/+25
|\
| * cocci: there's not ENOTSUP, there's only EOPNOTSUPPLennart Poettering2018-01-111-2/+2
| * ethtool-util: don't pass fds as pointers if we don't have toLennart Poettering2018-01-111-17/+18
| * ethtool-util: fix weird whitespaceLennart Poettering2018-01-111-3/+1
| * ethtool-util: order includes properlyLennart Poettering2018-01-111-2/+2
| * ethtool-util: no need for memcpy() where normal assignment works tooLennart Poettering2018-01-111-2/+2
* | log: minimize includes in log.hLennart Poettering2018-01-111-0/+1
|/
* cocci: use strempty() at more placesLennart Poettering2018-01-101-2/+1
* systemd-udevd: fix speed/duplex processing with valid .link files (#7808)Bruce A. Johnson2018-01-051-3/+3
* process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN loggingLennart Poettering2018-01-041-4/+2
* Merge pull request #7705 from keszybz/redo-linkingLennart Poettering2018-01-031-5/+26
|\
| * meson: add a single .h file to shared libs with no sourcesZbigniew Jędrzejewski-Szmek2018-01-031-0/+1
| * meson: rename libudev_internal to libudev_static and link into libudevZbigniew Jędrzejewski-Szmek2018-01-031-4/+24
| * meson: rename libsystemd_internal to libsystem_staticZbigniew Jędrzejewski-Szmek2017-12-211-1/+1
* | core,udev,networkd: add ConditionKernelVersion=Lennart Poettering2017-12-263-4/+8
* | Merge pull request #7728 from poettering/fork-reworkYu Watanabe2017-12-273-28/+25
|\ \
| * | udev: some very trivial coding style updatesLennart Poettering2017-12-251-5/+5
| * | tree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit() where we canLennart Poettering2017-12-252-4/+4
| * | tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering2017-12-251-19/+16
* | | separate flags from shebangbleep_blop2017-12-252-2/+4
* | | sd-boot, udev: trivial condition simplificationsYu Watanabe2017-12-251-1/+1
|/ /
* | Merge pull request #7663 from keszybz/mkdir-return-valueLennart Poettering2017-12-241-3/+3
|\ \ | |/ |/|
| * Add mkdir_errno_wrapper() and use instead of mkdir() in various placesZbigniew Jędrzejewski-Szmek2017-12-161-3/+3
* | meson: libudev_core and udevadm should have LOG_REALM=LOG_REALM_UDEV (#7666)Franck Bui2017-12-161-0/+1