| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
For instances where the asprintf() was ignored, wrap it in
a test to check if it failed. If it failed, log a message
and abort. There may be some instances where abort may
not be what we want to do, however, we were ignoring the
return value completely so if we did get a failure, it would
just SIGSEGV. Now it will SIGABRT instead.
|
| |
|
|
|
| |
Also change isys's mount function to take its arguments as a string like
would be passed to the mount program, instead of a handful of flags.
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually
we'll get an AUTHORS file and will just remove author names from the
individual files. Also fixed a type in scripts/dumphdrlist.py where
Author was listed twice.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
* loader2/driverdisk.c: Better checking for what driver disks
really need now and erroring appropriately (#195899)
|
| |
|
|
| |
to it) all over the place.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* loader2/driverdisk.c: Clean up log levels.
* loader2/firewire.c: Likewise.
* loader2/hardware.c: Likewise.
* loader2/hdinstall.c: Likewise.
* loader2/lang.c: Likewise.
* loader2/loader.c: Likewise.
* loader2/log.h: Likewise.
* loader2/mediacheck.c: Likewise.
* loader2/method.c: Likewise.
* loader2/modstubs.c: Likewise.
* loader2/modules.c: Likewise.
* loader2/net.c: Likewise.
* loader2/nfsinstall.c: Likewise.
* loader2/pcmcia.c: Likewise.
* loader2/urls.c: Likewise.
* loader2/usb.c: Likewise.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* isys/imount.c (doPwMount): Make arguments for doPwMount
simpler. Use a bitmask of flags and pass extra data like
mount(2). Use flags for nfs and pass arguments onto nfsmount().
Kill some dead code.
* isys/imount.c (doPwMount): Update prototype, add constants.
* isys/isys.c (doMount): Update for new API.
* loader2/cdinstall.c: Likewise.
* loader2/driverdisk.c: Likewise.
* loader2/hdinstall.c: Likewise.
* loader2/loader.c: Likewise.
* loader2/method.c: Likewise.
* loader2/nfsinstall.c: Likewise.
* loader2/usb.c: Likewise.
|
| | |
|
| |
|
|
|
|
| |
installer. Also make the output look the same. This isn't going to be
nearly as sophisticated as the python logging module, but it will at least
behave similarly with command line options.
|
| |
|
|
|
| |
* loader2/driverdisk.c (loadDriverFromMedia): Apply patch from
Akinobu Mita <mita@miraclelinux.com> to fix dd off of sda1:/dd.img
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Makefile Makefile.inc mini-wm.c xmouse.c xutils.c isys/Makefile
isys/isys.c isys/lang.c isys/smp.c isys/uncpio.c
isys/gzlib/Makefile isys/gzlib/inflate.c loader2/Makefile
loader2/driverdisk.c loader2/driverselect.c loader2/hdinstall.c
loader2/init.c loader2/kickstart.c loader2/loader.c
loader2/loadermisc.c loader2/moduleinfo.h loader2/modules.c
loader2/net.c loader2/nfsinstall.c loader2/telnet.c
loader2/undomounts.c loader2/urlinstall.c utils/Makefile
utils/genhdlist.c utils/mapshdr.c utils/snarffont.c: Define cflags
in one place (Makefile.inc) and use a consistent set
everywhere. Fix up some of the compile warnings this uncovered.
Also fix a few more things that -Wextra turned up.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
* loader2/driverdisk.c (useKickstartDD): Add support for
biosdev in driverdisk directive. Patch basically from Rez Kabir
AT dell (#142738)
|
| |
|
|
| |
* loader2/driverdisk.c: Another uninitialized variable (#133996)
|
| |
|
|
| |
* loader2/driverdisk.c: Fix hang with driver disks (#131112, #122952)
|
| |
|
|
|
|
|
| |
* loader2/driverdisk.c:
Don't try to mount as ext3 (we don't have the module).
If we haven't mounted a partition, don't fail the driver
disk load (#133036)
|
| | |
|
| |
|
|
| |
allow pci.ids and modules.pcimap on driver disks
|
| |
|
|
| |
and a few other little cosmetic things
|
| |
|
|
| |
disk-like devices (think usb key) in the list yet
|
| | |
|
| |
|
|
| |
cards right now, but it could be relevant for other probes in the future)
|
| | |
|
| |
|
|
|
| |
list everywhere. stop passing around kd. link with libpci_loader (built
with diet) on diet arches to avoid dirent incompatibilities
|
| |
|
|
| |
from Nate Faerber <nfaerber@penguincomputing.com>)
|
| |
|
|
|
|
|
|
|
|
|
| |
device (#106492)
Changes:
1) Don't probe BUS_UNSPEC, do explicit IDE | SCSI | MISC. Use for both floppy
and cd which reverts to old behavior + probing misc for cd (and thus catch
viocd)
2) Make sure that device exists before adding to the list so something like
this can't cause a problem in the future.
|
| | |
|
| |
|
|
| |
fairly large merge, but all fairly obvious stuff. will test in a tree tomorrow
|
| |
|
|
|
|
|
|
|
| |
* firewall update
* iSeries PReP size
* ppc mediacheck
* tzdata stuff
* cmdline mode
* pkg defaults screen
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
buildinstall stuff
|
| |
|
|
| |
and cleanups in here too
|
| | |
|
| |
|
|
|
|
|
|
| |
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.
|