History log of /freebsd-current/lib/libz/zopen.c
Revision Date Author Comments
# 1d386b48 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# 8e2a46c8 06-Dec-2018 Mark Johnston <markj@FreeBSD.org>

Add zdopen(3) to complement zopen(3).

zdopen() can be used in capability mode. Update zopen.3 accordingly
and fix some grammar nits while I'm here.

Reviewed by: delphij
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D18456


# ce086c79 31-Oct-2013 Ed Maste <emaste@FreeBSD.org>

Fix up FreeBSD tag for files not from a vendor branch

Unexpand the tag, remove the fbsd:nokeywords property and add the
svn:keywords property. This should eliminate the gratuituous diffs
that appear on these files in projects branches.

Sponsored by: The FreeBSD Foundation


# 86ccd3e0 16-Oct-2013 Xin LI <delphij@FreeBSD.org>

Make it possible to seek within a gzip stream.


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# fa81a976 30-Sep-2001 Matthew Dillon <dillon@FreeBSD.org>

Add huff __FBSDID()s puff to whew! libz


# 131ee164 06-Sep-2001 Kris Kennaway <kris@FreeBSD.org>

Add zopen(), a stdio wrapper for gzipped data streams.

Obtained from: NetBSD