| Commit message (Expand) | Author | Age | Files | Lines |
* | 1.12 | Olivier Blin | 2007-08-20 | 2 | -1/+4 |
* | use local list_modules.pm (from ../kernel) | Olivier Blin | 2007-08-20 | 3 | -0/+3 |
* | 1.11 | Olivier Blin | 2007-08-15 | 2 | -1/+5 |
* | optimize loop | Olivier Blin | 2007-08-15 | 1 | -1/+1 |
* | fix segfault if ldetect does not return a module | Olivier Blin | 2007-08-15 | 1 | -0/+4 |
* | - use ldetect/libmodprobe/libpci instead of custom pci/usb probe | Olivier Blin | 2007-08-14 | 4 | -296/+67 |
* | make gdb debugging easier (-g, no optimization, no stripping, stdio frontend)... | Olivier Blin | 2007-08-14 | 1 | -2/+17 |
* | use new path for diet libz | Olivier Blin | 2007-08-13 | 1 | -1/+1 |
* | use "menu" instead of "GUI", since it's not really graphical | Olivier Blin | 2007-07-30 | 1 | -1/+1 |
* | supplement NEWS entry | Olivier Blin | 2007-07-17 | 1 | -1/+1 |
* | update NEWS | Olivier Blin | 2007-07-17 | 1 | -0/+2 |
* | drop INIT_HEADERS support, it was used for minilibc only | Olivier Blin | 2007-07-17 | 1 | -4/+0 |
* | remove unused minilibc | Olivier Blin | 2007-07-17 | 2 | -476/+0 |
* | link init with stage1 libc (oh no, we are losing 6k!) since minilibc use remo... | Olivier Blin | 2007-07-17 | 1 | -11/+4 |
* | link dietlibc executables with libcompat for syscall() function | Olivier Blin | 2007-07-17 | 1 | -0/+1 |
* | do not use _syscallX macros(), they are not available anymore, use syscall() ... | Olivier Blin | 2007-07-17 | 2 | -3/+6 |
* | remove unused SOCK_STREAM variable | Olivier Blin | 2007-07-17 | 1 | -4/+0 |
* | iniline init-libc-headers.h in init.c | Olivier Blin | 2007-07-17 | 2 | -46/+24 |
* | do not explicitely set INIT_HEADERS to init-libc-headers.h, it already defaul... | Olivier Blin | 2007-07-17 | 1 | -5/+2 |
* | use socklen_t to match accept() prototype | Olivier Blin | 2007-07-17 | 1 | -1/+1 |
* | add missing includes for wireless | Olivier Blin | 2007-07-17 | 1 | -0/+2 |
* | fix build of pppoe by using dietlibc termios header | Olivier Blin | 2007-07-16 | 3 | -2/+5 |
* | 1.10 | Olivier Blin | 2007-07-16 | 2 | -1/+2 |
* | revert ide-floppy commit, it is used for LS/Iomage drives only | Olivier Blin | 2007-07-16 | 2 | -2/+0 |
* | add missing NEWS entry (should have been in 224875) | Olivier Blin | 2007-07-16 | 1 | -0/+1 |
* | load ide-floppy when detecting floppies | Olivier Blin | 2007-07-16 | 2 | -0/+2 |
* | load ide-disk when detecting disks (ide is now modularized...) | Olivier Blin | 2007-07-16 | 2 | -0/+3 |
* | allow to go to console in Flash modes as well | Olivier Blin | 2007-07-06 | 1 | -2/+2 |
* | simplify upgrade actions | Olivier Blin | 2007-07-06 | 1 | -2/+1 |
* | use Flash rescue entries if flash=rescue or flash=upgrade is present on comma... | Olivier Blin | 2007-07-05 | 1 | -3/+49 |
* | link rescue-gui with params (prepare next commits) | Olivier Blin | 2007-07-05 | 2 | -1/+8 |
* | - move parameters functions in params.c | Olivier Blin | 2007-07-05 | 23 | -316/+421 |
* | 1.9 | Pascal Rigaux | 2007-06-29 | 2 | -1/+4 |
* | re-sync after the big svn loss | Pascal Rigaux | 2007-05-14 | 4 | -0/+681 |
* | build pcmcia header only on i386/x86_64 (patch from Pixel, #30668) | Olivier Blin | 2007-05-09 | 2 | -3/+4 |
* | use full buffer size when snprintfing (gb) | Olivier Blin | 2007-04-25 | 1 | -1/+1 |
* | 1.8 | Olivier Blin | 2007-04-25 | 2 | -1/+4 |
* | use api.mandriva.com to retrieve mirror list (#29346) | Olivier Blin | 2007-04-25 | 2 | -117/+82 |
* | implement ask_from_list_index() and drop other ask_from_list() functions | Olivier Blin | 2007-04-25 | 2 | -45/+23 |
* | add generic ask_from_list_comments() and ask_from_list() implementation using... | Olivier Blin | 2007-04-25 | 1 | -0/+19 |
* | add ask_from_list_index() prototype | Olivier Blin | 2007-04-25 | 1 | -0/+1 |
* | add lowercase() function (used to retrieve mirror list) | Olivier Blin | 2007-04-25 | 2 | -0/+10 |
* | remove huge unwanted commit | Olivier Blin | 2007-04-25 | 8 | -137/+165 |
* | crappy commit (reverted later) | Olivier Blin | 2007-04-25 | 8 | -165/+137 |
* | 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 | 168 | -32460/+1336 |
* | fix potential buffer overflows (thanks to Rafael for the advice) | Olivier Blin | 2006-02-15 | 1 | -5/+2 |
* | Fix minor memory leak | Rafael Garcia-Suarez | 2006-02-15 | 1 | -0/+1 |
* | Fix another couple of potential buffer overflows | Rafael Garcia-Suarez | 2006-02-15 | 2 | -9/+2 |
* | Remove another potential buffer overflow | Rafael Garcia-Suarez | 2006-02-14 | 1 | -2/+1 |