index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
udev
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
string-util: add delete_trailing_chars() and skip_leading_chars() helpers
Lennart Poettering
2017-11-13
3
-3
/
+3
*
conf-parser: turn three bool function params into a flags fields
Lennart Poettering
2017-11-13
1
-1
/
+1
*
util-lib: introdude _cleanup_ macros for kmod objects
Zbigniew Jędrzejewski-Szmek
2017-10-08
1
-5
/
+5
*
udevadm,basic: replace nulstr_contains with STR_IN_SET (#6965)
Zbigniew Jędrzejewski-Szmek
2017-10-04
1
-1
/
+1
*
Merge pull request #6974 from keszybz/clean-up-defines
Lennart Poettering
2017-10-04
6
-14
/
+14
|
\
|
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
6
-14
/
+14
*
|
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
7
-27
/
+23
|
/
*
tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`
Andreas Rammhold
2017-10-02
2
-2
/
+2
*
tree-wide: use IN_SET where possible
Andreas Rammhold
2017-10-02
4
-4
/
+4
*
udev-rules: all values can contain escaped double quotes now (#6890)
Franck Bui
2017-09-28
2
-9
/
+23
*
udev: proc_cmdline_get_key() FTW! (#6925)
Lennart Poettering
2017-09-27
1
-31
/
+18
*
systemd-link: Add support to configure tx-tcp6-segmentation (#6859)
Susant Sahani
2017-09-19
3
-5
/
+8
*
udev: fix buffer overflow in udev_event_apply_format()
Zbigniew Jędrzejewski-Szmek
2017-09-16
1
-3
/
+4
*
exec-util,conf-files: skip non-executable files in execute_directories()
Lennart Poettering
2017-09-13
3
-3
/
+3
*
systemd-link: ethtool add support for more Wake up Lan setting (#6331)
Susant Sahani
2017-08-31
2
-23
/
+63
*
Merge pull request #6636 from sourcejedi/fsync
Lennart Poettering
2017-08-29
1
-20
/
+22
|
\
|
*
"Don't fear the fsync()"
Alan Jenkins
2017-08-17
1
-20
/
+22
*
|
tree-wide: use path_startswith() rather than startswith() where ever that's a...
Lennart Poettering
2017-08-09
2
-3
/
+5
|
/
*
scsi_id: add missing options to getopt_long() (#6501)
Jan Synacek
2017-08-02
1
-1
/
+1
*
tree-wide: make use of getpid_cached() wherever we can
Lennart Poettering
2017-07-20
1
-3
/
+3
*
build-sys: drop gitignore patterns for in-tree builds
Zbigniew Jędrzejewski-Szmek
2017-07-18
3
-6
/
+0
*
build-sys: drop automake support
Zbigniew Jędrzejewski-Szmek
2017-07-18
8
-8
/
+0
*
udev: move the KEY_* defines to missing.h (#6278)
Peter Hutterer
2017-07-04
1
-11
/
+1
*
udev: define BTN_DPAD_RIGHT if not present (#6267)
Peter Hutterer
2017-07-03
1
-0
/
+1
*
ethtool: fix half-duplex / full-duplex confusion (#6209)
Susant Sahani
2017-06-30
1
-2
/
+2
*
Include dpad buttons in joystick detection (#6240)
hramrach
2017-06-30
1
-0
/
+2
*
udev: never ask libblkid for detecting superblocks with bad checksums (#6215)
Lennart Poettering
2017-06-28
1
-12
/
+1
*
hwdb: weed out key defines which do not designate events
Michal Suchanek
2017-06-27
1
-2
/
+4
*
input_id: fix button detection
Michal Suchanek
2017-06-27
1
-13
/
+9
*
input_id: fix detection of devices with mouse buttons
Michal Suchanek
2017-06-27
1
-1
/
+3
*
hwdb: support pressing buttons on a keyboard
Michal Suchanek
2017-06-27
2
-1
/
+2
*
Use same script to build key list in Makefile and meson
Michal Suchanek
2017-06-27
3
-18
/
+11
*
Merge pull request #6197 from ssahani/ethtool-port
Zbigniew Jędrzejewski-Szmek
2017-06-27
2
-6
/
+7
|
\
|
*
ethtool: warn when ethtool_set_glinksettings not supported
Susant Sahani
2017-06-26
1
-5
/
+6
|
*
ethtool: Fix speed in 593022fa377d40d9a645919759b04c53cf4eace8
Susant Sahani
2017-06-26
1
-1
/
+1
*
|
udev: fix some incorrect usages of CLOCK_BOOTTIME (#6198)
Lennart Poettering
2017-06-27
2
-11
/
+11
|
/
*
systemd-link: add support to configure the device port (#6153)
Susant Sahani
2017-06-26
5
-11
/
+47
*
udev: always consider devices with joystick axes/buttons as joystick
Peter Hutterer
2017-06-22
1
-1
/
+4
*
udev: consider a device with BTN_TRIGGER_HAPPY as joystick
Peter Hutterer
2017-06-22
1
-0
/
+1
*
udev-builtin-blkid: Use _cleanup_blkid_free_probe_ to free probe (#6108)
Nate Clark
2017-06-16
1
-2
/
+2
*
Merge pull request #5958 from keszybz/explicit-log-errno
Lennart Poettering
2017-05-22
1
-31
/
+22
|
\
|
*
udev-rules: add helper function for logging
Zbigniew Jędrzejewski-Szmek
2017-05-19
1
-22
/
+13
|
*
tree-wide: when %m is used in log_*, always specify errno explicitly
Zbigniew Jędrzejewski-Szmek
2017-05-19
1
-9
/
+9
*
|
udev/udevadm-monitor: fix format-specifier issue
John Paul Adrian Glaubitz
2017-05-19
1
-2
/
+2
*
|
udev: skip EVDEV_ABS override on devices without EV_ABS (#5984)
Peter Hutterer
2017-05-19
1
-0
/
+19
*
|
udev: turn off -Wformat-nonliteral for one safe case
Lennart Poettering
2017-05-19
1
-0
/
+4
*
|
udev: net_id add support for platform bus (ACPI, mostly arm64) devices (#5933)
Dimitri John Ledkov
2017-05-17
1
-0
/
+63
*
|
meson: do not use generate_gperfs.py for keyboard-keys-from-name.gperf (#5968)
Yu Watanabe
2017-05-16
2
-2
/
+19
|
/
*
Merge pull request #5432 from keszybz/udev-logging
Lennart Poettering
2017-05-12
7
-23
/
+27
|
\
|
*
udev/collect: remove now-unused struct udev
Zbigniew Jędrzejewski-Szmek
2017-05-08
1
-18
/
+5
[next]