index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd
/
sd-device
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: make use of new STRLEN() macro everywhere (#7639)
Lennart Poettering
2017-12-14
3
-4
/
+4
*
Replace free and reassignment with free_and_replace
Daniel Lockyer
2017-11-24
2
-27
/
+9
*
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
7
-0
/
+7
*
libsystemd: use IN_SET macro
Yu Watanabe
2017-09-28
1
-2
/
+2
*
Add handling for bind/unbind actions (#6720)
Lennart Poettering
2017-09-04
2
-0
/
+4
*
build-sys: drop automake support
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-1
/
+0
*
udev: use interface before the string that interface points to is freed by de...
Evgeny Vereshchagin
2017-06-18
1
-3
/
+3
*
udev: stop freeing value after using it for setting sysattr (#6094)
Evgeny Vereshchagin
2017-06-07
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
2
-10
/
+5
*
Fix missing space in comments (#5439)
AsciiWolf
2017-02-24
1
-1
/
+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
*
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-23
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
2
-14
/
+72
*
sd-device: enumerator - do not abort enumeration if a device fails
Tom Gundersen
2016-06-26
1
-16
/
+18
*
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-24
1
-1
/
+0
*
tree-wide: use mdash instead of a two minuses
Zbigniew Jędrzejewski-Szmek
2016-04-22
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-23
2
-10
/
+10
*
Merge pull request #2685 from poettering/lldp-fixes2
Tom Gundersen
2016-02-22
1
-2
/
+2
|
\
|
*
tree-wide: place #pragma once at the same place everywhere
Lennart Poettering
2016-02-20
1
-2
/
+2
*
|
sd-device: use (void) before set_iterate calls
Zbigniew Jędrzejewski-Szmek
2016-02-21
1
-6
/
+6
|
/
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
3
-6
/
+0
*
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
4
-18
/
+12
*
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
3
-0
/
+3
*
user-util: move UID/GID related macros from macro.h to user-util.h
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move string table stuff into its own string-table.[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
2
-0
/
+2
*
util-lib: introduce dirent-util.[ch] for directory entry calls
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
2
-0
/
+2
*
build-sys: add missing makefile symlink
Lennart Poettering
2015-10-26
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
3
-0
/
+3
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
4
-30
/
+36
*
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
3
-20
/
+13
*
sd-device: fix enumeration of devices without subsystem
Maxim Mikityanskiy
2015-08-22
1
-0
/
+2
[next]