summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
Commit message (Expand)AuthorAgeFilesLines
* fix minor bug detecting when modules are presentGuillaume Cottenceau2001-06-051-1/+1
* - first draft of adsl supportGuillaume Cottenceau2001-06-018-54/+366
* 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
* 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
* 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
* 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
* 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 nu...Guillaume Cottenceau2001-05-153-20/+23
* 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, 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 a...Guillaume Cottenceau2001-05-141-10/+0
* 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
* every targets build with dietlibcGuillaume Cottenceau2001-05-141-17/+17
* new dietlibc binaries locationGuillaume Cottenceau2001-05-141-2/+2
* use poll() rather than select(), smaller code sizeGuillaume Cottenceau2001-05-141-31/+18
* build this new dietlibcGuillaume Cottenceau2001-05-141-7/+3
* - add a sleep(2) after ioctl ifupping so that further operation can work norm...Guillaume Cottenceau2001-05-141-4/+14
* - complies to gethostby functionsGuillaume Cottenceau2001-05-141-20/+23
* import new version of dietlibcGuillaume Cottenceau2001-05-14317-3071/+7634
* Initial revisionGuillaume Cottenceau2001-05-1486-0/+2899
* Initial revisionGuillaume Cottenceau2001-05-14223-0/+12377
* use poll() rather than select() to win some bytesCVS: -----------------------...Guillaume Cottenceau2001-05-081-8/+7