summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Expand)AuthorAgeFilesLines
...
* SNAKES ON A PLANEDavid Cantrell2006-06-281-10/+10
* Fix double free() (#195749). This is the "holy shit we see glibc doubleDavid Cantrell2006-06-271-10/+4
* Fixed corrupted double-linked list problem.David Cantrell2006-06-271-48/+58
* Fix double free() when using a MAC address for ksdevice. Use str2upper()David Cantrell2006-06-271-9/+12
* Removed.David Cantrell2006-06-271-193/+0
* Use vasprintf().David Cantrell2006-06-271-23/+17
* - fix some minor compiler backwashPeter Jones2006-06-261-4/+4
* - get rid of diet.Peter Jones2006-06-262-22/+1
* - make anaconda_trace_init staticPeter Jones2006-06-261-1/+1
* - add optional mtracePeter Jones2006-06-261-13/+40
* - don't leak memoryPeter Jones2006-06-261-4/+6
* 2006-06-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-211-5/+6
* - audit calls to inet_pton, fix at least one likely segfault...Peter Jones2006-06-211-24/+35
* 2006-06-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-211-8/+0
* - set MALLOC_CHECK_ and _MALLOC_PERTURB for the loaderPeter Jones2006-06-211-0/+6
* - don't pass really dumb things as format specifiers...Peter Jones2006-06-201-1/+1
* - make ks.cfg on usb-storage actually workPeter Jones2006-06-203-13/+9
* * loader2/net.c (chooseNetworkInterface): Correctly handly ksdeviceDavid Cantrell2006-06-201-7/+20
* * loader2/Makefile: Cram a new linker path in to loader so that we canDavid Cantrell2006-06-201-1/+4
* 2006-06-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-151-0/+8
* - initialize ttys earlier to make debugging system library breakage easier.Peter Jones2006-06-141-4/+5
* * loader2/log.c: Removed vaLogMessage() and made logMessage() whatDavid Cantrell2006-06-143-9/+14
* Housekeeping.David Cantrell2006-06-131-6/+0
* * loader2/net.c: Last inet_ntoa() -> inet_ntop() conversions.David Cantrell2006-06-132-19/+29
* * loader2/log.c: Added vaLogMessage() to take va_list argument, makeDavid Cantrell2006-06-133-12/+10
* * loader2/net.c (readNetConfig): Put memset for newCfg in correct place.David Cantrell2006-06-131-2/+2
* * loader2/loader.c: parseCmdLineFlags() does not need to return flags.David Cantrell2006-06-133-37/+58
* Make the boot flags variable global. We don't need to pass it (or a pointer ...David Cantrell2006-06-1237-430/+430
* * loader2/loader.c: Clean up formatting to make the file more readable.David Cantrell2006-06-093-76/+100
* Removed doDhcp(), call pumpDhcpClassRun() directly. Added netlogger() toDavid Cantrell2006-06-092-19/+7
* Removed ipv6 from this list. Eh, shrug, and so on.David Cantrell2006-06-091-4/+0
* Loopback is now configured as 127.0.0.1 and ::1/128, so that means we areDavid Cantrell2006-06-081-22/+6
* So stuff works now with IPv6 DHCP. Still have to bring up loopback andDavid Cantrell2006-06-082-222/+58
* Make sure we pull in the ipv6.ko module and load that. I thought a noipv6David Cantrell2006-06-085-10/+26
* HERE COMES YOUR WATER! ....David Cantrell2006-06-076-87/+388
* Add User-Agent header to HTTP requests (#98617). I don't think we can doChris Lumens2006-06-021-6/+23
* Bump version.Chris Lumens2006-05-301-1/+1
* * isys/Makefile: Remove getmacaddr references. Add glib CFLAGS andDavid Cantrell2006-05-263-10/+13
* - anaconda (parseOptions): add flags for multipathPeter Jones2006-05-221-0/+2
* - add 'asix' usb ethernet moduePeter Jones2006-05-191-0/+4
* 2006-05-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-161-3/+1
* Allow MTU to be specified in a kickstart file as well as on the commandChris Lumens2006-05-151-1/+6
* Fix traceback on accessing the cmdline dict.Chris Lumens2006-05-111-0/+2
* * isys/isys.py (driveIsRemovable): Split module checking out to itsPeter Jones2006-05-091-9/+1
* Translatable strings (181594)Paul Nasrat2006-05-092-3/+3
* Don't pop up an invisible window asking for a right keymap in cmdline mode.Chris Lumens2006-05-081-1/+4
* Not very exciting IPv6 stuff yet.David Cantrell2006-05-083-33/+51
* 2006-05-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-012-6/+22
* - per discussion, revert this change.Peter Jones2006-04-283-11/+2
* - make nfs mount options user specifiable.Peter Jones2006-04-283-2/+11