| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert loader/ to Makefile.am | David Cantrell | 2009-06-09 | 1 | -158/+0 |
| | | |||||
| * | IBM improvements to linuxrc.s390 (#475350) | David Cantrell | 2009-05-06 | 1 | -1/+4 |
| | | | | | | IBM has reworked linuxrc.s390 to provide a better initial configuration experience for users. | ||||
| * | Add iBFT support to loader | Martin Sivak | 2009-02-12 | 1 | -2/+2 |
| | | |||||
| * | Revert "Port the dlabel feature from RHEL5 bug #316481 into Fedora (#436951)" | Jeremy Katz | 2009-01-08 | 1 | -1/+1 |
| | | | | | | | This reverts commit 89652b6fbe65e5e7922d743a99b07104d071ef42. This patch was not reviewed on the list and does not fix any emergency build breakage. Thus, per policy is being reverted. | ||||
| * | Port the dlabel feature from RHEL5 bug #316481 into Fedora (#436951) | Martin Sivak | 2009-01-08 | 1 | -1/+1 |
| | | |||||
| * | Add libnm_glib CFLAGS and LIBS to loader's Makefile. | David Cantrell | 2008-12-17 | 1 | -3/+3 |
| | | |||||
| * | We already have _GNU_SOURCE defined in Makefile.inc | David Cantrell | 2008-12-05 | 1 | -1/+1 |
| | | | | | Do not define _GNU_SOURCE in loader/Makefile again. | ||||
| * | Use strverscmp() from glibc in place of rpmvercmp() | David Cantrell | 2008-12-05 | 1 | -1/+1 |
| | | | | | | We are linking with glibc now, so use strverscmp() in place of the rpmvercmp() function in loadermisc.c. | ||||
| * | And clean up the tr/ directory while we're at it. | Chris Lumens | 2008-09-11 | 1 | -2/+2 |
| | | |||||
| * | We don't build things statically anymore. | Chris Lumens | 2008-09-11 | 1 | -4/+3 |
| | | |||||
| * | Renamed loader2 subdirectory to loader (hooray for git) | David Cantrell | 2008-08-25 | 1 | -0/+156 |
| | | |||||
| * | remove old loader dir. for referencing, go back to anaconda-8-0-branch | Jeremy Katz | 2003-01-07 | 1 | -254/+0 |
| | | |||||
| * | utf-8 by default | Matt Wilson | 2002-12-12 | 1 | -1/+1 |
| | | |||||
| * | ppc needs to use gzlib with diet | Jeremy Katz | 2002-10-23 | 1 | -0/+3 |
| | | |||||
| * | ppc build fixes | Jeremy Katz | 2002-10-23 | 1 | -1/+1 |
| | | |||||
| * | make ppc use diet | Jeremy Katz | 2002-10-23 | 1 | -2/+19 |
| | | | | | | | define memcmp and memset instead of depending on implicit declarations patches from dan burcaw (dburcaw@terrasoftsolutions.com) | ||||
| * | loader builds... pull forward only a very small amount of the changes from the | Jeremy Katz | 2002-10-22 | 1 | -0/+5 |
| | | | | | 7.1 ppc for now | ||||
| * | * don't use minilibc on x86_64 for now | Jeremy Katz | 2002-09-24 | 1 | -14/+5 |
| | | | | | | | * just build a loader binary for x86_64 * always use minislang/mininewt since we don't get "working" text mode line drawing chars otherwise | ||||
| * | use umount2 instead of umountbefore.libdir.changes | Jeremy Katz | 2002-09-12 | 1 | -0/+18 |
| | | | | | everything builds on hammer now... | ||||
| * | pass diet down into kon2 so that we can build kon2 on both diet and non-diet ↵ | Jeremy Katz | 2002-09-11 | 1 | -1/+1 |
| | | | | | platforms | ||||
| * | merge ia64 changes to HEAD | Jeremy Katz | 2002-09-09 | 1 | -5/+11 |
| | | |||||
| * | use mininewt | Bill Nottingham | 2002-08-16 | 1 | -4/+7 |
| | | |||||
| * | do LFS | Mike Fulbright | 2002-08-07 | 1 | -1/+1 |
| | | |||||
| * | merge ia64 branch bits to have dns work in non-diet loaders | Jeremy Katz | 2002-07-29 | 1 | -0/+2 |
| | | |||||
| * | don't need to define -ggdb, we already get -g from COPTS (#64332) | Jeremy Katz | 2002-07-02 | 1 | -1/+1 |
| | | |||||
| * | move version/release definitions into Makefile.inc so that they can be ↵ | Jeremy Katz | 2002-07-02 | 1 | -2/+0 |
| | | | | | pulled in and used in the loader's version string and the like | ||||
| * | get the easy bits of the merge first.... hampton loader and isys directories | Jeremy Katz | 2002-04-19 | 1 | -6/+3 |
| | | | | | should be fine since I had originally just copied them into hampton from head :) | ||||
| * | merge using zlib for stage2 instead of gzlib | Jeremy Katz | 2002-03-12 | 1 | -3/+3 |
| | | |||||
| * | doh | Mike Fulbright | 2002-02-22 | 1 | -2/+2 |
| | | |||||
| * | new mediacheck screens and support for enhanced stamp files | Mike Fulbright | 2002-02-22 | 1 | -2/+2 |
| | | |||||
| * | use kernel-pcmcia-cs for the pcmcia stuff for the loader | Jeremy Katz | 2002-02-22 | 1 | -2/+1 |
| | | |||||
| * | moved s/390 module-info stuff to main module-info file | Jeremy Katz | 2002-01-07 | 1 | -2/+2 |
| | | |||||
| * | merge most of the s/390 loader changes. as with the last batch, an email | Jeremy Katz | 2001-12-27 | 1 | -2/+7 |
| | | | | | about these will be coming soon | ||||
| * | don't build kon versions of anything | Erik Troan | 2001-12-16 | 1 | -47/+10 |
| | | |||||
| * | enabled telnet ability in loader-network | Erik Troan | 2001-12-16 | 1 | -1/+1 |
| | | |||||
| * | anaconda.spec.in: require modutils-devel | Matt Wilson | 2001-12-11 | 1 | -3/+1 |
| | | | | | | | | | | | | isys/Makefile: don't build any of the stuff in modutils/ loader/Makefile: link against the system modutils loader/dietstubs.c: implement __rawmemchr loader/minilibc.h: add declaration to make things build with current kernel headers po/Makefile: no more gnome-map po/anaconda.pot: regenerate utils/Makefile link against the system modutils | ||||
| * | let's kill this before ewt removes the files :) | Jeremy Katz | 2001-11-16 | 1 | -1/+0 |
| | | |||||
| * | added mediacheck | Mike Fulbright | 2001-11-16 | 1 | -2/+2 |
| | | |||||
| * | changes for dietlibc | Erik Troan | 2001-11-13 | 1 | -35/+62 |
| | | |||||
| * | removed extraneous comment | Erik Troan | 2001-10-17 | 1 | -1/+0 |
| | | |||||
| * | rev | Matt Wilson | 2001-08-09 | 1 | -1/+1 |
| | | |||||
| * | add s390/s390x patchesr0-9-1 | laroche | 2001-07-20 | 1 | -0/+10 |
| | | |||||
| * | use -Os, not -O | Bill Nottingham | 2001-06-22 | 1 | -2/+2 |
| | | |||||
| * | revert S390 changes | Karsten Hopp | 2001-06-20 | 1 | -10/+0 |
| | | |||||
| * | rules for s390 | Karsten Hopp | 2001-06-20 | 1 | -0/+10 |
| | | |||||
| * | merge from (now defunct) anaconda-dispatch branch | Erik Troan | 2001-06-20 | 1 | -7/+8 |
| | | | | | | added telnet server support (not turned on) along with support for cramfs'd files in many places | ||||
| * | kudzustubs was a bad idea -- bill put this same idea into libkudzu_loader | Erik Troan | 2000-12-12 | 1 | -1/+1 |
| | | |||||
| * | added kudzustubs | Erik Troan | 2000-12-12 | 1 | -1/+1 |
| | | |||||
| * | merge from anaconda-7-0-alpha-branch | Matt Wilson | 2000-12-05 | 1 | -1/+5 |
| | | |||||
| * | merge in stuff from ia64 branch | Bill Nottingham | 2000-11-30 | 1 | -8/+15 |
| | | |||||
