2007-09-21 |
Michael Brown | Don't get stuck in an infinite loop on negative integers!
|
commit | commitdiff | tree |
2007-09-21 |
Michael Brown | Add fls() for non-constant values.
|
commit | commitdiff | tree |
2007-09-21 |
Michael Brown | Moved iobuf.h assertions outside the static inline...
|
commit | commitdiff | tree |
2007-09-13 |
Michael Brown | Bugfix: DHCP message type should be a one-byte option...
|
commit | commitdiff | tree |
2007-09-09 |
Michael Brown | Merge branch 'master' of rom.etherboot.org:/pub/scm...
|
commit | commitdiff | tree |
2007-09-08 |
Michael Brown | Use "/bin/echo -e" instead of shell builtin echo; some...
|
commit | commitdiff | tree |
2007-09-08 |
Michael Brown | Check for correct block number in tftp_rx_data().
|
commit | commitdiff | tree |
2007-09-08 |
Michael Brown | Re-added the kpxe prefix. I have no idea when this...
|
commit | commitdiff | tree |
2007-09-06 |
Michael Brown | Add the possibility to create .o files from arbitrary...
|
commit | commitdiff | tree |
2007-09-06 |
Michael Brown | Added missing .kpxe prefix.
|
commit | commitdiff | tree |
2007-09-06 |
Michael Brown | Minor style fix: structure fields are generally initialised...
|
commit | commitdiff | tree |
2007-08-23 |
Michael Brown | Merge commit 'holger/strings'
|
commit | commitdiff | tree |
2007-08-23 |
Michael Brown | Auto-assign drive number only if set to 0xff; almost...
|
commit | commitdiff | tree |
2007-08-22 |
Michael Brown | Allow legacy "make bin/etherboot.%".
|
commit | commitdiff | tree |
2007-08-18 |
Michael Brown | Added error IDs for all files in drivers/net; they...
|
commit | commitdiff | tree |
2007-08-18 |
Michael Brown | Fix building on distros which use dash as the default...
|
commit | commitdiff | tree |
2007-08-18 |
Michael Brown | Add barrier() primitive (was present in Eb5.4), used...
|
commit | commitdiff | tree |
2007-08-17 |
Michael Brown | Separate out arch-independent parts of stdint.h
|
commit | commitdiff | tree |
2007-08-13 |
Michael Brown | Use start_timer_nodelay() in protocols which rely on...
|
commit | commitdiff | tree |
2007-08-13 |
Michael Brown | Add start_timer_nodelay()
|
commit | commitdiff | tree |
2007-08-10 |
Michael Brown | Build the all-driver images by default, and print instructio...
|
commit | commitdiff | tree |
2007-08-10 |
Michael Brown | Add iBFT code derived from IBM document.
|
commit | commitdiff | tree |
2007-08-07 |
Michael Brown | Set current working URI to be that of the executable...
|
commit | commitdiff | tree |
2007-08-04 |
Michael Brown | Add PXE FILE API.
|
commit | commitdiff | tree |
2007-08-04 |
Michael Brown | Make read_user() non-blocking, and add select() call.
|
commit | commitdiff | tree |
2007-08-03 |
Michael Brown | Display name and status of each file as it is downloaded.
|
commit | commitdiff | tree |
2007-08-03 |
Michael Brown | Print multiple commands per line in help
|
commit | commitdiff | tree |
2007-08-02 |
Michael Brown | Place multiboot command lines in base memory; Xen won...
|
commit | commitdiff | tree |
2007-08-02 |
Michael Brown | Error message cleanups.
|
commit | commitdiff | tree |
2007-08-02 |
Michael Brown | Set current working URI equal to script URI during...
|
commit | commitdiff | tree |
2007-08-02 |
Michael Brown | uri_get(NULL) and uri_put(NULL) are explicitly allowed.
|
commit | commitdiff | tree |
2007-08-02 |
Michael Brown | Allow images to hold references to the originating...
|
commit | commitdiff | tree |
2007-08-02 |
Michael Brown | Allowed zero-cost enforced ordering of features in...
|
commit | commitdiff | tree |
2007-08-02 |
Michael Brown | Use otherwise-useless byte in DHCP feature option as...
|
commit | commitdiff | tree |
2007-08-02 |
Michael Brown | Add FEATURE() macro, plus code to display features...
|
commit | commitdiff | tree |
2007-08-02 |
Michael Brown | Cope with non-newline-terminated scripts.
|
commit | commitdiff | tree |
2007-08-01 |
Michael Brown | Add code for constructing single-file cpio archives...
|
commit | commitdiff | tree |
2007-08-01 |
Michael Brown | Initrd concatenation now working
|
commit | commitdiff | tree |
2007-07-31 |
Michael Brown | Allow loading of multiple initramfs images.
|
commit | commitdiff | tree |
2007-07-31 |
Michael Brown | Added support for draft version of the AoE Boot Firmware...
|
commit | commitdiff | tree |
2007-07-31 |
Michael Brown | Fix endianness of "shelf" field
|
commit | commitdiff | tree |
2007-07-31 |
Michael Brown | Add identifier for the network device into the DHCP...
|
commit | commitdiff | tree |
2007-07-31 |
Michael Brown | Centralise construction of the DHCP request and response...
|
commit | commitdiff | tree |
2007-07-30 |
Michael Brown | Added the AoE boot information table as used by Vampyre...
|
commit | commitdiff | tree |
2007-07-30 |
Michael Brown | tls_change_cipher() can complain about null cipher...
|
commit | commitdiff | tree |
2007-07-30 |
Michael Brown | Change #warnings to FIXMEs, so that we can build without...
|
commit | commitdiff | tree |
2007-07-30 |
Michael Brown | Allowed HTTPS to be a separately configurable feature.
|
commit | commitdiff | tree |
2007-07-30 |
Michael Brown | Added missing #include
|
commit | commitdiff | tree |
2007-07-30 |
Michael Brown | Inhibit compiler warning
|
commit | commitdiff | tree |
2007-07-30 |
Michael Brown | TLS now working again.
|
commit | commitdiff | tree |
2007-07-30 |
Michael Brown | Upgrade AXTLS import to version 1.1.5-a
|
commit | commitdiff | tree |
2007-07-30 |
Michael Brown | Import various libgcc functions from syslinux.
|
commit | commitdiff | tree |
2007-07-30 |
Michael Brown | GCC's optimiser seems to screw up if this is left static...
|
commit | commitdiff | tree |
2007-07-29 |
Michael Brown | Preparation for adding tls.c
|
commit | commitdiff | tree |
2007-07-29 |
Michael Brown | Added a simple pass-through filter layer for data transfer...
|
commit | commitdiff | tree |
2007-07-29 |
Michael Brown | Don't rely on retry.c's periodically calling currticks...
|
commit | commitdiff | tree |
2007-07-29 |
Michael Brown | Added HMAC code from TLS project
|
commit | commitdiff | tree |
2007-07-29 |
Michael Brown | Quick hack to get AoE back in to the tree, on a par...
|
commit | commitdiff | tree |
2007-07-28 |
Michael Brown | Applied a modified version of holger's regparm patches.
|
commit | commitdiff | tree |
2007-07-28 |
Michael Brown | Merge branch 'symcheck2'
|
commit | commitdiff | tree |
2007-07-28 |
Michael Brown | Make has_key() a static inline, rather than omitting...
|
commit | commitdiff | tree |
2007-07-28 |
Michael Brown | Revert "make bool m_echo static" - I suspect this to...
|
commit | commitdiff | tree |
2007-07-28 |
Michael Brown | Ensure clock line is in the idle state before asserting...
|
commit | commitdiff | tree |
2007-07-26 |
Michael Brown | Prepare for iBFT merge when possible. iscsiboot.c...
|
commit | commitdiff | tree |
2007-07-25 |
Michael Brown | Added two lines of code that were completely missing!
|
commit | commitdiff | tree |
2007-07-25 |
Michael Brown | Don't overwrite %dl with a (potentially) modified drive...
|
commit | commitdiff | tree |
2007-07-25 |
Michael Brown | We probably shouldn't leave interrupts disabled when...
|
commit | commitdiff | tree |
2007-07-24 |
Michael Brown | Add per-file error identifiers
|
commit | commitdiff | tree |
2007-07-24 |
Michael Brown | Define -DOBJECT when generating Makefile rules, for...
|
commit | commitdiff | tree |
2007-07-24 |
Michael Brown | Include errno.h in the few drivers which use it, rather...
|
commit | commitdiff | tree |
2007-07-24 |
Michael Brown | Allow -Werror to be temporarily disabled using "make...
|
commit | commitdiff | tree |
2007-07-24 |
Michael Brown | Remove some obsolete sections of librm.h and libkir.h.
|
commit | commitdiff | tree |
2007-07-24 |
Michael Brown | We can finally enable -Werror :)
|
commit | commitdiff | tree |
2007-07-24 |
Michael Brown | Merge branch 'master' of rom.etherboot.org:/pub/scm...
|
commit | commitdiff | tree |
2007-07-19 |
Michael Brown | Minor debug improvement
|
commit | commitdiff | tree |
2007-07-19 |
Michael Brown | Don't trash the %ecx value returned by relocate()....
|
commit | commitdiff | tree |
2007-07-19 |
Michael Brown | Remove INT 13,4b handler; it represents an incomplete...
|
commit | commitdiff | tree |
2007-07-19 |
Michael Brown | Completed definition of struct int13_cdrom_specification...
|
commit | commitdiff | tree |
2007-07-17 |
Michael Brown | Real-mode code might set the direction flag, which...
|
commit | commitdiff | tree |
2007-07-17 |
Michael Brown | Move .zinfo to libprefix.S; it doesn't belong with...
|
commit | commitdiff | tree |
2007-07-17 |
Michael Brown | Produce no output unless -v is specified or an error...
|
commit | commitdiff | tree |
2007-07-17 |
Michael Brown | Removed dead code identified by symcheck
|
commit | commitdiff | tree |
2007-07-17 |
Michael Brown | Added missing "static" declarations
|
commit | commitdiff | tree |
2007-07-17 |
Michael Brown | Restore the "shared symbol found only in a single object...
|
commit | commitdiff | tree |
2007-07-17 |
Michael Brown | Added symbols that the DBG() macros will use.
|
commit | commitdiff | tree |
2007-07-17 |
Michael Brown | nameserver should be static
|
commit | commitdiff | tree |
2007-07-17 |
Michael Brown | Obsolete code removal
|
commit | commitdiff | tree |
2007-07-17 |
Michael Brown | Added missing extern
|
commit | commitdiff | tree |
2007-07-17 |
Michael Brown | Use objdump -t for symcheck; it allows us to take the...
|
commit | commitdiff | tree |
2007-07-16 |
Michael Brown | Kill off redundant references to the .zprefixes.
|
commit | commitdiff | tree |
2007-07-16 |
Michael Brown | Update all prefixes currently referring to _load_size...
|
commit | commitdiff | tree |
2007-07-16 |
Michael Brown | Rename _rom_size to _load_size_sect, since hdprefix...
|
commit | commitdiff | tree |
2007-07-16 |
Michael Brown | Compressed ROM images now work.
|
commit | commitdiff | tree |
2007-07-16 |
Michael Brown | Split the objcopy stage out of final image preparation...
|
commit | commitdiff | tree |
2007-07-16 |
Michael Brown | Move uninitialised .data16 variables to .bss16; saves...
|
commit | commitdiff | tree |
2007-07-16 |
Michael Brown | Kill off some long-redundant CFLAGS
|
commit | commitdiff | tree |
2007-07-16 |
Michael Brown | Add __bss16() macro, and allow use of .bss16 section...
|
commit | commitdiff | tree |
2007-07-16 |
Michael Brown | Revert "no need for depending on build library ("blib")"
|
commit | commitdiff | tree |
2007-07-15 |
Michael Brown | Added nrv2b binary to ignore list
|
commit | commitdiff | tree |
2007-07-15 |
Michael Brown | Use a single _payload_offset linker-defined variable...
|
commit | commitdiff | tree |
next |