summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
Commit message (Collapse)AuthorAgeFilesLines
* Better fix for DNS resolver bugGwenolé Beauchesne2003-02-211-7/+3
|
* Workaround DNS resolver bug on 64-bit platforms.Gwenolé Beauchesne2003-02-201-2/+4
|
* Merge with dietlibc 0.22-1mdkGwenolé Beauchesne2003-02-2086-207/+1122
|
* Fix mygethostbyaddr(), struct in is not a NULL terminated string.Gwenolé Beauchesne2003-02-201-1/+1
| | | | | i.e. len has to be either sizeof(in.s_addr) or INADDRSZ.
* Disable back WANT_TZFILE_PARSER, 0.22 fixed strftime() problemGwenolé Beauchesne2003-02-201-1/+1
|
* Assume we got an error if sycall returned %rax in [ -1 .. -127 ]Gwenolé Beauchesne2003-02-191-2/+2
|
* Enable all usual stage1-* BINS on x86-64. Add dietlibc to DIRS too for thatGwenolé Beauchesne2003-02-191-2/+8
| | | | | arch. Fix rescue-gui build with $(DIET) wrapper.
* Rearrange build so that only mar binary is built with glibc and other objectsGwenolé Beauchesne2003-02-191-9/+3
| | | | | with either glibc or dietlibc.
* Use dietlibc on x86-64Gwenolé Beauchesne2003-02-182-3/+3
|
* - Use minilibc on x86-64Gwenolé Beauchesne2003-02-189-110/+51
| | | | | | | | - mar requires bzlib to be built beforehand, especially if building with dietlibc - Nuke trickery to handle -DIET objects, everything is now built through the diet driver, defined into $(DIET)
* dietlibc defined __dietlibc__ macro. Also add check for __GLIBC__. If noneGwenolé Beauchesne2003-02-181-3/+6
| | | | | of those C library is used, simply abort compilation.
* Add <net/ethernet.h> and <linux/if_ether.h> so that dhcp.c can be compiledGwenolé Beauchesne2003-02-182-0/+177
|
* dynlinker/ directory is obsolete and dead here.Gwenolé Beauchesne2003-02-181-1/+0
|
* Add missing files, remove extra files/dirs (dynlinker)Gwenolé Beauchesne2003-02-1817-0/+599
|
* Define u_char et al. from <rpc/types.h>. The __dietlibc_u_char mechanismGwenolé Beauchesne2003-02-182-8/+21
| | | | | | | is here to ensure we are not redefining types, if we were to compile programs with -D_BSD_SOURCE (u_char et al. are defined in <sys/types.h> int that case).
* Define WANT_TZFILE_PARSER so that call to tset() in strftime() implementationGwenolé Beauchesne2003-02-181-1/+1
| | | | | can be resolved.
* #include <string.h> for memset()Gwenolé Beauchesne2003-02-181-0/+1
|
* Merge back small config fileGwenolé Beauchesne2003-02-181-13/+13
|
* Fixes for unmerged parts (contrib, examples)Gwenolé Beauchesne2003-02-181-7/+3
|
* Merge in CVS dietlibc 0.21 for IA-64 and X86-64 support. However, drop theGwenolé Beauchesne2003-02-18268-1014/+3580
| | | | | | following architectures we currently don't support: arm, mips, mipsel, parisc, s390, sparc64.
* Merge in CVS dietlibc 0.21 for IA-64 and X86-64 support. However, drop theGwenolé Beauchesne2003-02-18674-4684/+24760
| | | | | | following architectures we currently don't support: arm, mips, mipsel, parisc, s390, sparc64.
* Merge in CVS dietlibc 0.21 for IA-64 and X86-64 support. However, drop theGwenolé Beauchesne2003-02-1886-427/+4073
| | | | | | following architectures we currently don't support: arm, mips, mipsel, parisc, s390, sparc64.
* Don't forget to va_end() what was va_copy()'ed.Gwenolé Beauchesne2002-11-191-0/+2
|
* Fix implementation of signal() for x86-64, adjust for new kernel-headersGwenolé Beauchesne2002-11-101-45/+21
|
* ISO C standard as to say about va_list on 7.15 [#3]Gwenolé Beauchesne2002-10-091-1/+4
| | | | | | | | | | | | | | | If access to the varying arguments is desired, the called function shall declare an object (referred to as ap in this subclause) having type va_list. The object ap may be passed as an argument to another function; if that function invokes the va_arg macro with parameter ap, the value of ap in the calling function is indeterminate and shall be passed to the va_end macro prior to any further reference to ap.199) Which interprets to do reuse a va_list that was already processed. Instead, use a copy. This fixes crashes on x86-64 and debugging feasible, since logging is now available. ;-)
* lib64 supportGwenolé Beauchesne2002-10-091-4/+14
|
* Add support for x86-64 to minilibc. But we don't really use it yet, as glibcGwenolé Beauchesne2002-10-092-9/+104
| | | | | | requirements for stage1 undoubtedly make images already bigger. So let have glibc init there too. ;-)
* <sys/ioctl.h> is neededGwenolé Beauchesne2002-10-091-0/+1
|
* Add support for lib64 architectures (x86-64, ppc64, etc.). Aka nativeGwenolé Beauchesne2002-10-091-1/+5
| | | | | libraries are in */lib64 there.
* Use standard memset() instead of BSD-ish bzero().Gwenolé Beauchesne2002-10-091-1/+1
|
* Add x86-64, use glibc in init and stage1 as dietlibc is not working enoughGwenolé Beauchesne2002-10-092-4/+33
| | | | | | and minilibc for init doesn't seem to let umounting take place at the end of installation.
* Hint compiler about unused arguments and don't make it yell in that case. As,Gwenolé Beauchesne2002-10-092-2/+8
| | | | | we do use -Werror along with -Wall stuff.
* Update to modutils 2.4.19 with x86-64 support and other fixesGwenolé Beauchesne2002-10-0954-465/+1086
|
* This commit was manufactured by cvs2svn to create branchMystery Man2002-09-231-12/+0
| | | | 'x86_64-branch'.
* http: don't add a / between the hostname and the url, apacheGuillaume Cottenceau2002-09-141-1/+1
| | | | | doesn't understand //~fermigier the same way as /~fermigier
* meuhGuillaume Cottenceau2002-09-111-0/+2
|
* probe for usb stuff in info and error msg alsoGuillaume Cottenceau2002-09-111-0/+2
|
* tag version as 9.0Guillaume Cottenceau2002-09-101-1/+1
|
* fake support the firewire in stage1 (as if it were usb ;p)Guillaume Cottenceau2002-09-054-2/+5
|
* merge some code from pcmcia-cs-3.2.1 so that some pci pcmcia driverGuillaume Cottenceau2002-08-291-49/+45
| | | | | use i82365 rather than yenta_socket
* Add missing includes, <string.h> for bzero()Gwenolé Beauchesne2002-08-011-0/+1
|
* hopefully fix "device or resource busy" problem in cdromGuillaume Cottenceau2002-07-311-4/+4
| | | | | | automatic mode (I messed up between truth value and number in a list... the first value is numbered "0" whicih is "false"...)
* fix typoPascal Rigaux2002-07-291-0/+0
|
* - usage of attribute unused (has not been rebuilt since -W? ;p)Guillaume Cottenceau2002-07-261-1/+5
| | | | | | - since i polluted the newt-frontend with probing functions, i need to have probing functions (doing nothing) here :-((
* new logo (simplified for 9.0).Francois Pons2002-07-251-0/+0
|
* enhance (complicate? ;p) device detection so that scsi and usbGuillaume Cottenceau2002-07-2410-66/+130
| | | | | | | | detection are done only when no ide cdrom with mandrake install is detected (speed up), have usb keyboard modules installed before any interactive question, honour "noauto" (skip usb detection and insmod'ing)
* s/usb/moreprofessional/ thanks to vdanenGuillaume Cottenceau2002-07-231-1/+1
|
* stage1 version s/8.2/cooker/Guillaume Cottenceau2002-07-191-1/+1
|
* extend a bit fatal error when trying to executeGuillaume Cottenceau2002-07-161-0/+1
| | | | | /usr/bin/runinstall2 and it's not possible
* small readability & size enhancementGuillaume Cottenceau2002-07-081-3/+3
|