summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* [time] Define an API for getting the current timeMichael Brown2012-03-191-0/+29
* [libc] Add mktime() functionMichael Brown2012-03-191-0/+137
* [syslog] Separate out generic line-based console functionalityMichael Brown2012-02-291-0/+76
* [getopt] Accept "--" as an end-of-options markerMarin Hannache2011-11-021-0/+5
* [image] Eliminate the register_and_xxx_image() functionsMichael Brown2011-10-251-2/+6
* [cmdline] Allow "sleep" command to be interruptedMichael Brown2011-10-241-1/+8
* [cmdline] Fix up "sleep" argument parsingMichael Brown2011-10-241-2/+10
* [cmdline] Make "sleep" command available by defaultMichael Brown2011-10-241-0/+40
* [libc] Allow assertion failures to be countedMichael Brown2011-10-141-0/+30
* [libc] Allow for zero-padded decimals in printf()Michael Brown2011-07-061-10/+27
* [hw] Eliminate polling while waiting for window to openMichael Brown2011-06-281-1/+2
* [resolv] Use a one-shot process for the numeric resolverMichael Brown2011-06-281-2/+1Star
* [process] Add support for one-shot processesMichael Brown2011-06-281-2/+6
* [process] Pass containing object pointer to process step() methodsMichael Brown2011-06-283-29/+47
* [xfer] Send xfer_window_changed() after xfer_vredirect()Michael Brown2011-06-281-1/+16
* [parseopt] Disambiguate the various EINVAL errorsMichael Brown2011-05-181-2/+16
* [sanboot] Add "sanhook" and "sanunhook" commandsMichael Brown2011-04-241-0/+1
* [parseopt] Allow for pre-initialised option setsMichael Brown2011-04-241-7/+22
* [cmdline] Add "iseq" commandGreg Jednaszewski2011-04-081-0/+37
* [cmdline] Simplify "isset" commandMichael Brown2011-04-081-10/+3Star
* [cmdline] Fix "isset" commandMichael Brown2011-04-011-2/+8
* [main] Add the "scriptlet" settingMichael Brown2011-03-281-4/+19
* [cmdline] Expand settings within each command-line token individuallyMichael Brown2011-03-281-35/+79
* [cmdline] Allow ";" as an unconditional command separatorMichael Brown2011-03-281-0/+14
* [linux] Make malloc and linux_umalloc valgrindablePiotr JaroszyƄski2011-03-271-2/+57
* [cmdline] Allow "echo -n" to inhibit trailing newlineMichael Brown2011-03-271-3/+30
* [parseopt] Add support for boolean optionsMichael Brown2011-03-271-0/+15
* [monojob] Avoid overflow when calculating percentage progressMichael Brown2011-03-261-3/+7
* [settings] Match terminology in online documentationMichael Brown2011-03-231-2/+2
* [settings] Avoid memory leak when unregistering autovivified settings blocksMichael Brown2011-03-231-3/+27
* [settings] Impose a fixed order on settingsMichael Brown2011-03-231-6/+6
* [settings] Fix setting expansionMichael Brown2011-03-231-3/+4
* [settings] Display canonical setting name in "config" user interfaceMichael Brown2011-03-221-5/+22
* [settings] Display canonical setting name in output of "show" commandMichael Brown2011-03-221-17/+41
* [settings] Provide fetch_setting_origin()Michael Brown2011-03-221-5/+47
* [settings] Expose settings_name()Glenn Brown2011-03-221-8/+6Star
* [settings] Formalise notion of setting applicabilityMichael Brown2011-03-222-7/+44
* [console] Move include/console.h to include/ipxe/console.hMichael Brown2011-03-099-9/+9
* [image] Avoid ending up with multiple selected images on re-registrationMichael Brown2011-03-091-0/+6
* [image] Simplify use of imgdownload()Michael Brown2011-03-091-1/+50
* [image] Generalise "currently-running script" to "currently-running image"Michael Brown2011-03-091-1/+11
* [image] Move the register_and_{select|boot}_image() functions to imgmgmt.cMichael Brown2011-03-091-39/+0Star
* [monojob] Display percentage progress, if availableMichael Brown2011-03-081-6/+23
* [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-071-5/+2Star
* [prompt] Replace shell_banner() with a generic prompt() functionMichael Brown2011-03-071-1/+17
* [console] Add a timeout parameter to getkey()Michael Brown2011-03-071-5/+6
* [console] Avoid timer wraparound problems in getchar_timeout()Michael Brown2011-03-071-2/+2
* [cmdline] Add generic concat_args() functionMichael Brown2011-03-071-6/+43
* [image] Allow image_set_cmdline() to clear the command lineMichael Brown2011-03-071-4/+8