Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libsa: Remove redundant sys/cdefs.h | Warner Losh | 2024-02-22 | 1 | -1/+0 |
| | | | | Sponsored by: Netflix | ||||
* | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| | | | | Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/ | ||||
* | stand: Use c99 structure initialization for gzipfs_fsops | Warner Losh | 2022-07-24 | 1 | -8/+8 |
| | | | | Sponsored by: Netflix | ||||
* | libsa: Fix infinite loop in bzipfs & gzipfs | David Bright | 2021-06-01 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | A bug in the loader's bzipfs & gzipfs filesystems caused compressed kernel and modules not to work on EFI systems with a veriexec-enabled loader. Since the size of files in these filesystems are not known _a priori_ `stat` would initialize the size to -1 and the loader would then hang in an infinite loop while trying to seek (read) to the end of file since the loop termination condition compares the current offset to that negative target position. Reviewers: vangyzen, imp, Bret Ketchum (Bret.Ketchum@dell.com) Differential Revision: https://reviews.freebsd.org/D30414 Sponsored by: Dell EMC Isilon MFC to: stable/12, stable/13 MFC after: 1 week | ||||
* | libsa: gzipfs.c converts pointers to integer types with different sign | Toomas Soome | 2018-08-07 | 1 | -1/+1 |
| | | | | | | | Signed versus unsigned char. Notes: svn path=/head/; revision=337413 | ||||
* | Move sys/boot to stand. Fix all references to new location | Warner Losh | 2017-11-14 | 1 | -0/+337 |
Sponsored by: Netflix Notes: svn path=/head/; revision=325834 |