summaryrefslogtreecommitdiffstats
path: root/isys
Commit message (Collapse)AuthorAgeFilesLines
...
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-0820-566/+520
| | | | | | | | | | | | | | 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
* errant commentMike Fulbright2003-07-071-1/+1
|
* include getmacaddr.c in build processMike Fulbright2003-07-071-1/+1
|
* add binding for getting mac address of nicMike Fulbright2003-07-072-0/+18
|
* routine to get mac addr of nicMike Fulbright2003-07-072-0/+63
|
* need kudzu here tooJeremy Katz2003-07-031-1/+1
|
* fill in model info of net devices with their descriptionBill Nottingham2003-07-031-1/+10
| | | | | | use this in choose-your-own-netdevice screen requires kudzu-1.1.9 or higher.
* if there is already a label on the disk, use it instead of making up ourJeremy Katz2003-06-291-4/+7
| | | | own new one (#92100)
* kill warning. also, fix it in case anyone decides to call it.Bill Nottingham2003-06-261-2/+3
|
* merge from taroon. highlights of this time aroundJeremy Katz2003-06-231-4/+4
| | | | | | | | * ppc boot constraints * md5 endianness * don't prompt to save tracebacks to a floppy without a floppy * autopart for kickstart * network configuration in the loader if vnc/display case
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-066-1/+54
| | | | and cleanups in here too
* merge from taroon branch to HEAD. mostly the package stuff, but alsoJeremy Katz2003-05-201-1/+1
| | | | msw's ctrl-alt-del thing and some arch fixups
* merge changes from taroon-branch. this merges up to anaconda-9.0.2-1.RHELJeremy Katz2003-05-051-1/+10
|
* make useful debugging more useful and support remountMike Fulbright2003-05-014-8/+11
|
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-2410-38/+269
| | | | | | | | after-taroon-merge this one adds s390 fixes, basic i/p series platform support, support for multiple kernels and one second stage, cmdline kickstart mode (nice for s390), some warning cleanups.
* merge taroon branch up until now. tagged as before-taroon-merge before andJeremy Katz2003-03-218-47/+266
| | | | | 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
* this was meant to be removed already -- not used anywhereJeremy Katz2003-03-101-161/+0
|
* remove map from the lang-table. we don't ever use it anymore during theJeremy Katz2003-02-252-3/+3
| | | | install and isys.loadFont was just throwing out the argument (#84275)
* support bind mounts for upgrade/rescue mode.Jeremy Katz2003-02-184-7/+11
| | | | | | | | basically, create a new filesystem type and device which get used and add a keyword parameter for mounting the diff looks large, but most of it is adjusting callers of doPwMount in the loader
* use sig_dfl, sig_ign is special (#84138)Jeremy Katz2003-02-121-1/+1
|
* put start bterm in lang.c, bind from pythonJeremy Katz2003-02-115-1/+41
|
* oops, the kernel sucks againJeremy Katz2003-02-041-0/+4
|
* hammer smp detection (mptable style) - acpi will come laterMatt Wilson2003-01-301-34/+38
|
* oops, didn't mean to commit thatJeremy Katz2003-01-281-1/+1
|
* this no longer existsJeremy Katz2003-01-271-3/+0
|
* oopsJeremy Katz2003-01-271-2/+2
|
* changes that would enable us to support ataraid across pdcraid, hptraid, andJeremy Katz2003-01-276-67/+517
| | | | | | | | silraid. unfortunately, until we can get a matching between ataraid dev and low-level ide devices, we can't filter drives and so don't want to really support yet. this does bring back our filtering to how it was in past releases for ataraid, which should help with the ataraid reports we've gotten for phoebe
* add checking of link status using ethtool since jgarzik says that this isJeremy Katz2003-01-042-16/+463
| | | | | | | The One True Way (tm) of course, it's not supported by everything so we still have to check mii also.
* define USEDIET in top-level Makefile.inc. use throughout instead of scatteringJeremy Katz2002-12-302-6/+2
| | | | into every makefile. fix non-dietlinkage
* fix ejecting -- add a makeDevice param for ejectCdrom (defaults to oldJeremy Katz2002-12-181-4/+9
| | | | behavior) so that we cna pass just the file we want to eject (eg /tmp/cdrom
* only set the unicode keymap up once. if we do it while X is running,Jeremy Katz2002-12-172-3/+14
| | | | Bad Things (tm) happen
* filter out USB and IEEE1394 storage devices as removable tooMike Fulbright2002-12-161-0/+21
|
* require new version of bogl that does not do atexit() stuff, enable boglMatt Wilson2002-12-161-2/+2
|
* first pass at using unicode in text modeMatt Wilson2002-12-113-17/+20
|
* add makedev() wrapperJeremy Katz2002-12-112-0/+12
|
* errno fixesJeremy Katz2002-12-113-5/+1
|
* remove unused methodJeremy Katz2002-12-031-22/+0
|
* ick, the pdc stuff was using balkan to do some filtering. for now, justJeremy Katz2002-12-031-4/+8
| | | | ignore pdc devices with the pdc magic.
* need to include our header nowJeremy Katz2002-12-031-0/+1
|
* move keymap declaration stuff to a common headerJeremy Katz2002-12-032-14/+14
|
* gone from hereJeremy Katz2002-12-031-228/+0
|
* we really want perror hereJeremy Katz2002-12-031-1/+1
|
* this function gets used by the loaderJeremy Katz2002-12-032-1/+9
|
* remove module stuff that doesn't make sense in isys; it's only used by the ↵Jeremy Katz2002-12-032-220/+0
| | | | loader
* don't want to build these objects in isys anymore. they're only used by the ↵Jeremy Katz2002-12-031-4/+3
| | | | loader so don't make sense here
* uses a sane return val now isofs.c changedMike Fulbright2002-12-031-2/+2
|
* make this function return 1 is its an ISO, 0 otherwiseMike Fulbright2002-12-031-5/+6
|
* clean up warningsJeremy Katz2002-12-021-1/+2
|
* - check archs with defined(arch) instead of relying on them being "1"laroche2002-11-301-11/+6
|
* chroot is now in the os module, so let's make isys just do a simple wrapperJeremy Katz2002-11-202-16/+1
| | | | for now. should change everything using isys.chroot to use os.chroot eventually