index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
udev
/
udev-ctrl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add SPDX license headers to various assorted files
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-1
/
+2
*
tree-wide: standardize on $(PACKAGE_VERSION) for the version string
Zbigniew Jędrzejewski-Szmek
2017-04-05
1
-1
/
+1
*
Rename formats-util.h to format-util.h
Zbigniew Jędrzejewski-Szmek
2016-11-07
1
-1
/
+1
*
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-2
/
+1
*
tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhere
Lennart Poettering
2016-05-05
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
udev: add emacs header line
Zbigniew Jędrzejewski-Szmek
2015-12-07
1
-0
/
+2
*
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
1
-3
/
+3
*
util-lib: split out allocation calls into alloc-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
-1
/
+2
*
tree-wide: drop {} from one-line if blocks
Lennart Poettering
2015-09-09
1
-4
/
+2
*
tree-wide: make use of log_error_errno() return value
Lennart Poettering
2015-09-09
1
-6
/
+2
*
udev: control - add FIXME comment to remove work-around
Kay Sievers
2015-08-27
1
-0
/
+5
*
udev: variable dereferenced before check 'cmsg'
Karel Zak
2015-08-06
1
-1
/
+2
*
udev-ctrl: make _unref() always return NULL
Tom Gundersen
2015-05-15
1
-27
/
+23
*
shared: add formats-util.h
Ronny Chevalier
2015-04-10
1
-0
/
+1
*
udev-ctrl: fix strict aliasing issues
Shawn Landden
2015-03-14
1
-9
/
+10
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-2
/
+0
*
shared: introduce cmsg_close_all() call
Lennart Poettering
2015-02-18
1
-0
/
+3
*
include <poll.h> instead of <sys/poll.h>
Thomas Hindoe Paaboel Andersen
2015-02-12
1
-1
/
+1
*
Revert "tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC"
Lennart Poettering
2015-02-12
1
-1
/
+1
*
tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC
Cristian Rodríguez
2015-02-10
1
-1
/
+1
*
Assorted format fixes
Zbigniew Jędrzejewski-Szmek
2015-01-22
1
-2
/
+2
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-8
/
+8
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-1
/
+1
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-1
/
+1
*
udev: fix typos
Tom Gundersen
2014-09-18
1
-1
/
+1
*
udev: ctrl - log if setting SO_PASSCRED fails
Tom Gundersen
2014-09-18
1
-2
/
+8
*
udev: place opening { at the same line as the function declaration
Kay Sievers
2014-07-29
1
-60
/
+30
*
udev: remove seqnum API and all assumptions about seqnums
Kay Sievers
2014-04-14
1
-1
/
+1
*
make gcc shut up
Lennart Poettering
2014-02-19
1
-1
/
+1
*
everywhere: make use of new0() and macro() macros, and stop using perror()
Lennart Poettering
2014-02-13
1
-1
/
+1
*
use memzero(foo, length); for all memset(foo, 0, length); calls
Greg KH
2014-01-31
1
-1
/
+1
*
log: log_error() and friends add a newline after each line anyway, so avoid i...
Lennart Poettering
2013-12-24
1
-11
/
+11
*
util: unify SO_PEERCRED/SO_PEERSEC invocations
Lennart Poettering
2013-12-24
1
-5
/
+5
*
trivial coding style clean ups
Thomas Hindoe Paaboel Andersen
2013-12-03
1
-1
/
+1
*
udev: declare some symbols static
Kay Sievers
2013-11-13
1
-9
/
+1
*
udev: use initialization instead of zeroing in one place
Zbigniew Jędrzejewski-Szmek
2013-10-13
1
-8
/
+9
*
udev/udev-ctrl.c:udev_ctrl_new_from_fd() enable SO_PASSCRED
Harald Hoyer
2013-04-08
1
-0
/
+2
*
udev: move string copy functions to shared/
Kay Sievers
2013-01-09
1
-2
/
+2
*
use the same email address everywhere
Kay Sievers
2012-11-12
1
-1
/
+1
*
udev: remove configuration options for /dev, /sys, /run directories
Kay Sievers
2012-04-16
1
-2
/
+1
*
udev: fix gcc warnings showing up after adding $(AM_CFLAGS)
Kay Sievers
2012-04-10
1
-1
/
+0
*
udev: switch to systemd logging functions
Kay Sievers
2012-04-08
1
-14
/
+12
*
move imported udev into place
Kay Sievers
2012-04-04
1
-0
/
+494