Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | be sure to print pci vendor and id with 4 digits each | Guillaume Cottenceau | 2001-05-18 | 1 | -1/+1 |
| | |||||
* | - better detect when IP is not good | Guillaume Cottenceau | 2001-05-18 | 1 | -3/+7 |
| | | | | | | - error_msg when netmask seems invalid - don't log too much `guessing netmask' | ||||
* | plop | Guillaume Cottenceau | 2001-05-17 | 1 | -0/+43 |
| | |||||
* | unify user notification of network and scsi devices that make load of drivers | Guillaume Cottenceau | 2001-05-17 | 1 | -7/+3 |
| | |||||
* | add log for modules aliasing of SCSI drivers | Guillaume Cottenceau | 2001-05-17 | 1 | -0/+1 |
| | |||||
* | don't write nonsense code to separate frontend from stage1, | Guillaume Cottenceau | 2001-05-17 | 13 | -111/+87 |
| | | | | | but rather, try to do some clever things | ||||
* | have a 100% independence between UI stuff and code from stage1 | Guillaume Cottenceau | 2001-05-16 | 6 | -31/+67 |
| | |||||
* | have doc here | Guillaume Cottenceau | 2001-05-16 | 5 | -0/+380 |
| | |||||
* | allow wait_message calls to be multi-lines | Guillaume Cottenceau | 2001-05-15 | 2 | -9/+14 |
| | |||||
* | a bit of size reduction plus some language change | Guillaume Cottenceau | 2001-05-15 | 1 | -3/+3 |
| | |||||
* | nicer layout for PCI detection messages | Guillaume Cottenceau | 2001-05-15 | 1 | -2/+2 |
| | |||||
* | fix guess netmask | Guillaume Cottenceau | 2001-05-15 | 1 | -1/+1 |
| | |||||
* | have a wider default window | Guillaume Cottenceau | 2001-05-15 | 1 | -1/+1 |
| | |||||
* | import vsscanf fix from author | Guillaume Cottenceau | 2001-05-15 | 1 | -0/+1 |
| | |||||
* | better modules handling interface (use of enum rather than guessing single ↵ | Guillaume Cottenceau | 2001-05-15 | 3 | -20/+23 |
| | | | | numbers..) | ||||
* | blurk | Guillaume Cottenceau | 2001-05-15 | 1 | -1/+1 |
| | |||||
* | configure_net_device is only used internally | Guillaume Cottenceau | 2001-05-15 | 2 | -2/+1 |
| | |||||
* | libresolv deprecated in GLIBC | Guillaume Cottenceau | 2001-05-15 | 1 | -1/+1 |
| | |||||
* | have stage1-full with pcmcia also compile with dietlibc, cool! | Guillaume Cottenceau | 2001-05-15 | 5 | -5/+62 |
| | |||||
* | - build glibc and dietlibc targets | Guillaume Cottenceau | 2001-05-15 | 3 | -9/+30 |
| | | | | | | - bzero string buffer before sscanf call (dietlibc implementation) - verify returns of ioperm so that I can use it in test mode | ||||
* | bzero string buffer before sscanf call, security for dietlibc implementation | Guillaume Cottenceau | 2001-05-15 | 1 | -0/+1 |
| | |||||
* | fix author's typo | Guillaume Cottenceau | 2001-05-14 | 1 | -1/+1 |
| | |||||
* | i can compile slang and newt with dietlibc now | Guillaume Cottenceau | 2001-05-14 | 86 | -13/+52622 |
| | |||||
* | Have the wait_message() with the sleep() | Guillaume Cottenceau | 2001-05-14 | 2 | -5/+14 |
| | |||||
* | have slang and newt compile with dietlibc | Guillaume Cottenceau | 2001-05-14 | 5 | -0/+16 |
| | |||||
* | add stage1-data which provides the busybox | Guillaume Cottenceau | 2001-05-14 | 1 | -0/+0 |
| | |||||
* | no need to poll() for data at beginning of load_ramdisk_fd, it was a fix of ↵ | Guillaume Cottenceau | 2001-05-14 | 1 | -10/+0 |
| | | | | another problem (bug with file stdio operations with sockets in dietlibc) | ||||
* | use new gethostby* interface | Guillaume Cottenceau | 2001-05-14 | 1 | -6/+7 |
| | |||||
* | fix conflicts with dietlibc headers | Guillaume Cottenceau | 2001-05-14 | 1 | -16/+16 |
| | |||||
* | now use gethostby* functions provided by dietlibc | Guillaume Cottenceau | 2001-05-14 | 2 | -125/+19 |
| | |||||
* | we don't use this sucking sash no more | Guillaume Cottenceau | 2001-05-14 | 1 | -5/+5 |
| | | | | | we now use `busybox' compiled with the marvellous dietlibc, which provides no less than 73 usefull binaries | ||||
* | every targets build with dietlibc | Guillaume Cottenceau | 2001-05-14 | 1 | -17/+17 |
| | |||||
* | new dietlibc binaries location | Guillaume Cottenceau | 2001-05-14 | 1 | -2/+2 |
| | |||||
* | use poll() rather than select(), smaller code size | Guillaume Cottenceau | 2001-05-14 | 1 | -31/+18 |
| | |||||
* | build this new dietlibc | Guillaume Cottenceau | 2001-05-14 | 1 | -7/+3 |
| | |||||
* | - add a sleep(2) after ioctl ifupping so that further operation can work ↵ | Guillaume Cottenceau | 2001-05-14 | 1 | -4/+14 |
| | | | | | | | normally - more logs | ||||
* | - complies to gethostby functions | Guillaume Cottenceau | 2001-05-14 | 1 | -20/+23 |
| | | | | | | | | - add sleep(2) so that net intf is really up before operation - more logs - FTP: don't try to close control connection with data socket, erhm :-( - debug netmask guessing, with stdio-frontend | ||||
* | import new version of dietlibc | Guillaume Cottenceau | 2001-05-14 | 317 | -3071/+7634 |
| | |||||
* | Initial revision | Guillaume Cottenceau | 2001-05-14 | 86 | -0/+2899 |
| | |||||
* | Initial revision | Guillaume Cottenceau | 2001-05-14 | 223 | -0/+12377 |
| | |||||
* | use poll() rather than select() to win some bytesCVS: ↵ | Guillaume Cottenceau | 2001-05-08 | 1 | -8/+7 |
| | | | | ---------------------------------------------------------------------- | ||||
* | minor fix | Guillaume Cottenceau | 2001-05-08 | 1 | -1/+0 |
| | |||||
* | needs to poll() for available data before loading ramdisk because ftp ↵ | Guillaume Cottenceau | 2001-05-08 | 1 | -0/+13 |
| | | | | transfers would fail in some situations | ||||
* | fix minor stuff | Guillaume Cottenceau | 2001-05-08 | 1 | -10/+32 |
| | | | | | re-include correct layout for [] choices, in a smaller way than before | ||||
* | new maxim | Guillaume Cottenceau | 2001-05-08 | 1 | -1/+1 |
| | |||||
* | adjust COMPRESSION_RATIO so that last star is printed when last blocks of ↵ | Guillaume Cottenceau | 2001-05-08 | 1 | -1/+1 |
| | | | | file are read | ||||
* | text size micro-opt | Thierry Vignaud | 2001-05-04 | 1 | -1/+2 |
| | |||||
* | nicer layout for progressbar and statusreport, when update_progression | Guillaume Cottenceau | 2001-04-30 | 1 | -6/+6 |
| | |||||
* | Provide some description of the drivers | Guillaume Cottenceau | 2001-04-30 | 7 | -65/+121 |
| | |||||
* | version is labelled "cooker" | Guillaume Cottenceau | 2001-04-24 | 1 | -1/+1 |
| |