638 Commits (3915b660fda1c670bf1d5a5def4f68cd1cfb3967)

Author SHA1 Message Date
  Michael Brown 1c0ff6e1a7 [console] Move include/console.h to include/ipxe/console.h 13 years ago
  Michael Brown 4562223420 [image] Avoid ending up with multiple selected images on re-registration 13 years ago
  Michael Brown 9fa4ac2e9a [image] Simplify use of imgdownload() 13 years ago
  Michael Brown ae92700fd4 [image] Generalise "currently-running script" to "currently-running image" 13 years ago
  Michael Brown d17a84a056 [image] Move the register_and_{select|boot}_image() functions to imgmgmt.c 13 years ago
  Michael Brown 3936136e5e [monojob] Display percentage progress, if available 13 years ago
  Michael Brown 202cf094eb [main] Remove shell prompt when using an embedded image 13 years ago
  Michael Brown 7752541bb7 [image] Use list_first_entry() to clarify logic in main() 13 years ago
  Michael Brown c4b6c244b0 [prompt] Replace shell_banner() with a generic prompt() function 13 years ago
  Michael Brown 9d633bdc71 [console] Add a timeout parameter to getkey() 13 years ago
  Michael Brown 2969a8567f [console] Avoid timer wraparound problems in getchar_timeout() 13 years ago
  Michael Brown a281c4080b [cmdline] Add generic concat_args() function 13 years ago
  Michael Brown 659c55c1a9 [image] Allow image_set_cmdline() to clear the command line 13 years ago
  Michael Brown 34b6ecb2f1 [image] Simplify image management 13 years ago
  Michael Brown 7d5dcc9299 [parseopt] Refer to online documentation for command help 13 years ago
  Michael Brown 48a4001152 [settings] Make fetch_string_setting_copy() easier to use 13 years ago
  Michael Brown 09695f7be9 [settings] Avoid fetch_string_setting_copy() leaving an uninitialised pointer 13 years ago
  Michael Brown 3c9c27b8e6 [image] Allow download job to complete before acting upon image 13 years ago
  Michael Brown 990cbb8f2c [settings] Generalise expand_command() to expand_settings() 13 years ago
  Michael Brown 962cada830 [init] Remove concept of "shutdown exit flags" 13 years ago
  Michael Brown 35a50399a5 [xfer] Expose xfer_uri_opener() 13 years ago
  Michael Brown 17d28f4877 [nvo] Allow resizing of non-volatile stored option blocks 13 years ago
  Michael Brown 1651d4f6d7 [nvo] Remove the non-volatile options fragment list 13 years ago
  Michael Brown 17b6a3c506 [dhcp] Allow use of custom reallocation functions for DHCP option blocks 13 years ago
  Michael Brown cb838cc419 [settings] Add fetch_ipv4_array_setting() 13 years ago
  Michael Brown 66531a5918 [debug] Add DBG_MD5() and related macros 13 years ago
  Michael Brown 9252fead9a [legal] Add missing copyright header and FILE_LICENCE macro 13 years ago
  Michael Brown ea0fcb9460 [fnrec] Enhance function recording 13 years ago
  Shao Miller 3b51710156 [legal] Add FILE_LICENCE macro to some GPL-v2-or-later files 14 years ago
  Shao Miller 79a3799c41 [legal] Add FILE_LICENCE macro to some GPL-v2 files 14 years ago
  Michael Brown 67b45186a5 [settings] Apply settings block name in register_settings() 13 years ago
  Michael Brown 7bebe9579e [cmdline] Match user expectations for &&, ||, goto, and exit 13 years ago
  Michael Brown 01df5c510f [parseopt] Allow "0x"-prefixed hexadecimal values in integer-valued options 13 years ago
  Michael Brown b87ed3295e [nvo] Allow fragment list to be omitted 13 years ago
  Michael Brown 66679fe7df [cmdline] Fix multi-layer variable expansion (again) 13 years ago
  Michael Brown c1327e43ab [cmdline] Fix multi-layer variable expansion 13 years ago
  Michael Brown ba92a46710 [cmdline] Add "isset" command 13 years ago
  Michael Brown 84aa702ff8 [script] Allow "exit" to exit a script 13 years ago
  Michael Brown 9ba988809d [cmdline] Add trivial logical operators to iPXE command lines 13 years ago
  Michael Brown 216fd0a5cf [parseopt] Add generic option-parsing library 13 years ago
  Michael Brown 312ae024d8 [settings] Add "hexhyp" setting type 13 years ago
  Michael Brown 13e4b9ec49 [malloc] Avoid immediately clobbering reference count when freeing memory 13 years ago
  Michael Brown 6e41f2cf18 [refcnt] Check reference validity on each use of ref_get() and ref_put() 13 years ago
  Michael Brown fc69ab94d9 [malloc] Use list_for_each_entry_safe() when we may delete a list entry 13 years ago
  Michael Brown ea631f6fb8 [list] Add list_first_entry() 13 years ago
  Michael Brown de1381578b [process] Include step() function pointer in process debugging messages 13 years ago
  Michael Brown 3c35ae2f3b [int13] Add infrastructure to support EDD version 4.0 13 years ago
  Michael Brown 220495f8bf [block] Replace gPXE block-device API with an iPXE asynchronous interface 14 years ago
  Michael Brown c8199aacaa [xfer] Add xfer_window_changed() 14 years ago
  Michael Brown 25447294d5 [process] Add process_running() 14 years ago