OpenBSD CVS

CVS log for src/sys/net/Attic/zlib.c


[BACK] Up to [local] / src / sys / net

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.15, Thu Jul 7 02:57:25 2011 UTC (12 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +1 -1 lines
FILE REMOVED

Replace the cruddy old sys/net/zlib.[ch].  We now use the sys/lib/libz
code.  Missing chunks of the API are imported from the libc version,
with a few #ifdef's to port it into the kernel environment.

The bootblocks already used the newer code, and should encounter no
surprises since there are so few changes to the existing files. In
the kernel, ipcomp and kernel ppp are changed to the new API.
ipcomp has been tested.

ok tedu the brave

Revision 1.14 / (download) - annotate - [select for diffs], Fri Apr 8 19:17:15 2011 UTC (13 years, 2 months ago) by matthew
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Fix a 64-bit arithmetic bug I stumbled upon while investigating our
handling of recursive IPComp payloads.  (This code is way old and may
go away soon in favor of using sys/lib/libz, but committing anyway as
plans aren't finalized yet.)

ok deraadt@

Revision 1.13 / (download) - annotate - [select for diffs], Mon Nov 26 09:28:33 2007 UTC (16 years, 6 months ago) by martynas
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

typos;  ok jmc@
sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@
sys/dev/pci/bktr/* ok jakemsr@

Revision 1.7.14.3 / (download) - annotate - [select for diffs], Thu Feb 19 10:57:23 2004 UTC (20 years, 3 months ago) by niklas
Branch: SMP
Changes since 1.7.14.2: +18 -18 lines
Diff to previous 1.7.14.2 (colored) to branchpoint 1.7 (colored) next main 1.8 (colored)

Merge of current from two weeks agointo the SMP branch

Revision 1.12 / (download) - annotate - [select for diffs], Wed Dec 10 07:22:42 2003 UTC (20 years, 6 months ago) by itojun
Branch: MAIN
CVS Tags: SMP_SYNC_B, SMP_SYNC_A, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.11: +19 -19 lines
Diff to previous 1.11 (colored)

de-register.  deraadt ok

Revision 1.9.2.1 / (download) - annotate - [select for diffs], Thu Mar 14 00:08:39 2002 UTC (22 years, 3 months ago) by miod
Branch: OPENBSD_2_9
Changes since 1.9: +7 -1 lines
Diff to previous 1.9 (colored) next main 1.10 (colored)

Update to zlib 1.1.4.

Revision 1.9.4.1 / (download) - annotate - [select for diffs], Wed Mar 13 16:30:24 2002 UTC (22 years, 3 months ago) by jason
Branch: OPENBSD_3_0
Changes since 1.9: +7 -1 lines
Diff to previous 1.9 (colored) next main 1.10 (colored)

Pull in patch from current:
Fix (millert):
- Fix some zlib memory leaks, originally from Mark Adler
- Back out part of last commit, it causes memory to be freed prematurely
in this version of the zlib code; from Wayne Meissner

Revision 1.7.14.2 / (download) - annotate - [select for diffs], Wed Mar 6 02:15:07 2002 UTC (22 years, 3 months ago) by niklas
Branch: SMP
Changes since 1.7.14.1: +7 -1 lines
Diff to previous 1.7.14.1 (colored) to branchpoint 1.7 (colored)

Merge in trunk

Revision 1.9.6.1 / (download) - annotate - [select for diffs], Thu Jan 31 22:55:44 2002 UTC (22 years, 4 months ago) by niklas
Branch: UBC
Changes since 1.9: +7 -1 lines
Diff to previous 1.9 (colored) next main 1.10 (colored)

Merge in -current, builds on i386, otherwise untested

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jan 23 16:12:17 2002 UTC (22 years, 4 months ago) by millert
Branch: MAIN
CVS Tags: UBC_SYNC_B, UBC_SYNC_A, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Back out part of last commit, it causes memory to be freed prematurely
in this version of the zlib code; from Wayne Meissner

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jan 18 21:48:35 2002 UTC (22 years, 4 months ago) by millert
Branch: MAIN
Changes since 1.9: +8 -2 lines
Diff to previous 1.9 (colored)

Fix some zlib memory leaks, originally from Mark Adler

Revision 1.7.14.1 / (download) - annotate - [select for diffs], Mon May 14 22:40:04 2001 UTC (23 years, 1 month ago) by niklas
Branch: SMP
Changes since 1.7: +47 -47 lines
Diff to previous 1.7 (colored)

merge in approximately 2.9 into SMP branch

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jan 29 06:12:11 2001 UTC (23 years, 4 months ago) by mickey
Branch: MAIN
CVS Tags: UBC_BASE, OPENBSD_3_0_BASE, OPENBSD_2_9_BASE
Branch point for: UBC, OPENBSD_3_0, OPENBSD_2_9
Changes since 1.8: +46 -46 lines
Diff to previous 1.8 (colored)

consts, spaces

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jun 16 21:47:14 2000 UTC (24 years ago) by provos
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

take MIN/MAX from param.h, okay theo@

Revision 1.7 / (download) - annotate - [select for diffs], Mon Feb 24 13:34:06 1997 UTC (27 years, 3 months ago) by niklas
Branch: MAIN
CVS Tags: kame_19991208, SMP_BASE, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1
Branch point for: SMP
Changes since 1.6: +1 -0 lines
Diff to previous 1.6 (colored)

OpenBSD tags + some prototyping police

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jan 31 07:18:27 1997 UTC (27 years, 4 months ago) by mickey
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

cut a little more.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jan 23 08:48:45 1997 UTC (27 years, 4 months ago) by mickey
Branch: MAIN
Changes since 1.4: +3 -2 lines
Diff to previous 1.4 (colored)

add NO_DEFLATE condition to be used in /boot

Revision 1.4 / (download) - annotate - [select for diffs], Wed Oct 16 09:13:43 1996 UTC (27 years, 8 months ago) by mickey
Branch: MAIN
Changes since 1.3: +4 -0 lines
Diff to previous 1.3 (colored)

support _STANDALONE

Revision 1.3 / (download) - annotate - [select for diffs], Mon Sep 2 23:32:37 1996 UTC (27 years, 9 months ago) by briggs
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.2: +1 -0 lines
Diff to previous 1.2 (colored)

Need sys/types.h, too.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Sep 2 23:21:53 1996 UTC (27 years, 9 months ago) by briggs
Branch: MAIN
Changes since 1.1: +1 -3 lines
Diff to previous 1.1 (colored)

Replace string.h with systm.h.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Apr 21 22:28:47 1996 UTC (28 years, 1 month ago) by deraadt
Branch: MAIN

partial sync with netbsd 960418, more to come

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.