index
:
anaconda.git
dup
firstboot-support
master
msivak
newtui
threading
Anaconda installer - personal development space, mostly the new TUI
Martin Sivák
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
isys
/
isys.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move isys and booty into the pyanaconda/ directory, adjust paths to match.
Chris Lumens
2010-06-28
1
-726
/
+0
*
Put a missing close brace back into isys.c.
Chris Lumens
2010-05-28
1
-0
/
+1
*
refactoring: put totalMemory() into isys.
Ales Kozumplik
2010-05-27
1
-0
/
+7
*
Make ssid and wepkey in boot params and stage 1 kickstart work (#473803)
Radek Vykydal
2010-05-24
1
-0
/
+16
*
improve the memory checking so it reflects better the hungry architectures.
Ales Kozumplik
2010-05-19
1
-0
/
+1
*
memory: increase the RAM limits, check for URL installs (#549653).
Ales Kozumplik
2010-05-06
1
-0
/
+1
*
Unlock the CD tray door in isys.ejectcdrom() (#569377)
Peter Jones
2010-03-25
1
-0
/
+6
*
make sure the new logging also works when isys is imported as a python module.
Ales Kozumplik
2010-03-08
1
-0
/
+9
*
Remove isys/dasd.c, functions no longer needed in isys.
David Cantrell
2010-02-22
1
-27
/
+0
*
Remove no longer used isys EDD code
Hans de Goede
2010-01-28
1
-24
/
+0
*
Nothing has a kernel-smp anymore so none of this code is useful.
Chris Lumens
2009-12-10
1
-17
/
+0
*
Remove unused selinux file context functions from isys.
David Lehman
2009-12-08
1
-46
/
+0
*
Replace all popt use with glib's option parsing code.
David Cantrell
2009-11-18
1
-1
/
+0
*
Clear out state before calling XkbGetState.
Chris Lumens
2009-10-08
1
-0
/
+1
*
Remove some unused isys methods.
Chris Lumens
2009-09-29
1
-82
/
+0
*
Make anaconda know its version number (#520061)
David Cantrell
2009-09-04
1
-0
/
+6
*
Run /bin/umount instead of calling umount(2) in _isys.umount (#493333)
David Cantrell
2009-04-08
1
-7
/
+26
*
Remove isys.getDeviceByToken since it is no longer used.
Chris Lumens
2009-04-02
1
-19
/
+0
*
If we have no error string, place None in the tuple.
David Cantrell
2009-03-19
1
-1
/
+8
*
Remove isys.e2fslabel() and isys.getraidsb()
David Cantrell
2008-12-19
1
-67
/
+0
*
Support ksdevice=link when booting from boot.iso.
David Cantrell
2008-10-02
1
-0
/
+16
*
Bring back isys.resetResolv() and fix NetworkManager polling in network.py.
David Cantrell
2008-09-24
1
-0
/
+14
*
Remove doConfigNetDevice() prototype.
David Cantrell
2008-09-15
1
-1
/
+0
*
Remove code from isys not needed for NetworkManager.
David Cantrell
2008-09-15
1
-93
/
+0
*
On HDISO installs, mark LABEL= and UUID= partitions as protected.
Chris Lumens
2008-09-15
1
-0
/
+19
*
Remove isys.getopt()
David Cantrell
2008-08-26
1
-148
/
+0
*
Add getDeviceProperties() and rewrite getMacAddress()
David Cantrell
2008-08-25
1
-14
/
+0
*
Do not include wireless.h
David Cantrell
2008-08-25
1
-1
/
+0
*
Rewrite isys.isWireless() to use D-Bus and NetworkManager
David Cantrell
2008-08-25
1
-14
/
+0
*
Rewrite isys.getIPAddress() to use D-Bus and NetworkManager.
David Cantrell
2008-08-25
1
-27
/
+0
*
Rename isys/net.h to isys/ethtool.h, removed unnecessary typedefs.
David Cantrell
2008-08-25
1
-1
/
+1
*
Use NetworkManager instead of libdhcp. (#458183)
David Cantrell
2008-08-25
1
-125
/
+46
*
When mount fails, pass the error message up to the UI layer.
Chris Lumens
2008-08-25
1
-4
/
+4
*
Display capslock status correctly (#442258)
David Cantrell
2008-08-04
1
-0
/
+23
*
MD_NEW_SIZE_BLOCKS no longer exists in newer kernel headers.
Chris Lumens
2008-07-23
1
-3
/
+3
*
Check return value of asprintf() consistently
David Cantrell
2008-06-27
1
-5
/
+9
*
Per strtol(3) man page, set errno=0 before call.
David Cantrell
2008-06-27
1
-2
/
+5
*
Use strtol() instead of atoi()
David Cantrell
2008-06-26
1
-1
/
+7
*
Spell pseudo correctly.
Peter Jones
2008-06-26
1
-3
/
+3
*
Make sure we return the same kind of exception in all cases.
Chris Lumens
2008-03-17
1
-2
/
+7
*
This var can also be None.
Joel Andres Granados
2008-02-20
1
-1
/
+1
*
Mount flags should be an optional argument (#433279, #433280).
Chris Lumens
2008-02-18
1
-2
/
+2
*
Fix the build
Jeremy Katz
2008-02-12
1
-1
/
+1
*
Use the mount program instead of our own code.
Chris Lumens
2008-02-11
1
-13
/
+5
*
Rename nl.c to iface.c and functions to iface_*
David Cantrell
2008-02-08
1
-3
/
+3
*
Initialize int here to fix compiler warnings.
David Cantrell
2008-01-30
1
-1
/
+1
*
Use libnl to get interface MAC and IP addresses
David L. Cantrell Jr
2008-01-22
1
-3
/
+3
*
GPLv2+ boilerplates for isys/ source files.
David Cantrell
2007-12-17
1
-0
/
+19
*
Get out of the business of creating device nodes.
Bill Nottingham
2007-12-07
1
-19
/
+0
*
Use libblkid instead of custom filesystem probing
Jeremy Katz
2007-12-03
1
-0
/
+32
[next]