| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | refactoring: put totalMemory() into isys. | Ales Kozumplik | 2010-05-27 | 1 | -0/+1 |
| * | Advance line pointer & don't strdup(val) on error in readNetInfo | David Cantrell | 2010-05-07 | 1 | -37/+38 |
| * | Use module reloading in driver disc operations (#590015) | Martin Sivak | 2010-05-07 | 1 | -22/+29 |
| * | Log problem line if unquoting failed in readNetInfo() | David Cantrell | 2010-05-06 | 1 | -2/+3 |
| * | Do not automatically backtrace when telnetd quits (#588964). | Chris Lumens | 2010-05-05 | 1 | -2/+1 |
| * | Read in network settings correctly, as configured by linuxrc.s390 | David Cantrell | 2010-05-04 | 1 | -112/+69 |
| * | Bring up network for local hd vnc kickstart installs (#522064) | David Cantrell | 2010-04-29 | 1 | -0/+5 |
| * | Don't sigsegv on stage2= derived from invalid repo= parameter (#574746). | Radek Vykydal | 2010-04-16 | 1 | -1/+3 |
| * | Don't segfault if proxyUser or proxyPassword are empty (#580226). | Chris Lumens | 2010-04-09 | 1 | -2/+2 |
| * | yum requires the proxy settings to include a protocol (#576691). | Chris Lumens | 2010-04-08 | 1 | -12/+3 |
| * | Adjust paths that reference things that have moved. | Chris Lumens | 2010-04-06 | 1 | -2/+2 |
| * | Fix early networking log message to correctly assign blame. | Peter Jones | 2010-04-01 | 1 | -2/+5 |
| * | loader: con Newt into thinking LANG is always en_US.UTF-8 (#576541). | Ales Kozumplik | 2010-04-01 | 1 | -2/+19 |
| * | Remove dasdSetup() from loader. | David Cantrell | 2010-03-30 | 1 | -1/+0 |
| * | Fix uninitialized variable compile error (#577501) | Martin Sivak | 2010-03-29 | 1 | -1/+1 |
| * | Remove isys/str.c, replace calls with glib.h or string.h calls. | David Cantrell | 2010-03-24 | 1 | -3/+2 |
| * | move log.c from loader into isys. | Ales Kozumplik | 2010-03-08 | 1 | -1/+1 |
| * | Make loader log into syslog (so remote logging works for it as well) (#524980) | Ales Kozumplik | 2010-02-24 | 1 | -2/+0 |
| * | Revert "Add back hald for Xorg input device queries (#553780)" | Chris Lumens | 2010-02-23 | 1 | -6/+0 |
| * | Prompt user for install method when going back to STEP_METHOD. | David Cantrell | 2010-02-11 | 1 | -0/+1 |
| * | Move the isHeadless attribute onto the Anaconda class. | Chris Lumens | 2010-02-04 | 1 | -0/+4 |
| * | Fix SIGSEGV in dlabel feature (#556390) | Martin Sivak | 2010-01-20 | 1 | -0/+7 |
| * | Get rid of "stage2param" in parseCmdLineFlags(); it is unused. | Peter Jones | 2010-01-15 | 1 | -4/+2 |
| * | Load all scsi_dh_* modules, since they can't be modprobe by aliases... | Peter Jones | 2010-01-15 | 1 | -0/+51 |
| * | reIPL code cleanup in loader | David Cantrell | 2010-01-15 | 1 | -3/+2 |
| * | Testing mode was removed. | Radek Vykydal | 2010-01-15 | 1 | -5/+3 |
| * | Add back hald for Xorg input device queries (#553780) | David Cantrell | 2010-01-13 | 1 | -0/+8 |
| * | Use the updated DriverDisc code in loader | Martin Sivak | 2010-01-08 | 1 | -0/+45 |
| * | Bring back missing IPv6 pieces that were lost in time. | David Cantrell | 2010-01-07 | 1 | -0/+4 |
| * | Remove test mode from the loader, too. | Chris Lumens | 2009-12-03 | 1 | -65/+49 |
| * | Introduces check_asprintf macro that checks asprintfs return value and termin... | Ales Kozumplik | 2009-11-19 | 1 | -66/+23 |
| * | Move libcurl initialization to urlinstTransfer() (#537870). | David Cantrell | 2009-11-18 | 1 | -4/+0 |
| * | Replace all popt use with glib's option parsing code. | David Cantrell | 2009-11-18 | 1 | -24/+35 |
| * | Clean up initProductInfo() in loader.c. | David Cantrell | 2009-11-18 | 1 | -37/+45 |
| * | Use glib data structures in loader's module handling code. | David Cantrell | 2009-11-16 | 1 | -1/+5 |
| * | Remove last references to hal. | David Cantrell | 2009-11-12 | 1 | -8/+0 |
| * | Get rid of dead code, and fix gettimespecofday's math. | Peter Jones | 2009-11-06 | 1 | -39/+1 |
| * | If init or loader exit unexpectedly, traceback. | Peter Jones | 2009-11-05 | 1 | -20/+56 |
| * | Reintegrate reipl to trigger reboot/halt on s390x correctly. (#528380) | Steffen Maier | 2009-10-16 | 1 | -2/+9 |
| * | Make LOADER_FLAGS_NOSHELL default also for s390x not just s390 (#527063) | Steffen Maier | 2009-10-15 | 1 | -2/+2 |
| * | Pass the proxy config information to stage2. | Chris Lumens | 2009-09-30 | 1 | -0/+32 |
| * | Add support for proxies to the command line. | Chris Lumens | 2009-09-30 | 1 | -0/+5 |
| * | Add a CURL instance to the loader data. | Chris Lumens | 2009-09-30 | 1 | -0/+5 |
| * | Improve loader messages in parseCmdLineFlags when passing vnc (#526350). | Steffen Maier | 2009-09-29 | 1 | -2/+3 |
| * | Do not try to load floppy, edd, pcspkr, or iscsi_ibft on s390x. | David Cantrell | 2009-09-21 | 1 | -1/+5 |
| * | Fix askmethod + stage2= (#516973, #519288, #518194) | Radek Vykydal | 2009-09-10 | 1 | -0/+6 |
| * | Make anaconda know its version number (#520061) | David Cantrell | 2009-09-04 | 1 | -1/+0 |
| * | We convert cmdline args to longs in several places, so reduce to a function. | Chris Lumens | 2009-09-02 | 1 | -44/+23 |
| * | Fix going back in "Inst. Method" and "Configure TCP/IP" screens in stage 1 (#... | Radek Vykydal | 2009-08-26 | 1 | -3/+14 |
| * | Add the kssendsn parameter and corresponding flag. | Chris Lumens | 2009-08-17 | 1 | -0/+2 |