chiark / gitweb /
include <poll.h> instead of <sys/poll.h>
[elogind.git] / src / udev / udevd.c
2015-02-12 Thomas Hindoe Paab... include <poll.h> instead of <sys/poll.h>
2015-01-22 Zbigniew Jędrzejew... Assorted format fixes
2015-01-05 Lennart Poetteringudevadm,..: make --help output of udev tools more like...
2014-12-28 Lennart Poetteringtmpfiles: add new line type 'v' for creating btrfs...
2014-12-24 Shawn Paul Landdenutil: fix strict aliasing violations in use of struct...
2014-12-10 Lennart Poetteringcore: unify how we iterate over inotify events
2014-12-03 Tom Gundersenudevd: don't take reference for NULL rtnl object
2014-11-28 Michal Schmidttreewide: use log_*_errno whenever %m is in the format...
2014-11-28 Tom Gundersenudevd: don't set receive buffer size when socket activated
2014-11-28 Michal Schmidttreewide: drop unnecessary trailing \n in log_*() calls
2014-11-28 Michal Schmidttreewide: no need to negate errno for log_*_errno()
2014-11-28 Michal Schmidttreewide: auto-convert the simple cases to log_*_errno()
2014-11-13 Kay Sieversudev: support ENV{}=="" global property matches
2014-11-13 Kay Sieversudev: move global property handling from libudev to...
2014-11-13 Kay Sieversudev: switch to systemd logging functions
2014-11-07 Lennart Poetteringutil: simplify proc_cmdline() to reuse get_process_cmdl...
2014-11-06 Harald Hoyers/commandline/command line/g
2014-11-05 David Herrmannudev: avoid magic constants in kernel-cmdline parsers
2014-11-05 Richard W.M. Jonesudev: Fix parsing of udev.event-timeout kernel parameter.
2014-10-23 WaLyong Chomac: rename apis with mac_{selinux/smack}_ prefix
2014-09-18 Tom Gundersenudevd: don't fail if /run/udev exists
2014-09-18 Tom Gundersenudev: fix typos
2014-09-18 Tom Gundersenudevd: check return of various functions
2014-09-18 Tom Gundersenudevd: parse_argv - warn if argumens are invalid
2014-09-16 Tom Gundersenudevd: use safe_ato*() in place of strto*()
2014-09-16 Tom Gundersenudev: apply permissions to static nodes before signally...
2014-09-16 Tom Gundersenudev: only print after final log level has been determined
2014-09-16 Tom Gundersenudevd: initialize epoll_event structs on allocation
2014-09-16 Tom Gundersenudev: don't close std{in,out,err}
2014-09-16 Tom Gundersenudev: drop duplicate logging
2014-09-16 Tom Gundersenudev: split out parse_argv()
2014-09-16 Tom Gundersenudev: split out help and modernise a bit
2014-09-11 Tom Gundersenudev: timeout - warn after a third of the timeout befor...
2014-09-10 Tom Gundersenudev: timeout - increase timeout
2014-09-09 Tom Gundersenudev - drop print_kmsg
2014-09-09 Tom Gundersenudev: event - keep one rtnl per worker, rather than...
2014-08-30 Kay Sieversudev: bump event timeout to 60 seconds
2014-08-30 Kay Sieversudev: remove userspace firmware loading support
2014-07-31 Zbigniew Jędrzejew... Reject invalid quoted strings
2014-07-29 Kay Sieversudev: place opening { at the same line as the function...
2014-07-29 Kay Sieversudev: unify event timeout handling
2014-07-29 Hannes Reineckeudevd: add --event-timeout commandline option
2014-07-24 Kay Sieversudev: exclude MD from block device ownership event...
2014-06-10 Thomas Hindoe Paab... udev: check the return value from udev_enumerate_scan_d...
2014-06-10 Christian Hesseudev: really exclude device-mapper from block device...
2014-06-04 Kay Sieversudev: guard REREADPT by exclusive lock instead of O_EXCL
2014-06-04 Kay Sieversudev: make sure we always get "change" for the disk
2014-06-04 Kay Sieversudev: guard REREADP logic with open(O_ECXL)
2014-06-04 Kay Sieversudev: try first re-reading the partition table
2014-06-04 Kay Sieversudev: synthesize "change' events for partitions when...
2014-06-04 Kay Sieversudevd: inotify - modernizations
2014-06-03 Kay Sieversudev: exclude device-mapper from block device ownership...
2014-06-03 Kay Sieversudev: always close lock file descriptor
2014-05-17 Thomas Hindoe Paab... udev: avoid use of uninitialized err
2014-05-15 Kay Sieversudev: do not skip the execution of RUN when renaming...
2014-04-14 Kay Sieversudev: serialize/synchronize block device event handling...
2014-04-14 Kay Sieversudev: remove seqnum API and all assumptions about seqnums
2014-02-13 Lennart Poetteringeverywhere: always use O_CLOEXEC where it makes sense
2014-02-13 Lennart Poetteringeverywhere: make use of new0() and macro() macros,...
2014-01-31 Greg KHuse memzero(foo, length); for all memset(foo, 0, length...
2013-12-29 Kay Sieversudev: LOG_PRIORITY -> LOG_LEVEL
2013-12-24 Lennart Poetteringlog: log_error() and friends add a newline after each...
2013-11-12 Kay Sieversudev: declare some symbols static
2013-11-06 Lennart Poetteringutil: unify reading of /proc/cmdline
2013-10-13 Zbigniew Jędrzejew... udev: use initialization instead of zeroing in one...
2013-08-22 Colin WaltersRevert "udevd: simplify sigterm check"
2013-08-15 Kay Sieversudevd: simplify sigterm check
2013-08-08 Tom Gundersenudevd: respect the log-level set in /etc/udev/udev...
2013-07-16 Tom Gundersenudev: export tags of "dead" device nodes to /run/udev...
2013-07-08 Tom Gundersenstatic-nodes: move creation of static nodes from udevd...
2013-04-16 Lennart Poetteringnspawn: introduce the new /machine/ tree in the cgroup...
2013-04-03 Lennart Poetteringutil: rename write_one_line_file() to write_string_file()
2013-03-29 Václav Pavlínudev: check return value of uname.
2013-03-28 Kay Sieversbuild-sys: fix HAVE/ENABLE_FIRMWARE
2013-03-25 Harald Hoyerudevd.c: set udev children_max according to CPU count
2013-03-18 Kay Sieversudev: ifdef all firmware special handling
2013-03-03 Kay Sieversudev: remove database conversion code
2013-02-14 Harald Hoyerhonor SELinux labels, when creating and writing config...
2013-02-13 Thomas Hindoe Paab... use streq instead of strcmp
2013-01-09 Kay Sieversudev: move string copy functions to shared/
2013-01-07 Tom GundersenMerge nss-myhostname
2012-12-22 Lukas Nykrynudevd: add missing ':' to getopt_long 'e'
2012-11-12 Kay Sieversuse the same email address everywhere
2012-11-12 Kay Sieversudev: use usec_t and now()
2012-10-07 Kay Sieversudev: allow firmware requests to bypass the dependency...
2012-09-13 Thomas Hindoe Paab... man: fix a bunch of typos in docs
2012-08-21 Lennart Poetteringdev-setup: make NULL as parameter for dev_setup() equiv...
2012-08-21 Dave Reisnerdev-setup: allow a path prefix for use in chroots
2012-08-08 Lennart PoetteringMerge remote-tracking branch 'simonpe/cleanup'
2012-08-08 Kay Sieversudev: re-initialize builtins in the daemon process...
2012-07-30 Kay Sieversudev: set log.c's log level from udev's kernel command...
2012-07-13 Kay Sieversudev: avoid creating /dev/kmsg with fopen() to support...
2012-07-13 Lennart Poetteringlog: correct usage of logging API at a few places
2012-07-05 Kay Sieversudev: add some O_CLOEXEC
2012-07-02 Kay Sieversudev: static nodes - fix default permissions if no...
2012-07-02 Dave Reisnerudevd: fix bogus mkdir invocation
2012-07-02 Dave Reisnerudevd: use ROOTPREFIX to create path to modules.devname
2012-06-27 Kay Sieversudev: use the matching binary name "systemd-udevd"...
2012-06-04 Kay Sieversudev: kernel cmdline - accept rd.* parameters
2012-06-04 Kay Sieversudev: reset /proc/self/oom_score_adj in worker processes
next