| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | always assume x86_64 is smp for now | Jeremy Katz | 2002-09-11 | 1 | -0/+2 |
| | | |||||
| * | merge ia64 changes to HEAD | Jeremy Katz | 2002-09-09 | 1 | -0/+1 |
| | | |||||
| * | only remove device node we used for mounting if we created it | Mike Fulbright | 2002-08-15 | 1 | -1/+9 |
| | | |||||
| * | make sure we really use LFS | Mike Fulbright | 2002-08-14 | 1 | -1/+1 |
| | | |||||
| * | seems to be the correct way to do this (no thanks to crappy man pages for ↵ | Mike Fulbright | 2002-08-09 | 1 | -3/+3 |
| | | | | | this stuff | ||||
| * | fix package translations | Matt Wilson | 2002-08-09 | 2 | -0/+20 |
| | | |||||
| * | how this worked when it was in the loader standalone, I'm not quite sure, ↵ | Jeremy Katz | 2002-08-07 | 1 | -4/+9 |
| | | | | | but this works | ||||
| * | merge ia64 branch bits to have dns work in non-diet loaders | Jeremy Katz | 2002-07-29 | 1 | -0/+27 |
| | | |||||
| * | implement summit test | Matt Wilson | 2002-07-17 | 4 | -3/+53 |
| | | |||||
| * | we shouldn't unlink devices in /dev on mount. that's just unfriendly ↵ | Jeremy Katz | 2002-06-21 | 1 | -1/+1 |
| | | | | | (especially with lvm...) | ||||
| * | make getting the raid superblock a little more flexible, add a getpagesize ↵ | Jeremy Katz | 2002-06-07 | 2 | -1/+13 |
| | | | | | function | ||||
| * | we really can't close the fd after its been closed once | Jeremy Katz | 2002-05-31 | 1 | -1/+0 |
| | | |||||
| * | migrate to using rhpl log function | Mike Fulbright | 2002-05-23 | 1 | -2/+0 |
| | | |||||
| * | don't throw away our exception, raise it after closing the fd | Matt Wilson | 2002-05-13 | 1 | -2/+2 |
| | | |||||
| * | get the easy bits of the merge first.... hampton loader and isys directories | Jeremy Katz | 2002-04-19 | 5 | -33/+80 |
| | | | | | should be fine since I had originally just copied them into hampton from head :) | ||||
| * | merge from 7.3 branch: return TRUE if the system has hyperthread so that a ↵ | Matt Wilson | 2002-03-13 | 1 | -0/+21 |
| | | | | | SMP kernel will be installed. (#59813) | ||||
| * | merge using zlib for stage2 instead of gzlib | Jeremy Katz | 2002-03-12 | 6 | -4/+29 |
| | | |||||
| * | some shrinkage | Bill Nottingham | 2002-02-11 | 1 | -1/+1 |
| | | |||||
| * | patch from nalin@redhat.com to fix much silliness here | Jeremy Katz | 2002-02-07 | 1 | -5/+5 |
| | | |||||
| * | add mknod | Jeremy Katz | 2002-01-30 | 2 | -0/+20 |
| | | |||||
| * | clean wasn't removing diet bits | Erik Troan | 2002-01-09 | 1 | -1/+2 |
| | | |||||
| * | use the right data type\! | Erik Troan | 2002-01-09 | 1 | -1/+1 |
| | | |||||
| * | ignore diet objects | Jeremy Katz | 2001-12-27 | 1 | -0/+1 |
| | | |||||
| * | whee! merge the first bunch of changes from the 390 branch. this | Jeremy Katz | 2001-12-27 | 2 | -4/+6 |
| | | | | | | | | incorporates most of the python changes as well as the isys changes. email with what hasn't been applied coming later after I either finish merging the rest or decide to stop for the night | ||||
| * | anaconda.spec.in: require modutils-devel | Matt Wilson | 2001-12-11 | 1 | -1/+1 |
| | | | | | | | | | | | | 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 | ||||
| * | don't leave open file descriptors -- very bad idea | Erik Troan | 2001-12-10 | 1 | -2/+10 |
| | | |||||
| * | add stubs to make isys/filtertest debugging easier | Erik Troan | 2001-12-07 | 1 | -1/+15 |
| | | |||||
| * | 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 |
| | | |||||
| * | 1) added filter test | Erik Troan | 2001-12-07 | 1 | -4/+3 |
| | | | | | 2) fixed nfsmount building | ||||
| * | make clean shouldn't require a cvs up. now it won't | Jeremy Katz | 2001-12-03 | 1 | -0/+8 |
| | | |||||
| * | we really want a non-diet libisys for post-install (or we have to make sure ↵ | Jeremy Katz | 2001-12-03 | 1 | -7/+9 |
| | | | | | we don't get weird interactions between the diet isys and the glibc everything else we use) | ||||
| * | commit bero's fix for gcc3 | Jeremy Katz | 2001-12-03 | 1 | -1/+1 |
| | | |||||
| * | compression works | Erik Troan | 2001-11-30 | 3 | -5/+5 |
| | | |||||
| * | put back bits removed for initial port to gzlib | Erik Troan | 2001-11-30 | 1 | -16/+8 |
| | | |||||
| * | made more usefull | Erik Troan | 2001-11-30 | 1 | -11/+7 |
| | | |||||
| * | make it build again. | Jeremy Katz | 2001-11-26 | 1 | -1/+1 |
| | | |||||
| * | .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 |
| | | |||||
| * | modutils/diet has xalloc segv's occasionally when it's run w/ a dirty | Erik Troan | 2001-11-24 | 1 | -1/+2 |
| | | | | | process, go knows why... this works around it | ||||
| * | oops | Erik Troan | 2001-11-15 | 1 | -3/+1 |
| | | |||||
| * | don't build libisys.a on i386; fixed make clean | Erik Troan | 2001-11-15 | 1 | -7/+7 |
| | | |||||
| * | use gzlib for _isys.so | Jeremy Katz | 2001-11-13 | 1 | -1/+1 |
| | | |||||
| * | README | Erik Troan | 2001-11-13 | 1 | -0/+1 |
| | | |||||
| * | added gunzip_dopen | Erik Troan | 2001-11-13 | 2 | -5/+11 |
| | | |||||
| * | use proper gunzip_open call | Erik Troan | 2001-11-13 | 1 | -1/+1 |
| | | |||||
| * | define BLKGETSZ if needed | Erik Troan | 2001-11-13 | 1 | -0/+4 |
| | | |||||
| * | get rid of some extra stuff at end of #endif | Erik Troan | 2001-11-13 | 1 | -1/+1 |
| | | |||||
