.. |
gpxe
|
Extract packet-padding login from rtl8139.c to a separate pkbpad.c file.
|
2007-01-11 05:25:50 +00:00 |
readline
|
Skeletal (non-echoing) version of readline()
|
2006-12-19 22:35:10 +00:00 |
usr
|
Add route() function to display routing table.
|
2007-01-10 20:38:20 +00:00 |
.cvsignore
|
Initial revision
|
2005-03-08 18:53:11 +00:00 |
assert.h
|
Don't include __FUNCTION__ in assert() messages; it was causing the
|
2007-01-04 13:48:13 +00:00 |
background.h
|
Add "name" field to struct device to allow human-readable hardware device
|
2007-01-10 04:22:09 +00:00 |
big_bswap.h
|
Added the "swap in place" macros
|
2006-09-11 17:54:19 +00:00 |
bootp.h
|
Initial revision
|
2005-03-08 18:53:11 +00:00 |
btext.h
|
Merged mcb30-realmode-redesign back to HEAD
|
2005-04-08 15:01:17 +00:00 |
byteswap.h
|
Add 64-bit byte-swapping operations.
|
2006-05-13 11:40:39 +00:00 |
cmdline.h
|
Merge of Fredrik Hultin command_line
|
2006-08-09 02:30:35 +00:00 |
cmdlinelib.h
|
Merge of Fredrik Hultin command_line
|
2006-08-09 02:30:35 +00:00 |
cmdlist.h
|
Added quick and dirty commands for testing the new NVO code.
|
2006-12-04 23:40:35 +00:00 |
coff.h
|
Initial revision
|
2005-03-08 18:53:11 +00:00 |
compiler.h
|
Added auto-colourising DBGC() macro
|
2006-12-29 03:05:21 +00:00 |
console.h
|
Add "name" field to struct device to allow human-readable hardware device
|
2007-01-10 04:22:09 +00:00 |
cpu.h
|
Initial revision
|
2005-03-08 18:53:11 +00:00 |
curses.h
|
KEY_XXX constants are now defined in gpxe/keys.h. Kept separate from
|
2006-12-20 22:24:45 +00:00 |
debug.h
|
Initial revision
|
2005-03-08 18:53:11 +00:00 |
dev.h
|
Move include/buffer.h to include/gpxe/buffer.h
|
2007-01-11 01:47:26 +00:00 |
dhcp.h
|
Created a bus/device API that allows for the ROM prefix to specify an
|
2005-04-21 18:18:29 +00:00 |
disk.h
|
BIOS floppy handling code moved to where it will really live.
|
2005-04-25 19:29:55 +00:00 |
dns.h
|
Moved include/in.h to include/gpxe/in.h, so that it can be included by
|
2006-03-23 16:45:01 +00:00 |
eisa.h
|
ISA bus driver updated to report devices as present only if a driver
|
2005-04-26 12:30:14 +00:00 |
elf_boot.h
|
Initial revision
|
2005-03-08 18:53:11 +00:00 |
elf.h
|
Initial revision
|
2005-03-08 18:53:11 +00:00 |
endian.h
|
Initial revision
|
2005-03-08 18:53:11 +00:00 |
errno.h
|
Split error-message table portions of errno.h out to gpxe/errortab.h
|
2006-12-20 03:40:48 +00:00 |
etherboot.h
|
Fix prototype of random() and move to stdlib.h
|
2006-12-22 01:44:51 +00:00 |
fs.h
|
Initial revision
|
2005-03-08 18:53:11 +00:00 |
getopt.h
|
Use common symbols to avoid dragging in getopt.o unless a getopt-using
|
2006-12-19 16:27:15 +00:00 |
i82365.h
|
Initial revision
|
2005-03-08 18:53:11 +00:00 |
igmp.h
|
Moved include/in.h to include/gpxe/in.h, so that it can be included by
|
2006-03-23 16:45:01 +00:00 |
image.h
|
Add "name" field to struct device to allow human-readable hardware device
|
2007-01-10 04:22:09 +00:00 |
ip.h
|
Moved include/in.h to include/gpxe/in.h, so that it can be included by
|
2006-03-23 16:45:01 +00:00 |
isa_ids.h
|
Created a bus/device API that allows for the ROM prefix to specify an
|
2005-04-21 18:18:29 +00:00 |
isa.h
|
Add "name" field to struct device to allow human-readable hardware device
|
2007-01-10 04:22:09 +00:00 |
isapnp.h
|
ISA bus driver updated to report devices as present only if a driver
|
2005-04-26 12:30:14 +00:00 |
lib.h
|
Initial revision
|
2005-03-08 18:53:11 +00:00 |
little_bswap.h
|
Added the "swap in place" macros
|
2006-09-11 17:54:19 +00:00 |
main.h
|
Fix up find_pci_device so that it can be used for scanning for devices
|
2005-04-12 18:04:03 +00:00 |
malloc.h
|
Move ANSI C standard prototypes to stdlib.h; leave the gPXE-specific
|
2006-12-02 20:10:21 +00:00 |
mca.h
|
ISA bus driver updated to report devices as present only if a driver
|
2005-04-26 12:30:14 +00:00 |
mii.h
|
Initial revision
|
2005-03-08 18:53:11 +00:00 |
nfs.h
|
Initial revision
|
2005-03-08 18:53:11 +00:00 |
nic.h
|
Added a very quick and dirty compatibility layer, to allow
|
2006-06-05 15:45:21 +00:00 |
nmb.h
|
Fixes for gcc >= 3.2 from Georg Baum
|
2005-05-23 23:47:54 +00:00 |
old_tcp.h
|
Moved old tcp.h to old_tcp.h, to avoid name clash with new (uIP-based)
|
2006-03-23 20:34:08 +00:00 |
osdep.h
|
Towards a(nother) new real-mode infrastructure, in which we take
|
2006-05-02 15:41:21 +00:00 |
osloader.h
|
First version
|
2005-05-17 13:41:00 +00:00 |
pc_kbd.h
|
Initial revision
|
2005-03-08 18:53:11 +00:00 |
pcmcia-opts.h
|
Initial revision
|
2005-03-08 18:53:11 +00:00 |
pcmcia.h
|
Changed guard name to avoid clash with INCLUDE_xxx namespace used by
|
2005-04-11 09:58:31 +00:00 |
proto.h
|
Move include/buffer.h to include/gpxe/buffer.h
|
2007-01-11 01:47:26 +00:00 |
pxe_api.h
|
Partial implementation of UNDI loader caller.
|
2007-01-05 03:24:39 +00:00 |
pxe_types.h
|
Update to match the daft capitalisation in the actual PXE spec
|
2006-08-08 20:43:05 +00:00 |
pxe.h
|
Remove types and prototypes now provided in the undi*.h headers.
|
2007-01-08 03:05:34 +00:00 |
resolv.h
|
Add "name" field to struct device to allow human-readable hardware device
|
2007-01-10 04:22:09 +00:00 |
stddef.h
|
Added container_of(). This seems about the best place to put it, since
|
2006-03-23 22:07:21 +00:00 |
stdlib.h
|
Fix prototype of random() and move to stdlib.h
|
2006-12-22 01:44:51 +00:00 |
string.h
|
Move strerror() prototype to string.h, where it belongs
|
2006-12-20 03:35:49 +00:00 |
strings.h
|
The prototype for strcasecmp() is apparently in strings.h.
|
2006-08-08 22:52:16 +00:00 |
sys_info.h
|
Initial revision
|
2005-03-08 18:53:11 +00:00 |
tftp.h
|
Move include/buffer.h to include/gpxe/buffer.h
|
2007-01-11 01:47:26 +00:00 |
tftpcore.h
|
Make rfc2090 multicast option optional
|
2005-06-01 19:10:25 +00:00 |
timer.h
|
Merged mcb30-realmode-redesign back to HEAD
|
2005-04-08 15:01:17 +00:00 |
udp.h
|
Moved include/in.h to include/gpxe/in.h, so that it can be included by
|
2006-03-23 16:45:01 +00:00 |
unistd.h
|
Fix prototype of sleep() and move it to unistd.h
|
2006-12-20 03:14:59 +00:00 |
url.h
|
Moved include/in.h to include/gpxe/in.h, so that it can be included by
|
2006-03-23 16:45:01 +00:00 |
vsprintf.h
|
Added missing include of stdint.h
|
2006-12-08 01:21:13 +00:00 |