summaryrefslogtreecommitdiff
path: root/src/udev/udev-ctrl.c
AgeCommit message (Expand)Author
2015-05-27udev-ctrl: make _unref() always return NULLTom Gundersen
2015-03-27Remove hardcoded path /run and configure using --with-rootrundir=David Cortarello
2015-03-18Replace ENOTSUP with EOPNOTSUPPAnthony G. Basile
2015-03-18udev-ctrl: fix strict aliasing issuesShawn Landden
2015-03-01shared: introduce cmsg_close_all() callLennart Poettering
2015-01-25Assorted format fixesZbigniew Jędrzejewski-Szmek
2014-12-01treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-09-18src: minor code cleanupAnthony G. Basile
2014-09-18udev: fix typosTom Gundersen
2014-09-18udev: ctrl - log if setting SO_PASSCRED failsTom Gundersen
2014-07-30udev: place opening { at the same line as the function declarationKay Sievers
2014-04-24udev: remove seqnum API and all assumptions about seqnumsKay Sievers
2014-02-21make gcc shut upLennart Poettering
2014-02-21everywhere: make use of new0() and macro() macros, and stop using perror()Lennart Poettering
2014-02-02use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH
2014-01-13src/udev: bring up to date with upstream.Anthony G. Basile
2014-01-09udev: use initialization instead of zeroing in one placeZbigniew Jędrzejewski-Szmek
2014-01-09udev: declare some symbols staticKay Sievers
2013-08-16fix usage of glibc-specific sys/poll.hrofl0r
2013-07-10src/udev/udev-ctrl.c: explicitly declare return valueAnthony G. Basile
2013-07-07Import strxcpyx from upstreamAnthony G. Basile
2013-06-29src/udev/udev-ctrl.c: restore accept4_fallback codeAnthony G. Basile
2013-06-02udev/udev-ctrl.c:udev_ctrl_new_from_fd() enable SO_PASSCREDHarald Hoyer
2013-04-02udev: updateAnthony G. Basile
2012-12-08Add fallback path when accept4() is not available.Richard Yao
2012-11-12use the same email address everywhereKay Sievers
2012-04-16udev: remove configuration options for /dev, /sys, /run directoriesKay Sievers
2012-04-10udev: fix gcc warnings showing up after adding $(AM_CFLAGS)Kay Sievers
2012-04-08udev: switch to systemd logging functionsKay Sievers
2012-04-04move imported udev into placeKay Sievers