653 Commits (e024cd39a877ea1b37b9004dbd8f33448418cb36)

Autor SHA1 Nachricht Datum
  Michael Brown e024cd39a8 [console] Allow usage to be defined independently for each console vor 12 Jahren
  Michael Brown b35d454422 [console] Remove unused "btext" console vor 12 Jahren
  Michael Brown a6d49c17c9 [console] Move putchar() and getchar() declarations to stdio.h vor 12 Jahren
  Michael Brown 1c127a6962 [image] Simplify image management commands and internal API vor 12 Jahren
  Michael Brown 97dcc824bf [image] Add concept of trusted images vor 12 Jahren
  Michael Brown 846bde90e6 [time] Define an API for getting the current time vor 12 Jahren
  Michael Brown bd6805a8c1 [libc] Add mktime() function vor 12 Jahren
  Michael Brown 851b93fbc3 [syslog] Separate out generic line-based console functionality vor 12 Jahren
  Marin Hannache be90241ec2 [getopt] Accept "--" as an end-of-options marker vor 12 Jahren
  Michael Brown 790035f78d [image] Eliminate the register_and_xxx_image() functions vor 12 Jahren
  Michael Brown 59e4c37741 [cmdline] Allow "sleep" command to be interrupted vor 12 Jahren
  Michael Brown f177a6f09f [cmdline] Fix up "sleep" argument parsing vor 12 Jahren
  Michael Brown bf2da3122b [cmdline] Make "sleep" command available by default vor 12 Jahren
  Michael Brown dc821ca961 [libc] Allow assertion failures to be counted vor 12 Jahren
  Michael Brown 66cbae73bd [libc] Allow for zero-padded decimals in printf() vor 13 Jahren
  Michael Brown 3915b660fd [hw] Eliminate polling while waiting for window to open vor 13 Jahren
  Michael Brown 5694b71b11 [resolv] Use a one-shot process for the numeric resolver vor 13 Jahren
  Michael Brown ccc2655540 [process] Add support for one-shot processes vor 13 Jahren
  Michael Brown e01ec74601 [process] Pass containing object pointer to process step() methods vor 13 Jahren
  Michael Brown ba3633782b [xfer] Send xfer_window_changed() after xfer_vredirect() vor 13 Jahren
  Michael Brown c49659c4f2 [parseopt] Disambiguate the various EINVAL errors vor 13 Jahren
  Michael Brown 5d2802e403 [sanboot] Add "sanhook" and "sanunhook" commands vor 13 Jahren
  Michael Brown 3ca5656208 [parseopt] Allow for pre-initialised option sets vor 13 Jahren
  Greg Jednaszewski 3726b3d94a [cmdline] Add "iseq" command vor 13 Jahren
  Michael Brown 7aee315f61 [cmdline] Simplify "isset" command vor 13 Jahren
  Michael Brown 06f1878fb8 [cmdline] Fix "isset" command vor 13 Jahren
  Michael Brown 2f6e7bde77 [main] Add the "scriptlet" setting vor 13 Jahren
  Michael Brown b5f5f735c1 [cmdline] Expand settings within each command-line token individually vor 13 Jahren
  Michael Brown 1f4c5f90c3 [cmdline] Allow ";" as an unconditional command separator vor 13 Jahren
  Piotr Jaroszyński b604e8a388 [linux] Make malloc and linux_umalloc valgrindable vor 14 Jahren
  Michael Brown ac12324f52 [cmdline] Allow "echo -n" to inhibit trailing newline vor 13 Jahren
  Michael Brown a246434299 [parseopt] Add support for boolean options vor 13 Jahren
  Michael Brown 5590faf14a [monojob] Avoid overflow when calculating percentage progress vor 13 Jahren
  Michael Brown 02a6f46c09 [settings] Match terminology in online documentation vor 13 Jahren
  Michael Brown 071b4000d9 [settings] Avoid memory leak when unregistering autovivified settings blocks vor 13 Jahren
  Michael Brown 8482451812 [settings] Impose a fixed order on settings vor 13 Jahren
  Michael Brown b36882be34 [settings] Fix setting expansion vor 13 Jahren
  Michael Brown 247ac80556 [settings] Display canonical setting name in "config" user interface vor 13 Jahren
  Michael Brown 5fbd0207b2 [settings] Display canonical setting name in output of "show" command vor 13 Jahren
  Michael Brown ba8dd80487 [settings] Provide fetch_setting_origin() vor 13 Jahren
  Glenn Brown f732fa28c8 [settings] Expose settings_name() vor 13 Jahren
  Michael Brown f5fd4dec3b [settings] Formalise notion of setting applicability vor 13 Jahren
  Michael Brown 1c0ff6e1a7 [console] Move include/console.h to include/ipxe/console.h vor 13 Jahren
  Michael Brown 4562223420 [image] Avoid ending up with multiple selected images on re-registration vor 13 Jahren
  Michael Brown 9fa4ac2e9a [image] Simplify use of imgdownload() vor 13 Jahren
  Michael Brown ae92700fd4 [image] Generalise "currently-running script" to "currently-running image" vor 13 Jahren
  Michael Brown d17a84a056 [image] Move the register_and_{select|boot}_image() functions to imgmgmt.c vor 13 Jahren
  Michael Brown 3936136e5e [monojob] Display percentage progress, if available vor 13 Jahren
  Michael Brown 202cf094eb [main] Remove shell prompt when using an embedded image vor 13 Jahren
  Michael Brown 7752541bb7 [image] Use list_first_entry() to clarify logic in main() vor 13 Jahren