david/ipxe
Archived
1
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
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
..
arch [lkrnprefix] Fix lost command line passed by grub 2011-08-06 23:03:40 +01:00
bin Rename .cvsignore files to .gitignore 2007-06-09 22:57:00 +01:00
config [romprefix] Do not fall back to hooking INT19 by default 2011-05-17 15:35:23 +01:00
core [cmdline] Make "sleep" command available by default 2011-10-24 15:39:05 +01:00
crypto [tls] Accept certificates without a version number 2011-08-12 23:51:44 +01:00
doc [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
drivers [arbel] Add (not-yet-functional) support for RC queue pairs 2011-10-24 15:29:38 +01:00
hci [cmdline] Make "sleep" command available by default 2011-10-24 15:39:05 +01:00
image [script] Accept labels on lines terminated with CRLF 2011-08-08 16:35:30 +01:00
include [ath9k] Add ath9k driver 2011-10-14 15:34:52 +01:00
interface [netdevice] Allow link layer to report broadcast/multicast packets via pull() 2011-07-15 18:48:46 +01:00
libgcc [build] Mark __intel_new_proc_init with __libgcc rather than cdecl 2009-08-03 15:56:10 +01:00
net [list] Tidy up naming convention for list_contains() and friends 2011-10-14 14:33:31 +01:00
tests [list] Add list functions required by ath9k driver 2011-10-14 14:33:32 +01:00
usr [netdevice] Allow link layer to report broadcast/multicast packets via pull() 2011-07-15 18:48:46 +01:00
util [util] Add romcheck.pl 2011-09-19 16:43:08 +01:00
.gitignore [build] Add support for local configuration files 2010-03-26 19:07:22 +00:00
doxygen.cfg [build] Remove PACKED macro 2010-05-29 23:49:47 +01:00
Makefile [ath9k] Add ath9k driver 2011-10-14 15:34:52 +01:00
Makefile.housekeeping [build] Avoid using -ffunction-sections on some older versions of gcc 2011-06-29 11:48:29 +01:00