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
/
iutil.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get ready for a surprise...
David Cantrell
2006-03-24
1
-6
/
+6
*
* iutil.py: Change isys.mknod to os.mknod. Change isys.makedev to
David Cantrell
2006-03-24
1
-3
/
+3
*
Create a dictionary in flags.py for storing /proc/cmdline. Nuke all
Chris Lumens
2006-03-22
1
-7
/
+2
*
Rip out the guts of iutil. Die die die.
Chris Lumens
2006-03-21
1
-188
/
+17
*
- fix partition naming for dm devices
Peter Jones
2006-02-06
1
-0
/
+2
*
2005-12-20 Bill Nottingham <notting@redhat.com>
Bill Nottingham
2005-12-20
1
-0
/
+4
*
Wrap the rhpl functions instead of copying.
Chris Lumens
2005-12-15
1
-59
/
+7
*
* iutil.py (execWithRedirect): Not the right place to write out
David Cantrell
2005-12-14
1
-6
/
+0
*
* anaconda: Record the PID of the forked process that handles
David Cantrell
2005-12-13
1
-1
/
+7
*
2005-11-15 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2005-11-15
1
-0
/
+21
*
Make /dev/input/event* device nodes needed for some laptop mice.
Chris Lumens
2005-10-14
1
-0
/
+4
*
Add support for Pegasos machine (dwmw2, #166013).
Chris Lumens
2005-08-16
1
-0
/
+1
*
Use new logging system.
Chris Lumens
2005-08-12
1
-10
/
+12
*
2005-04-27 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2005-04-27
1
-1
/
+4
*
remove Size changes until I'm ready to commit them to more of the tree
Peter Jones
2005-03-14
1
-24
/
+27
*
fix the typo I just checked in. swapAmount() has been tested since then ;)
Peter Jones
2005-03-09
1
-1
/
+1
*
make everything appropriate in iutil return Size objects.
Peter Jones
2005-03-09
1
-27
/
+24
*
I will not rely on line numbers in /proc/meminfo.
Peter Jones
2005-03-09
1
-6
/
+7
*
2004-12-20 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2004-12-20
1
-1
/
+1
*
2004-11-03 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2004-11-03
1
-1
/
+3
*
2004-10-04 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2004-10-04
1
-1
/
+1
*
2004-09-23 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2004-09-23
1
-3
/
+2
*
look for usbdevfs being mounted in addition to usbfs... this has been
Jeremy Katz
2004-08-31
1
-0
/
+2
*
allow for doing something with stderr when doing an execWithCapture (part
Jeremy Katz
2004-08-03
1
-1
/
+10
*
sys.exit -> os._exit in children (from msw)
Jeremy Katz
2004-05-19
1
-2
/
+2
*
merge anaconda-10_0-branch changes back to HEAD
Jeremy Katz
2004-05-18
1
-1
/
+1
*
only open fds for stdin, stderr, and stdout in the child to avoid holding
Jeremy Katz
2004-02-18
1
-14
/
+7
*
fix searchpath for execWithCapture
Jeremy Katz
2003-12-23
1
-1
/
+1
*
helps to commit this part
Jeremy Katz
2003-12-08
1
-3
/
+3
*
make the device-mapper device node
Jeremy Katz
2003-12-03
1
-0
/
+30
*
usbfs and not usbdevfs now
Jeremy Katz
2003-12-01
1
-1
/
+1
*
fix for 2.6
Jeremy Katz
2003-11-14
1
-4
/
+7
*
don't cross mounts with getDirSize to avoid counting the nfs tree in
Jeremy Katz
2003-10-22
1
-1
/
+6
*
if you boot with rpmarch=i586 (or similar), use that as the
Jeremy Katz
2003-08-13
1
-3
/
+15
*
ignore symlinks
Mike Fulbright
2003-08-06
1
-1
/
+1
*
merge from taroon branch to head
Jeremy Katz
2003-07-31
1
-0
/
+15
*
merge from taroon branch. product.img stuff, md can be modular, lots of
Jeremy Katz
2003-07-16
1
-1
/
+2
*
slight change in memory sniffing routines. memInstalled() returns amount plug...
Mike Fulbright
2003-06-23
1
-3
/
+28
*
merge from taroon. highlights of this time around
Jeremy Katz
2003-06-23
1
-1
/
+1
*
merge taroon branch. mostly package bits, but a lot of other misc stuff
Jeremy Katz
2003-06-06
1
-0
/
+25
*
another taroon merge. tagged before as before-taroon-merge, after as
Jeremy Katz
2003-04-24
1
-7
/
+4
*
oops, how did I rmeove this
Jeremy Katz
2003-02-28
1
-0
/
+1
*
fixup to make our rmrf even better (don't follow symlinks) and add a warning
Jeremy Katz
2003-02-26
1
-2
/
+4
*
give option to quiet this down now its called in autopart.py:growParts() a wh...
Mike Fulbright
2003-01-14
1
-5
/
+8
*
merge from s390 branch
Matt Wilson
2003-01-08
1
-0
/
+2
*
memoryOverhead isn't used anywhere anymore. simplify
Jeremy Katz
2002-12-03
1
-12
/
+0
*
import raid
Jeremy Katz
2002-10-30
1
-0
/
+2
*
make device nodes for all raid devices also (#71908)
Jeremy Katz
2002-10-25
1
-0
/
+5
*
methods to determine the type of ppc machine.
Jeremy Katz
2002-10-23
1
-0
/
+105
*
iutil.getArch() for ppc
Jeremy Katz
2002-10-22
1
-0
/
+3
[next]