@@ -7,18 +7,31 @@ All relevant changes are documented in this file.
77---------------------
88
99### Changes
10+ - Change default reboot to SOC reset from WDT reset, issue #460
1011- Allow longer service identifiers (` :id ` ), up to 64 characters
1112- Allow skipping bootstrap wait (180 sec) with Ctrl-C
12- - Change default reboot to SOC reset from WDT reset, issue #460
13- - Unlock ` initctl ` commands start/stop/restart/reload service during
14- bootstrap, shutdown, and reboot. Also, allow ` initctl reload ` in
15- bootstrap. This makes it possible to start manual: yes type services
16- at botostrap, for example, which has been a common feature request.
13+ - Unlock ` initctl ` commands start/stop/restart/reload service during bootstrap,
14+ shutdown, and reboot. Also, allow ` initctl reload ` in bootstrap. This makes
15+ it possible to start manual: yes type services at botostrap, for example, which
16+ has been a common feature request
17+ - Add support for ` clone3() ` syscall with atomic cgroup assignment, from Linux
18+ kernel 5.3+. Eliminates race conditions where forked processes (e.g., logger
19+ processes) ended up in wrong cgroups. Falls back to ` fork() ` on older kernels
20+ - Add support for cgroup delegation, useful for, e.g., container runtimes
21+ creating sub-groups for the container instance's processes
22+ - Add cgroup leaf name override: ` cgroup.system,name:udevd ` allows using
23+ descriptive names like ` /system/udevd/ ` instead of filename derived names
24+ like ` /system/10-hotplug/ ` . Syntax supports combining with other options:
25+ ` cgroup.system,name:foo,delegate,cpu.max:10000 `
1726
1827### Fixes
1928- Fix #453 : RTC plugin fixes by Ming Liu, Atlas Copco
2029- Fix #455 : ANSI escape sequences logged by tools using glib logging,
2130 caused by use of PTY instead of pipe for stdout/stderr redirection
31+ - getty: fix terminal scrollback issues after login on console TTY. Mouse
32+ scroll wheel and Shift+PgUp/PgDn sometimes would not work properly
33+ - Fix flickering and artifacts in ` initctl top `
34+ - Fix file descriptor leak in ` initctl top `
2235- Ensure mount/unmount skips ` noauto ` entries
2336
2437
0 commit comments