653 Commits (e024cd39a877ea1b37b9004dbd8f33448418cb36)

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