summaryrefslogtreecommitdiffstats
path: root/loader2/loadermisc.c
Commit message (Collapse)AuthorAgeFilesLines
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-247/+0
|
* Use %m rather than strerror() where appropriate.Peter Jones2008-07-081-10/+10
|
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-4/+4
| | | | | | | 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.
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-9/+15
|
* - remove sdupprintf(), use asprintf() instead.Peter Jones2007-10-221-28/+0
|
* Support logging levels in the loader just like in the python parts of theChris Lumens2005-08-131-6/+6
| | | | | | 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.
* 2005-06-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-06-131-1/+1
| | | | | | | | | | | | | | | * 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.
* Guess what? Something else doesn't check the retval from fgets()Peter Jones2005-03-021-2/+2
|
* pull in rpmvercmp, use for sorting so that our sorting is smarter forJeremy Katz2004-06-111-1/+97
| | | | things like hda1, hda2, hda13
* fix memory detection with 2.6Jeremy Katz2003-11-141-1/+1
|
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-0/+1
| | | | | | | | | | | | | | 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
* make graphical installation the default, and change to text based ↵Mike Fulbright2003-06-191-0/+56
| | | | installation for FTP/HTTP if too little RAM detected
* va_copy is broken on s390 (don't have a bug #, just word from karsten).Jeremy Katz2003-03-121-7/+7
| | | | revert to earlier version that's still technically valid.
* restructuring and clean up of some of the older unused code in the loader.Jeremy Katz2002-11-261-0/+116
still a lot to do, but this gets to stage2 for cd, nfs, http, and ftp booting from either the cd initrd or the pxe initrd