Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | close file descriptors | Guillaume Cottenceau | 2003-09-18 | 2 | -6/+10 |
| | |||||
* | fix recovery behaviour thx to francois comments | Guillaume Cottenceau | 2003-09-11 | 1 | -9/+5 |
| | |||||
* | recovery | Guillaume Cottenceau | 2003-09-10 | 6 | -36/+148 |
| | |||||
* | 9.2 | Guillaume Cottenceau | 2003-09-10 | 1 | -1/+1 |
| | |||||
* | created simple image from 9.2 install isolinux pictures for floppy. | Francois Pons | 2003-09-03 | 1 | -0/+0 |
| | |||||
* | also display probe.c entries that are completely missing from pcitable | Guillaume Cottenceau | 2003-08-21 | 1 | -3/+3 |
| | |||||
* | 0x1524 0x1411 is a yenta_socket on Asus Pundit machine (laurent at pschit.net) | Guillaume Cottenceau | 2003-08-21 | 1 | -0/+1 |
| | |||||
* | Use "%p" specifier as "Base" is likely to be an address. | Gwenolé Beauchesne | 2003-08-20 | 1 | -3/+3 |
| | |||||
* | Use <net/if_arp.h> thusly bypassing need for <linux/byteorder/generic.h> | Gwenolé Beauchesne | 2003-08-20 | 1 | -1/+1 |
| | |||||
* | 64-bit clean RPC code enough to let MDK stage1 do NFS mounts | Gwenolé Beauchesne | 2003-08-19 | 5 | -141/+180 |
| | |||||
* | XDR security fix from glibc [CAN 2003-0028] | Gwenolé Beauchesne | 2003-08-19 | 3 | -54/+37 |
| | |||||
* | Gracefully handle IPPROTO_TCP in pmap_getport() [PR libc/4943] | Gwenolé Beauchesne | 2003-08-19 | 1 | -2/+6 |
| | |||||
* | Fix htonl() on 64-bit platforms | Gwenolé Beauchesne | 2003-08-19 | 3 | -8/+8 |
| | |||||
* | Really match dietlibc 0.22 for <sys/types.h> u_long definition though | Gwenolé Beauchesne | 2003-08-19 | 1 | -1/+1 |
| | | | | | it ought to be uint32_t. | ||||
* | Fix varargs for AMD64 | Gwenolé Beauchesne | 2003-08-19 | 1 | -1/+1 |
| | |||||
* | Build ppp stuff on AMD64 too | Gwenolé Beauchesne | 2003-08-19 | 1 | -4/+1 |
| | |||||
* | full pci probe can't be run with fopen/fread because we might read too many ↵ | Guillaume Cottenceau | 2003-08-13 | 1 | -4/+8 |
| | | | | bytes. this was the reason for freezes on some boxes from drakx, that may impact stage1 also, so better change that. | ||||
* | Fix merge from amd64-branch | Gwenolé Beauchesne | 2003-08-13 | 1 | -1/+1 |
| | |||||
* | some more pci id's from pcmcia-cs-3.2.4 | Guillaume Cottenceau | 2003-07-09 | 1 | -0/+8 |
| | |||||
* | fix dep of "make clean && make" | Guillaume Cottenceau | 2003-06-06 | 1 | -1/+4 |
| | |||||
* | we're in cooker now | Guillaume Cottenceau | 2003-06-06 | 1 | -1/+1 |
| | |||||
* | fix build with new gcc | Pascal Rigaux | 2003-06-05 | 1 | -2/+2 |
| | |||||
* | latest missing files | Gwenolé Beauchesne | 2003-06-04 | 9 | -0/+156 |
| | |||||
* | add missing scripts | Gwenolé Beauchesne | 2003-06-04 | 2 | -0/+13 |
| | |||||
* | even more removals | Gwenolé Beauchesne | 2003-06-04 | 37 | -1446/+0 |
| | |||||
* | remove obsolete bits | Gwenolé Beauchesne | 2003-06-04 | 94 | -381/+0 |
| | |||||
* | Import dietlibc 0.22 + other fixes for AMD64 | Gwenolé Beauchesne | 2003-06-04 | 502 | -0/+19926 |
| | |||||
* | typo from post-rereading | Gwenolé Beauchesne | 2003-06-04 | 1 | -1/+1 |
| | |||||
* | Merge from R9_0-AMD64, most notably: | Gwenolé Beauchesne | 2003-06-04 | 516 | -5476/+14017 |
| | | | | | | | | | - AMD64 support to insmod-busybox, minilibc, et al. - Sync with insmod-modutils 2.4.19 something but everyone should use dietlibc nowadays - Factor out compilation and prefix with $(DIET) for dietlibc builds - 64-bit & varargs fixes | ||||
* | grow MAX_ARP_RETRIES from 4 to 7 after erwan's suggestion | Guillaume Cottenceau | 2003-05-28 | 1 | -1/+1 |
| | |||||
* | Fixes. Don't care about taint stuff. Constify a little so that some dead | Gwenolé Beauchesne | 2003-04-16 | 3 | -18/+17 |
| | | | | | branches could be nuked. -> Reduce code size by 5 KB. | ||||
* | Update README | Gwenolé Beauchesne | 2003-04-16 | 1 | -4/+4 |
| | |||||
* | - Update to busybox 0.65.0 version | Gwenolé Beauchesne | 2003-04-16 | 4 | -497/+1316 |
| | | | | | - Add support for x86-64 | ||||
* | put dhcp bootfile under netauto parameter | Guillaume Cottenceau | 2003-04-14 | 3 | -1/+4 |
| | |||||
* | fix myself sux: don't unconditionnally fgets /proc/modules, because fopen | Guillaume Cottenceau | 2003-03-14 | 1 | -8/+9 |
| | | | | | | may have failed (the libc, in its great search for speed, probably doesn't care to check if the FILE* given to fgets is valid and opened) | ||||
* | provide Host: in http requests so that install works from sites with virtual ↵ | Guillaume Cottenceau | 2003-03-06 | 1 | -2/+2 |
| | | | | hosting (#2561) | ||||
* | don't forget to probe USB for info and error messages as well | Guillaume Cottenceau | 2003-03-04 | 2 | -0/+4 |
| | |||||
* | fix deps problem when re-running make | Guillaume Cottenceau | 2003-02-28 | 1 | -2/+0 |
| | |||||
* | moltes powered (for deush) | Guillaume Cottenceau | 2003-02-28 | 1 | -2/+1 |
| | |||||
* | hd_usb.img -> hdcdrom_usb.img | Guillaume Cottenceau | 2003-02-28 | 3 | -7/+15 |
| | |||||
* | don't forget gigabit network adapters | Guillaume Cottenceau | 2003-02-27 | 1 | -1/+1 |
| | |||||
* | handle device hdi, hdj... hdt creation | Pascal Rigaux | 2003-02-25 | 1 | -0/+24 |
| | |||||
* | replace checking hd[a-h] with hd[a-t] (cf bug #1801) | Pascal Rigaux | 2003-02-24 | 1 | -1/+1 |
| | |||||
* | fix potential segfault thx to gwenole | Guillaume Cottenceau | 2003-02-20 | 1 | -1/+1 |
| | |||||
* | when detected too little memory in ftp/http, inform user that he/she may try ↵ | Guillaume Cottenceau | 2003-02-13 | 1 | -2/+2 |
| | | | | an nfs install | ||||
* | compile with -W | Guillaume Cottenceau | 2003-02-12 | 1 | -2/+3 |
| | |||||
* | when probing that we're in testing mode, print out the pid (since the probe ↵ | Guillaume Cottenceau | 2003-02-08 | 1 | -1/+1 |
| | | | | is based on the pid and some recent machines seem to interact badly with that when in bad acpi mood) | ||||
* | indent | Guillaume Cottenceau | 2003-02-08 | 1 | -2/+2 |
| | |||||
* | ramdisk is enlarging, move the limit from 52 Mb to 68 Mb (it won't work ↵ | Guillaume Cottenceau | 2003-02-08 | 1 | -1/+1 |
| | | | | properly in gtk on a box with 64 Mb of memory..) | ||||
* | set version to 9.1 | Guillaume Cottenceau | 2003-02-08 | 1 | -1/+1 |
| |