summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [eepro] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-0/+1
* [w89c840] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-2/+2
* [smc9000] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-3/+0Star
* [etherfabric] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-6/+1Star
* [sis190] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-2/+0Star
* [epic100] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-2/+0Star
* [sky2] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-5/+0Star
* [forcedeth] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-2/+2
* [ns83820] Update to standard debugging infrastructureMichael Brown2011-03-161-26/+19Star
* [atl1e] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-5/+1Star
* [via-velocity] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-16/+1Star
* [sis900] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-2/+1Star
* [e1000] Remove unused variable when ICR register is simply clearedMichael Brown2011-03-1612-30/+24Star
* [igbvf] Remove some unused Linux-specific portions of igbvf.hMichael Brown2011-03-161-2/+4
* [phantom] Remove unused variable in phantom_dmesg()Michael Brown2011-03-161-2/+0Star
* [build] Avoid spurious address comparison warnings in gcc 4.6Michael Brown2011-03-161-0/+9
* [build] Avoid spurious unused-but-set-variable warnings in gcc 4.6Michael Brown2011-03-161-1/+2
* [build] Allow workaround-specific flags to override default flagsMichael Brown2011-03-161-7/+11
* [build] Fix building with latest binutilsBastian Blank2011-03-162-2/+2
* [build] Avoid rebuilding keymap files automaticallyMichael Brown2011-03-161-1/+1
* [console] Add keyboard map selectionMichael Brown2011-03-162-0/+9
* [console] Add keymap generatorMichael Brown2011-03-1635-0/+1160
* [console] Add facility for rudimentary keyboard mappingMichael Brown2011-03-162-2/+49
* [efi] Mark SNP devices as children of EFI PCI deviceMichael Brown2011-03-153-0/+70
* [romprefix] Use correct size for PMM allocation of image source blockMichael Brown2011-03-151-6/+7
* [eepro100] Do not discard short packetsMichael Brown2011-03-121-1/+1
* [bios] Use INT 16,11 instead of INT 16,01 to check for keystrokesMichael Brown2011-03-101-1/+1
* [pxe] Report an IRQ number only if device supports interruptsMichael Brown2011-03-101-1/+2
* [syslog] Add support for sending console output to a syslog serverMichael Brown2011-03-103-0/+243
* [console] Move include/console.h to include/ipxe/console.hMichael Brown2011-03-0931-33/+33
* [script] Allow scripts to be replacedMichael Brown2011-03-091-2/+6
* [image] Avoid ending up with multiple selected images on re-registrationMichael Brown2011-03-091-0/+6
* [image] Simplify use of imgdownload()Michael Brown2011-03-0910-138/+223
* [image] Generalise "currently-running script" to "currently-running image"Michael Brown2011-03-093-23/+24
* [image] Move the register_and_{select|boot}_image() functions to imgmgmt.cMichael Brown2011-03-094-41/+41
* [monojob] Display percentage progress, if availableMichael Brown2011-03-081-6/+23
* [prefix] Allow iPXE's own command line to be executed as a scriptMichael Brown2011-03-076-1/+142
* [main] Remove shell prompt when using an embedded imageMichael Brown2011-03-071-14/+13Star
* [image] Use list_first_entry() to clarify logic in main()Michael Brown2011-03-072-5/+11
* [script] Add "prompt" commandMichael Brown2011-03-071-0/+67
* [prompt] Replace shell_banner() with a generic prompt() functionMichael Brown2011-03-075-37/+64
* [console] Add a timeout parameter to getkey()Michael Brown2011-03-077-16/+13Star
* [console] Avoid timer wraparound problems in getchar_timeout()Michael Brown2011-03-071-2/+2
* [bios] Recognise scancodes for F5-F12 inclusiveMichael Brown2011-03-072-25/+31
* [cmdline] Add generic concat_args() functionMichael Brown2011-03-073-36/+60
* [script] Add an iPXE error URI to the "not in a script" messageMichael Brown2011-03-071-2/+3
* [image] Clear the command line rather than setting an empty command lineMichael Brown2011-03-071-3/+6
* [image] Allow image_set_cmdline() to clear the command lineMichael Brown2011-03-071-4/+8
* [comboot] Do not assume that image has a non-NULL command lineMichael Brown2011-03-071-3/+3
* [image] Simplify image managementMichael Brown2011-03-0720-501/+414Star