.. |
gpxe
|
Added generic function for calculating ACPI table checksum
|
2006-08-27 22:02:08 +00:00 |
.cvsignore
|
|
|
assert.h
|
Added missing #endif
|
2006-03-23 19:23:25 +00:00 |
background.h
|
Header rearrangement.
|
2006-04-24 15:42:49 +00:00 |
big_bswap.h
|
Add 64-bit byte-swapping operations.
|
2006-05-13 11:40:39 +00:00 |
bootp.h
|
|
|
btext.h
|
|
|
buffer.h
|
Allow data blocks to be less than sizeof ( struct buffer_free_block ) in
|
2005-06-06 11:42:14 +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
|
Merge of Fredrik Hultin command_line
|
2006-08-09 02:30:35 +00:00 |
coff.h
|
|
|
command.h
|
Merge of Fredrik Hultin command_line
|
2006-08-09 02:30:35 +00:00 |
compiler.h
|
Make DBG_DISCARD correct
|
2006-06-01 12:11:09 +00:00 |
console.h
|
Header rearrangement.
|
2006-04-24 15:42:49 +00:00 |
cpu.h
|
|
|
curses.h
|
typo in macro fixed
|
2006-06-28 11:53:41 +00:00 |
debug.h
|
|
|
dev.h
|
Kill off the "all devices are boot devices" idea
|
2006-05-16 14:42:15 +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
|
|
|
elf.h
|
|
|
endian.h
|
|
|
errno.h
|
Add sketch code to reassemble a DHCP packet from our internal "everything
|
2006-07-17 12:47:22 +00:00 |
etherboot.h
|
Kill off poll_interruptions(); it is lethal when we're acting as a PXE
|
2006-08-14 22:29:51 +00:00 |
fs.h
|
|
|
i82365.h
|
|
|
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
|
Header rearrangement.
|
2006-04-24 15:42:49 +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
|
gcc is rather over-aggressive about optimising out static data structures
|
2006-04-24 18:31:37 +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
|
|
|
little_bswap.h
|
Add 64-bit byte-swapping operations.
|
2006-05-13 11:40:39 +00:00 |
load_buffer.h
|
First version
|
2005-05-13 13:29:15 +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
|
Updated memory allocator to improve support for unaligned or partially
|
2006-04-25 03:30:46 +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
|
|
|
nfs.h
|
|
|
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
|
|
|
pcmcia-opts.h
|
|
|
pcmcia.h
|
Changed guard name to avoid clash with INCLUDE_xxx namespace used by
|
2005-04-11 09:58:31 +00:00 |
proto.h
|
Added features that will be required for PXE UDP support.
|
2006-08-02 00:02:21 +00:00 |
pxe_api.h
|
Documented the purpose of the two timeout fields in
|
2005-05-27 16:47:16 +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
|
Added pxe_netdev; a slight hack for now, but will need to be done
|
2006-08-09 02:58:27 +00:00 |
resolv.h
|
Header rearrangement.
|
2006-04-24 15:42:49 +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 up prototype of strtoul() to match POSIX.
|
2006-04-30 11:45:38 +00:00 |
string.h
|
Prototype now clashes with the macro in arch/i386.
|
2006-04-24 15:27:58 +00:00 |
strings.h
|
The prototype for strcasecmp() is apparently in strings.h.
|
2006-08-08 22:52:16 +00:00 |
sys_info.h
|
|
|
tftp.h
|
Added features that will be required for PXE UDP support.
|
2006-08-02 00:02:21 +00:00 |
tftpcore.h
|
Make rfc2090 multicast option optional
|
2005-06-01 19:10:25 +00:00 |
timer.h
|
|
|
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 |
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
|
Allow vcprintf() to be called by external code such as the curses library.
|
2006-05-22 15:41:01 +00:00 |