2007-01-12 |
Michael Brown | Added missing declaration.
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Place command-line inline, to save on memory allocation...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Added basename() to make automatically naming images...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Build automatically expanding buffers from struct buffer...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Fix the only bug (which was to use DBGC() in place...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Quick and dirty test for emalloc()
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | First version of an external memory allocator (not...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Rename copy_user() to memcpy_user(). Add memmove_user...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Allow external code to update hidden memory regions.
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Nothing (not even hidemem.c) uses this file!
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Long since obsoleted by arch/i386/scripts/i386.lds
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Obsoleted by arch/i386/interface/pxe/pxe_call.c
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | We *do* have a __data16_array after all!
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Add UNULL
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Fix typo
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | We may be required to page-align modules, so let's...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Allow for named images.
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Provide registration mechanism for loaded images, so...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | alloca() can be useful in some (limited) circumstances.
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Populate multiboot information structure before calling OS.
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Whoever put together the grub multiboot.h header is...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Add command line that can be passed to executed images.
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Avoid namespace clashes
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Added fields present in the documentation but not in...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Capable of starting a multiboot kernel (albeit without...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Add PHYS_CODE, for use as in __asm__ ( PHYS_CODE (...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Capable of loading a multiboot image into memory
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Add placeholder elf_execute()
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Limit -ENOEXEC to mean "this is not in my format".
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Distinguish between ENOMEM (as representing a lack...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Downloaded from current grub CVS.
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Use generic "struct image" rather than "struct elf".
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Rename "image" field to "data", because "image->image...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Move include/image.h to include/gpxe/image.h
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Had this file lying around for ages; may as well check...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Try image as ELF file first. (Don't yet actually try...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Print informative error message when boot fails.
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Create include/gpxe/elf.h for the ELF bits that aren...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Update TFTP to use a struct buffer rather than a callback.
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Use physical address in debug messages; they make more...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Removed the Etherboot-specific ELF-image code and replaced...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Add image directory back in
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Remove osloader.c and replace with a prep_segment(...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Added user_to_phys() and memset_user().
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Move memmap.h out of arch/i386; it no longer contains...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Add phys_to_user() and copy_user().
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | buffer.c should be using copy_{to,from}_user, rather...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | I hate NULL pointer dereferences.
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Use pkb_pad() rather than doing it the dangerous way :)
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Extract packet-padding login from rtl8139.c to a separate...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Change FTP to use a data buffer rather than a callback...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Fix bug in buffer.c, add buffer mini-unit test.
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Added strerror(0)=="No error", so that TCP protocols...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Update buffer-handling code to enable expandable buffers.
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Move include/buffer.h to include/gpxe/buffer.h
|
commit | commitdiff | tree |
2007-01-10 |
Michael Brown | Warn when net device on an active route is not open.
|
commit | commitdiff | tree |
2007-01-10 |
Michael Brown | Add "route" command (which currently only displays...
|
commit | commitdiff | tree |
2007-01-10 |
Michael Brown | Add route() function to display routing table.
|
commit | commitdiff | tree |
2007-01-10 |
Michael Brown | Try booting from the "boot" network device first (i...
|
commit | commitdiff | tree |
2007-01-10 |
Michael Brown | Add find_pci_netdev()
|
commit | commitdiff | tree |
2007-01-10 |
Michael Brown | Add device description fields to struct device.
|
commit | commitdiff | tree |
2007-01-10 |
Michael Brown | Give UNDI device a more meaningful name.
|
commit | commitdiff | tree |
2007-01-10 |
Michael Brown | Force ordering of commands within help list.
|
commit | commitdiff | tree |
2007-01-10 |
Michael Brown | Force ordering of commands in help list.
|
commit | commitdiff | tree |
2007-01-10 |
Michael Brown | Having forced __table() to natural structure alignment...
|
commit | commitdiff | tree |
2007-01-10 |
Michael Brown | Add "name" field to struct device to allow human-readable...
|
commit | commitdiff | tree |
2007-01-10 |
Michael Brown | Remove uIP; we haven't used it for quite some time...
|
commit | commitdiff | tree |
2007-01-10 |
Michael Brown | Allow udp_{send,sendto,sendto_via} to be called outside...
|
commit | commitdiff | tree |
2007-01-10 |
Michael Brown | DHCP transmits via specified net device, so no need...
|
commit | commitdiff | tree |
2007-01-10 |
Michael Brown | Add udp_sendto_via() to allow e.g. DHCP to transmit...
|
commit | commitdiff | tree |
2007-01-10 |
Michael Brown | Allow an explicit network device to be specified for...
|
commit | commitdiff | tree |
2007-01-10 |
Michael Brown | Add interface management commands
|
commit | commitdiff | tree |
2007-01-10 |
Michael Brown | Move header file for usr/autoboot.c to include/usr
|
commit | commitdiff | tree |
2007-01-10 |
Michael Brown | Added network interface management commands
|
commit | commitdiff | tree |
2007-01-09 |
Michael Brown | Add "name" field to network device, to facilitate netdev...
|
commit | commitdiff | tree |
2007-01-09 |
Michael Brown | Add RX quotas to the net device poll() method. This...
|
commit | commitdiff | tree |
2007-01-09 |
Michael Brown | Autopadding was sometimes overwriting the struct list_head...
|
commit | commitdiff | tree |
2007-01-09 |
Michael Brown | Rename pkb_available() to pkb_tailroom() for consistency...
|
commit | commitdiff | tree |
2007-01-09 |
Michael Brown | Added net device TX queue; this will be needed to support...
|
commit | commitdiff | tree |
2007-01-09 |
Michael Brown | Move start/stop/expire debug messages to DBG2() level.
|
commit | commitdiff | tree |
2007-01-09 |
Michael Brown | Added ability to break ISR processing over several...
|
commit | commitdiff | tree |
2007-01-09 |
Michael Brown | Send EOI after enabling interrupt, in case the device...
|
commit | commitdiff | tree |
2007-01-09 |
Michael Brown | Allow boot sector to completely destroy real-mode stack...
|
commit | commitdiff | tree |
2007-01-09 |
Michael Brown | Leave protected-mode return address on PM stack when...
|
commit | commitdiff | tree |
2007-01-09 |
Michael Brown | Define "connected" as
|
commit | commitdiff | tree |
2007-01-09 |
Michael Brown | Reset character attributes before start of welcome...
|
commit | commitdiff | tree |
2007-01-09 |
Michael Brown | We can't assert that the RX engine is idle in iscsi_done...
|
commit | commitdiff | tree |
2007-01-09 |
Michael Brown | Use debug auto-colourisation.
|
commit | commitdiff | tree |
2007-01-09 |
Michael Brown | Clean up connection closing and permanent failure logic.
|
commit | commitdiff | tree |
2007-01-09 |
Michael Brown | Obsoleted by drivers/net/undionly.c
|
commit | commitdiff | tree |
2007-01-09 |
Michael Brown | Added UNDI root bus driver (which saves including all...
|
commit | commitdiff | tree |
2007-01-09 |
Michael Brown | Added missing call to undinet_remove()
|
commit | commitdiff | tree |
2007-01-09 |
Michael Brown | undipci_probe() has to calculate busdevfn anyway, so...
|
commit | commitdiff | tree |
2007-01-09 |
Michael Brown | Avoid erasing non-existent signatures in undi_unload()
|
commit | commitdiff | tree |
2007-01-09 |
Michael Brown | Avoid leaving preloaded_undi with invalid PXENV+/!PXE...
|
commit | commitdiff | tree |
2007-01-09 |
Michael Brown | Since we now always unload the base code stack (even...
|
commit | commitdiff | tree |
2007-01-09 |
Michael Brown | If preloaded device matches, use that rather than going...
|
commit | commitdiff | tree |
2007-01-09 |
Michael Brown | Populate preloaded_undi device when applicable.
|
commit | commitdiff | tree |
2007-01-09 |
Michael Brown | Provide storage for an undi_device structure representing...
|
commit | commitdiff | tree |
2007-01-09 |
Michael Brown | Call PXENV_UNDI_GET_NIC_TYPE to identify NIC physical...
|
commit | commitdiff | tree |
next |