summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [realtek] Replace driver for Realtek Gigabit NICsMichael Brown2012-04-185-2718/+985Star
* [mii] Add generic MII reset functionMichael Brown2012-04-183-0/+172
* [mii] Synchronise constants with current Linux include/linux/mii.hMichael Brown2012-04-182-117/+113Star
* [mii] Remove unused functionalityMichael Brown2012-04-182-206/+0Star
* [util] Add utility to generate list of supported network cardsRobin Smidsrød2012-04-182-1/+589
* [vmware] Allow settings to be specified in the VMware .vmx fileMichael Brown2012-04-174-1/+287
* [tftp] Allow builds without TFTP supportMichael Brown2012-04-172-8/+8
* [settings] Split fetching and storing out of setting type handlersMichael Brown2012-04-174-273/+353
* [test] Add self-tests for setting typesMichael Brown2012-04-173-0/+281
* [libc] Allow strtoul() to interpret negative numbersMichael Brown2012-04-174-4/+25
* [multiboot] Include full image URI in command lineMichael Brown2012-04-151-21/+30
* [linux] Fix a build error on some platformsMarin Mareo Hannache2012-04-101-1/+1
* [tftp] Remove configuration option for tftmMarin Mareo Hannache2012-04-102-4/+0Star
* [build] Enable warnings when building utilitiesMichael Brown2012-04-108-40/+39Star
* [igbvf] Add i350 virtual function supportErik Jacobson2012-04-102-1/+3
* [e1000e] Basic 82579 supportDaniel Hokka Zakrisson2012-04-107-15/+67
* [tls] Fix wrong memset in function tls_clear_cipherStefan Weil2012-04-101-1/+1
* [crypto] Fix wrong setup in function aes_wrapStefan Weil2012-04-101-1/+1
* [int13] Fix compilation on some versions of gccMichael Brown2012-04-101-4/+3Star
* [syslog] Add basic support for encrypted syslog via TLSMichael Brown2012-04-104-0/+282
* [elf] Avoid attempting to load 64-bit ELF binariesMichael Brown2012-04-091-1/+10
* [image] Fix use-after-free in debug messagesMichael Brown2012-03-301-3/+3
* [menu] Fix default selection when default is item 0Michael Brown2012-03-301-2/+2
* [int13] Add support for emulating floppy disk drivesMichael Brown2012-03-303-56/+297
* [comboot] Remove COMBOOT image support by defaultMichael Brown2012-03-291-1/+0Star
* [menu] Add menu commandsMichael Brown2012-03-297-0/+312
* [menu] Add menu user interfaceMichael Brown2012-03-293-0/+362
* [menu] Add the abstract concept of a menuMichael Brown2012-03-292-0/+224
* [bios] Recognise Page Up and Page Down keysMichael Brown2012-03-291-0/+2
* [parseopt] Allow "prompt" command to accept character literals for --keyMichael Brown2012-03-293-2/+21
* [readline] Accept Ctrl-U for "delete to start of line"Robin Smidsrød2012-03-281-0/+16
* [http] Disambiguate the various error causesMichael Brown2012-03-271-13/+45
* [console] Add "no_latin1" keymapMichael Brown2012-03-271-0/+34
* [console] Ignore unexpected keysyms when generating keyboard mapsMichael Brown2012-03-271-2/+4
* [crypto] Add an explicit "RSA signature incorrect" error messageMichael Brown2012-03-271-1/+7
* [console] Add LOG_ALL as a synonym for LOG_DEBUGMichael Brown2012-03-271-0/+3
* [image] Log image executionsMichael Brown2012-03-271-0/+13
* [console] Remove "log message" usage from interactive console defaultsMichael Brown2012-03-275-5/+5
* [downloader] Use a more meaningful error message when out of memoryMichael Brown2012-03-271-1/+1
* [downloader] Abort download immediately if buffer resizing failsMichael Brown2012-03-271-0/+2
* [umalloc] Unhide umalloc()ed memory region when there are no allocationsMichael Brown2012-03-271-1/+2
* [umalloc] Fail allocations when we run out of external memoryMichael Brown2012-03-271-7/+22
* [crypto] Disambiguate all CMS errorsMichael Brown2012-03-271-5/+26
* [image] Log results of image signature checksMichael Brown2012-03-271-0/+9
* [downloader] Log final status of all downloadsMichael Brown2012-03-261-0/+10
* [syslog] Pass internal syslog() priority through to syslog consoleMichael Brown2012-03-264-14/+53
* [console] Do not share ANSI escape context between lineconsole usersMichael Brown2012-03-264-11/+20
* [console] Add "log message" console usage and an internal syslog() callMichael Brown2012-03-265-3/+156
* [console] Exclude text-based UI output from logfile-based consolesMichael Brown2012-03-264-5/+21
* [console] Allow usage to be defined independently for each consoleMichael Brown2012-03-2611-31/+155