#
3e15b01d |
| 22-Feb-2024 |
Warner Losh <imp@FreeBSD.org> |
libsa: Remove redundant sys/cdefs.h
Sponsored by: Netflix
|
Revision tags: release/14.0.0 |
|
#
1d386b48 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
Revision tags: release/13.2.0, release/12.4.0 |
|
#
e7d045aa |
| 24-Jul-2022 |
Warner Losh <imp@FreeBSD.org> |
stand: Use c99 structure initialization for pkgfs_fsops
Sponsored by: Netflix
|
Revision tags: release/13.1.0, release/12.3.0, release/13.0.0 |
|
#
b14cfecb |
| 15-Jan-2021 |
Simon J. Gerraty <sjg@FreeBSD.org> |
pkgfs_open: follow symlinks
Caller is not interested in symlinks follow them. Throw an error if too many links encountered.
Reviewed by: stevek Sponsored by: Juniper Networks --This line, and those
pkgfs_open: follow symlinks
Caller is not interested in symlinks follow them. Throw an error if too many links encountered.
Reviewed by: stevek Sponsored by: Juniper Networks --This line, and those below, will be ignored-- > Description of fields to fill in above: 76 columns --| > PR: If a GNATS PR is affected by the change. > Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed). > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > MFH: Ports tree branch name. Request approval for merge. > Relnotes: Set to 'yes' for mention in release notes. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization. > Empty fields above will be automatically removed.
Change-Id: I4ef92ff256f503c620dc5bba79ed93b32cb2330d
show more ...
|
Revision tags: release/12.2.0 |
|
#
ed19b7c5 |
| 29-Aug-2020 |
Simon J. Gerraty <sjg@FreeBSD.org> |
zalloc_malloc:Free hexdump preceeding buffer when we detect overflow
Move hexdump from stand/common/misc.c to stand/libsa/hexdump.c (svn cp) Disable use of pager - causes linking issue for boot1 can
zalloc_malloc:Free hexdump preceeding buffer when we detect overflow
Move hexdump from stand/common/misc.c to stand/libsa/hexdump.c (svn cp) Disable use of pager - causes linking issue for boot1 can be re-enabled by defining HEXDUMP_PAGER.
Reviewed by: stevek, imp MFC after: 1 week Sponsored by: Juniper Networks Differential Revision: https://reviews.freebsd.org/D26235
show more ...
|
Revision tags: release/11.4.0 |
|
#
6c88ef1c |
| 17-Apr-2020 |
Adrian Chadd <adrian@FreeBSD.org> |
[libsa] Fix typecast of pointer for st_dev
This code was trying to use a pointer value for st_dev, which is definitely not a pointer. Instead, cast to uintptr_t so it becomes a non-pointer value be
[libsa] Fix typecast of pointer for st_dev
This code was trying to use a pointer value for st_dev, which is definitely not a pointer. Instead, cast to uintptr_t so it becomes a non-pointer value before casting it.
Tested: mips-gcc cross compile, mips32 build
show more ...
|
#
723f9041 |
| 07-Apr-2020 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Improve interaction of vectx and tftp
On slow platforms, it helps to spread the hashing load over time so that tftp does not timeout.
Also, some .4th files are too big to fit in cache of pkgfs, so
Improve interaction of vectx and tftp
On slow platforms, it helps to spread the hashing load over time so that tftp does not timeout.
Also, some .4th files are too big to fit in cache of pkgfs, so increase cache size and ensure fully populated.
Reviewed by: stevek MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D24287
show more ...
|
#
53f151f9 |
| 25-Mar-2020 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Fix pkgfs stat so it satisfies libsecureboot
We need a valid st_dev, st_ino and st_mtime to correctly track which files have been verified and to update our notion of time.
ve_utc_set(): ignore utc
Fix pkgfs stat so it satisfies libsecureboot
We need a valid st_dev, st_ino and st_mtime to correctly track which files have been verified and to update our notion of time.
ve_utc_set(): ignore utc if it would jump our current time by more than VE_UTC_MAX_JUMP (20 years).
Allow testing of install command via userboot. Need to fix its stat implementation too.
bhyveload also needs stat fixed - due to change to userboot.h
Call ve_error_get() from vectx_close() when hash is wrong.
Track the names of files we have hashed into pcr
For the purposes of measured boot, it is important to be able to reproduce the hash reflected in loader.ve.pcr so loader.ve.hashed provides a list of names in the order they were added.
Reviewed by: imp MFC after: 1 week Sponsored by: Juniper Networks Differential Revision: https://reviews.freebsd.org//D24027
show more ...
|
Revision tags: release/12.1.0, release/11.3.0, release/12.0.0 |
|
#
3611ec60 |
| 18-Aug-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r337646 through r338014.
|
#
99a9cf51 |
| 15-Aug-2018 |
Kyle Evans <kevans@FreeBSD.org> |
pkgfs_init: Initialize pkg
new_package may not set *pp if it errors out, leaving pkg uninitialized.
Reported by: GCC
|
Revision tags: release/11.2.0 |
|
#
55b1c6e7 |
| 15-Nov-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Merge ^/head r325663 through r325841.
|
#
ca987d46 |
| 15-Nov-2017 |
Warner Losh <imp@FreeBSD.org> |
Move sys/boot to stand. Fix all references to new location
Sponsored by: Netflix
|