summaryrefslogtreecommitdiffstats
path: root/isys/gzlib
Commit message (Collapse)AuthorAgeFilesLines
* 2005-06-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-06-132-2/+2
| | | | | | | | | | | | | | | * Makefile Makefile.inc mini-wm.c xmouse.c xutils.c isys/Makefile isys/isys.c isys/lang.c isys/smp.c isys/uncpio.c isys/gzlib/Makefile isys/gzlib/inflate.c loader2/Makefile loader2/driverdisk.c loader2/driverselect.c loader2/hdinstall.c loader2/init.c loader2/kickstart.c loader2/loader.c loader2/loadermisc.c loader2/moduleinfo.h loader2/modules.c loader2/net.c loader2/nfsinstall.c loader2/telnet.c loader2/undomounts.c loader2/urlinstall.c utils/Makefile utils/genhdlist.c utils/mapshdr.c utils/snarffont.c: Define cflags in one place (Makefile.inc) and use a consistent set everywhere. Fix up some of the compile warnings this uncovered. Also fix a few more things that -Wextra turned up.
* Add -D_FORTIFY_SOURCE=2 everywhere. Let's see if it actually works...Peter Jones2005-03-021-1/+1
| | | | | Also, make genhdlist.o build with -Wno-return-type, because rpm's headers and gcc4 don't get along.
* don't just throw away pipe's return val. throw it away in a variable!Peter Jones2005-03-021-2/+4
|
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-084-9/+11
| | | | | | | | | | | | | | summary of looking through the diff is * clean up warnings, we build with -Wall -Werror here too * product.img stuff * max logical partitions enforcement * 1 TB max fs size * ethtool stuff * autopart in kickstart * driver disk fixes * RHEL upgrade stuff * network driver disks * variant pkgorder/tree splitting
* merge taroon branch up until now. tagged as before-taroon-merge before andJeremy Katz2003-03-211-1/+1
| | | | | will be tagged after-taroon-merge after. taroon at this point is tagged taroon-merge-point for where to base merges from in the future
* use sig_dfl, sig_ign is special (#84138)Jeremy Katz2003-02-121-1/+1
|
* define USEDIET in top-level Makefile.inc. use throughout instead of scatteringJeremy Katz2002-12-301-4/+1
| | | | into every makefile. fix non-dietlinkage
* require new version of bogl that does not do atexit() stuff, enable boglMatt Wilson2002-12-161-2/+2
|
* errno fixesJeremy Katz2002-12-112-4/+0
|
* that's betterBill Nottingham2002-11-191-1/+1
|
* woopsBill Nottingham2002-11-191-1/+1
|
* clean up after yourselfBill Nottingham2002-11-191-1/+1
|
* ppc build fixesJeremy Katz2002-10-231-0/+3
|
* some shrinkageBill Nottingham2002-02-111-1/+1
|
* don't leave open file descriptors -- very bad ideaErik Troan2001-12-101-2/+10
|
* initializing variables is a *really* good ideaErik Troan2001-12-071-2/+7
|
* #include cleanupsErik Troan2001-12-071-0/+1
|
* -Wall is your friendErik Troan2001-12-071-2/+2
|
* compression worksErik Troan2001-11-303-5/+5
|
* .cvsignoreErik Troan2001-11-251-0/+1
|
* added compression codeErik Troan2001-11-251-0/+761
|
* bound compression code, removed more bloatErik Troan2001-11-257-300/+185
|
* READMEErik Troan2001-11-131-0/+1
|
* added gunzip_dopenErik Troan2001-11-132-5/+11
|
* fixes for non-x86 buildsErik Troan2001-11-131-3/+12
|
* initial revisionErik Troan2001-11-1315-0/+4476