Systemd/src/libudev
Lennart Poettering 6b000af4f2 tree-wide: avoid some loaded terms
https://tools.ietf.org/html/draft-knodel-terminology-02
https://lwn.net/Articles/823224/

This gets rid of most but not occasions of these loaded terms:

1. scsi_id and friends are something that is supposed to be removed from
   our tree (see #7594)

2. The test suite defines an API used by the ubuntu CI. We can remove
   this too later, but this needs to be done in sync with the ubuntu CI.

3. In some cases the terms are part of APIs we call or where we expose
   concepts the kernel names the way it names them. (In particular all
   remaining uses of the word "slave" in our codebase are like this,
   it's used by the POSIX PTY layer, by the network subsystem, the mount
   API and the block device subsystem). Getting rid of the term in these
   contexts would mean doing some major fixes of the kernel ABI first.

Regarding the replacements: when whitelist/blacklist is used as noun we
replace with with allow list/deny list, and when used as verb with
allow-list/deny-list.
2020-06-25 09:00:19 +02:00
..
libudev-device-internal.h libudev: hide definition of struct udev_device 2019-06-12 23:59:08 +09:00
libudev-device.c libudev: Update list of possible actions 2019-07-24 05:14:52 +09:00
libudev-enumerate.c libudev: hide definition of struct udev_device 2019-06-12 23:59:08 +09:00
libudev-hwdb.c libudev: hide definition of struct udev_list from other libudev components 2019-06-12 23:55:26 +09:00
libudev-list-internal.h libudev: hide definition of struct udev_list from other libudev components 2019-06-12 23:55:26 +09:00
libudev-list.c libudev: re-implement libudev-list with LIST and hashmap 2019-06-12 23:59:02 +09:00
libudev-monitor.c tree-wide: port to fd_wait_for_event() 2020-06-10 20:06:10 +02:00
libudev-queue.c libudev: introduce return_with_errno() and use it where applicable 2018-11-22 23:49:55 +09:00
libudev-util.c tree-wide: avoid some loaded terms 2020-06-25 09:00:19 +02:00
libudev-util.h libudev: make util_resolve_subsys_kernel() return negative errno 2018-11-21 17:31:16 +09:00
libudev.c tree-wide: fix spelling errors 2020-04-21 23:21:08 +02:00
libudev.h libudev: coding style fixes 2018-11-20 14:38:35 +09:00
libudev.pc.in meson: define PROJECT_VERSION as the "bare" project version 2018-12-20 21:35:29 +01:00
libudev.sym tree-wide: drop 'This file is part of systemd' blurb 2018-06-14 10:20:20 +02:00
meson.build meson: simplify handling of pkgconfigdatadir=no, pkgconfiglibdir=no 2018-12-21 13:43:20 +01:00