2007-01-15 |
Michael Brown | Protocol's get() method no longer takes ownership of...
|
commit | commitdiff | tree |
2007-01-15 |
Michael Brown | Must free http on the error path; nothing else will...
|
commit | commitdiff | tree |
2007-01-15 |
Michael Brown | Unmaintained example code is probably worse than useless.
|
commit | commitdiff | tree |
2007-01-15 |
Michael Brown | Gave asynchronous operations approximate POSIX signal...
|
commit | commitdiff | tree |
2007-01-15 |
Michael Brown | Add missing include
|
commit | commitdiff | tree |
2007-01-15 |
Michael Brown | Add ETIMEDOUT
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Added a URI parser that should be standards conformant...
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Split DBG() statement containing two inet_ntoa() statements...
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Dump buffer and packet information in PXENV_UDP_READ...
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Make TCP give up immediately when it receives -ENETUNREACH...
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Use -ENETUNREACH to mean "no reachable network device...
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Add the "initrd" command
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | We can now load an initrd as well as a kernel
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Make the getmemsize() prototype available in memsizes...
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Once image type has been set, do not autoprobe further
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Typo
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Actually, the initrd image should be architecture-independent.
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Add dummy "initrd" image format, just so that images...
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Allow load() and exec() methods to be NULL.
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Copy command line at execution time rather than load...
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Split bzimage_load into separate functions
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Can start a Linux kernel directly (albeit with no initrd...
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Remove some references to no-longer-existent source...
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | .lilo and derived targets (e.g. .iso) now load properly.
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Obsoleted by arch/i386/image/multiboot.c
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Can almost start a kernel now. It dies with "No setup...
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Obsolete
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Placeholder bzImage support
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Replace image->entry with image->priv.
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Mostly updated. Won't work yet.
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Obsolete for some time
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Fill in BufferSize in PXENV_GET_CACHED_INFO
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Select a PXE network device before starting PXE NBP.
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Do not go past the end of the argv[] array.
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Use debug autocolourisation.
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Call hide_etherboot() from startup(), rather than requiring...
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Make shutdown functions callable by OS image's exec...
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Make "boot" a synonym for "imgexec", to match grub
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Rename "boot" to "autoboot"
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Use _text, rather than assuming _text==0.
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Use {get,set}_fbms() so that allocated base memory...
|
commit | commitdiff | tree |
2007-01-13 |
Michael Brown | Provide {get,set}_fbms() in basemem.h.
|
commit | commitdiff | tree |
2007-01-13 |
Michael Brown | Some operating systems get a nasty shock if a region...
|
commit | commitdiff | tree |
2007-01-13 |
Michael Brown | Add some trace messages for important events
|
commit | commitdiff | tree |
2007-01-13 |
Michael Brown | Advertise a larger MSS to improve TCP performance.
|
commit | commitdiff | tree |
2007-01-13 |
Michael Brown | I prefer IMAGE_XXX to XXX_IMAGE.
|
commit | commitdiff | tree |
2007-01-13 |
Michael Brown | Add header for pxe_boot()
|
commit | commitdiff | tree |
2007-01-13 |
Michael Brown | Pick up the return status code from the correct place...
|
commit | commitdiff | tree |
2007-01-13 |
Michael Brown | When an UNDI API call fails, print everything there...
|
commit | commitdiff | tree |
2007-01-13 |
Michael Brown | Hex dumps are now integrated into the DBG() framework.
|
commit | commitdiff | tree |
2007-01-13 |
Michael Brown | Always send EOI. We can't feasibly share interrupts...
|
commit | commitdiff | tree |
2007-01-13 |
Michael Brown | Damn Broadcom and their damned incorrect assumptions...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Add HTTP test support
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Fixed HTTP
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Whitespace fix
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Added ENOENT, since HTTP 404 translates to it
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Added isspace() and made strtoul() accept whitespace...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Damn it; my lovely resilient scheme falls down when...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | No need to maintain a received byte count; we always...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Added generic line-buffering code (a la stdio)
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Place multiboot tables in base memory; at least some...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Print image physical location in registration message.
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Ensure multiboot modules are in ascending order of...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Fix the memory map.
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Code used for load buffer and multiboot image testing
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Use dhcp(), imgfetch() etc. to boot rather than dhcp_test().
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Added missing declaration.
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Make DEBUG=script echo the commands as they are executed
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Add "dhcp" command
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Let ifmgmt.c take care of calling efree(), since it...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Added dhcp() user-level command.
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Use systematic names for XXX_IMAGE.
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Don't print "<NULL>" when we use imgautoselect().
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Rearrange struct image to reflect usage of the fields
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Add debug message
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Ignore comment lines.
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | API change: the raw image will no longer be (hypothetically...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Force probing of multiboot before ELF.
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | fetch() now knows nothing about struct image; it simply...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Allow "imgexec" with no arguments to boot the file...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Cleaner separation between imgXXX() functions and image_cmd.c
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Add free_image
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Add basic "fetch" and "imgstat" commands.
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Added IMAGE_LOADED flag and find_image()
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Be silent if there are no network interfaces
|
commit | commitdiff | tree |
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 |
next |