| Commit message (Expand) | Author | Age | Files | Lines |
* | 1.17 | Olivier Blin | 2007-09-24 | 1 | -1/+1 |
* | 1.16 | Pascal Rigaux | 2007-09-05 | 1 | -1/+1 |
* | 1.15 | Olivier Blin | 2007-08-27 | 1 | -1/+1 |
* | 1.14 | Olivier Blin | 2007-08-23 | 1 | -1/+1 |
* | 1.13 | Olivier Blin | 2007-08-21 | 1 | -1/+1 |
* | 1.12 | Olivier Blin | 2007-08-20 | 1 | -1/+1 |
* | 1.11 | Olivier Blin | 2007-08-15 | 1 | -1/+1 |
* | - use ldetect/libmodprobe/libpci instead of custom pci/usb probe | Olivier Blin | 2007-08-14 | 1 | -1/+1 |
* | use new path for diet libz | Olivier Blin | 2007-08-13 | 1 | -1/+1 |
* | link init with stage1 libc (oh no, we are losing 6k!) since minilibc use remo... | Olivier Blin | 2007-07-17 | 1 | -11/+4 |
* | do not explicitely set INIT_HEADERS to init-libc-headers.h, it already defaul... | Olivier Blin | 2007-07-17 | 1 | -5/+2 |
* | fix build of pppoe by using dietlibc termios header | Olivier Blin | 2007-07-16 | 1 | -1/+1 |
* | 1.10 | Olivier Blin | 2007-07-16 | 1 | -1/+1 |
* | link rescue-gui with params (prepare next commits) | Olivier Blin | 2007-07-05 | 1 | -1/+1 |
* | - move parameters functions in params.c | Olivier Blin | 2007-07-05 | 1 | -1/+1 |
* | 1.9 | Pascal Rigaux | 2007-06-29 | 1 | -1/+1 |
* | build pcmcia header only on i386/x86_64 (patch from Pixel, #30668) | Olivier Blin | 2007-05-09 | 1 | -3/+3 |
* | 1.8 | Olivier Blin | 2007-04-25 | 1 | -1/+1 |
* | pass DISTRIB_TYPE when building stage1 (useful to know which mirro list to re... | Olivier Blin | 2007-04-25 | 1 | -1/+1 |
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -67/+31 |
* | ka support (initially from Antoine Ginies and Erwan Velu) | Olivier Blin | 2005-08-28 | 1 | -3/+4 |
* | fix build on x86_64 | Thierry Vignaud | 2005-08-03 | 1 | -1/+1 |
* | Fix path of librpc.a now that we use the system's dietlibc | Rafael Garcia-Suarez | 2005-05-06 | 1 | -1/+1 |
* | use installed dietlibc, not our forked cvs version | Pascal Rigaux | 2005-05-06 | 1 | -11/+2 |
* | initial wireless support (needs ESSID, and optionally a WEP key) | Olivier Blin | 2005-04-20 | 1 | -1/+1 |
* | pcmcia also works on x86-64 (old 10.1-branch) | Gwenolé Beauchesne | 2005-03-17 | 1 | -0/+8 |
* | allow to clean local directory only | Olivier Blin | 2005-03-16 | 1 | -1/+3 |
* | partition.c is used only in disk installs for now | Olivier Blin | 2005-03-16 | 1 | -2/+2 |
* | don't forget to link with third_party stuff | Olivier Blin | 2005-03-09 | 1 | -1/+1 |
* | move partition stuff in partition.c and common disk stuff in tools.c | Olivier Blin | 2005-03-09 | 1 | -1/+1 |
* | add a dhcp-client built using mdk-stage1 code | Pascal Rigaux | 2005-01-31 | 1 | -5/+17 |
* | only prompt for "Additional Drivers floppy" for network | Pascal Rigaux | 2005-01-28 | 1 | -1/+1 |
* | include gi/Makefile.config to have DISTRIB_DESCR defined | Pascal Rigaux | 2005-01-18 | 1 | -0/+1 |
* | factorize the distrib version | Pascal Rigaux | 2005-01-15 | 1 | -3/+1 |
* | minimal bootsplash stage1 support | Pascal Rigaux | 2004-12-20 | 1 | -3/+3 |
* | major switch from ramdisk to clp | Pascal Rigaux | 2004-11-16 | 1 | -3/+3 |
* | build init using $(DIET) just like stage2-* (needed for ppc, and nicer), | Pascal Rigaux | 2004-11-12 | 1 | -22/+6 |
* | remove GLIBC_LDFLAGS_STAGE1 and DIETLIBC_LDFLAGS_STAGE1 since they were not u... | Pascal Rigaux | 2004-11-12 | 1 | -6/+2 |
* | drop unused INIT_LIBC, GLIBC_LIBC, DIETLIBC_LIBC (all 3 were empty at the mom... | Pascal Rigaux | 2004-11-12 | 1 | -7/+4 |
* | don't use minilibc.h on ppc | Pascal Rigaux | 2004-11-12 | 1 | -3/+13 |
* | simplify arch dependent config based on dietlibc vs glibc. | Pascal Rigaux | 2004-11-12 | 1 | -18/+5 |
* | some defines are not arch dependent | Pascal Rigaux | 2004-11-12 | 1 | -6/+7 |
* | - no need to build stage1-cdrom nor stage1-network for MOVE | Pascal Rigaux | 2004-11-05 | 1 | -7/+3 |
* | cleanup (hoist MOVE_ADDSRC in STAGE1SRC) | Pascal Rigaux | 2004-11-05 | 1 | -3/+3 |
* | remove duplicates in STAGE1OBJS-FULL, this removes make warnings | Pascal Rigaux | 2004-11-05 | 1 | -2/+4 |
* | MandrakeSoft -> Mandrakesoft | Pascal Rigaux | 2004-07-20 | 1 | -1/+1 |
* | define _FILE_OFFSET_BITS=64 so that stat() is large files aware | Olivier Blin | 2004-06-23 | 1 | -1/+1 |
* | allow to use ISO images in NFS install | Olivier Blin | 2004-06-21 | 1 | -1/+1 |
* | split directory specific functions and move them from disk.c to directory.c (... | Olivier Blin | 2004-06-21 | 1 | -1/+1 |
* | upgrade distrib version | Olivier Blin | 2004-06-15 | 1 | -1/+1 |