summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
Commit message (Collapse)AuthorAgeFilesLines
* do not set root=/dev/ram3 from my code anymore, expect the bootloader to set ↵Guillaume Cottenceau2001-06-112-11/+2
| | | | the parameter correctly
* axalon sucks, we can have NEWT_FLAG_PASSWORD that will show us '**' for ↵Guillaume Cottenceau2001-06-111-1/+1
| | | | passwords
* Initial revisionGuillaume Cottenceau2001-06-1158-0/+17757
|
* Initial revisionGuillaume Cottenceau2001-06-11184-0/+74040
|
* use a wait_message again when in automatic mode for insmoding scsi modules ↵Guillaume Cottenceau2001-06-061-2/+12
| | | | since it's long
* refresh newt when newt comes up, so if dialogues delay to appear we're not ↵Guillaume Cottenceau2001-06-061-0/+1
| | | | with a blank screen
* don't wait on upping lo interfaceGuillaume Cottenceau2001-06-051-1/+1
|
* exit when exec fails after fork, i don't want two stage1 processes!Guillaume Cottenceau2001-06-051-0/+1
|
* i need working random suite for ppp with dietlibcGuillaume Cottenceau2001-06-052-1/+4
|
* fix minor bug detecting when modules are presentGuillaume Cottenceau2001-06-051-1/+1
|
* - first draft of adsl supportGuillaume Cottenceau2001-06-018-54/+366
| | | | | - get back some code for supporting broken glibc unable to resolve when linked statically
* use -FULL postfix for common .c files targetting stage1-fullGuillaume Cottenceau2001-06-011-8/+12
|
* - have strncat behave the same way as in glibcGuillaume Cottenceau2001-06-012-1/+8
| | | | | - declare that we're using the DIETLIBC in include/stdlib.h, so I can change my mind in "dns.c" to handle broken glibc which is not capable of doing name resolution with a static binary
* don't modify newt code to fix dietlibc bugs, i want to link against glibc tooGuillaume Cottenceau2001-06-011-2/+2
|
* minor fixGuillaume Cottenceau2001-06-011-1/+1
|
* slight modifs to get ppp and pppoe stuff compile betterGuillaume Cottenceau2001-06-018-15/+113
|
* - allow build on ia64Matthias Badaire2001-05-3013-61/+133
| | | | | | - have CFLAGS centralized in Makefile.common (should help ports such as alpha) - better looking sub makefiles
* use Axalon patch to hide passwords (highly rewritten..)Guillaume Cottenceau2001-05-281-1/+1
|
* be sure to print pci vendor and id with 4 digits eachGuillaume Cottenceau2001-05-181-1/+1
|
* - better detect when IP is not goodGuillaume Cottenceau2001-05-181-3/+7
| | | | | | - error_msg when netmask seems invalid - don't log too much `guessing netmask'
* plopGuillaume Cottenceau2001-05-171-0/+43
|
* unify user notification of network and scsi devices that make load of driversGuillaume Cottenceau2001-05-171-7/+3
|
* add log for modules aliasing of SCSI driversGuillaume Cottenceau2001-05-171-0/+1
|
* don't write nonsense code to separate frontend from stage1,Guillaume Cottenceau2001-05-1713-111/+87
| | | | | but rather, try to do some clever things
* have a 100% independence between UI stuff and code from stage1Guillaume Cottenceau2001-05-166-31/+67
|
* have doc hereGuillaume Cottenceau2001-05-165-0/+380
|
* allow wait_message calls to be multi-linesGuillaume Cottenceau2001-05-152-9/+14
|
* a bit of size reduction plus some language changeGuillaume Cottenceau2001-05-151-3/+3
|
* nicer layout for PCI detection messagesGuillaume Cottenceau2001-05-151-2/+2
|
* fix guess netmaskGuillaume Cottenceau2001-05-151-1/+1
|
* have a wider default windowGuillaume Cottenceau2001-05-151-1/+1
|
* import vsscanf fix from authorGuillaume Cottenceau2001-05-151-0/+1
|
* better modules handling interface (use of enum rather than guessing single ↵Guillaume Cottenceau2001-05-153-20/+23
| | | | numbers..)
* blurkGuillaume Cottenceau2001-05-151-1/+1
|
* configure_net_device is only used internallyGuillaume Cottenceau2001-05-152-2/+1
|
* libresolv deprecated in GLIBCGuillaume Cottenceau2001-05-151-1/+1
|
* have stage1-full with pcmcia also compile with dietlibc, cool!Guillaume Cottenceau2001-05-155-5/+62
|
* - build glibc and dietlibc targetsGuillaume Cottenceau2001-05-153-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 implementationGuillaume Cottenceau2001-05-151-0/+1
|
* fix author's typoGuillaume Cottenceau2001-05-141-1/+1
|
* i can compile slang and newt with dietlibc nowGuillaume Cottenceau2001-05-1486-13/+52622
|
* Have the wait_message() with the sleep()Guillaume Cottenceau2001-05-142-5/+14
|
* have slang and newt compile with dietlibcGuillaume Cottenceau2001-05-145-0/+16
|
* add stage1-data which provides the busyboxGuillaume Cottenceau2001-05-141-0/+0
|
* no need to poll() for data at beginning of load_ramdisk_fd, it was a fix of ↵Guillaume Cottenceau2001-05-141-10/+0
| | | | another problem (bug with file stdio operations with sockets in dietlibc)
* use new gethostby* interfaceGuillaume Cottenceau2001-05-141-6/+7
|
* fix conflicts with dietlibc headersGuillaume Cottenceau2001-05-141-16/+16
|
* now use gethostby* functions provided by dietlibcGuillaume Cottenceau2001-05-142-125/+19
|
* we don't use this sucking sash no moreGuillaume Cottenceau2001-05-141-5/+5
| | | | | we now use `busybox' compiled with the marvellous dietlibc, which provides no less than 73 usefull binaries
* every targets build with dietlibcGuillaume Cottenceau2001-05-141-17/+17
|