Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More xf86 modules for x86-64topic/x86_64-branch | Gwenolé Beauchesne | 2003-02-25 | 1 | -0/+17 |
| | |||||
* | - I need LSI Fusion SCSI drivers for x86-64 (Newisys systems, sym53c1030) | Gwenolé Beauchesne | 2003-02-21 | 1 | -1/+2 |
| | | | | | - Add vfat & fat modules on x86-64 too. | ||||
* | Better fix for DNS resolver bug | Gwenolé Beauchesne | 2003-02-21 | 1 | -7/+3 |
| | |||||
* | Workaround DNS resolver bug on 64-bit platforms. | Gwenolé Beauchesne | 2003-02-20 | 1 | -2/+4 |
| | |||||
* | Merge with dietlibc 0.22-1mdk | Gwenolé Beauchesne | 2003-02-20 | 86 | -207/+1122 |
| | |||||
* | Fix mygethostbyaddr(), struct in is not a NULL terminated string. | Gwenolé Beauchesne | 2003-02-20 | 1 | -1/+1 |
| | | | | | i.e. len has to be either sizeof(in.s_addr) or INADDRSZ. | ||||
* | Disable back WANT_TZFILE_PARSER, 0.22 fixed strftime() problem | Gwenolé Beauchesne | 2003-02-20 | 1 | -1/+1 |
| | |||||
* | x86-64 now has only the following images for now: cdrom, network, usb, blank. | Gwenolé Beauchesne | 2003-02-19 | 2 | -5/+5 |
| | | | | | Make sure we don't default to a text install. network.img fits on a floppy. ;-) | ||||
* | Assume we got an error if sycall returned %rax in [ -1 .. -127 ] | Gwenolé Beauchesne | 2003-02-19 | 1 | -2/+2 |
| | |||||
* | Enable all usual stage1-* BINS on x86-64. Add dietlibc to DIRS too for that | Gwenolé Beauchesne | 2003-02-19 | 1 | -2/+8 |
| | | | | | arch. Fix rescue-gui build with $(DIET) wrapper. | ||||
* | Rearrange build so that only mar binary is built with glibc and other objects | Gwenolé Beauchesne | 2003-02-19 | 1 | -9/+3 |
| | | | | | with either glibc or dietlibc. | ||||
* | We only have to build mar here. | Gwenolé Beauchesne | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | Use dietlibc on x86-64 | Gwenolé Beauchesne | 2003-02-18 | 2 | -3/+3 |
| | |||||
* | - Use minilibc on x86-64 | Gwenolé Beauchesne | 2003-02-18 | 9 | -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 none | Gwenolé Beauchesne | 2003-02-18 | 1 | -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 compiled | Gwenolé Beauchesne | 2003-02-18 | 2 | -0/+177 |
| | |||||
* | dynlinker/ directory is obsolete and dead here. | Gwenolé Beauchesne | 2003-02-18 | 1 | -1/+0 |
| | |||||
* | Add missing files, remove extra files/dirs (dynlinker) | Gwenolé Beauchesne | 2003-02-18 | 17 | -0/+599 |
| | |||||
* | Define u_char et al. from <rpc/types.h>. The __dietlibc_u_char mechanism | Gwenolé Beauchesne | 2003-02-18 | 2 | -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() implementation | Gwenolé Beauchesne | 2003-02-18 | 1 | -1/+1 |
| | | | | | can be resolved. | ||||
* | #include <string.h> for memset() | Gwenolé Beauchesne | 2003-02-18 | 1 | -0/+1 |
| | |||||
* | Merge back small config file | Gwenolé Beauchesne | 2003-02-18 | 1 | -13/+13 |
| | |||||
* | Fixes for unmerged parts (contrib, examples) | Gwenolé Beauchesne | 2003-02-18 | 1 | -7/+3 |
| | |||||
* | Merge in CVS dietlibc 0.21 for IA-64 and X86-64 support. However, drop the | Gwenolé Beauchesne | 2003-02-18 | 268 | -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 the | Gwenolé Beauchesne | 2003-02-18 | 674 | -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 the | Gwenolé Beauchesne | 2003-02-18 | 86 | -427/+4073 |
| | | | | | | following architectures we currently don't support: arm, mips, mipsel, parisc, s390, sparc64. | ||||
* | rpm files are not set to live in /usr/lib/rpm, always. | Gwenolé Beauchesne | 2003-02-12 | 2 | -11/+11 |
| | |||||
* | x86-64 specific changes | Gwenolé Beauchesne | 2003-01-20 | 2 | -2/+5 |
| | |||||
* | Only all.img is currently used on x86-64, ia64 and ppc. Therefore, don't | Gwenolé Beauchesne | 2002-11-26 | 1 | -0/+1 |
| | | | | | complain nor try to stat some cdrom.img on first CD. | ||||
* | Don't forget to va_end() what was va_copy()'ed. | Gwenolé Beauchesne | 2002-11-19 | 1 | -0/+2 |
| | |||||
* | Fix implementation of signal() for x86-64, adjust for new kernel-headers | Gwenolé Beauchesne | 2002-11-10 | 1 | -45/+21 |
| | |||||
* | Detect SMP more easily if we have APIC stuff capable | Gwenolé Beauchesne | 2002-11-05 | 1 | -1/+9 |
| | |||||
* | Revert last change | Gwenolé Beauchesne | 2002-11-05 | 1 | -14/+6 |
| | |||||
* | Add generic cpu detection on x86-64 and IA-64, based on | Gwenolé Beauchesne | 2002-11-05 | 1 | -6/+14 |
| | | | | | sysconf(_SC_NPROCESSORS_ONLN) | ||||
* | Somehow, "recent" DrakX changes mutated driver into Driver and card->type | Gwenolé Beauchesne | 2002-10-09 | 1 | -3/+5 |
| | | | | | into card->BoardName | ||||
* | Yeah, stuck with XFree86 4.X server on x86-64 too. | Gwenolé Beauchesne | 2002-10-09 | 1 | -1/+1 |
| | |||||
* | Supported journalised FS on x86-64 are ReiserFS and ext3fs for now. Though, | Gwenolé Beauchesne | 2002-10-09 | 1 | -0/+4 |
| | | | | | | I haven't tested reiserfs and don't expect it to work before next kernel update. | ||||
* | Default to XF4 on x86-64 too | Gwenolé Beauchesne | 2002-10-09 | 1 | -1/+1 |
| | |||||
* | Let's try a real bash prior to defaulting to perl'ish /bin/sh? | Gwenolé Beauchesne | 2002-10-09 | 1 | -3/+3 |
| | |||||
* | wgetrc is in /etc not /usr/lib | Gwenolé Beauchesne | 2002-10-09 | 1 | -1/+1 |
| | |||||
* | SYS_umount does not exist on modern kernels and architectures like x86-64 :) | Gwenolé Beauchesne | 2002-10-09 | 1 | -1/+6 |
| | |||||
* | I surely don't want nor expect grub and loadlin to work on x86-64. | Gwenolé Beauchesne | 2002-10-09 | 1 | -2/+2 |
| | |||||
* | lib64 fixes | Gwenolé Beauchesne | 2002-10-09 | 2 | -7/+10 |
| | |||||
* | Update list for perl mods and XF86 4.2.1 support | Gwenolé Beauchesne | 2002-10-09 | 1 | -109/+109 |
| | |||||
* | - Add x86-64 support with all.img for now as other boot images are way | Gwenolé Beauchesne | 2002-10-09 | 2 | -29/+83 |
| | | | | | | | | | | too big at the moment - Use isolinux on x86-64 too and stop deliberate call to boot_img_i386() - Fix Makefile when BOOT_IMG only contains all.img - "Macroize" references to ramdis_size - Add symlink for /lib64 on lib64 architectures since that's not already in stage1-data/stage1.tar.bz2 | ||||
* | ISO C standard as to say about va_list on 7.15 [#3] | Gwenolé Beauchesne | 2002-10-09 | 1 | -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 support | Gwenolé Beauchesne | 2002-10-09 | 1 | -4/+14 |
| | |||||
* | Add support for x86-64 to minilibc. But we don't really use it yet, as glibc | Gwenolé Beauchesne | 2002-10-09 | 2 | -9/+104 |
| | | | | | | requirements for stage1 undoubtedly make images already bigger. So let have glibc init there too. ;-) | ||||
* | <sys/ioctl.h> is needed | Gwenolé Beauchesne | 2002-10-09 | 1 | -0/+1 |
| | |||||
* | Add support for lib64 architectures (x86-64, ppc64, etc.). Aka native | Gwenolé Beauchesne | 2002-10-09 | 1 | -1/+5 |
| | | | | | libraries are in */lib64 there. |