]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2007-01-19  Michael BrownUse stdio.h instead of vsprintf.h
2007-01-19  Michael BrownFinally move the prototypes for printf() and friends...
2007-01-19  Michael Brown4.3BSD says that bcopy and bzero are defined in strings...
2007-01-19  Michael BrownTypo
2007-01-19  Michael BrownAdd missing prerequisite include
2007-01-18  Michael BrownA working name resolution framework
2007-01-18  Michael BrownWhen an async operation dies, orphan its children.
2007-01-18  Michael BrownHave DHCP set the nameserver, rather than DNS read...
2007-01-18  Michael BrownUse total free memory as advertised window. This seems...
2007-01-18  Michael BrownMove include/malloc.h to include/gpxe/malloc.h, since...
2007-01-18  Michael BrownInclude stdlib.h rather than malloc.h
2007-01-18  Michael Brownconsole.h is no longer needed for debugging
2007-01-18  Michael BrownAllow truly arbitrary debug levels to be specified...
2007-01-18  Michael BrownDeclaring the CPU architecture in the middle of an...
2007-01-18  Michael BrownAdd DBGLVL_PROFILE
2007-01-18  Michael BrownRemove the one-packet-per-poll-cycle limit; it seems...
2007-01-18  Michael BrownIncrease window size to 64kB. Line rate downloads...
2007-01-18  Michael BrownAccelerate memcpy() by around 32% on large, dword-align...
2007-01-18  Michael BrownAllow buffers to be pre-expanded on demand.
2007-01-18  Michael BrownPresize the download buffer when we see the Content...
2007-01-18  Michael BrownReorder functions to more closely reflect the flow...
2007-01-18  Michael BrownDon't always zero memory in malloc(). This saves aroun...
2007-01-18  Michael BrownSwitch from calloc() to malloc()+memset() to match...
2007-01-18  Michael BrownRespect the RX quota. This improves poll time by about...
2007-01-18  Michael BrownHTTP/DNS now working fully asynchronously. HTTP/IP...
2007-01-18  Michael BrownReplacement for fetch() which operates asynchronously...
2007-01-18  Michael BrownUse struct sockaddr rather than struct sockaddr_tcpip
2007-01-18  Michael BrownAdded async_uninit() to simplify failure paths.
2007-01-18  Michael BrownAdd utility function to parse port from URI
2007-01-18  Michael BrownEnsure that struct sockaddr is long enough...
2007-01-18  Michael BrownObsolete
2007-01-16  Michael BrownRename e{malloc,realloc,free} to u{malloc,realloc,free...
2007-01-16  Michael BrownCreate and use async_block() macro; it cuts down on...
2007-01-16  Michael BrownWhen a network device is specified to tcpip_tx() or...
2007-01-16  Michael BrownImprove debugging
2007-01-16  Michael BrownImprove debug messages
2007-01-16  Michael BrownImproved debugging
2007-01-15  Michael BrownQuickly hack in DNS resolution as a proof of concept
2007-01-15  Michael BrownA working DNS resolver (not yet tied in to anything)
2007-01-15  Michael BrownUpdate TFTP and FTP to take the same temporary URI...
2007-01-15  Michael BrownProtocol's get() method no longer takes ownership of...
2007-01-15  Michael BrownMust free http on the error path; nothing else will...
2007-01-15  Michael BrownUnmaintained example code is probably worse than useless.
2007-01-15  Michael BrownGave asynchronous operations approximate POSIX signal...
2007-01-15  Michael BrownAdd missing include
2007-01-15  Michael BrownAdd ETIMEDOUT
2007-01-14  Michael BrownAdded a URI parser that should be standards conformant...
2007-01-14  Michael BrownSplit DBG() statement containing two inet_ntoa() statem...
2007-01-14  Michael BrownDump buffer and packet information in PXENV_UDP_READ...
2007-01-14  Michael BrownMake TCP give up immediately when it receives -ENETUNRE...
2007-01-14  Michael BrownUse -ENETUNREACH to mean "no reachable network device...
2007-01-14  Michael BrownAdd the "initrd" command
2007-01-14  Michael BrownWe can now load an initrd as well as a kernel
2007-01-14  Michael BrownMake the getmemsize() prototype available in memsizes...
2007-01-14  Michael BrownOnce image type has been set, do not autoprobe further
2007-01-14  Michael BrownTypo
2007-01-14  Michael BrownActually, the initrd image should be architecture-indep...
2007-01-14  Michael BrownAdd dummy "initrd" image format, just so that images...
2007-01-14  Michael BrownAllow load() and exec() methods to be NULL.
2007-01-14  Michael BrownCopy command line at execution time rather than load...
2007-01-14  Michael BrownSplit bzimage_load into separate functions
2007-01-14  Michael BrownCan start a Linux kernel directly (albeit with no initr...
2007-01-14  Michael BrownRemove some references to no-longer-existent source...
2007-01-14  Michael Brown.lilo and derived targets (e.g. .iso) now load properly.
2007-01-14  Michael BrownObsoleted by arch/i386/image/multiboot.c
2007-01-14  Michael BrownCan almost start a kernel now. It dies with "No setup...
2007-01-14  Michael BrownObsolete
2007-01-14  Michael BrownPlaceholder bzImage support
2007-01-14  Michael BrownReplace image->entry with image->priv.
2007-01-14  Michael BrownMostly updated. Won't work yet.
2007-01-14  Michael BrownObsolete for some time
2007-01-14  Michael BrownFill in BufferSize in PXENV_GET_CACHED_INFO
2007-01-14  Michael BrownSelect a PXE network device before starting PXE NBP.
2007-01-14  Michael BrownDo not go past the end of the argv[] array.
2007-01-14  Michael BrownUse debug autocolourisation.
2007-01-14  Michael BrownCall hide_etherboot() from startup(), rather than requi...
2007-01-14  Michael BrownMake shutdown functions callable by OS image's exec...
2007-01-14  Michael BrownMake "boot" a synonym for "imgexec", to match grub
2007-01-14  Michael BrownRename "boot" to "autoboot"
2007-01-14  Michael BrownUse _text, rather than assuming _text==0.
2007-01-14  Michael BrownUse {get,set}_fbms() so that allocated base memory...
2007-01-13  Michael BrownProvide {get,set}_fbms() in basemem.h.
2007-01-13  Michael BrownSome operating systems get a nasty shock if a region...
2007-01-13  Michael BrownAdd some trace messages for important events
2007-01-13  Michael BrownAdvertise a larger MSS to improve TCP performance.
2007-01-13  Michael BrownI prefer IMAGE_XXX to XXX_IMAGE.
2007-01-13  Michael BrownAdd header for pxe_boot()
2007-01-13  Michael BrownPick up the return status code from the correct place...
2007-01-13  Michael BrownWhen an UNDI API call fails, print everything there...
2007-01-13  Michael BrownHex dumps are now integrated into the DBG() framework.
2007-01-13  Michael BrownAlways send EOI. We can't feasibly share interrupts...
2007-01-13  Michael BrownDamn Broadcom and their damned incorrect assumptions...
2007-01-12  Michael BrownAdd HTTP test support
2007-01-12  Michael BrownFixed HTTP
2007-01-12  Michael BrownWhitespace fix
2007-01-12  Michael BrownAdded ENOENT, since HTTP 404 translates to it
2007-01-12  Michael BrownAdded isspace() and made strtoul() accept whitespace...
2007-01-12  Michael BrownDamn it; my lovely resilient scheme falls down when...
2007-01-12  Michael BrownNo need to maintain a received byte count; we always...
2007-01-12  Michael BrownAdded generic line-buffering code (a la stdio)
next