mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-06 12:58:22 +03:00
update TODO
This commit is contained in:
parent
7d40544643
commit
8b82513375
8
TODO
8
TODO
@ -78,6 +78,14 @@ Janitorial Clean-ups:
|
||||
|
||||
Features:
|
||||
|
||||
* sd-event: compat wd reuse in inotify code: keep a set of removed watch
|
||||
descriptors, and clear this set piecemeal when we see the IN_IGNORED event
|
||||
for it, or when read() returns EAGAIN or on IN_Q_OVERFLOW. Then, whenever we
|
||||
see an inotify wd event check against this set, and if it is contained ignore
|
||||
the event. (to be fully correct this would have to count the occurances, in
|
||||
case the same wd is reused multiple times before we start processing
|
||||
IN_IGNORED again)
|
||||
|
||||
* sd-stub: set efi var indicating stub features, i.e. whether they pick up
|
||||
creds, sysexts and so on. similar to existing variable of sd-boot
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user