Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2005-06-13 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-06-13 | 2 | -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 Jones | 2005-03-02 | 1 | -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 Jones | 2005-03-02 | 1 | -2/+4 |
| | |||||
* | massive merge from taroon branch. changes are all over the place, but a | Jeremy Katz | 2003-07-08 | 4 | -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 and | Jeremy Katz | 2003-03-21 | 1 | -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 Katz | 2003-02-12 | 1 | -1/+1 |
| | |||||
* | define USEDIET in top-level Makefile.inc. use throughout instead of scattering | Jeremy Katz | 2002-12-30 | 1 | -4/+1 |
| | | | | into every makefile. fix non-dietlinkage | ||||
* | require new version of bogl that does not do atexit() stuff, enable bogl | Matt Wilson | 2002-12-16 | 1 | -2/+2 |
| | |||||
* | errno fixes | Jeremy Katz | 2002-12-11 | 2 | -4/+0 |
| | |||||
* | that's better | Bill Nottingham | 2002-11-19 | 1 | -1/+1 |
| | |||||
* | woops | Bill Nottingham | 2002-11-19 | 1 | -1/+1 |
| | |||||
* | clean up after yourself | Bill Nottingham | 2002-11-19 | 1 | -1/+1 |
| | |||||
* | ppc build fixes | Jeremy Katz | 2002-10-23 | 1 | -0/+3 |
| | |||||
* | some shrinkage | Bill Nottingham | 2002-02-11 | 1 | -1/+1 |
| | |||||
* | don't leave open file descriptors -- very bad idea | Erik Troan | 2001-12-10 | 1 | -2/+10 |
| | |||||
* | initializing variables is a *really* good idea | Erik Troan | 2001-12-07 | 1 | -2/+7 |
| | |||||
* | #include cleanups | Erik Troan | 2001-12-07 | 1 | -0/+1 |
| | |||||
* | -Wall is your friend | Erik Troan | 2001-12-07 | 1 | -2/+2 |
| | |||||
* | compression works | Erik Troan | 2001-11-30 | 3 | -5/+5 |
| | |||||
* | .cvsignore | Erik Troan | 2001-11-25 | 1 | -0/+1 |
| | |||||
* | added compression code | Erik Troan | 2001-11-25 | 1 | -0/+761 |
| | |||||
* | bound compression code, removed more bloat | Erik Troan | 2001-11-25 | 7 | -300/+185 |
| | |||||
* | README | Erik Troan | 2001-11-13 | 1 | -0/+1 |
| | |||||
* | added gunzip_dopen | Erik Troan | 2001-11-13 | 2 | -5/+11 |
| | |||||
* | fixes for non-x86 builds | Erik Troan | 2001-11-13 | 1 | -3/+12 |
| | |||||
* | initial revision | Erik Troan | 2001-11-13 | 15 | -0/+4476 |