| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | basic: rename util.h to logarithm.h | Zbigniew Jędrzejewski-Szmek | 2022-11-08 | 1 | -1/+0 |
| | | | | | | util.h is now about logarithms only, so we can rename it. Many files included util.h for no apparent reason… Those includes are dropped. | ||||
| * | tree-wide: allow ASCII fallback for → in logs | David Tardon | 2022-06-28 | 1 | -2/+3 |
| | | |||||
| * | devnode-acl: use set_put_strdup_full() and set_ensure_consume() | Yu Watanabe | 2022-06-10 | 1 | -7/+3 |
| | | |||||
| * | login: shorten code a bit | Yu Watanabe | 2022-04-06 | 1 | -13/+10 |
| | | | | | | The symlinks under /run/udev/static_node-tags are pointing to the corresponding device nodes. Let's read the symlinks. | ||||
| * | devnode-acl: use _cleanup_ to free acl_t | David Tardon | 2022-03-04 | 1 | -48/+25 |
| | | |||||
| * | Define FOREACH_DIRENT through FOREACH_DIRENT_ALL | Zbigniew Jędrzejewski-Szmek | 2021-12-15 | 1 | -3/+2 |
| | | | | | As in the previous commit, 'de' is used as the iterator variable name. | ||||
| * | tree-wide: make cunescape*() functions return ssize_t | Zbigniew Jędrzejewski-Szmek | 2021-07-09 | 1 | -2/+4 |
| | | | | | | Strictly speaking, we are returning the size of a memory chunk of arbitrary size, so ssize_t is more appropriate than int. | ||||
| * | login: move src/login/logind-acl.[ch] -> src/shared/devnode-acl.[ch] | Yu Watanabe | 2021-01-19 | 1 | -0/+256 |
| The files are used by logind and udevd. And the functions in the files are not specific to logind, and quite general enough to move to libshared. | |||||
