summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-02-25src/udev/udev-rules.c: fix global properties, issue #142Anthony G. Basile
2017-01-05src/udev/udev-builtin-keyboard.c: fix build with gperf 3.1Anthony G. Basile
2017-01-01configure.ac: add option to disable building programsYann E. MORIN
2016-12-30udev-builtin-input_id.c: add missing kernel header defines.Gustavo Sverzut Barbieri
2016-12-21configure.ac: add option to disable mtd_probeIoan-Adrian Ratiu
2016-11-21src/libudev/libudev.h, src/udev/udev.h: include <sys/sysmacros.h>Anthony G. Basile
2016-08-06src/shared/missing.h: fix getrandom system call number on ARM64Thomas Petazzoni
2016-05-31udevd: remove unnecessary cgroups handlingMurray Calavera
2016-04-24shared: remove unused file `exit-status`Murray Calavera
2016-04-24shared: remove unused function `execute_command`Murray Calavera
2016-03-21src/shared/util.c: fix typoAnthony G. Basile
2016-03-21src/shared/util.c: add fallback for ppoll(), issue #129.Anthony G. Basile
2015-11-22src/udev/udevd.c: add eudev startup message for kmsgRichard Narron
2015-09-25Forward-ported network rule-generator code from eudev-1.10eudev/v3.1.4Ian Stakenvicius
2015-09-11Revert "udevd: warn if we receive SIGCHLD from untracked worker"eudev/v3.1.3Anthony G. Basile
2015-09-11Merge pull request #122 from RomainNaour/musl-fixesblueness
2015-09-08Add missing space between filename and error messageRobert C. Sheets
2015-07-31build-sys: check for strndupaRomain Naour
2015-07-31build-sys: check for mallinfoRomain Naour
2015-07-20udevd: don't unref worker objects on SIGSTOP/SIGCONTTom Gundersen
2015-07-20udevd: warn if we receive SIGCHLD from untracked workerTom Gundersen
2015-07-20libudev: fix commit 3df6350Anthony G. Basile
2015-07-20libudev: monitor - set nl_pid when reusing fd in udev_monitor_new_from_netlin...Tom Gundersen
2015-07-20sd-device: get_subsystem - don't complain if a device does not have a subsystemTom Gundersen
2015-07-20src/gudev: remove Gobject libudev support.Anthony G. Basile
2015-07-20It's moved to the iio-sensor-proxy D-Bus service.Bastien Nocera
2015-06-18Rename mkdir_p -> udev_mkdir_p to avoid symbol collisions.Anthony G. Basile
2015-06-18udevd: fix REMOVE handlingChris Clayton
2015-06-18Revert "udev: don't close std{in,out,err}"Anthony G. Basile
2015-05-30configure.ac: bump udev to 220 and eudev to 3.1Anthony G. Basile
2015-05-29random-util.c: remove <sys/auxv.h> missing in uClibcAnthony G. Basile
2015-05-29src/shared/missing.h: O_PATH and AT_EMPTY_PATH missing in uClibc's <fcntl.h>Anthony G. Basile
2015-05-27src/shared/util.h: update qsort_safe() for muslAnthony G. Basile
2015-05-27udev/net_id: Only read the first 64 bytes of PCI config spaceJason S. McMullan
2015-05-27src/shared/path-util.c: import prefix_root() from upstreamAnthony G. Basile
2015-05-27nspawn: finish user namespace supportLennart Poettering
2015-05-27udevd: main - use _exit() when daemonizingTom Gundersen
2015-05-27ata_id: drop spurious spaceLennart Poettering
2015-05-27udevd: on_worker - distinguish between EINTR and EAGAINTom Gundersen
2015-05-27src/shared/util.h: import loop_write() from upstreamAnthony G. Basile
2015-05-27udevd: worker - use loop_write() rather than send()Tom Gundersen
2015-05-27udev-ctrl: make _unref() always return NULLTom Gundersen
2015-05-26udevd: remove stale commentTom Gundersen
2015-05-26udevd: explicitly update queue file before answering to pingTom Gundersen
2015-05-26udevd: make udev_ctrl_connection globalTom Gundersen
2015-05-26treewide: Correct typos and spell plural of bus consistentTorstein Husebø
2015-05-26udevd: remove unused functionThomas Hindoe Paaboel Andersen
2015-05-26udevd: don't explicitly count the number of workersTom Gundersen
2015-05-26udevd: keep workers in a hashmap rather than a listTom Gundersen
2015-05-26udevd: worker - drop reference countingTom Gundersen