Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [legal] Relicense files under GPL2_OR_LATER_OR_UBDL | Michael Brown | 2015-03-02 | 1 | -1/+1 |
| | | | | | | | Relicense files for which I am the sole author (as identified by util/relicense.pl). Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [cmdline] Rewrite "sync" command to use monojob_wait() | Michael Brown | 2013-11-01 | 1 | -4/+12 |
| | | | | Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [pending] Add concept of "pending operations" | Michael Brown | 2012-06-09 | 1 | -0/+34 |
iPXE is fundamentally asynchronous in operation: some operations continue in the background even after the foreground has continued to a new task. For example, the closing FIN/ACK exchanges of a TCP connection will take place in the background after an HTTP download has completed. Signed-off-by: Michael Brown <mcb30@ipxe.org> |