Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | set the correct shadow type for the UTC listbefore.removing.utc | bfox | 2002-09-20 | 1 | -0/+1 |
| | |||||
* | make widget padding consistent | bfox | 2002-09-20 | 1 | -2/+2 |
| | |||||
* | make widget padding consistent | bfox | 2002-09-20 | 1 | -11/+8 |
| | |||||
* | just set the shadow type on the scrolled window; then we don't have to ↵ | Jeremy Katz | 2002-09-20 | 1 | -5/+3 |
| | | | | duplicate the viewport creation when we change languages and have to recreate the help widget | ||||
* | put TextViewBrowser inside a Viewport to set_shadow_type correctly | bfox | 2002-09-20 | 1 | -2/+5 |
| | |||||
* | removed HSeparator | bfox | 2002-09-20 | 1 | -1/+0 |
| | |||||
* | add aic79xx (#73782) | Jeremy Katz | 2002-09-20 | 1 | -0/+4 |
| | |||||
* | x86_64 doesn't use socketcall and instead has separate syscalls for socket, | Jeremy Katz | 2002-09-17 | 2 | -1/+22 |
| | | | | bind, listen, accept, etc. deal with appropriately. | ||||
* | Typo | Karsten Hopp | 2002-09-16 | 1 | -1/+1 |
| | |||||
* | oops, this should be using vertag here. also adjust the error message to ↵ | Jeremy Katz | 2002-09-13 | 1 | -2/+2 |
| | | | | not be wrong | ||||
* | duh, it was already there | Jeremy Katz | 2002-09-13 | 1 | -1/+1 |
| | |||||
* | oops, wrong package name | Jeremy Katz | 2002-09-13 | 1 | -1/+1 |
| | |||||
* | need to prereq librpm404-python too | Jeremy Katz | 2002-09-13 | 1 | -1/+1 |
| | |||||
* | add a mk-images.x86_64 and bootdisk msg files and syslinux.cfg based off of | Jeremy Katz | 2002-09-13 | 8 | -0/+273 |
| | | | | the i386 bits | ||||
* | add a keymaps-x86-64 here for now, but really I think that this directory | Jeremy Katz | 2002-09-13 | 1 | -0/+0 |
| | | | | can just go away since we generate the keymap list at tree build time | ||||
* | switch to using setfont from kbd. hopefully this invocation is sane. add | Jeremy Katz | 2002-09-13 | 2 | -2/+5 |
| | | | | x86_64 fonts | ||||
* | allow x86_64 | Jeremy Katz | 2002-09-13 | 1 | -1/+1 |
| | |||||
* | first pass at getting some of the libdir stuff handled for multilib arches | Jeremy Katz | 2002-09-13 | 2 | -126/+138 |
| | | | | | | | | | just by grabbing the "right" files. need to give some more thought to how to handle internally to anaconda since we should be using libdir instead of just plopping in /usr/lib also tagged prior to this as before_libdir_changes | ||||
* | use umount2 instead of umountbefore.libdir.changes | Jeremy Katz | 2002-09-12 | 4 | -2/+94 |
| | | | | everything builds on hammer now... | ||||
* | okay, don't fix this prototype. then we get the built-in, and that's ↵ | Jeremy Katz | 2002-09-11 | 2 | -3/+2 |
| | | | | interesting | ||||
* | x86_64 minilibc fixups | Jeremy Katz | 2002-09-11 | 2 | -12/+21 |
| | | | | | | * fix prototypes to be correct (mostly int/size_t differences) * x86_64 just has a single select and socket syscall instead of new and old * the sigset_t declaration is just true for i386 | ||||
* | let's make this ifdef a tad saner, shall we | Jeremy Katz | 2002-09-11 | 1 | -1/+1 |
| | |||||
* | pass diet down into kon2 so that we can build kon2 on both diet and non-diet ↵ | Jeremy Katz | 2002-09-11 | 2 | -2/+2 |
| | | | | platforms | ||||
* | always assume x86_64 is smp for now | Jeremy Katz | 2002-09-11 | 1 | -0/+2 |
| | |||||
* | no real reason to excludearch these now, even if all of the support for them ↵ | Jeremy Katz | 2002-09-10 | 1 | -1/+0 |
| | | | | isn't quite there | ||||
* | some non-controversial bits of sparc. also pulls in updated loader/stubs.c | Jeremy Katz | 2002-09-10 | 6 | -16/+23 |
| | | | | which should fix non-diet minilibc build | ||||
* | allow alpha, s/Copyright/License/ | Jeremy Katz | 2002-09-10 | 1 | -2/+2 |
| | |||||
* | merge alpha changes from 7.2-alpha | Jeremy Katz | 2002-09-10 | 5 | -20/+96 |
| | | | | | | | | didn't merge the following: * weird handling of /boot and the beginning of the disk. if we do alpha again, we need to do this in some sort of maintainable fashion * some of the weird stuff with adding a single user target in the boot loader config and the like | ||||
* | actually, don't merge this bit. if X is still broken eventually, we can add ↵ | Jeremy Katz | 2002-09-09 | 1 | -6/+0 |
| | | | | it back | ||||
* | tweak for more arches; beehive + arch-specific buildrequires isn't happy | Jeremy Katz | 2002-09-09 | 1 | -2/+8 |
| | |||||
* | merge ia64 changes to HEAD | Jeremy Katz | 2002-09-09 | 12 | -22/+49 |
| | |||||
* | syslinux-splash moved to anaconda-images (merged from 8-0-branch) | Jeremy Katz | 2002-09-09 | 2 | -1/+1 |
| | |||||
* | merge anaconda-8-0-branch to HEAD | Jeremy Katz | 2002-09-05 | 70 | -13139/+13044 |
| | |||||
* | add a .cvsignore for mininewt | Jeremy Katz | 2002-09-05 | 1 | -0/+3 |
| | |||||
* | remove from head too | Jeremy Katz | 2002-08-29 | 83 | -0/+0 |
| | |||||
* | pull comps images from comps-extras | Jeremy Katz | 2002-08-29 | 1 | -1/+10 |
| | |||||
* | new comps icons! woohoo. | glesage | 2002-08-29 | 25 | -0/+0 |
| | |||||
* | update from elvisanaconda-8-0-base | Jeremy Katz | 2002-08-28 | 1 | -26/+27 |
| | |||||
* | check return codes like a good boy | Mike Fulbright | 2002-08-28 | 3 | -3/+9 |
| | |||||
* | tweak to look the way it's supposed to | Jeremy Katz | 2002-08-28 | 1 | -1/+2 |
| | |||||
* | reprobe for floppy devices before going to load driver disks. this is a ↵ | Jeremy Katz | 2002-08-27 | 1 | -0/+6 |
| | | | | dell bug (IT #5954) that did not get escalated to bugzilla properly. I don't see how it could be unsafe, although it's against my better judgement to change this late. | ||||
* | i broke something real good | Mike Fulbright | 2002-08-27 | 1 | -2/+2 |
| | |||||
* | fix #72638 for good (I hope) | Jeremy Katz | 2002-08-26 | 1 | -2/+2 |
| | |||||
* | make consistent with other server icons | Mike Fulbright | 2002-08-26 | 1 | -0/+0 |
| | |||||
* | pull in translation updates from elvis, msgconv'ing as necessary | Jeremy Katz | 2002-08-26 | 13 | -3723/+2239 |
| | |||||
* | don't convert text that is already unicode into unicode (#71993) | Matt Wilson | 2002-08-23 | 1 | -3/+3 |
| | |||||
* | pad end of line with spaces (#70444) | Jeremy Katz | 2002-08-23 | 1 | -0/+4 |
| | |||||
* | kill debug spew | Jeremy Katz | 2002-08-23 | 1 | -5/+0 |
| | |||||
* | dag gonit | Mike Fulbright | 2002-08-23 | 1 | -1/+1 |
| | |||||
* | fix for not finding CD on first CD - bug #70139 | Mike Fulbright | 2002-08-23 | 1 | -1/+7 |
| |