aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src/udev/udev-event.c: clean up whitespacesHEADmasterAnthony G. Basile2021-08-231-36/+36
* On collision rename my name to a temporal one letting others got my name...Andoni Zarate2021-08-231-0/+11
* Makefile: flag -n of ln is not POSIXIssam E. Maghni2021-08-231-1/+1
* udevadm: hwdb: allow empty propertiesThomas Deutschmann2021-02-091-3/+2
* udevadm: hwdb: sync with systemdThomas Deutschmann2021-02-091-13/+31
* switch make usage to be POSIX compatibleEthan Sommer2020-04-222-18/+14
* src/libudev/libudev-monitor.c: do not check if /dev is tmpfsAnthony G. Basile2020-01-061-1/+1
* src/libudev/libudev-device.c: properly handle empty tag listMichał Kępień2019-03-281-0/+2
* Drop unused <langinfo.h>, resolves issue 167Anthony G. Basile2019-01-091-1/+0
* Revert "udevadm: prepend $(DESTDIR) for symlink target"Anthony G. Basile2018-12-221-1/+1
* udevadm: prepend $(DESTDIR) for symlink targetJoel Carlson2018-12-211-1/+1
* missing.h: add BTN_DPAD_UPEric Le Bihan2018-12-111-0/+5
* missing.h: add KEY_ALS_TOGGLEFabrice Fontaine2018-12-041-0/+4
* udev: don't label high-button mice as joysticksPeter Hutterer2018-09-301-7/+15
* Add line buffering to udevadm monitor outputDonald Johnson2018-05-301-0/+3
* udev-builtin-input_id.c: remove BTN_DPAD_* keys, upstream's commit f472d466ecAnthony G. Basile2018-02-251-7/+25
* udev-builtin-input_id.c: import upstream's work on input devices, issue #154Anthony G. Basile2018-02-241-60/+91
* consistently use #pragma once for header filesMarcus Folkesson2017-12-0615-24/+26
* udevd: spit out --debug to stderrMarcus Folkesson2017-12-051-1/+3
* udev-event.c: do not assign s to address to pointerMarcus Folkesson2017-12-041-1/+1
* util.c: cleanup warningsMarcus Folkesson2017-12-041-1/+1
* libudev-monitor.c: fail to monitor udev if udev is not startedMarcus Folkesson2017-11-291-1/+1
* udevd.c: event-timout options requires an argumentMarcus Folkesson2017-11-291-1/+1
* udevd.c: list all short options in help textMarcus Folkesson2017-11-291-7/+7
* Include <sys/sysmacros.h> to build under glibc-2.25Anthony G. Basile2017-10-2110-0/+10
* src/ata_id/ata_id.c: fix names under /dev/disk/by-id/, gentoo bug #616628Anthony G. Basile2017-09-031-5/+19
* "always replace spaces in symlinks, unless string_escape=none" -- This fix is...Marc A. Smith2017-08-255-28/+61
* src/udev/udev-rules.c: fix global properties, issue #142Anthony G. Basile2017-02-251-1/+12
* src/udev/udev-builtin-keyboard.c: fix build with gperf 3.1Anthony G. Basile2017-01-051-1/+0
* configure.ac: add option to disable building programsYann E. MORIN2017-01-011-3/+9
* udev-builtin-input_id.c: add missing kernel header defines.Gustavo Sverzut Barbieri2016-12-302-0/+9
* configure.ac: add option to disable mtd_probeIoan-Adrian Ratiu2016-12-211-1/+5
* src/libudev/libudev.h, src/udev/udev.h: include <sys/sysmacros.h>Anthony G. Basile2016-11-212-0/+2
* src/shared/missing.h: fix getrandom system call number on ARM64Thomas Petazzoni2016-08-061-1/+3
* 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