| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move log.c from loader into isys. | Ales Kozumplik | 2010-03-08 | 1 | -178/+0 |
| | | | | | | | This is in preparation to use logging from imount.c. We don't want a dependency of isys on loader, instead move logging code into isys and change loader sources to use the log.h header in isys. | ||||
| * | It's necessary to give each vfprintf invocation a fresh va_list (#568235) | Ales Kozumplik | 2010-02-25 | 1 | -3/+6 |
| | | | | | | | | Commit 3fb12e4eafebfa3885c25b9ab93e9c35f6847425 changed the way variable argument list is handled in log.c this causes SIGSEGV on x86_64. I should see 'man vfprintf' the next time. | ||||
| * | logging: make loader say 'loader' (#563009). | Ales Kozumplik | 2010-02-24 | 1 | -10/+10 |
| | | |||||
| * | Make loader log into syslog (so remote logging works for it as well) (#524980) | Ales Kozumplik | 2010-02-24 | 1 | -13/+34 |
| | | |||||
| * | Remove test mode from the loader, too. | Chris Lumens | 2009-12-03 | 1 | -8/+3 |
| | | | | | | All previous comments about test mode being untested apply to loader, but doubly so. | ||||
| * | Make loader log time with milliseconds (part of #524980). | Ales Kozumplik | 2009-12-02 | 1 | -12/+17 |
| | | | | | | This is to make the anaconda.log have consistent entries from loader and from stage 2. | ||||
| * | Renamed loader2 subdirectory to loader (hooray for git) | David Cantrell | 2008-08-25 | 1 | -0/+154 |
| | | |||||
| * | remove old loader dir. for referencing, go back to anaconda-8-0-branch | Jeremy Katz | 2003-01-07 | 1 | -79/+0 |
| | | |||||
| * | now we write out loader log messages to /tmp/anaconda.log also (#62743) | Jeremy Katz | 2002-06-19 | 1 | -4/+25 |
| | | |||||
| * | subvendorids,subdeviceids for trimpcitable | laroche | 2000-08-04 | 1 | -1/+4 |
| | | |||||
| * | make /tmp/install.log new, not append | Erik Troan | 1999-07-20 | 1 | -1/+1 |
| | | |||||
| * | new loader support | Matt Wilson | 1999-06-25 | 1 | -0/+55 |
