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
/
isys
Commit message (
Expand
)
Author
Age
Files
Lines
*
* isys/nl.c: Only collect IPv4 and IPv6 addresses for IFF_RUNNING
David Cantrell
2006-09-11
1
-11
/
+18
*
Skip attached devices without media present (like CF readers, etc.) (#205465).
Chris Lumens
2006-09-11
1
-0
/
+5
*
* isys/isys.py (inet_convertPrefixToNetmask): Take IPv4 CIDR prefix
David Cantrell
2006-09-06
1
-0
/
+7
*
* isys/isys.py: Remove inet_aton() and inet_ntoa(). Replaced calls
David Cantrell
2006-09-06
1
-15
/
+20
*
- move device blacklisting from hardDriveDict into driveDict, so we do it
Peter Jones
2006-08-25
1
-22
/
+37
*
2006-08-24 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-08-24
2
-4
/
+11
*
- add a simple audit daemon
Peter Jones
2006-08-22
5
-1
/
+174
*
2006-08-22 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-08-22
1
-0
/
+3
*
- oops, klassArg crap and dm is still busted when klassArg == "cdrom".
Peter Jones
2006-08-21
1
-3
/
+3
*
- don't call isys.flushDriveDict() from makeDriveDeviceNodes(), as it
Peter Jones
2006-08-18
1
-14
/
+22
*
Revert logMessage calls (#201707).
Chris Lumens
2006-08-08
1
-5
/
+4
*
Don't initialize method to a valid selection, since that causes the method
Chris Lumens
2006-08-04
1
-3
/
+3
*
Log why mount failed.
Chris Lumens
2006-08-03
1
-4
/
+6
*
- fix mknod
Peter Jones
2006-07-31
1
-1
/
+1
*
Whitespace changes only. Nothing else.
David Cantrell
2006-07-31
1
-80
/
+81
*
* isys/dns.c: Removed code that's not in use anymore.
David Cantrell
2006-07-28
1
-32
/
+0
*
* isys/dns.c, isys/dns.h: Revert to previous version (DNS problems).
David Cantrell
2006-07-28
3
-28
/
+173
*
- 4 space indentation, not 3.
Peter Jones
2006-07-27
1
-356
/
+356
*
* loader2/urls.c (urlinstStartTransfer): Determine address family
David Cantrell
2006-07-26
3
-174
/
+28
*
Removed isys_calcNetmask and isys_calcNS.
Chris Lumens
2006-07-13
1
-24
/
+0
*
* isys/isys.c: Added back the doConfigNetDevice() and
David Cantrell
2006-07-13
2
-0
/
+104
*
Don't guess the gateway for consistency with loader's UI (#197578).
Chris Lumens
2006-07-12
1
-8
/
+0
*
Hooray for 4th grade C programming class!
David Cantrell
2006-06-27
4
-10
/
+71
*
- get rid of diet.
Peter Jones
2006-06-26
6
-47
/
+5
*
Instead of detecting whether a device is removable or not, detect whether
Chris Lumens
2006-06-22
2
-118
/
+11
*
2006-06-21 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-06-21
1
-2
/
+1
*
2006-06-21 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-06-21
1
-11
/
+22
*
just the sync bit
Jeremy Katz
2006-06-16
1
-22
/
+11
*
2006-06-15 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-06-16
1
-12
/
+24
*
2006-06-15 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-06-15
1
-1
/
+1
*
2006-06-10 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-06-10
1
-0
/
+1
*
HERE COMES YOUR WATER! ....
David Cantrell
2006-06-07
2
-81
/
+1
*
Fix on 64-bit machines (#193609).
Chris Lumens
2006-05-31
1
-1
/
+1
*
* isys/Makefile: Remove getipaddr.o reference.
David Cantrell
2006-05-26
4
-58
/
+2
*
* isys/nl.c (netlink_format_ip_addr): Rewrote to malloc for space
David Cantrell
2006-05-26
2
-17
/
+86
*
* isys/Makefile: Remove getmacaddr references. Add glib CFLAGS and
David Cantrell
2006-05-26
5
-98
/
+12
*
* isys/nl.h: Include glib.h and netinet/in.h.
David Cantrell
2006-05-25
1
-0
/
+3
*
* isys/nl.h: Prototypes for netlink_interfaces_list_free() and
David Cantrell
2006-05-25
2
-1
/
+99
*
* isys/nl.c: Skip Netlink messages with void ARP headers or zero-length
David Cantrell
2006-05-24
1
-0
/
+7
*
All hail the hypnotoad!
David Cantrell
2006-05-24
3
-2
/
+408
*
- Fix keyboard loading hell
Peter Jones
2006-05-10
1
-0
/
+5
*
* isys/isys.py (driveIsRemovable): Split module checking out to its
Peter Jones
2006-05-09
1
-22
/
+31
*
- actually don't warn about usb there, because that codepath isn't dependent
Peter Jones
2006-05-09
1
-4
/
+1
*
- allow usb-storage installs
Peter Jones
2006-05-09
1
-1
/
+4
*
Removed nfs_mountversion.h since that's generated by the Makefile. Ignore
David Cantrell
2006-05-09
2
-1
/
+1
*
s390 build fix.
Chris Lumens
2006-05-08
1
-1
/
+1
*
2006-05-04 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-05-04
1
-0
/
+3
*
2006-05-03 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-05-03
1
-3
/
+0
*
2006-05-01 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-05-02
1
-1
/
+6
*
more build fixage
Jeremy Katz
2006-05-02
1
-0
/
+1
[next]