index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
tftp moved to separate file.
Michael Brown
2005-04-30
1
-4
/
+20
*
Protocols get passed a pointer to the filename portion as well as just the
Michael Brown
2005-04-30
1
-0
/
+1
*
tftp prototypes moved to tftp.h
Michael Brown
2005-04-30
1
-2
/
+0
*
Added "proto" directory
Michael Brown
2005-04-30
1
-0
/
+1
*
Added debugging.
Michael Brown
2005-04-30
2
-2
/
+9
*
Added DNS resolver configuration option.
Michael Brown
2005-04-30
2
-0
/
+18
*
TFTP API changed.
Michael Brown
2005-04-30
1
-16
/
+26
*
loadkernel renamed to download_url, substantially restructured, and moved
Michael Brown
2005-04-30
1
-2
/
+62
*
loadkernel renamed to download_url and moved to nic.c
Michael Brown
2005-04-30
1
-74
/
+2
*
loadkernel no longer exists; it is now download_url and lives in nic.c.
Michael Brown
2005-04-30
1
-6
/
+2
*
inet_aton doesn't overwrite the IP address unless it is valid.
Michael Brown
2005-04-30
1
-5
/
+7
*
Protocols also take a pointer to a sockaddr_in.
Michael Brown
2005-04-30
1
-1
/
+2
*
Use struct in_addr rather than just "in_addr".
Michael Brown
2005-04-30
1
-2
/
+14
*
Moved strtoul prototype into stdlib.h for consistency
Michael Brown
2005-04-30
1
-0
/
+6
*
parse_url() is void.
Michael Brown
2005-04-30
1
-1
/
+8
*
First version
Michael Brown
2005-04-29
2
-0
/
+40
*
First version
Michael Brown
2005-04-29
2
-0
/
+58
*
First version
Michael Brown
2005-04-28
1
-0
/
+22
*
Much, much smaller. :)
Michael Brown
2005-04-28
1
-123
/
+50
*
First version: far too large (408 bytes!!!)
Michael Brown
2005-04-28
1
-0
/
+144
*
isa.c uses the new table infrastructure.
Michael Brown
2005-04-27
3
-13
/
+4
*
dev.c uses the new tables infrastructure.
Michael Brown
2005-04-27
3
-30
/
+13
*
Missing include
Michael Brown
2005-04-27
1
-0
/
+2
*
Post-relocation functions use the generic table mechanism.
Michael Brown
2005-04-27
3
-10
/
+8
*
Use PREFIX_OBJECT to give the init_fn table variables meaningful names.
Michael Brown
2005-04-27
1
-1
/
+1
*
Special handling for symbols of the form "xxx_end", to make table end
Michael Brown
2005-04-27
1
-4
/
+8
*
Added PREFIX_OBJECT() function to be able to easily prepend any string
Michael Brown
2005-04-27
1
-2
/
+3
*
console.c uses the generic table mechanism
Michael Brown
2005-04-27
3
-10
/
+8
*
Linker no longer provides start and end symbols for each table; these
Michael Brown
2005-04-27
1
-5
/
+1
*
Use new generic tables infrastructure
Michael Brown
2005-04-27
2
-12
/
+14
*
Added a generalised table infrastructure, so that we don't have to
Michael Brown
2005-04-27
1
-0
/
+56
*
Produce a sorted list of all local symbols in the map file.
Michael Brown
2005-04-27
2
-0
/
+3
*
Use symbol size as a third index, mainly so that zero-length symbols
Michael Brown
2005-04-27
1
-7
/
+9
*
First version
Michael Brown
2005-04-27
1
-0
/
+34
*
Added back in the actual call to load().
Michael Brown
2005-04-26
4
-22
/
+59
*
Add isapnp_max_csn to reduce scan time.
Michael Brown
2005-04-26
1
-2
/
+20
*
ISA bus driver updated to report devices as present only if a driver
Michael Brown
2005-04-26
10
-62
/
+86
*
PCI_DRIVER changed
Michael Brown
2005-04-26
1
-2
/
+1
*
Automatically updated with
Michael Brown
2005-04-26
33
-78
/
+40
*
BIOS floppy handling code moved to where it will really live.
Michael Brown
2005-04-25
3
-79
/
+92
*
Added arch/i386/drivers/disk
Michael Brown
2005-04-25
1
-1
/
+3
*
Improved debug messages
Michael Brown
2005-04-25
1
-12
/
+13
*
s/{name,describe}/{name,describe}_device/
Michael Brown
2005-04-25
1
-4
/
+5
*
Renamed describe to describe_device for consistency
Michael Brown
2005-04-25
2
-5
/
+5
*
Added "name" field to struct bus_driver
Michael Brown
2005-04-25
1
-7
/
+8
*
Added DBG2
Michael Brown
2005-04-25
2
-5
/
+12
*
Added "name" field to bus structure.
Michael Brown
2005-04-25
7
-159
/
+212
*
Allow for multiple debug levels
Michael Brown
2005-04-25
1
-5
/
+18
*
Prevent hundreds of errors from "make symcheck". The prefix exit path
Michael Brown
2005-04-23
11
-29
/
+0
*
Fixed to properly catch multiply defined symbols.
Michael Brown
2005-04-23
1
-1
/
+1
[next]