aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* It's moved to the iio-sensor-proxy D-Bus service.Bastien Nocera2015-07-203-329/+0
* Rename mkdir_p -> udev_mkdir_p to avoid symbol collisions.Anthony G. Basile2015-06-184-4/+4
* udevd: fix REMOVE handlingChris Clayton2015-06-183-5/+6
* Revert "udev: don't close std{in,out,err}"Anthony G. Basile2015-06-181-0/+12
* configure.ac: bump udev to 220 and eudev to 3.1Anthony G. Basile2015-05-301-1/+1
* random-util.c: remove <sys/auxv.h> missing in uClibcAnthony G. Basile2015-05-291-1/+0
* src/shared/missing.h: O_PATH and AT_EMPTY_PATH missing in uClibc's <fcntl.h>Anthony G. Basile2015-05-291-0/+8
* src/shared/util.h: update qsort_safe() for muslAnthony G. Basile2015-05-271-4/+5
* udev/net_id: Only read the first 64 bytes of PCI config spaceJason S. McMullan2015-05-271-4/+5
* src/shared/path-util.c: import prefix_root() from upstreamAnthony G. Basile2015-05-272-0/+35
* nspawn: finish user namespace supportLennart Poettering2015-05-273-11/+24
* udevd: main - use _exit() when daemonizingTom Gundersen2015-05-271-2/+4
* ata_id: drop spurious spaceLennart Poettering2015-05-271-1/+1
* udevd: on_worker - distinguish between EINTR and EAGAINTom Gundersen2015-05-271-2/+5
* src/shared/util.h: import loop_write() from upstreamAnthony G. Basile2015-05-272-0/+39
* udevd: worker - use loop_write() rather than send()Tom Gundersen2015-05-271-4/+8
* udev-ctrl: make _unref() always return NULLTom Gundersen2015-05-271-27/+23
* udevd: remove stale commentTom Gundersen2015-05-261-4/+0
* udevd: explicitly update queue file before answering to pingTom Gundersen2015-05-261-20/+20
* udevd: make udev_ctrl_connection globalTom Gundersen2015-05-262-21/+25
* treewide: Correct typos and spell plural of bus consistentTorstein Husebø2015-05-262-2/+2
* udevd: remove unused functionThomas Hindoe Paaboel Andersen2015-05-261-4/+0
* udevd: don't explicitly count the number of workersTom Gundersen2015-05-261-13/+8
* udevd: keep workers in a hashmap rather than a listTom Gundersen2015-05-261-82/+74
* udevd: worker - drop reference countingTom Gundersen2015-05-261-30/+32
* udev: fix weird coding-styleDavid Herrmann2015-05-261-1/+1
* udevd: worker - allow passing NULL to worker_unref()Tom Gundersen2015-05-261-2/+1
* udevd: worker - use _exit() rather than exit()Tom Gundersen2015-05-261-1/+1
* src/shared/util.[ch]: import functions from upstream for previous commitsAnthony G. Basile2015-05-262-1/+480
* udevd: modernize error handlingTom Gundersen2015-05-261-42/+32
* udevd: use kernel cmdline parserTom Gundersen2015-05-261-43/+36
* udevd: worker - move some fields from the worker to the eventTom Gundersen2015-05-261-11/+14
* udevd: worker - introduce worker_attach_event()Tom Gundersen2015-05-261-13/+13
* udevd: worker - make refcounting clearerTom Gundersen2015-05-261-16/+32
* udevd: worker - only allocate the worker struct in the main processTom Gundersen2015-05-261-12/+13
* udevd: rename worker_new() to worker_spawn()Tom Gundersen2015-05-261-2/+2
* udevd: don't track worker exitcodeTom Gundersen2015-05-261-10/+2
* core: rework cgroup path parse logicLennart Poettering2015-05-041-2/+3
* path-util: fix fstat fallback in fd_is_mount_pointThomas Hindoe Paaboel Andersen2015-05-041-1/+1
* sysctl: minor simplificationsLennart Poettering2015-05-041-17/+9
* path-util: make use of "mnt_id" field exported in /proc/self/fdinfo/<fd> to t...Lennart Poettering2015-05-041-28/+107
* util: Fix assertion in split() on missing 'Martin Pitt2015-05-041-2/+1
* shared/hashmap: normalize whitespaceZbigniew Jędrzejewski-Szmek2015-05-031-14/+13
* udevd: worker - log if worker result cannot be sentTom Gundersen2015-05-031-4/+7
* udevd: worker - warn if unknown worker returnsTom Gundersen2015-05-031-0/+6
* src/udev/udevd.c: remove initializer for struct for gcc-4.5.Anthony G. Basile2015-05-031-10/+12
* udevd: worker - let the kernel attach the sender pidTom Gundersen2015-05-031-7/+45
* udevd: don't unref worker objects on SIGSTOP/SIGCONTTom Gundersen2015-05-031-0/+2
* udevd: warn if we receive SIGCHLD from untracked workerTom Gundersen2015-05-031-0/+6
* udevd: improve logging in SIGCHLD handlingTom Gundersen2015-05-031-9/+9