aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Initial fork eudev-4Anthony G. Basile2016-06-22224-0/+70025
* Empty eudev-4 branchAnthony G. Basile2016-06-22127-34412/+0
* udevd: remove unnecessary cgroups handlingMurray Calavera2016-05-314-309/+0
* shared: remove unused file `exit-status`Murray Calavera2016-04-243-77/+0
* shared: remove unused function `execute_command`Murray Calavera2016-04-242-42/+0
* src/shared/util.c: fix typoAnthony G. Basile2016-03-211-1/+1
* src/shared/util.c: add fallback for ppoll(), issue #129.Anthony G. Basile2016-03-211-0/+20
* src/udev/udevd.c: add eudev startup message for kmsgRichard Narron2015-11-221-0/+7
* Forward-ported network rule-generator code from eudev-1.10v3.1.43.1.4Ian Stakenvicius2015-09-252-11/+190
* Revert "udevd: warn if we receive SIGCHLD from untracked worker"v3.1.3Anthony G. Basile2015-09-111-6/+0
* Merge pull request #122 from RomainNaour/musl-fixesblueness2015-09-112-0/+27
|\
| * build-sys: check for strndupaRomain Naour2015-07-312-0/+12
| * build-sys: check for mallinfoRomain Naour2015-07-311-0/+15
* | Add missing space between filename and error messageRobert C. Sheets2015-09-081-1/+1
|/
* udevd: don't unref worker objects on SIGSTOP/SIGCONTTom Gundersen2015-07-201-2/+2
* udevd: warn if we receive SIGCHLD from untracked workerTom Gundersen2015-07-201-0/+6
* libudev: fix commit 3df6350Anthony G. Basile2015-07-201-2/+1
* libudev: monitor - set nl_pid when reusing fd in udev_monitor_new_from_netlin...Tom Gundersen2015-07-201-14/+22
* sd-device: get_subsystem - don't complain if a device does not have a subsystemTom Gundersen2015-07-201-1/+2
* src/gudev: remove Gobject libudev support.Anthony G. Basile2015-07-2020-2994/+0
* 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