summaryrefslogtreecommitdiffstats
path: root/src/udev (follow)
Commit message (Expand)AuthorAgeFilesLines
* udev-manager: mark old_key as unused tooDavid Tardon2023-11-081-2/+2
* udev-manager: actually remove the propertyDavid Tardon2023-11-081-8/+2
* udev: ressize -> result_sizeLuca Boccassi2023-11-061-3/+3
* sd-device-monitor: unconditionally increase buffer size by sd_device_monitor_...Yu Watanabe2023-11-064-15/+0
* udevadm-trigger: extend receive buffer sizeYu Watanabe2023-11-061-0/+2
* udevadm: actually set the log levelFrantisek Sumsal2023-11-041-1/+1
* udevadm: make sure we don't reset max children on each invocationFrantisek Sumsal2023-11-041-1/+1
* udev-ctrl: drop the unused maybe_disconnected stuffDavid Tardon2023-11-031-12/+3
* udevadm-control: return early if --exit is usedDavid Tardon2023-11-031-25/+10
* udevadm-control: parse all args in advanceDavid Tardon2023-11-031-61/+130
* udevadm-lock: switch things over to lock_generic_with_timeout()Lennart Poettering2023-11-021-72/+13
* process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...Lennart Poettering2023-11-023-4/+4
* sort-util: make bsearch_safe() actually typesafe, by returning the right typeLennart Poettering2023-11-011-1/+1
* udev: add new builtin net_driverLukas Nykryn2023-11-017-7/+50
* udev: update devlink with the newer device node even when priority is equivalentYu Watanabe2023-11-011-5/+5
* udev: fix device name shown in the log message on failureYu Watanabe2023-10-311-4/+9
* udevadm-trigger: mention --type=all in helpYu Watanabe2023-10-311-0/+1
* udev: fix typo for persistent flagjanana2023-10-271-1/+1
* fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLETLennart Poettering2023-10-262-2/+2
* udev: strdupa() → strdupa_safe()Frantisek Sumsal2023-10-251-1/+1
* io-util: split out "struct iovec" related calls into their own .c/.h filesLennart Poettering2023-10-202-2/+2
* fuzz: unify logging setupFrantisek Sumsal2023-10-193-8/+3
* meson: add build option for install path of main config filesFranck Bui2023-10-171-2/+2
* Merge pull request #29242 from fbuihuu/update-main-config-file-headersZbigniew Jędrzejewski-Szmek2023-10-171-2/+5
|\
| * config files: update their header to reflect that they can be installed in /usrFranck Bui2023-09-211-2/+5
* | udev: Enable filtering the output of udevadm info --export-dbDaan De Meyer2023-10-161-30/+206
* | Add --json switch to udevadm infoDaan De Meyer2023-10-161-4/+78
* | cgroup-util: drop "controller" argument from various cgroup helper callsLennart Poettering2023-10-051-1/+1
* | Merge pull request #29403 from yuwata/journal-decouple-journald-and-journal-r...Daan De Meyer2023-10-042-3/+15
|\ \
| * | test: split test-tables into threeYu Watanabe2023-10-022-3/+15
* | | udevadm: avoid side-effect in assert()NRK2023-10-021-2/+2
|/ /
* | Merge pull request #29193 from keszybz/path-util-adjustmentDaan De Meyer2023-09-291-5/+4
|\ \
| * | tree-wide: add path_simplify_alloc() and use itZbigniew Jędrzejewski-Szmek2023-09-221-5/+4
| |/
* | udev: raise RLIMIT_NOFILE as high as we canLennart Poettering2023-09-261-0/+4
* | scsi_serial: convert from nanosleep() to usleep_safe()Lennart Poettering2023-09-201-5/+2
|/
* Revert "tree-wide: Mount file descriptors via /proc/<pid>/fd"Lennart Poettering2023-09-081-2/+1
* io-util: introduce loop_write_full that takes a timeoutMike Yuan2023-09-071-1/+1
* tree-wide: Always include <net/if.h> before related linux headersDaan De Meyer2023-08-141-1/+2
* meson: drop unnecessary dependency on libidnYu Watanabe2023-08-121-1/+0
* udev-builtin-net_id: use strjoin() if possibleYu Watanabe2023-08-101-5/+6
* udev-builtin-net_id: add more debugging logsYu Watanabe2023-08-101-29/+33
* udev-builtin-net_id: introduce get_first_syspath_component() helper functionYu Watanabe2023-08-101-39/+46
* udev-builtin-net_id: introduce get_matching_parent() helper functionYu Watanabe2023-08-101-71/+55
* udev-builtin-net_id: fix potential invalid memory accessYu Watanabe2023-08-091-6/+2
* proc-cmdline: make proc_cmdline_get_bool() take flagsYu Watanabe2023-08-091-1/+1
* meson: use install_emptydir() and drop meson-make-symlink.shYu Watanabe2023-08-081-5/+3
* udev: allow to set the maximum number of worker process to 0Yu Watanabe2023-08-051-1/+4
* udev: split out manager_set_default_children_max()Yu Watanabe2023-08-052-20/+29
* meson: also merge declarations of fuzzers with other executablesYu Watanabe2023-08-031-28/+20
* meson: merge declarations of normal and test executablesYu Watanabe2023-08-031-62/+53