summaryrefslogtreecommitdiffstats
path: root/lib/libz
Commit message (Collapse)AuthorAgeFilesLines
* MFC r311285,312335: zlib 1.2.11.delphij2017-02-163-1/+15
|
* MFC r311275: Restructure libz.delphij2017-01-1844-20545/+17
|
* MFHgjb2016-04-041-1/+0
|\ | | | | | | Sponsored by: The FreeBSD Foundation
| * Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.bdrewery2016-03-261-1/+0
| | | | | | | | Sponsored by: EMC / Isilon Storage Division
* | First pass through library packaging.gjb2016-02-041-0/+1
|/ | | | Sponsored by: The FreeBSD Foundation
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.bdrewery2015-11-251-1/+0
| | | | | | | | This both avoids some dependencies on xinstall.host and allows bootstrapping on older releases to work due to lack of at least 'install -l' support. Sponsored by: EMC / Isilon Storage Division
* Remove redundant COMPAT_32BIT guard on pkgconfig files. This is already handledbdrewery2015-10-031-2/+0
| | | | | | by the LIBRARIES_ONLY mechanism protecting FILES. Sponsored by: EMC / Isilon Storage Division
* Replace beforeinstall: handling with FILES.bdrewery2015-09-181-3/+2
| | | | | | This actually fixes some cases to respect LIBRARIES_ONLY. Sponsored by: EMC / Isilon Storage Division
* In libz's inflateMark(), avoid left-shifting a negative integer, whichdim2015-09-071-1/+1
| | | | | | | | is undefined. Reviewed by: delphij Differential Revision: https://reviews.freebsd.org/D3344 MFC after: 3 days
* new dependssjg2015-06-161-0/+1
|
* Revert r284417 it is not necessary anymorebapt2015-06-151-1/+1
|
* Enforce overwritting SHLIBDIRbapt2015-06-151-1/+1
| | | | | | | | | Since METAMODE has been added, sys.mk loads bsd.mkopt.mk which ends load loading bsd.own.mk which then defines SHLIBDIR before all the Makefile.inc everywhere. This makes /lib being populated again. Reported by: many
* Add META_MODE support.sjg2015-06-131-0/+18
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge from head@274682sjg2014-11-191-0/+2
| |\ | |/ |/|
| * Merge head from 7/28sjg2014-08-193-0/+21
| |\
| * | Updated dependenciessjg2014-05-161-1/+1
| | |
| * | Updated dependenciessjg2014-05-101-0/+2
| | |
| * | Merge headsjg2014-04-276-8/+110
| |\ \
| * \ \ Merge from headsjg2013-09-0525-140/+329
| |\ \ \
| * | | | Updated dependenciessjg2013-03-111-0/+1
| | | | |
| * | | | Updated dependenciessjg2013-02-161-2/+0
| | | | |
| * | | | Updated/new Makefile.dependsjg2012-11-081-0/+3
| | | | |
| | | | |
| | \ \ \
| *-. \ \ \ Sync from headsjg2012-11-0432-889/+2437
| |\ \ \ \ \
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+16
| | |/ / / / | |/| | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | | | only install .pc files when we are not installing 32bit compat libs...jmg2014-10-271-0/+2
| |_|_|_|/ |/| | | | | | | | | | | | | | This fixes the problem of installing the .pc files multiple times...
* | | | | Fix path for zlib examples, this have no runtime effect and wasdelphij2014-06-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | overlooked when I was doing zlib update. MFC after: 2 weeks
* | | | | Add a zlib pkg-config file (more and more ports requires it)bapt2014-06-112-0/+18
| |_|_|/ |/| | | | | | | | | | | | | | | Approved by: delphij MFC after: 1 week
* | | | Add a manual page for zopen(3) provided by our libz.so.delphij2014-03-062-1/+97
| | | |
* | | | Fix up FreeBSD tag for files not from a vendor branchemaste2013-10-315-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Make it possible to seek within a gzip stream.delphij2013-10-161-2/+8
| |_|/ |/| |
* | | MFV: Update zlib to 1.2.8.delphij2013-05-0525-139/+328
| | | | | | | | | | | | MFC after: 1 month
* | | - Correct mispellings of the word occurrencegabor2013-04-171-1/+1
| |/ |/| | | | | Submitted by: Christoph Mallon <christoph.mallon@gmx.de> (via private mail)
* | MFV: Update zlib to 1.2.7.delphij2012-06-2132-889/+2437
|\ \ | |/ |/| | | | | | | | | | | (x86 assembler optimization disabled for now because it requires the new .cfi_* directives that is not supported by base system binutils). MFC after: 1 week
| * Flattern zlib vendor tree.delphij2010-02-2331-13562/+0
| |
* | Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, todim2012-02-281-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | get rid of testing explicitly for clang (using ${CC:T:Mclang}) in individual Makefiles. Instead, use the following extra macros, for use with clang: - NO_WERROR.clang (disables -Werror) - NO_WCAST_ALIGN.clang (disables -Wcast-align) - NO_WFORMAT.clang (disables -Wformat and friends) - CLANG_NO_IAS (disables integrated assembler) - CLANG_OPT_SMALL (adds flags for extra small size optimizations) As a side effect, this enables setting CC/CXX/CPP in src.conf instead of make.conf! For clang, use the following: CC=clang CXX=clang++ CPP=clang-cpp MFC after: 2 weeks
* | Disable gvmat64.S, the assembler version of longest_match for now.delphij2011-07-181-10/+10
| | | | | | | | | | | | PR: kern/154073 MFC after: 3 days Approved by: re (kib)
* | Upgrade our copy of llvm/clang to r126079, from upstream's trunk.dim2011-02-201-0/+4
| | | | | | | | | | This contains many improvements, primarily better C++ support, an integrated assembler for x86 and support for -pg.
* | Fix some leftover binaries and shared libraries in the system that stilldim2011-02-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | have an executable stack, due to linking in hand-assembled .S or .s files, that have no .GNU-stack sections: RWX --- --- /lib/libcrypto.so.6 RWX --- --- /lib/libmd.so.5 RWX --- --- /lib/libz.so.6 RWX --- --- /lib/libzpool.so.2 RWX --- --- /usr/lib/liblzma.so.5 These were found using scanelf, from the sysutils/pax-utils port. Reviewed by: kib
* | Revert 212517 to restore pristine state of this fileimp2010-10-131-2/+0
| |
* | Include FreeBSD svn tagimp2010-09-131-0/+2
| |
* | MFV: zlib 1.2.5.delphij2010-04-2018-74/+117
| |
* | Expose a few symbols as public interface rather than private.delphij2010-04-161-6/+6
| | | | | | | | | | | | | | | | Note: the *64 interfaces are no longer exposed via zlib.h but were keep as public interfaces; Note 2: this commit would break applications that uses the moved symbols directly.
* | MFV: libz 1.2.4.3.delphij2010-04-1611-35/+104
| |
* | Remove _LARGEFILE64_SOURCE==1 case which is supposed to be always falsedelphij2010-04-011-1/+1
| | | | | | | | | | | | on FreeBSD. Pointed out by: dougb
* | For now, hardcode FreeBSD configuration that will never change on zlib.h:delphij2010-04-011-25/+0
| | | | | | | | unifdef -D_FILE_OFFSET_BITS=64 -U_LFS64_LARGEFILE -U_LARGEFILE64_SOURCE
* | Update to 1.2.4.1 (beta).delphij2010-03-3114-66/+78
| |
* | Update to zlib 1.2.4 and add versioned symbols to thedelphij2010-03-2241-2144/+7559
|\ \ | | | | | | | | | | | | | | | library. Sponsored by: iXsystems, Inc.
| * | Create a custom branch where I will be able to do the merge.delphij2010-03-1932-13532/+0
|/ /
* | Build lib/ with WARNS=6 by default.ed2010-01-021-0/+2
| | | | | | | | | | | | | | | | | | Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and lower it when needed. I'm setting WARNS?=0 for secure/. It seems secure/ includes the Makefile.inc provided by lib/. I'm not going to touch that directory. Most of the code there is contributed anyway.
OpenPOWER on IntegriCloud