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
*
cdrom_id: use the old MMC fallback
Lukas Nykryn
2014-02-27
1
-1
/
+1
*
Remove dead lines in various places
Zbigniew Jędrzejewski-Szmek
2014-02-25
2
-3
/
+1
*
core: clean up some confusing regarding SI decimal and IEC binary suffixes fo...
Lennart Poettering
2014-02-23
1
-2
/
+2
*
udev: net - allow MTU and Speed to be specified with units
Tom Gundersen
2014-02-22
2
-5
/
+6
*
net-util: match on the driver as exposed by ethtool if DRIVER not set
Tom Gundersen
2014-02-21
1
-0
/
+1
*
net: initialize structs when declaring
Tom Gundersen
2014-02-21
1
-14
/
+12
*
net: initialize structs when declaring them/do not clobber caller variables
Lennart Poettering
2014-02-21
1
-9
/
+10
*
udev - link-setup - expose ID_NET_DRIVER
Tom Gundersen
2014-02-21
5
-9
/
+62
*
.network/.netdev/.link: allow to match on architecture
Tom Gundersen
2014-02-21
3
-3
/
+5
*
network/link: Match - filter on kernel cmdline, host and virt
Tom Gundersen
2014-02-20
3
-14
/
+22
*
macro: introduce a nice macro for disabling -Wformat-nonliteral temporarily
Lennart Poettering
2014-02-20
1
-4
/
+4
*
api: in constructor function calls, always put the returned object pointer fi...
Lennart Poettering
2014-02-20
2
-2
/
+2
*
udev: net-config - allow interface names to be set from the hwdb
Tom Gundersen
2014-02-19
2
-0
/
+5
*
udev: make sure we always return a valid error code in trie_store()
Lennart Poettering
2014-02-19
1
-6
/
+5
*
make gcc shut up
Lennart Poettering
2014-02-19
1
-1
/
+1
*
net-match: fix Driver= match
Tom Gundersen
2014-02-18
1
-1
/
+1
*
Remove unused variable and two function stubs
Zbigniew Jędrzejewski-Szmek
2014-02-18
1
-2
/
+0
*
doc: update punctuation
Jan Engelhardt
2014-02-18
1
-2
/
+2
*
everywhere: always use O_CLOEXEC where it makes sense
Lennart Poettering
2014-02-13
9
-12
/
+11
*
everywhere: make use of new0() and macro() macros, and stop using perror()
Lennart Poettering
2014-02-13
5
-9
/
+9
*
rtnl: drop "sd_" prefix from cleanup macros
Lennart Poettering
2014-02-13
1
-1
/
+1
*
Update some message formats
Zbigniew Jędrzejewski-Szmek
2014-02-06
1
-9
/
+9
*
use memzero(foo, length); for all memset(foo, 0, length); calls
Greg KH
2014-01-31
8
-26
/
+26
*
udev: static_node - do not exit rule after first static_node item
Kay Sievers
2014-01-22
1
-11
/
+10
*
udev/net_id: Introduce predictable network names for Linux on System z
Hendrik Brueckner
2014-01-11
1
-2
/
+62
*
No need to canonicalize fixed paths
Zbigniew Jędrzejewski-Szmek
2014-01-09
2
-40
/
+20
*
udev: net_id - handle virtio buses
Tom Gundersen
2014-01-04
1
-0
/
+37
*
udev: LOG_PRIORITY -> LOG_LEVEL
Kay Sievers
2013-12-29
1
-1
/
+1
*
systemctl: allow globbing in commands which take multiple unit names
Zbigniew Jędrzejewski-Szmek
2013-12-26
1
-1
/
+1
*
log: log_error() and friends add a newline after each line anyway, so avoid i...
Lennart Poettering
2013-12-24
24
-415
/
+415
*
util: unify SO_PEERCRED/SO_PEERSEC invocations
Lennart Poettering
2013-12-24
1
-5
/
+5
*
shared: switch our hash table implementation over to SipHash
Lennart Poettering
2013-12-22
1
-17
/
+21
*
udevadm: modernization
Zbigniew Jędrzejewski-Szmek
2013-12-19
6
-107
/
+72
*
udevadm,scsi_id: add short options to help strings and to the man page
Zbigniew Jędrzejewski-Szmek
2013-12-19
9
-220
/
+198
*
scsi_id: cleanup
Zbigniew Jędrzejewski-Szmek
2013-12-19
2
-79
/
+71
*
_noreturn_ --> noreturn for C11 compat
Shawn Landden
2013-12-17
1
-1
/
+1
*
udev link-config: add asserts to silence scan-build
Thomas Hindoe Paaboel Andersen
2013-12-17
1
-0
/
+3
*
Fix a few signed/unsigned format string issues
Zbigniew Jędrzejewski-Szmek
2013-12-15
1
-14
/
+7
*
Fix a few resource leaks in error paths
Zbigniew Jędrzejewski-Szmek
2013-12-15
1
-1
/
+1
*
udev-builtin-path: fix printf specifiers
Zbigniew Jędrzejewski-Szmek
2013-12-15
1
-2
/
+2
*
Add more _printf_'s for format-nonliterals
Thomas Hindoe Paaboel Andersen
2013-12-14
6
-0
/
+6
*
trivial coding style clean ups
Thomas Hindoe Paaboel Andersen
2013-12-03
4
-4
/
+4
*
Revert "link-config: match length for kernel commandline option"
Tom Gundersen
2013-11-28
1
-1
/
+1
*
tree-wide usage of %m specifier instead of strerror(errno)
Daniel Buch
2013-11-26
4
-10
/
+8
*
conf-parser: distinguish between multiple sections with the same name
Tom Gundersen
2013-11-25
2
-4
/
+4
*
udev-builtin-keyboard: More useful error message
Martin Pitt
2013-11-25
1
-1
/
+1
*
udev: net_setup_link - don't use Description as Alias
Tom Gundersen
2013-11-25
3
-10
/
+5
*
Remove duplicate includes
Karel Zak
2013-11-19
2
-5
/
+0
*
udev: declare some symbols static
Kay Sievers
2013-11-13
2
-11
/
+1
*
udev: declare some symbols static
Kay Sievers
2013-11-12
1
-1
/
+1
[next]