index
:
delta/systemd.git
assert-cleanups-and-constification
baserock/adamcoldrick/yaml-morphology
baserock/jjardon/fix_parallel_build
baserock/jjardon/intltool
baserock/morph
baserock/paulsherwood/sd-update
baserock/pedroalvarez/v217
baserock/pedroalvarez/v218
baserock/ps/update-linux-v3.12-systemd-v208
baserock/radiofree/enable_xz
baserock/richardmaw/nspawn-path-escapes
baserock/richardmaw/wip-upgrade-root
baserock/v218-with-canonical-hostname-fix
baserock/v219-314-gd736e4f-network_fixes
baserock/v219-729-g163ab29-jetson_btrfs_fixes
cap-bpf-compat
chase-symlinks-rework
coverity
coverity-now-for-real
coverity-python
default_memory
dependabot/github_actions/actions/checkout-2.4.0
dependabot/github_actions/actions/upload-artifact-2.3.1
dependabot/github_actions/github/codeql-action-1.0.23
dependabot/github_actions/github/codeql-action-1.0.24
dependabot/github_actions/github/codeql-action-1.0.27
dependabot/github_actions/github/super-linter-4.8.2
dependabot/github_actions/github/super-linter-4.8.3
dependabot/github_actions/github/super-linter-4.8.4
dependabot/github_actions/systemd/mkosi-11
dependabot/pip/dot-github/workflows/meson-0.60.3
dev-no-noexec
enabled-optimization
gc-cleanup
gcc-hypothesis
hidden-units-are-good-units
hwdb
keszybz-patch-1
main
master
meson-allows-fuzzer-building
msekletar-security-list-process
oomd-and-user-slices
proot
readme-double-header
revert-10744-logind-lock-down
revert-11715-revert-11534-coverity2
revert-12181-install-etc-systemd-generator-dirs
revert-12463-issue-12452-netlink
revert-13201-networkctl-merge-table_add_cell
revert-13843-watchdog
revert-14900-fix-privatedevices-dev-mac-label
revert-15648-journalctl-cat-beefup
revert-16058-fix-memory-protection-default
revert-16460-turn-off-ubuntu-ppa
revert-1740-master
revert-18355-resolved-discover
revert-18515-temporarily-pin-arch-repos
revert-18807-noexec
revert-19146-fix-JOURNAL-doc
revert-20598-order_noauto
revert-20998-dev/hv-detect
revert-2818-master
revert-2843-clock_boottime
revert-2859-ldconfig-after-localfs
revert-3283-master
revert-3528-upstream-add-networkd-dbus
revert-5012-master
revert-5298-relocatable-tests
revert-6508-audit-socket
setup-semaphore
stat2
systemctl-list-dependencies
systemd-paypal-funding
tasks-max-dynamic
v216-stable
what-s-up-with-coverity
wip/hadess/add-move-udev-action
wip/hadess/chassis-override
wip/hadess/hp-accel-quirk
wip/hadess/lis3lv02d-rule-hp
wip/hadess/logitech-hidraw
wip/hadess/logitech-ultrathin-touch-mouse
wip/hadess/memory-id
wip/hadess/minipro-uaccess
wip/hadess/rfkill-uaccess
wip/hadess/unsupported-dmi
wip/hadess/usb-analysers-uaccess
wip/hadess/webcams
github.com: systemd/systemd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsystemd
/
sd-device
/
sd-device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
1
-4
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-2
/
+2
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
path-util: introduce path_simplify()
Yu Watanabe
2018-06-03
1
-1
/
+1
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-8
/
+4
*
Merge pull request #8554 from poettering/chase-trail-slash
Zbigniew Jędrzejewski-Szmek
2018-03-26
1
-6
/
+3
|
\
|
*
sd-device: make use of the fact that log_debug_errno() returns the error pass...
Lennart Poettering
2018-03-22
1
-6
/
+3
*
|
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-2
/
+1
|
/
*
sd-device: support the case that /sys is a symlink
Yu Watanabe
2018-01-08
1
-0
/
+23
*
sd-device: use chase_symlinks()
Yu Watanabe
2018-01-08
1
-12
/
+2
*
tree-wide: make use of new STRLEN() macro everywhere (#7639)
Lennart Poettering
2017-12-14
1
-2
/
+2
*
Replace free and reassignment with free_and_replace
Daniel Lockyer
2017-11-24
1
-21
/
+7
*
tree-wide: adjust fall through comments so that gcc is happy
Shawn Landden
2017-11-20
1
-1
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
libsystemd: use IN_SET macro
Yu Watanabe
2017-09-28
1
-2
/
+2
*
udev: stop freeing value after using it for setting sysattr (#6094)
Evgeny Vereshchagin
2017-06-06
1
-0
/
+1
*
sd-device: Try /sys/firmware for sysname to allow device-tree (#5837)
Paul Kocialkowski
2017-06-06
1
-0
/
+4
*
tree-wide: when %m is used in log_*, always specify errno explicitly
Zbigniew Jędrzejewski-Szmek
2017-05-19
1
-2
/
+1
*
sd-device: replace lstat() + open() with open(O_NOFOLLOW)
Zbigniew Jędrzejewski-Szmek
2017-02-20
1
-27
/
+16
*
tree-wide: adjust fall through comments so that gcc is happy
Zbigniew Jędrzejewski-Szmek
2017-01-31
1
-1
/
+1
*
tree-wide: replace all readdir cycles with FOREACH_DIRENT{,_ALL} (#4853)
Reverend Homer
2016-12-09
1
-1
/
+2
*
tree-wide: stop using canonicalize_file_name(), use chase_symlinks() instead
Lennart Poettering
2016-12-01
1
-1
/
+1
*
sd-device/networkd: unify code to get a socket for issuing netdev ioctls on
Lennart Poettering
2016-10-06
1
-2
/
+3
*
treewide: fix typos and remove accidental repetition of words
Torstein Husebø
2016-07-11
1
-1
/
+1
*
sd-device: new_from_subsystem_sysnam - support a real subsystem called 'drivers'
Tom Gundersen
2016-06-27
1
-23
/
+20
*
sd-device: device_id - set correctly for 'drivers'
Tom Gundersen
2016-06-27
1
-14
/
+70
*
Udevadm trivial cleanups (#3331)
Zbigniew Jędrzejewski-Szmek
2016-05-24
1
-3
/
+2
*
sd-device: udev-db - handle properties with empty value (#3330)
Tom Gundersen
2016-05-23
1
-1
/
+0
*
tree-wide: use mdash instead of a two minuses
Zbigniew Jędrzejewski-Szmek
2016-04-21
1
-3
/
+3
*
sd-device: Allocate enough room for tags string
Martin Pitt
2016-04-06
1
-1
/
+1
*
sd-device: fix crash if a device has many tags or devlinks
Martin Pitt
2016-04-05
1
-13
/
+24
*
tree-wide: make ++/-- usage consistent WRT spacing
Vito Caputo
2016-02-22
1
-7
/
+7
*
sd-device: use (void) before set_iterate calls
Zbigniew Jędrzejewski-Szmek
2016-02-20
1
-6
/
+6
*
sd-device: initialize variables to avoid warning
Zbigniew Jędrzejewski-Szmek
2016-01-18
1
-1
/
+1
*
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-11-27
1
-3
/
+3
*
parse-util: introduce parse_ifindex() and make use of it everywhere
Lennart Poettering
2015-11-03
1
-7
/
+2
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move a number of fs operations into fs-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-11
/
+11
*
libsystemd: sd-device - translate / vs. ! in sysname
Kay Sievers
2015-10-06
1
-3
/
+15
*
sd-device: fix format strings after conversion to log_*_errno()
Michal Schmidt
2015-10-01
1
-2
/
+2
*
tree-wide: add missing errno arguments to log_*_errno()
Michal Schmidt
2015-10-01
1
-2
/
+2
*
tree-wide: remove a number of invocations of strerror() and replace by %m
Lennart Poettering
2015-09-30
1
-11
/
+8
*
sd-device: never return NULL+0
David Herrmann
2015-07-15
1
-0
/
+8
*
hashmap: fix iterators to not skip entries
David Herrmann
2015-06-14
1
-8
/
+25
*
fix double semicolon typo
Thomas Hindoe Paaboel Andersen
2015-06-02
1
-1
/
+1
[next]