gzip: set file flags after setting file times#23
Closed
ricardobranco777 wants to merge 1 commit into
Closed
Conversation
netbsd-srcmastr
pushed a commit
that referenced
this pull request
Sep 2, 2025
distrib/miniroot/install.sh: revision 1.29 Place a ptyfs instance into the newly-written /etc/fstab, so that e.g. sshd works out of the box after installation on sun3.
netbsd-srcmastr
pushed a commit
that referenced
this pull request
Sep 2, 2025
netbsd-srcmastr
pushed a commit
that referenced
this pull request
Nov 30, 2025
before: NetBSD 11.99.4 (GENERIC) #22: Sun Nov 30 08:16:31 JST 2025 text data bss dec hex filename 2996019 101388 101984 3199391 30d19f netbsd after: NetBSD 11.99.4 (GENERIC) #23: Sun Nov 30 08:18:18 JST 2025 text data bss dec hex filename 2689719 101388 101984 2893091 2c2523 netbsd Worth to pull up to netbsd-11. XXX: should this be default for all kernels?
netbsd-srcmastr
pushed a commit
that referenced
this pull request
Dec 14, 2025
sys/arch/news68k/conf/GENERIC: revision 1.142 sys/arch/news68k/conf/INSTALL: revision 1.67 sys/arch/news68k/conf/LIBERO: revision 1.71 sys/arch/news68k/conf/NEWS1200: revision 1.71 sys/arch/news68k/conf/GENERIC_TINY: revision 1.94 Consistently specify `-fno-unwind-tables` to shrink kernel binary size. before: NetBSD 11.99.4 (GENERIC) #22: Sun Nov 30 08:16:31 JST 2025 text data bss dec hex filename 2996019 101388 101984 3199391 30d19f netbsd after: NetBSD 11.99.4 (GENERIC) #23: Sun Nov 30 08:18:18 JST 2025 text data bss dec hex filename 2689719 101388 101984 2893091 2c2523 netbsd XXX: should this be default for all kernels?
iMilnb
pushed a commit
to NetBSDfr/NetBSD-src
that referenced
this pull request
Jan 9, 2026
sys/arch/news68k/conf/GENERIC: revision 1.142 sys/arch/news68k/conf/INSTALL: revision 1.67 sys/arch/news68k/conf/LIBERO: revision 1.71 sys/arch/news68k/conf/NEWS1200: revision 1.71 sys/arch/news68k/conf/GENERIC_TINY: revision 1.94 Consistently specify `-fno-unwind-tables` to shrink kernel binary size. before: NetBSD 11.99.4 (GENERIC) NetBSD#22: Sun Nov 30 08:16:31 JST 2025 text data bss dec hex filename 2996019 101388 101984 3199391 30d19f netbsd after: NetBSD 11.99.4 (GENERIC) NetBSD#23: Sun Nov 30 08:18:18 JST 2025 text data bss dec hex filename 2689719 101388 101984 2893091 2c2523 netbsd XXX: should this be default for all kernels?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
gzip(1) cannot preserve the file's times because it first sets the file's flags.
To reproduce:
Already fixed in FreeBSD: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=120208