summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* suck in libpng10 compat package for now... once we're building all the gtk2 ↵Jeremy Katz2001-12-131-2/+2
| | | | crap against the new libpng, we won't have to anymore
* remove ugly hack since the init is nicer nowJeremy Katz2001-12-131-11/+0
|
* this should fix pkgorder in dist-8.0Jeremy Katz2001-12-131-1/+1
|
* use the new exception hook for handle all exceptions when they happenMatt Wilson2001-12-132-1/+3
|
* pull python and rpm-python in also (for dist-8.0 builds)Jeremy Katz2001-12-121-3/+4
|
* ermm.. how did this ever work? saying a function defined as inline earlier ↵Jeremy Katz2001-12-121-1/+0
| | | | in the file is extern just isn't right at all
* fix --xmodeJeremy Katz2001-12-121-7/+7
|
* bye-bye balkanJeremy Katz2001-12-111-1/+0
|
* anaconda.spec.in: require modutils-develMatt Wilson2001-12-118-878/+1112
| | | | | | | | | | | isys/Makefile: don't build any of the stuff in modutils/ loader/Makefile: link against the system modutils loader/dietstubs.c: implement __rawmemchr loader/minilibc.h: add declaration to make things build with current kernel headers po/Makefile: no more gnome-map po/anaconda.pot: regenerate utils/Makefile link against the system modutils
* missing updates.img should be silentJeremy Katz2001-12-101-3/+5
|
* don't print junkErik Troan2001-12-101-1/+1
|
* fixed broken sprintf()Erik Troan2001-12-101-4/+5
|
* usb-storage needs to be on the second stage alsoJeremy Katz2001-12-101-1/+2
|
* stubJeremy Katz2001-12-101-0/+3
|
* always close modules.cgzErik Troan2001-12-101-1/+4
|
* don't leave open file descriptors -- very bad ideaErik Troan2001-12-101-2/+10
|
* added ctype stuffErik Troan2001-12-071-0/+2
|
* added mediaCheck prototype, for lack of a better placeErik Troan2001-12-071-0/+1
|
* use gzip_open, not gunzip_openErik Troan2001-12-071-4/+6
|
* add stubs to make isys/filtertest debugging easierErik Troan2001-12-071-1/+15
|
* 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
|
* 1) added filter testErik Troan2001-12-071-4/+3
| | | | 2) fixed nfsmount building
* merge changes from the 7.2 branch forJeremy Katz2001-12-065-7/+186
| | | | | | * nousbstorage flag * unload usb-storage before loading scsi modules * support for RedHat/base/updates.img
* build our own modules.o that's not dietJeremy Katz2001-12-051-2/+6
|
* make clean shouldn't require a cvs up. now it won'tJeremy Katz2001-12-031-0/+8
|
* we really want a non-diet libisys for post-install (or we have to make sure ↵Jeremy Katz2001-12-032-10/+9
| | | | we don't get weird interactions between the diet isys and the glibc everything else we use)
* commit bero's fix for gcc3Jeremy Katz2001-12-031-1/+1
|
* libzvt works nowJeremy Katz2001-11-301-2/+2
|
* zvt is back, see new packagesMatt Wilson2001-11-301-25/+22
|
* add qla2200/qla2300Bill Nottingham2001-11-302-2/+10
|
* compression worksErik Troan2001-11-303-5/+5
|
* put back bits removed for initial port to gzlibErik Troan2001-11-301-16/+8
|
* made more usefullErik Troan2001-11-301-11/+7
|
* clean up some warningsJeremy Katz2001-11-292-2/+10
|
* modules could be loaded if we have a driver disk and are continuing (#56621)Jeremy Katz2001-11-291-1/+3
|
* doesn't work without zvt but doesn't give exceptions either... also add a ↵Jeremy Katz2001-11-291-34/+46
| | | | scrollbar (#56692)
* oops, forgot this partJeremy Katz2001-11-281-1/+1
|
* more /mnt/sysimage surgeryJeremy Katz2001-11-272-9/+10
|
* remove most of the static instances of /mnt/sysimage (#14632)Jeremy Katz2001-11-276-27/+27
|
* make pycheck work (need the pycheck from dist-8.0 and modify the script to ↵Jeremy Katz2001-11-271-2/+2
| | | | use /usr/bin/python2)
* more pychecker funJeremy Katz2001-11-271-1/+1
|
* shut up pycheckerJeremy Katz2001-11-271-0/+1
|
* more python 2.2 fixupJeremy Katz2001-11-271-1/+1
|
* pychecker fixup... [].append() only takes one argument in python >= 1.6Jeremy Katz2001-11-271-2/+2
|
* don't use the old set_all adjustment function, set numeric properties, make ↵Matt Wilson2001-11-273-11/+14
| | | | html widget easier to customize
* handle pixbuf exceptionsMatt Wilson2001-11-271-2/+5
|
* handle pixbuf exceptionsMatt Wilson2001-11-272-6/+11
|
* make graphics gray out when insensitiveMatt Wilson2001-11-272-5/+9
| | | | small fixes to partitioning.