Unlike the gzip file access functions, these functions only require a
working zcalloc/zcfree pair to work.
PR: 229763
Paths
| Differential D21156 Authored by delphij on Aug 4 2019, 6:18 AM.
Tags None Referenced Files
Subscribers
Details Summary Unlike the gzip file access functions, these functions only require a PR: 229763
Diff Detail
Event TimelineHarbormaster completed remote builds in B25669: Diff 60436.Aug 4 2019, 6:18 AM2019-08-04 06:18:22 (UTC+0) Comment Actions I agree with the changes. When I started, I was also aiming to replace inflate() callers with zlib's GZIP support. Given all of inflate() callers are removed in the process and already, we don't need to deal with std headers. This makes simpler for callers and any ZLIB imports will need to deal with _KERNEL and FreeBSD macros.
Harbormaster completed remote builds in B25686: Diff 60462.Aug 5 2019, 5:49 AM2019-08-05 05:49:34 (UTC+0)
Harbormaster completed remote builds in B25692: Diff 60490.Aug 6 2019, 5:20 AM2019-08-06 05:20:38 (UTC+0) Comment Actions I found and have one more minor comment. The changes look good.
Harbormaster completed remote builds in B25695: Diff 60493.Aug 6 2019, 6:30 AM2019-08-06 06:30:02 (UTC+0) Comment Actions Thanks! I think I'll commit this at some point this week (doing a tinderbox build now). This revision was not accepted when it landed; it landed in state Needs Review.Aug 7 2019, 1:41 AM2019-08-07 01:41:28 (UTC+0) Closed by commit rS350670: Expose zlib's utility functions in Z_SOLO library when building kernel. (authored by delphij). · Explain Why This revision was automatically updated to reflect the committed changes. Herald added a subscriber: imp. · View Herald TranscriptAug 7 2019, 1:41 AM2019-08-07 01:41:28 (UTC+0)
Revision Contents
Diff 60462 sys/conf/files
sys/conf/kern.pre.mk
sys/conf/kmod.mk
sys/contrib/zlib/deflate.c
|
Hm, should the nul input separater really be used for outputting matched lines?
And if so, shouldn't it also be used with oflag above?