]> git.ipfire.org Git - thirdparty/util-linux.git/blame - Documentation/releases/v2.34-ReleaseNotes
docs: update v2.34-ReleaseNotes
[thirdparty/util-linux.git] / Documentation / releases / v2.34-ReleaseNotes
CommitLineData
6899ed8b
KZ
1Util-linux 2.34 Release Notes
2=============================
3
4Release highlights
5------------------
6
7hardlink -- NEW COMMAND to consolidate duplicate files via hardlinks has been
8merged into util-linux. The new command is not enabled by default. The original
9author is Jakub Jelinek.
10
11The command lsblk(8) has been rewritten. Now it keeps all hierarchy of the block
12devices in memory before it's printed. It allows to modify or reorder the graph.
13The new features based on this functionality are:
14
15 * output de-duplication by --dedup, for example 'lsblk --dedup WWN' to
16 de-duplicate devices by WWN number (e.g. multi-path devices)
17
18 * merge repeating parts of the tree by --merge, see for example:
19 http://karelzak.blogspot.com/2018/11/lsblk-merge.html
20
21The command umount(8) now supports user unmount for FUSE mounts. The requirement
22is FUSE specific user_id=<uid> in /proc/self/mountinfo for the filesystem.
23
24The command mount(8) now allows to use "--all -o remount". In this case all
25filters (-t and -O) are applied to the table of already mounted filesystems.
26
27The command su(1) now prefers /etc/default/su over /etc/login.defs and
28ENV_SUPATH over ENV_ROOTPATH. The option --pty has been improved and it is not
29marked as experimental anymore.
30
31The command unshare(1) now allows set user ID and group ID by new command line
32options -S/--setuid and -G/--setgid; and new options -R/--root and -w/--wd
33allows to set root and working directory (like nsenter(1)).
34
5fcdf204
KZ
35The command fstrim(8) does not suppress some well known trimming warnings by
36default anymore. It's necessary to explicitly use a new command line option
37--quiet (recommended for crond or systemd).
38
6899ed8b
KZ
39The command lscpu(1) now prints 'Frequency boost' and 'Vulnerability' fields.
40The caches calculation has been modified to print summary from all system caches
41rather than per code numbers.
42
43The command logger(1) merges multiple MESSAGE= lines into one journald message.
44
45The library libblkid now does not depend on libuuid and newly supports DRBD9
46detection.
47
48The libsmartcols has been extended to support N:M relationships when print
49tree-like output. This new feature is used by new lsblk --merge output.
50
51The systemd services for fstrim and uuidd now contains hardening settings to
52improve security and service isolation.
53
54The command fstrim now trims also root filesystem on --fstab and checks for
55read-only filesystems on --all and --fstab.
56
57The package build-system now accepts --enable-asan to compile commands and
58execute regression tests with addresses sanitizer.
59
60
61Stable maintenance releases between v2.33 and v2.34
62---------------------------------------------------
63
64util-linux 2.33.1 [Jan 1 2019]
65
66 * https://www.kernel.org/pub/linux/utils/util-linux/v2.33/v2.33.1-ReleaseNotes
67 https://www.kernel.org/pub/linux/utils/util-linux/v2.33/v2.33.1-ChangeLog
68
69util-linux 2.33.2 [Apr 4 2019]
70
71 * https://www.kernel.org/pub/linux/utils/util-linux/v2.33/v2.33.2-ReleaseNotes
72 https://www.kernel.org/pub/linux/utils/util-linux/v2.33/v2.33.2-ChangeLog
73
74
75Changes between v2.33 and v2.34
76-------------------------------
77
78agetty:
79 - Fix input of non-ASCII characters in get_logname() [Stanislav Brabec]
80 - Return old behavior with empty logname [Stanislav Brabec]
81 - Switch to 8-bit processing in get_logname() for UTF-8 terminals [Stanislav Brabec]
82 - fix output of escaped characters [Christian Hesse]
83 - fix portability issues [Samuel Thibault]
84bash-completion:
f26ed905
KZ
85 - add fstrim --quiet [Karel Zak]
86 - add hardlink completion [Sami Kerola]
6899ed8b 87 - umount support relative path and ~ as home shorthands [Sami Kerola]
f26ed905 88 - update options before release [Sami Kerola]
6899ed8b
KZ
89blkid:
90 - (man) cleanup return code section [Karel Zak]
91 - fix usage() [Karel Zak]
f26ed905 92 - improve strcpy() usage [coverity scan] [Karel Zak]
6899ed8b 93 - make PART_ENTRY_* tags optional (add --no-part-details) [Karel Zak]
f26ed905
KZ
94blkzone:
95 - remove never read value [Karel Zak]
6899ed8b
KZ
96blockdev:
97 - make –-getbsz less confusing for end-users [Karel Zak]
98build-sys:
99 - add 'make checklibdoc' [Karel Zak]
f26ed905 100 - add --with-pkgconfigdir [Karel Zak]
6899ed8b 101 - add ASAN_LDFLAGS [Karel Zak]
f26ed905 102 - add PKG_INSTALLDIR fallback [Karel Zak]
6899ed8b
KZ
103 - add check-programs make target [Karel Zak]
104 - add devel-non-asan.conf [Karel Zak]
f26ed905 105 - add info about ASAN [Karel Zak]
6899ed8b
KZ
106 - do not require crypt() [Karel Zak]
107 - do not require dirfd() [Karel Zak]
108 - don't use ASAN on XOS [Karel Zak]
109 - enable ASAN on travis-ci [Karel Zak]
110 - fix crypt() detection without -lcrypt [Johannes Nixdorf]
111 - improve error message [Karel Zak]
112 - make fdisk, sfdisk, cfdisk optional (enabled by default) [Carlos Santos]
113 - make sure HAVE_TIMER_CREATE defined [Karel Zak]
f26ed905 114 - release++ (v2.34-rc1) [Karel Zak]
6899ed8b 115 - use REALTIME_LIBS for hwclock due to monotonic.c [Karel Zak]
f26ed905 116 - use __SANITIZE_ADDRESS__ rather than custom USE_CLOSE_ATEXIT [Karel Zak]
6899ed8b
KZ
117cal:
118 - fix Sexit and Senter [Karel Zak]
f26ed905 119 - make sure months_in_row makes sense [coverity scan] [Karel Zak]
6899ed8b
KZ
120 - use standout mode on monochrome terminals [Karel Zak]
121chcpu:
122 - fix memory leak [Karel Zak]
123chmem:
124 - add initilizer [clang] [Sami Kerola]
125choom:
126 - fix negative adjust score usage [Karel Zak]
127col:
128 - improve error message, update regression test [Karel Zak]
129 - make flush_line() a little bit robust [Karel Zak]
130column:
131 - Address fill-order confusion in documentation [dana]
f26ed905
KZ
132 - fix "maybe be" duplication [Austin English]
133 - make code more robust [coverity scan] [Karel Zak]
6899ed8b
KZ
134dmesg:
135 - correct "-n, --console-level level" example in manual page [Jean-Philippe ROMAIN]
f26ed905 136 - make strtok() use more robust [Karel Zak]
6899ed8b
KZ
137docs:
138 - TODO lscpu --list-caches [Karel Zak]
139 - add col(1) to TODO [Karel Zak]
140 - add link to mail list archive [Sami Kerola]
141 - add lsblk --merge to TODO [Karel Zak]
142 - fix typo [Jakub Wilk]
143 - fix typos [codespell] [Sami Kerola]
144 - update AUTHORS file [Karel Zak]
145 - update TODO [Karel Zak]
f26ed905
KZ
146 - update v2.34-ReleaseNotes [Karel Zak]
147fallocate:
148 - make posix_fadvise() use more readable for analyzers [Karel Zak]
6899ed8b 149fdisk:
f26ed905
KZ
150 - add note about -S and -H [Karel Zak]
151 - initialize buffers for get_user_reply() [coverity scan] [Karel Zak]
6899ed8b
KZ
152 - make partition types uses more robust [Karel Zak]
153 - support CTRL+C on change-partition-type dialog [Karel Zak]
154 - use 2 decimal places for size in disk summary [Karel Zak]
f26ed905
KZ
155fincore:
156 - remove unused variable [clang scan] [Karel Zak]
157findmnt:
158 - (verify) check mnt_table_next_fs() return code [coverity scan] [Karel Zak]
159 - fix filters use on --list [Karel Zak]
160 - keep it easy for static analyzers [Karel Zak]
6899ed8b
KZ
161fsck:
162 - (man) labels are available for all filesystems [Karel Zak]
163fsck.cramfs:
164 - fix utimes() usage [Karel Zak]
165 - use utimes() instead of utime() that is obsolete [Sami Kerola]
166fstrim:
167 - Add Documentation key to fstrim.service [Andreas Henriksson]
168 - Add hardening settings to fstrim.service [Andreas Henriksson]
f26ed905
KZ
169 - add --quiet option to suppress error messages [Sami Kerola]
170 - affect only warnings by --quiet [Karel Zak]
6899ed8b
KZ
171 - check for read-only devices on -a/-A [Karel Zak]
172 - document kernel return minlen explicitly [Wang Shilong]
173 - fix usage() [Karel Zak]
174 - get realpath before trim ioctl [Wang Shilong]
175 - trim also root FS on --fstab [Karel Zak]
176 - use long options in systemd service file [Sami Kerola]
177fstrim.c:
178 - Remove commnet about vfat not supporting fstrim [Marcos Paulo de Souza]
179hardlink:
180 - (man) add AVAILABILITY [Karel Zak]
181 - add first simple tests [Ruediger Meier]
182 - add long options [Karel Zak]
f26ed905 183 - avoid uninitialized variables [clang scan] [Karel Zak]
6899ed8b
KZ
184 - cleanup error messages, use xalloc.h [Karel Zak]
185 - cleanup global variables [Karel Zak]
186 - cleanup verbose and warning messages [Karel Zak]
187 - enable build with and without pcre2 [Ruediger Meier]
188 - fix compiler warnings [Ruediger Meier]
f26ed905 189 - fix compiler warnings [-Wsign-compare -Wmaybe-uninitialized]] [Karel Zak]
6899ed8b 190 - make code more readable [Karel Zak]
f26ed905 191 - move global variables to a control structure [Sami Kerola]
6899ed8b
KZ
192 - remove \r from output [Karel Zak]
193 - remove typedefs [Karel Zak]
194 - rename function [Karel Zak]
f26ed905 195 - retire NIOBUF in favour of more common BUFSIZ [Sami Kerola]
6899ed8b 196 - style indentations and license header [Ruediger Meier]
f26ed905 197 - use flexible array member rather than zero-size array [Sami Kerola]
6899ed8b
KZ
198 - util-linux usage [Ruediger Meier]
199hardlink, wall:
200 - fix variable shadowing [Sami Kerola]
201hexdump:
202 - fix potential null pointer dereference warnings [Sami Kerola]
203hwclock:
f26ed905 204 - don't use uninitialized value [coverity scan] [Karel Zak]
6899ed8b
KZ
205 - use monotonic time to measure how long setting time takes [Sami Kerola]
206include:
207 - add indirect monotonic clock id specifier [Sami Kerola]
208 - add no return function attribute [Sami Kerola]
209include/c:
210 - add print_version() macro [Karel Zak]
211 - check returns_nonnull function attribute with __GNUC_PREREQ [Sami Kerola]
212 - re-add type checking in container_of() [Ruediger Meier]
f26ed905 213 - use __has_attribute [Karel Zak]
6899ed8b
KZ
214 - use returns_nonnull function attribute in xalloc.h [Sami Kerola]
215include/closestream:
216 - add close_stdout_atexit() [Karel Zak]
217include/list:
218 - add list_entry_is_first() and list_count_entries() [Karel Zak]
219include/path.h:
220 - remove duplicate header inclusion [Sami Kerola]
221include/strutils:
222 - add functions to replace and remove chars from string [Karel Zak]
f26ed905
KZ
223 - fix potential null pointer dereference [Sami Kerola]
224ipcs:
225 - check return value when read from /proc [coverity scan] [Karel Zak]
6899ed8b
KZ
226last:
227 - do not use non-standard __UT_NAMESIZE [Patrick Steinhardt]
228 - fix wtmp user name buffer overflow [asan] [Sami Kerola]
229ldattach:
230 - Check for value of _HAVE_STRUCT_TERMIOS_C_ISPEED [Khem Raj]
231lib/canonicalize:
232 - do restricted canonicalize in a subprocess [Rian Hunter, Karel Zak]
233 - fix typo [Karel Zak]
f26ed905 234 - verify DM paths [coverity scan] [Karel Zak]
6899ed8b 235lib/colors:
f26ed905 236 - fix "maybe be" duplication [Austin English]
6899ed8b 237 - force to "never" mode on non-terminal output [Karel Zak]
f26ed905
KZ
238 - keep static analyzer happy [coverity scan] [Karel Zak]
239 - remove redundant if statement [Sami Kerola]
240 - remove unnecessary goto [Karel Zak]
6899ed8b
KZ
241lib/fileutils:
242 - add xreaddir() [Karel Zak]
f26ed905
KZ
243lib/ismounted:
244 - use xstrncpy() [Karel Zak]
6899ed8b
KZ
245lib/loopdev:
246 - differentiate between setter()s and ioctl calls [Karel Zak]
247 - set blocksize when create a new device [Karel Zak]
248lib/loopdev.c:
249 - Inline loopcxt_has_device [Marcos Paulo de Souza]
f26ed905
KZ
250 - Retry LOOP_SET_STATUS64 on EAGAIN [Romain Izard]
251lib/mangle:
252 - fix possible null pointer dereference [cppcheck] [Sami Kerola]
6899ed8b
KZ
253lib/path:
254 - allow to close dirfd [Karel Zak]
f26ed905
KZ
255 - consolidate ul_path_mkpath() usage [Karel Zak]
256 - fix possible NULL dereferencing [coverity scan] [Karel Zak]
257 - fix possible NULL pointer dereferencing [coverity scan] [Karel Zak]
258 - fix resource leak [coverity scan] [Karel Zak]
259 - fix ul_path_get_dirfd() usage [coverity scan] [Karel Zak]
6899ed8b 260 - remove extra semi-colons [Karel Zak]
f26ed905 261 - use xstrncpy() [Karel Zak]
6899ed8b 262lib/strutils:
f26ed905
KZ
263 - keep static analyzer happy [coverity scan] [Karel Zak]
264 - parse_size() fix frac digit calculation [Karel Zak]
265 - parse_size() fix frac with zeros [Karel Zak]
6899ed8b
KZ
266 - support two decimal places in size_to_human_string() output [Karel Zak]
267lib/sysfs:
268 - add function to detect partitioned devices [Karel Zak]
f26ed905 269 - use xstrncpy() [Karel Zak]
6899ed8b
KZ
270lib/timer:
271 - add fallback if timer_create() not available [Karel Zak]
f26ed905
KZ
272lib/ttyutils:
273 - introduce get_terminal_stdfd() [Karel Zak]
6899ed8b
KZ
274libblkid:
275 - (bluestore) terminate magic strings array [Karel Zak]
276 - (ntfs) fix compiler warning [-Wpedantic] [Karel Zak]
f26ed905
KZ
277 - (silicon raid) improve checksum calculation [-Waddress-of-packed-member] [Karel Zak]
278 - Don't check BLKID_PROBE_INTERVAL in blkid_verify [Nikolay Borisov]
6899ed8b 279 - Fix hidding typo [Andreas Henriksson]
f26ed905 280 - Set BLKID_BID_FL_VERIFIED in case revalidation is not needed [Nikolay Borisov]
6899ed8b 281 - add check for DRBD9 [Roland Kammerer]
f26ed905 282 - don't ignore blkid_probe_set_magic() errors [coverity scan] [Karel Zak]
6899ed8b 283 - fix detection of dm-integrity superblock [Milan Broz]
f26ed905 284 - fix possible uninitialized value use [coverity scan] [Karel Zak]
6899ed8b 285 - improve whole-disk detection when read /proc/partitions [Karel Zak]
f26ed905 286 - make partitions reference counting more robust [coverity scan] [Karel Zak]
6899ed8b 287 - remove dependence on libuuid [Karel Zak]
f26ed905 288 - remove unneeded fields from struct bcache_super_block [Sami Kerola]
6899ed8b
KZ
289 - stratis correct byte order [Tony Asleson]
290 - tiny code simplification [Karel Zak]
291libfdisk:
f26ed905 292 - (bsd) improve checksum calculation [-Waddress-of-packed-member] [Karel Zak]
6899ed8b
KZ
293 - (dos) Use strtoul to parse the label-id [Juerg Haefliger]
294 - (dos) improve first unused sector for logical partitions [Karel Zak]
295 - (dos) rewrite fist/last free sector functions [Karel Zak]
296 - (gpt) add HiFive Unleashed bootloader partition UUIDs [Icenowy Zheng]
f26ed905 297 - (sgi) improve checksum calculation [-Waddress-of-packed-member] [Karel Zak]
6899ed8b 298 - add comment to fdisk_set_first_lba() [Karel Zak]
f26ed905
KZ
299 - assert if self_pte() returns NULL [Sami Kerola]
300 - avoid division by zero [clang scan] [Karel Zak]
301 - avoid memory leak [coverity scan] [Karel Zak]
302 - properly check return code of add_to_partitions_array() [coverity scan] [Karel Zak]
303 - remove unused code [clang scan] [Karel Zak]
6899ed8b
KZ
304 - sanity check, to prevent overlapping partitions from being partly reported as free [Fabian.Kirsch@dlr.de]
305 - use list_add_tail() in more robust way [Karel Zak]
306libmount:
307 - (fuse) follow only user_id= on umount [Karel Zak]
308 - (tabdiff) use list_add_tail() in more robust way [Karel Zak]
309 - (umount) make mnt_stat_mountpoin() usable for relative paths [Karel Zak]
310 - Recognize more fuse filesystems as pseudofs and netfs [Stanislav Brabec]
311 - Support unmount FUSE mounts [Rian Hunter, Karel Zak]
f26ed905 312 - add bpf between pseudo filesystems [Karel Zak]
6899ed8b 313 - add mnt_table_{find,insert,move}_fs() [Karel Zak, Tim Hildering]
f26ed905 314 - add selinuxfs between pseudo filesystems [Karel Zak]
6899ed8b 315 - add support for MS_REMOUNT on --all [Karel Zak]
f26ed905 316 - avoid possible null pointer dereference [cppcheck] [Sami Kerola]
6899ed8b
KZ
317 - check table membership before adding entry [Tim Hildering]
318 - don't use sscanf() for fstab parsing [Karel Zak]
319 - don't use sscanf() for mountinfo parsing [Karel Zak]
320 - don't use sscanf() for swaps parsing [Karel Zak]
321 - export mnt_guess_system_root() by API [Karel Zak]
f26ed905 322 - fix "maybe be" duplication [Austin English]
6899ed8b
KZ
323 - fix compiler warning [-Wsometimes-uninitialized] [Karel Zak]
324 - fix memleak on parse errors [Karel Zak]
f26ed905 325 - fix memory leak on error [coverity scan] [Karel Zak]
6899ed8b 326 - improve fs referencing in tables [Tim Hildering]
f26ed905 327 - return errno on failed fstab stat() [Karel Zak]
6899ed8b 328libsmartcols:
f26ed905
KZ
329 - (groups) improve debug messages [Karel Zak]
330 - (groups) improve scols_table_group_lines() args check [coverity scan] [Karel Zak]
331 - (groups) print group childrent after regualr tree [Karel Zak]
332 - (groups) remove hardcoded const numbers [Karel Zak]
333 - (groups) use print functions tp calculate grpset [Karel Zak]
6899ed8b 334 - add another UTF symbols [Karel Zak]
f26ed905 335 - add generic function to walk on tree [Karel Zak]
6899ed8b
KZ
336 - add grouping API docs [Karel Zak]
337 - add grouping samples [Karel Zak]
338 - add is_last_child(), move is_last_column() [Karel Zak]
339 - add lines grouping support [Karel Zak]
f26ed905 340 - cell width calulation cleanup [Karel Zak]
6899ed8b 341 - fix variable shadowing [Sami Kerola]
f26ed905 342 - fix groups reset, add debugs [Karel Zak]
6899ed8b
KZ
343 - move buffer stuff to buffer.c [Karel Zak]
344 - move width calculation to separate file [Karel Zak]
345 - print tree also for empty cells [Karel Zak]
346 - remove extra ';' outside of a function [-Wextra-semi] [Sami Kerola]
347 - rename table_print.c to print.c [Karel Zak]
348 - split print.c into print.c, put.c and print-api.c [Karel Zak]
349 - use list_add_tail() in more robust way [Karel Zak]
f26ed905 350 - use scols_walk_* for calculations and printing [Karel Zak]
6899ed8b
KZ
351libuuid:
352 - fix man page typos [Seth Girvan]
353logger:
354 - (man) add info about rewrite and authors [Karel Zak]
355 - (man) make more obvious that --server/socket is required [Karel Zak]
356 - concatenate multiple lines of MESSAGE into a single field. [Karel Zak]
f26ed905 357 - make code more robust for static analyzer [clang scan] [Karel Zak]
6899ed8b
KZ
358login:
359 - add support for login.defs(5) LASTLOG_UID_MAX [Karel Zak]
f26ed905 360 - retire use of __FUNCTION__ macro [Karel Zak, Sami Kerola]
6899ed8b
KZ
361login-utils/logindefs:
362 - clenaup API [Karel Zak]
363losetup:
f26ed905 364 - keep static analyzer happy [coverity scan] [Karel Zak]
6899ed8b
KZ
365 - man page has repeating words [make checkmans] [Karel Zak]
366 - properly use --sector-size when create a new device [Karel Zak]
367 - update an error message [Jeffrey Ferreira]
368 - use offset in warn_size() calculation [Karel Zak]
f26ed905 369 - use xstrncpy() [Karel Zak]
6899ed8b
KZ
370lsblk:
371 - add --dedup <column> [Karel Zak]
372 - add --merge [Karel Zak]
373 - add basic function to build devices tree [Karel Zak]
374 - add comments [Karel Zak]
375 - add devtree_get_device_or_new() [Karel Zak]
376 - add lsblk_device_has_dependence() [Karel Zak]
f26ed905 377 - add more debug messages [Karel Zak]
6899ed8b
KZ
378 - add process_all_devices_inverse() [Karel Zak]
379 - allow to specify tree column [Karel Zak]
380 - apply --nodeps to partitions too [Karel Zak]
f26ed905
KZ
381 - check stat() return code [coverity scan] [Karel Zak]
382 - check ul_path_scanf() return value [coverity scan] [Karel Zak]
6899ed8b
KZ
383 - cleanup device reference in the tree [Karel Zak]
384 - don't keep sysfs dirs open [Karel Zak]
f26ed905 385 - fix "maybe be" duplication [Austin English]
6899ed8b 386 - fix devtree deallocation [Karel Zak]
f26ed905 387 - fix heap-use-after-free [Karel Zak]
6899ed8b
KZ
388 - fix null pointer dereferences [Sami Kerola]
389 - force tree on --json --tree independently on used columns [Karel Zak]
390 - keep functions names consistent [Karel Zak]
391 - make device_get_data() more generic [Karel Zak]
392 - make devtree dependences more generic [Karel Zak]
393 - make process_partitions() more readable [Karel Zak]
f26ed905 394 - make sure __process_one_device() has proper arguments [coverity scan] [Karel Zak]
6899ed8b
KZ
395 - process_one_device() refactoring [Karel Zak]
396 - properly initialize structs [Karel Zak]
397 - read queue/discard_granularity only when necessary [Karel Zak]
398 - remember whole-disk, remove unused struct member [Karel Zak]
399 - remove badly named debug interface name [Karel Zak]
400 - remove unncessary parent pointer [Karel Zak]
401 - remove unused reset_device() [Karel Zak]
402 - rename blkdev_cxt to lsblk_device [Karel Zak]
403 - rename reset_lsblk_device() to reset_device() [Karel Zak]
404 - rename set_device() [Karel Zak]
405 - reorder functions [Karel Zak]
406 - reuse 'removable' flag from parent [Karel Zak]
407 - split sysfs reading and scols table filling [Karel Zak]
408 - use ID_SCSI_SERIAL when available [Sven Wiltink]
409 - use devtree functions [Karel Zak]
410 - use real rather than hardcoded parent [Karel Zak]
411lscpu:
412 - (man) make SYNOPSIS compatible with another utils [Karel Zak]
413 - (man) tiny changes [Karel Zak]
414 - Add aarch32 detection on aarch64 [Jeremy Linton]
f26ed905 415 - Add additional aarch64 models [Jeremy Linton]
6899ed8b
KZ
416 - add 'Frequency boost' [Karel Zak]
417 - add --bytes [Karel Zak]
418 - add --caches [Karel Zak]
f26ed905 419 - check scols_line_set_data() return value [coverity scan] [Karel Zak]
6899ed8b
KZ
420 - define libsmartcols flags for -e [Karel Zak]
421 - document --hex output regression (since v2.30) [Karel Zak]
422 - fix --caches order [Karel Zak]
423 - fix and document --output-all [Karel Zak]
424 - fix excl[] array order [Karel Zak]
f26ed905
KZ
425 - fix floating point exception [Sami Kerola]
426 - make lookup() use more consistent [coverity scan] [Karel Zak]
427 - move trailing null after removing characters from a string [Sami Kerola]
428 - remove extra space from field key name [Sami Kerola]
429 - remove redundant condition check [cppcheck] [Sami Kerola]
6899ed8b
KZ
430 - rename macros and functions [Karel Zak]
431 - report CPU vulnerabilities [Karel Zak]
432 - report more usable cache sizes [Karel Zak]
433 - wrap default output long lines on terminal [Karel Zak]
434lslogins:
435 - Fix discrepancies of SYS_UID_MIN [Stanislav Brabec]
436 - make valid_pwd() more robust [Karel Zak]
437 - remove duplicate NULL check [Sami Kerola]
f26ed905
KZ
438mesg:
439 - avoid 'ttyname failed Success' message [Karel Zak]
6899ed8b
KZ
440misc:
441 - consolidate version printing and close_stdout() [Karel Zak]
442mkswap:
443 - be more explicit about maximal number of pages [Karel Zak]
444 - fix page size warning message [Noel Cragg]
445 - use dd(1) in example rather than fallocate(1) [Karel Zak]
446mount:
447 - (man) add note about --all to remount desc [Karel Zak]
448 - Do not call mnt_pretty_path() on net file systems. [Stanislav Brabec]
f26ed905 449 - fix "maybe be" duplication [Austin English]
6899ed8b
KZ
450 - mount.8 clarify (no)suid behavior on file capabilities [Peter Wu]
451po:
452 - merge changes [Karel Zak]
453 - update de.po (from translationproject.org) [Mario Blättermann]
454 - update es.po (from translationproject.org) [Antonio Ceballos Roa]
455 - update fr.po (from translationproject.org) [Frédéric Marchal]
456 - update hr.po (from translationproject.org) [Božidar Putanec]
457 - update sv.po (from translationproject.org) [Sebastian Rasmussen]
458readprofile:
f26ed905 459 - be more explicit with used types [cppcheck] [Karel Zak]
6899ed8b 460 - check input file is not empty [asan] [Sami Kerola]
f26ed905
KZ
461renice:
462 - make code more readable for static analyzer [coverity scan] [Karel Zak]
6899ed8b 463rtcwake:
f26ed905
KZ
464 - fix "maybe be" duplication [Austin English]
465 - terminate mode and excl[] [Karel Zak]
6899ed8b
KZ
466 - use poweroff if shutdown is not found [Justin Chen]
467setarch:
468 - add new e2k subarches [Andrew Savchenko]
f26ed905 469 - avoid NULL dereference [coverity check] [Karel Zak]
6899ed8b
KZ
470 - don't return address of automatic variable [Andreas Schwab]
471 - fix obscure sparc32bash use-case [Karel Zak]
f26ed905
KZ
472setpriv:
473 - fix memory leak in local scope [coverity scan] [Karel Zak]
6899ed8b
KZ
474setterm:
475 - disallow "default" for --ulcolor/--hbcolor [Jakub Wilk]
476 - fix --hbcolor description [Jakub Wilk]
477 - fix bright colors for --ulcolor/--hbcolor [Jakub Wilk]
478 - update comments about -ulcolor/-hbcolor syntax [Jakub Wilk]
479sfdisk:
480 - Avoid out of boundary read with readline [Tobias Stoeckmann]
481 - fix logical partition resize when start specified [Karel Zak]
f26ed905
KZ
482 - remove unnecessary size check [cppcheck] [Sami Kerola]
483 - use xstrcpy() [Karel Zak]
6899ed8b
KZ
484su:
485 - add note about ECHO on --pty [Karel Zak]
486 - be sensitive to another SIGCHLD ssi_codes [Karel Zak]
487 - change error message [Karel Zak]
488 - fix --pty terminal initialization [Karel Zak]
489 - make comment more friedly to 'make checkxalloc' [Karel Zak]
490su-common.c:
491 - prefer /etc/default/su over login.defs [Stanislav Brabec]
492 - prefer ENV_SUPATH over ENV_ROOTPATH [Stanislav Brabec]
493su/runuser:
494 - don't mark --pty as experimental, add it to runuser.1 too [Karel Zak]
f26ed905
KZ
495sulogin:
496 - fix variable / function shadowing [cppcheck] [Sami Kerola]
6899ed8b
KZ
497swapon:
498 - (man) cleanup note about holes [Karel Zak]
499 - (man) iomap for swapfile is already supported by kernel [Karel Zak]
500 - be more explicit about BTRFS [Karel Zak]
501 - rewrite section about swapfiles [Karel Zak]
502 - swapon.8 mention btrfs(5) [Marcos Mello]
503taskset:
504 - fix cpuset list parser [Karel Zak]
505tastset:
506 - (man) add N stride for CPU lists [Karel Zak]
507test:
508 - Adding AMD EPYC 7451 24-Core Processor [Erwan Velu]
509tests:
510 - (hardlink) update noregex [Karel Zak]
511 - (hardlink) update summary output [Karel Zak]
512 - (kill) do not use shell build-in [Karel Zak]
513 - add --noskip-commands [Karel Zak]
514 - add --use-system-commands [Karel Zak]
515 - add /mnt/test/foo^Mbar to mountinfo tests [Karel Zak]
f26ed905 516 - add asan build-sys test [Karel Zak]
6899ed8b
KZ
517 - add fdisk (dos) first sector dialog test [Karel Zak]
518 - add missing TS_CMD_UMOUNT check [Karel Zak]
519 - add missing ts_check_test_command call [Karel Zak]
520 - add missing ts_check_test_command calls [Karel Zak]
521 - add test images for drbd v08/v09 [Roland Kammerer]
522 - auto-enable ASAN option if necessary [Karel Zak]
523 - build-sys update [Karel Zak]
524 - check for tar and {b,g}zip [Karel Zak]
525 - enlarge backing file for fstab-btrfs [Karel Zak]
526 - fix TS_ENABLE_ASAN usage [Karel Zak]
527 - ignore errors with enabled ASAN in python bindings [Karel Zak]
528 - make lsns-netnsid portable [Karel Zak]
529 - make sure TS_HELPER_MBSENCODE compiled [Karel Zak]
530 - run oids test only when uuidgen tool was built [Thomas Deutschmann]
531 - update fdisk outputs [Karel Zak]
532 - update lscpu due to 'Vulnerability' fields [Karel Zak]
533 - update lscpu output [Karel Zak]
534 - use TS_ENABLE_ASAN in tests to detect ASAN [Karel Zak]
535 - use subtests in fdisk/mbr-nondos-mode [Karel Zak]
536timeutils:
537 - match today day and this year correctly [Sami Kerola]
f26ed905
KZ
538ul:
539 - make sure buffers are zeroized [coverity scan] [Karel Zak]
6899ed8b
KZ
540umount:
541 - fix --quiet [Karel Zak]
542unshare:
543 - allow to set a new root [Laurent Vivier]
544 - allow to set user ID and group ID [Laurent Vivier]
545utmpdump:
f26ed905 546 - check ftello() return value [Karel Zak]
6899ed8b
KZ
547 - fix word swapping in manual page [Carlos Santos]
548uuidd:
549 - Add Documentation key to uuidd.service [Andreas Henriksson]
550 - Add hardening settings to uuidd.service [Andreas Henriksson]
551various:
552 - fix 'uninitialized when used' warnings [clang] [Sami Kerola]
f26ed905
KZ
553vipw:
554 - use xstrncpy() [Karel Zak]
6899ed8b
KZ
555wall:
556 - remove unnecessary warning [Karel Zak]
557whereis:
f26ed905 558 - make subdirs scan more robust [Karel Zak]
6899ed8b 559 - search in /(s)bin before /usr/lib [Karel Zak]
f26ed905
KZ
560 - use xstrncpy() [Karel Zak]
561wipefs:
562 - fix variable / function shadowing [cppcheck] [Sami Kerola]
563zramctl:
564 - use xstrncpy() [Karel Zak]