This website requires JavaScript.
Explore
Help
Sign In
sysadmin
/
ipxe
Watch
1
Star
0
Fork
0
You've already forked ipxe
mirror of
https://github.com/ipxe/ipxe
synced
2025-12-14 07:50:43 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ff8528ea9a69ca2ef6cfbed0b7a1283e165aabe6
ipxe
/
src
/
usr
History
Michael Brown
ff8528ea9a
Create and use async_block() macro; it cuts down on the visual overhead
...
of blocking on asynchronous operations, when that isn't an important aspect of the code.
2007-01-16 08:10:54 +00:00
..
autoboot.c
Use dhcp(), imgfetch() etc. to boot rather than dhcp_test().
2007-01-12 10:08:27 +00:00
dhcpmgmt.c
Create and use async_block() macro; it cuts down on the visual overhead
2007-01-16 08:10:54 +00:00
fetch.c
Create and use async_block() macro; it cuts down on the visual overhead
2007-01-16 08:10:54 +00:00
ifmgmt.c
Add "name" field to struct device to allow human-readable hardware device
2007-01-10 04:22:09 +00:00
imgmgmt.c
Let ifmgmt.c take care of calling efree(), since it's the once which
2007-01-12 09:46:10 +00:00
route.c
Warn when net device on an active route is not open.
2007-01-10 20:58:36 +00:00