david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/hci
Michael Brown bf2da3122b [cmdline] Make "sleep" command available by default
The "sleep" command is generally useful to have.  For example:

  :dhcp_retry
  dhcp && goto dhcp_done
  sleep 5
  goto dhcp_retry
  :dhcp_done

Make the "sleep" command available by default, leaving TIME_CMD
controlling only the (fairly specialist) "time" command.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2011-10-24 15:39:05 +01:00
..
commands [cmdline] Make "sleep" command available by default 2011-10-24 15:39:05 +01:00
keymap [console] Try to avoid problems caused by keycode 86 2011-03-16 21:43:56 +00:00
mucurses [readline] Add init_editstring() wrapper function 2011-03-30 17:12:10 +01:00
tui [settings] Display "delete" option only for locally-originated settings 2011-03-28 19:08:01 +01:00
editstring.c [readline] Add replace_string() 2011-03-30 19:26:48 +01:00
linux_args.c [linux] Add command line arguments 2010-08-19 12:45:41 +01:00
readline.c [readline] Add history support 2011-03-30 19:43:14 +01:00
shell.c [cmdline] Add support for shell history 2011-03-30 19:44:15 +01:00
strerror.c [hci] Use http://ipxe.org/<errno> instead of raw error numbers 2010-10-19 06:14:22 +01:00
wireless_errors.c [libc] Enable automated extraction of error usage reports 2010-05-31 03:11:57 +01:00