index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
udev
/
udev-ctrl.c
Age
Commit message (
Expand
)
Author
2015-08-27
udev: control - add FIXME comment to remove work-around
Kay Sievers
2015-08-06
udev: variable dereferenced before check 'cmsg'
Karel Zak
2015-05-15
udev-ctrl: make _unref() always return NULL
Tom Gundersen
2015-04-10
shared: add formats-util.h
Ronny Chevalier
2015-03-14
udev-ctrl: fix strict aliasing issues
Shawn Landden
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-18
shared: introduce cmsg_close_all() call
Lennart Poettering
2015-02-12
include <poll.h> instead of <sys/poll.h>
Thomas Hindoe Paaboel Andersen
2015-02-12
Revert "tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC"
Lennart Poettering
2015-02-10
tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC
Cristian Rodríguez
2015-01-22
Assorted format fixes
Zbigniew Jędrzejewski-Szmek
2014-11-28
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-09-18
udev: fix typos
Tom Gundersen
2014-09-18
udev: ctrl - log if setting SO_PASSCRED fails
Tom Gundersen
2014-07-29
udev: place opening { at the same line as the function declaration
Kay Sievers
2014-04-13
udev: remove seqnum API and all assumptions about seqnums
Kay Sievers
2014-02-19
make gcc shut up
Lennart Poettering
2014-02-13
everywhere: make use of new0() and macro() macros, and stop using perror()
Lennart Poettering
2014-01-31
use memzero(foo, length); for all memset(foo, 0, length); calls
Greg KH
2013-12-24
log: log_error() and friends add a newline after each line anyway, so avoid i...
Lennart Poettering
2013-12-24
util: unify SO_PEERCRED/SO_PEERSEC invocations
Lennart Poettering
2013-12-03
trivial coding style clean ups
Thomas Hindoe Paaboel Andersen
2013-11-13
udev: declare some symbols static
Kay Sievers
2013-10-13
udev: use initialization instead of zeroing in one place
Zbigniew Jędrzejewski-Szmek
2013-04-08
udev/udev-ctrl.c:udev_ctrl_new_from_fd() enable SO_PASSCRED
Harald Hoyer
2013-01-09
udev: move string copy functions to shared/
Kay Sievers
2012-11-12
use the same email address everywhere
Kay Sievers
2012-04-16
udev: remove configuration options for /dev, /sys, /run directories
Kay Sievers
2012-04-10
udev: fix gcc warnings showing up after adding $(AM_CFLAGS)
Kay Sievers
2012-04-08
udev: switch to systemd logging functions
Kay Sievers
2012-04-04
move imported udev into place
Kay Sievers