index
:
anaconda.git
f12-branch
master
Unnamed repository; edit this file to name it for gitweb.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
loader2
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
SNAKES ON A PLANE
David Cantrell
2006-06-28
1
-10
/
+10
*
Fix double free() (#195749). This is the "holy shit we see glibc double
David Cantrell
2006-06-27
1
-10
/
+4
*
Fixed corrupted double-linked list problem.
David Cantrell
2006-06-27
1
-48
/
+58
*
Fix double free() when using a MAC address for ksdevice. Use str2upper()
David Cantrell
2006-06-27
1
-9
/
+12
*
Removed.
David Cantrell
2006-06-27
1
-193
/
+0
*
Use vasprintf().
David Cantrell
2006-06-27
1
-23
/
+17
*
- fix some minor compiler backwash
Peter Jones
2006-06-26
1
-4
/
+4
*
- get rid of diet.
Peter Jones
2006-06-26
2
-22
/
+1
*
- make anaconda_trace_init static
Peter Jones
2006-06-26
1
-1
/
+1
*
- add optional mtrace
Peter Jones
2006-06-26
1
-13
/
+40
*
- don't leak memory
Peter Jones
2006-06-26
1
-4
/
+6
*
2006-06-21 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-06-21
1
-5
/
+6
*
- audit calls to inet_pton, fix at least one likely segfault...
Peter Jones
2006-06-21
1
-24
/
+35
*
2006-06-21 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-06-21
1
-8
/
+0
*
- set MALLOC_CHECK_ and _MALLOC_PERTURB for the loader
Peter Jones
2006-06-21
1
-0
/
+6
*
- don't pass really dumb things as format specifiers...
Peter Jones
2006-06-20
1
-1
/
+1
*
- make ks.cfg on usb-storage actually work
Peter Jones
2006-06-20
3
-13
/
+9
*
* loader2/net.c (chooseNetworkInterface): Correctly handly ksdevice
David Cantrell
2006-06-20
1
-7
/
+20
*
* loader2/Makefile: Cram a new linker path in to loader so that we can
David Cantrell
2006-06-20
1
-1
/
+4
*
2006-06-15 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-06-15
1
-0
/
+8
*
- initialize ttys earlier to make debugging system library breakage easier.
Peter Jones
2006-06-14
1
-4
/
+5
*
* loader2/log.c: Removed vaLogMessage() and made logMessage() what
David Cantrell
2006-06-14
3
-9
/
+14
*
Housekeeping.
David Cantrell
2006-06-13
1
-6
/
+0
*
* loader2/net.c: Last inet_ntoa() -> inet_ntop() conversions.
David Cantrell
2006-06-13
2
-19
/
+29
*
* loader2/log.c: Added vaLogMessage() to take va_list argument, make
David Cantrell
2006-06-13
3
-12
/
+10
*
* loader2/net.c (readNetConfig): Put memset for newCfg in correct place.
David Cantrell
2006-06-13
1
-2
/
+2
*
* loader2/loader.c: parseCmdLineFlags() does not need to return flags.
David Cantrell
2006-06-13
3
-37
/
+58
*
Make the boot flags variable global. We don't need to pass it (or a pointer ...
David Cantrell
2006-06-12
37
-430
/
+430
*
* loader2/loader.c: Clean up formatting to make the file more readable.
David Cantrell
2006-06-09
3
-76
/
+100
*
Removed doDhcp(), call pumpDhcpClassRun() directly. Added netlogger() to
David Cantrell
2006-06-09
2
-19
/
+7
*
Removed ipv6 from this list. Eh, shrug, and so on.
David Cantrell
2006-06-09
1
-4
/
+0
*
Loopback is now configured as 127.0.0.1 and ::1/128, so that means we are
David Cantrell
2006-06-08
1
-22
/
+6
*
So stuff works now with IPv6 DHCP. Still have to bring up loopback and
David Cantrell
2006-06-08
2
-222
/
+58
*
Make sure we pull in the ipv6.ko module and load that. I thought a noipv6
David Cantrell
2006-06-08
5
-10
/
+26
*
HERE COMES YOUR WATER! ....
David Cantrell
2006-06-07
6
-87
/
+388
*
Add User-Agent header to HTTP requests (#98617). I don't think we can do
Chris Lumens
2006-06-02
1
-6
/
+23
*
Bump version.
Chris Lumens
2006-05-30
1
-1
/
+1
*
* isys/Makefile: Remove getmacaddr references. Add glib CFLAGS and
David Cantrell
2006-05-26
3
-10
/
+13
*
- anaconda (parseOptions): add flags for multipath
Peter Jones
2006-05-22
1
-0
/
+2
*
- add 'asix' usb ethernet modue
Peter Jones
2006-05-19
1
-0
/
+4
*
2006-05-16 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-05-16
1
-3
/
+1
*
Allow MTU to be specified in a kickstart file as well as on the command
Chris Lumens
2006-05-15
1
-1
/
+6
*
Fix traceback on accessing the cmdline dict.
Chris Lumens
2006-05-11
1
-0
/
+2
*
* isys/isys.py (driveIsRemovable): Split module checking out to its
Peter Jones
2006-05-09
1
-9
/
+1
*
Translatable strings (181594)
Paul Nasrat
2006-05-09
2
-3
/
+3
*
Don't pop up an invisible window asking for a right keymap in cmdline mode.
Chris Lumens
2006-05-08
1
-1
/
+4
*
Not very exciting IPv6 stuff yet.
David Cantrell
2006-05-08
3
-33
/
+51
*
2006-05-01 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-05-01
2
-6
/
+22
*
- per discussion, revert this change.
Peter Jones
2006-04-28
3
-11
/
+2
*
- make nfs mount options user specifiable.
Peter Jones
2006-04-28
3
-2
/
+11
[prev]
[next]