summaryrefslogtreecommitdiffstats
path: root/loader2/log.h
Commit message (Collapse)AuthorAgeFilesLines
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-44/+0
|
* Expose the log file descriptors so fwloader can avoid closing them whenPeter Jones2008-04-171-0/+3
| | | | it daemonizes.
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-0/+19
|
* - make nashHotplugLogger use logMessageV()Peter Jones2006-07-181-0/+3
|
* Pass the debug log level to pumpDhcpClassRun (markmc, #197175).Chris Lumens2006-06-291-0/+1
|
* * loader2/log.c: Removed vaLogMessage() and made logMessage() whatDavid Cantrell2006-06-141-1/+0
| | | | | | | | it was in a past life. * loader2/log.h: Removed vaLogMessage() prototype. * loader2/net.c (netlogger): Make a buffer of an arbitrary size, cram the va_list in to that using vsnprintf(), pass to logMessage().
* * loader2/log.c: Added vaLogMessage() to take va_list argument, makeDavid Cantrell2006-06-131-0/+1
| | | | | | logMessage() call this function. * loader2/log.c: vaLogMessage() prototype. * loader2/net.c (netlogger): Call vaLogMessage instead of logMessage().
* Support logging levels in the loader just like in the python parts of theChris Lumens2005-08-131-2/+9
| | | | | | 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.
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-3/+0
| | | | | | | | | | | | | | 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
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-1/+1
| | | | | | | | 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.
* restructuring and clean up of some of the older unused code in the loader.Jeremy Katz2002-11-261-0/+14
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