summaryrefslogtreecommitdiffstats
path: root/loader2/method.c
Commit message (Expand)AuthorAgeFilesLines
* Explicitly set mountOpts to NULL.Chris Lumens2007-11-131-0/+2
* - remove sdupprintf(), use asprintf() instead.Peter Jones2007-10-221-1/+2
* - fix some missing close(), gunzip_close(), and munmap() callsPeter Jones2007-10-191-0/+1
* Same change you just saw on rhel5-branch ported to the HEAD branch.David Cantrell2007-08-061-1/+1
* Move copyDirectory out of both init.c and method.c.Chris Lumens2007-06-191-71/+10
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-181-1/+1
* * loader2/method.c (unpackCpioBall): new function to unpack adlehman2007-01-171-0/+35
* - fix http vs ftp testPeter Jones2006-07-291-1/+1
* 2006-07-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-281-0/+2
* * loader2/cdinstall.c: loaderData->method is now an int.David Cantrell2006-07-271-4/+4
* * loader2/urls.c (urlinstStartTransfer): Determine address familyDavid Cantrell2006-07-261-5/+4
* 2006-07-03 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-041-1/+3
* 2006-06-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-301-8/+3
* Make the boot flags variable global. We don't need to pass it (or a pointer ...David Cantrell2006-06-121-2/+5
* 2005-12-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-011-0/+2
* 2005-11-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-091-7/+7
* 2005-10-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-201-1/+1
* 2005-09-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-151-13/+8
* Support logging levels in the loader just like in the python parts of theChris Lumens2005-08-131-30/+33
* The arch could be up to 65 characters, a little more storage couldn'tBill Nottingham2005-05-181-4/+4
* Add arch to buildstamp and check it. (#151927)Bill Nottingham2005-05-181-5/+5
* Don't overflow the buffer when copying over image location in case loopbackChris Lumens2005-04-261-1/+2
* 2005-04-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-171-1/+1
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-2/+2
* Unmount the loopback mounted ISO image to free up the loopback device forChris Lumens2005-03-111-1/+1
* Oops, fgets needs a char * to return intoPeter Jones2005-03-021-4/+4
* more return values gcc wants us to check.Peter Jones2005-03-021-4/+4
* * loader2/method.c: make validIsoImages check the buildstamp and reportPeter Jones2005-01-251-5/+13
* oops, syntax fixJeremy Katz2004-07-071-0/+1
* try to mount loopback images as vfat too (#127072). could cause weirdnessJeremy Katz2004-07-061-0/+4
* fix for method= based on mattdm's patch (#84156)Jeremy Katz2004-04-301-9/+10
* after some fun debugging with viro and davej...Jeremy Katz2004-01-221-2/+3
* apply mikem's patch to avoid freeing things more than once (#106956)Jeremy Katz2003-12-171-6/+8
* read product path from the build stamp if possible, default to RedHat if notJeremy Katz2003-10-141-3/+8
* make sure loopfd is still open so we can close it in an error case (#106615)Jeremy Katz2003-10-131-2/+3
* merge from taroon branch. product.img stuff, md can be modular, lots ofJeremy Katz2003-07-161-1/+4
* and need it here tooJeremy Katz2003-07-081-1/+2
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-1/+53
* rest of remount tweaksMike Fulbright2003-05-011-4/+4
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-19/+5
* support bind mounts for upgrade/rescue mode.Jeremy Katz2003-02-181-4/+4
* move method from cmdline settings to a function.Jeremy Katz2003-02-131-1/+37
* work on non-o_direct systemsMatt Wilson2003-01-171-0/+4
* attempt to use O_DIRECT for loopback stage2 - should use less kernel buffer...Matt Wilson2003-01-041-6/+15
* loader changes for s/netstg1/netstg2/ and s/hdstg1/hdstg2/Jeremy Katz2002-12-061-1/+1
* ramfs seems to behave now so switch to using it for storage of netstg/hdstgJeremy Katz2002-12-041-2/+3
* added hd install supportMike Fulbright2002-12-031-1/+1
* added function to determine timestamp and release description from stamp file...Mike Fulbright2002-12-031-5/+242
* add method to umount a stage2 imageMike Fulbright2002-12-021-0/+6
* restructuring and clean up of some of the older unused code in the loader.Jeremy Katz2002-11-261-0/+359