| Commit message (Expand) | Author | Age | Files | Lines |
* | call bash as bash instead of sh. also, don't completely die if we fail to se... | Jeremy Katz | 2002-07-11 | 1 | -3/+6 |
* | create smartarray devices nodes correctly (#67652) | Jeremy Katz | 2002-07-11 | 1 | -1/+7 |
* | only check access on execv, not execvp. don't raise exceptions after the fork() | Matt Wilson | 2002-07-08 | 1 | -5/+9 |
* | we really need this, otherwise you can't debug/save tracebacks to a floppy if... | Jeremy Katz | 2002-06-28 | 1 | -6/+2 |
* | commented out seemingly useless code for now | Mike Fulbright | 2002-06-07 | 1 | -2/+6 |
* | migrate to using rhpl log function | Mike Fulbright | 2002-05-23 | 1 | -1/+1 |
* | 1) Fix all copyrights 2) move everything to use rhpl.translate instead of our... | Mike Fulbright | 2002-05-23 | 1 | -1/+1 |
* | more merging fun from the hampton branch. I'm pretty sure this doesn't | Jeremy Katz | 2002-04-19 | 1 | -1/+5 |
* | the bootloader files belong in booty now, so axe them from here. move | Jeremy Katz | 2002-02-13 | 1 | -0/+17 |
* | use os.chroot now | Jeremy Katz | 2002-02-13 | 1 | -2/+2 |
* | oh yeah goodbye reconfig | Mike Fulbright | 2002-02-08 | 1 | -14/+0 |
* | typo fix | Jeremy Katz | 2002-02-01 | 1 | -1/+1 |
* | fix number instead | Jeremy Katz | 2002-02-01 | 1 | -2/+2 |
* | anaconda | Jeremy Katz | 2002-02-01 | 1 | -0/+20 |
* | duh | Jeremy Katz | 2002-01-30 | 1 | -1/+1 |
* | add a way to copy device nodes | Jeremy Katz | 2002-01-30 | 1 | -0/+15 |
* | iutil.getArch now returns s390 for s390x, clean up to handle this nicely | Jeremy Katz | 2002-01-09 | 1 | -0/+3 |
* | remove 8 char limit on usernames. Resolves bug 27011help | bfox | 2001-09-21 | 1 | -3/+0 |
* | ints are very small things, easy to overflow. ;-). Use longs. Be happy. | Matt Wilson | 2001-08-10 | 1 | -2/+2 |
* | oops, memInstalled returns in kilobytes, not bytes | Jeremy Katz | 2001-08-09 | 1 | -1/+2 |
* | use e820 to find out memory info if possible (51210) | Jeremy Katz | 2001-08-09 | 1 | -7/+16 |
* | make syslog a global object and don't kill it, let init kill it later. #47556 | Matt Wilson | 2001-07-06 | 1 | -26/+0 |
* | copyright | Matt Wilson | 2001-06-22 | 1 | -0/+15 |
* | get floppy code working again | Erik Troan | 2001-06-21 | 1 | -99/+0 |
* | revert S390 changes | Karsten Hopp | 2001-06-20 | 1 | -4/+0 |
* | patches for s390 | Karsten Hopp | 2001-06-20 | 1 | -0/+4 |
* | merge from (now defunct) anaconda-dispatch branch | Erik Troan | 2001-06-20 | 1 | -10/+128 |
* | dont let min get bigger than max\! | Mike Fulbright | 2001-03-22 | 1 | -1/+3 |
* | 1) added swapAmount() | Erik Troan | 2001-03-09 | 1 | -5/+12 |
* | bump sizes of autoallocation attempts to reflect new sizes of components, as ... | Mike Fulbright | 2001-03-08 | 1 | -0/+21 |
* | made execWithCapture() capture an arbitrary file descriptor, be able to throw | Erik Troan | 2001-03-07 | 1 | -2/+8 |
* | nuke bogus printouts | Matt Wilson | 2001-02-05 | 1 | -2/+0 |
* | added memory overhead facility | Erik Troan | 2001-02-01 | 1 | -1/+15 |
* | broke all language-related operations. so there. | Erik Troan | 2001-01-25 | 1 | -39/+0 |
* | syntax errors | Matt Wilson | 2001-01-18 | 1 | -2/+2 |
* | don't fail on waitpid failures | Matt Wilson | 2001-01-18 | 1 | -2/+9 |
* | don't rely on environment to get kbd default | Matt Wilson | 2001-01-05 | 1 | -2/+2 |
* | get the locale from todo, not the environment | Matt Wilson | 2001-01-04 | 1 | -2/+2 |
* | handle running out of space when copying stage2.img a bit more maturally | Erik Troan | 2000-08-08 | 1 | -13/+15 |
* | copyFile() allows progress window | Erik Troan | 2000-05-11 | 1 | -1/+14 |
* | raised block size to 256k | Erik Troan | 2000-05-10 | 1 | -1/+1 |
* | make default tz US/Eastern | Mike Fulbright | 2000-05-04 | 1 | -1/+1 |
* | chdir into chroot | Erik Troan | 2000-04-19 | 1 | -1/+3 |
* | merge from anaconda-6-2j-branch | Matt Wilson | 2000-04-17 | 1 | -0/+39 |
* | various changes to get better ^C, ^Z handling | Erik Troan | 2000-02-23 | 1 | -2/+16 |
* | set system clock on upgrade | Matt Wilson | 2000-02-15 | 1 | -0/+37 |
* | patch from hjl for int overflow | Matt Wilson | 2000-02-15 | 1 | -1/+7 |
* | check useraccount | Matt Wilson | 2000-02-04 | 1 | -0/+15 |
* | o upgrade code rebuilds the db to a tmp dir and opens that db to | Matt Wilson | 2000-02-01 | 1 | -0/+12 |
* | 1) more fstab-ish updates | Erik Troan | 1999-12-11 | 1 | -1/+40 |