| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Separate out arch-independent parts of stdint.h | Michael Brown | 2007-08-17 | 2 | -21/+27 |
| | | |||||
| * | Use start_timer_nodelay() in protocols which rely on the retry timer | Michael Brown | 2007-08-13 | 3 | -3/+3 |
| | | | | | | to generate the initial transmission; this cuts off around 0.3s per instantiated connection. | ||||
| * | Add start_timer_nodelay() | Michael Brown | 2007-08-13 | 2 | -0/+13 |
| | | |||||
| * | Build the all-driver images by default, and print instructions for usage. | Michael Brown | 2007-08-10 | 2 | -26/+18![]() |
| | | |||||
| * | Add iBFT code derived from IBM document. | Michael Brown | 2007-08-10 | 2 | -6/+620 |
| | | | | | | No Microsoft intellectual property was harmed in the production of this code. | ||||
| * | Set current working URI to be that of the executable image when | Michael Brown | 2007-08-07 | 2 | -12/+13 |
| | | | | | | executing any image, not just a script. (This will enable pxelinux to use relative URIs, should it wish to.) | ||||
| * | Add PXE FILE API. | Michael Brown | 2007-08-04 | 4 | -0/+352 |
| | | |||||
| * | Make read_user() non-blocking, and add select() call. | Michael Brown | 2007-08-04 | 3 | -50/+151 |
| | | |||||
| * | Display name and status of each file as it is downloaded. | Michael Brown | 2007-08-03 | 5 | -18/+30 |
| | | |||||
| * | Print multiple commands per line in help | Michael Brown | 2007-08-03 | 1 | -2/+12 |
| | | |||||
| * | Place multiboot command lines in base memory; Xen won't pick them up | Michael Brown | 2007-08-03 | 1 | -36/+69 |
| | | | | | otherwise. :( | ||||
| * | Error message cleanups. | Michael Brown | 2007-08-02 | 2 | -2/+3 |
| | | |||||
| * | Set current working URI equal to script URI during script execution. | Michael Brown | 2007-08-02 | 1 | -1/+9 |
| | | |||||
| * | uri_get(NULL) and uri_put(NULL) are explicitly allowed. | Michael Brown | 2007-08-02 | 2 | -5/+4![]() |
| | | |||||
| * | Allow images to hold references to the originating URI. | Michael Brown | 2007-08-02 | 9 | -69/+189 |
| | | | | | Some shuffling around of the image management code; this needs tidying up. | ||||
| * | Allowed zero-cost enforced ordering of features in startup banner | Michael Brown | 2007-08-02 | 13 | -40/+80 |
| | | | | | | | list. Added FEATURE() macros to most relevant (non-driver) files. | ||||
| * | Use otherwise-useless byte in DHCP feature option as a version number | Michael Brown | 2007-08-02 | 5 | -10/+22 |
| | | |||||
| * | Add FEATURE() macro, plus code to display features at startup time, | Michael Brown | 2007-08-02 | 6 | -1/+99 |
| | | | | | | and generate DHCP options to indicate features to DHCP server (and to PXE NBPs). | ||||
| * | fix gcc 4.2.1 warning: discards qualifiers from pointer target type | Holger Lubitz | 2007-08-02 | 1 | -4/+4 |
| | | |||||
| * | fix gcc 4.2.1 warning: initialized field overwritten | Holger Lubitz | 2007-08-02 | 1 | -4/+1![]() |
| | | |||||
| * | include more changes for x86_64 | Holger Lubitz | 2007-08-02 | 1 | -0/+2 |
| | | |||||
| * | remove old minorversion!=4 check (added -march a second time) | Holger Lubitz | 2007-08-02 | 1 | -4/+0![]() |
| | | |||||
| * | remove x86_64 comments from arch specific Config | Holger Lubitz | 2007-08-02 | 1 | -5/+0![]() |
| | | | | | options are in main makefile now | ||||
| * | Cope with non-newline-terminated scripts. | Michael Brown | 2007-08-02 | 1 | -2/+3 |
| | | | | | Print error status using strerror(). | ||||
| * | Add code for constructing single-file cpio archives on the fly | Michael Brown | 2007-08-02 | 3 | -30/+166 |
| | | |||||
| * | Initrd concatenation now working | Michael Brown | 2007-08-01 | 1 | -2/+3 |
| | | |||||
| * | Allow loading of multiple initramfs images. | Michael Brown | 2007-07-31 | 1 | -50/+61 |
| | | |||||
| * | Added support for draft version of the AoE Boot Firmware Table. | Michael Brown | 2007-07-31 | 3 | -0/+98 |
| | | |||||
| * | Fix endianness of "shelf" field | Michael Brown | 2007-07-31 | 1 | -1/+2 |
| | | |||||
| * | Add identifier for the network device into the DHCP request. | Michael Brown | 2007-07-31 | 2 | -0/+38 |
| | | |||||
| * | Centralise construction of the DHCP request and response packets. | Michael Brown | 2007-07-31 | 4 | -60/+126 |
| | | |||||
| * | Added the AoE boot information table as used by Vampyre's AoE | Michael Brown | 2007-07-31 | 1 | -0/+33 |
| | | | | | | | initiator. This table needs to be replaced by something similar to iBFT (i.e. scanned for and identified by signature, rather than being at a fixed address), but it works for now. | ||||
| * | tls_change_cipher() can complain about null cipher and digest | Michael Brown | 2007-07-30 | 1 | -4/+2![]() |
| | | | | | | | algorithms; we only need the pubkey check disabled (and only because pubkey algorithms are not yet integrated into the crypto_algorithm subsystem). | ||||
| * | Change #warnings to FIXMEs, so that we can build without NO_WERROR=1 | Michael Brown | 2007-07-30 | 1 | -8/+11 |
| | | |||||
| * | Allowed HTTPS to be a separately configurable feature. | Michael Brown | 2007-07-30 | 5 | -13/+76 |
| | | |||||
| * | Added missing #include | Michael Brown | 2007-07-30 | 1 | -0/+1 |
| | | |||||
| * | Inhibit compiler warning | Michael Brown | 2007-07-30 | 1 | -1/+1 |
| | | |||||
| * | TLS now working again. | Michael Brown | 2007-07-30 | 3 | -14/+1904 |
| | | |||||
| * | Upgrade AXTLS import to version 1.1.5-a | Michael Brown | 2007-07-30 | 7 | -62/+906 |
| | | |||||
| * | Import various libgcc functions from syslinux. | Michael Brown | 2007-07-30 | 9 | -338/+134![]() |
| | | | | | | | | | | | Experimentation reveals that gcc ignores -mrtd for the implicit arithmetic functions (e.g. __udivdi3), but not for the implicit memcpy() and memset() functions. Mark the implicit arithmetic functions with __attribute__((cdecl)) to compensate for this. (Note: we cannot mark with with __cdecl, because we define __cdecl to incorporate regparm(0) as well.) | ||||
| * | GCC's optimiser seems to screw up if this is left static... | Michael Brown | 2007-07-30 | 1 | -1/+1 |
| | | |||||
| * | Preparation for adding tls.c | Michael Brown | 2007-07-29 | 1 | -0/+1 |
| | | |||||
| * | Added a simple pass-through filter layer for data transfer interfaces. | Michael Brown | 2007-07-29 | 2 | -0/+153 |
| | | |||||
| * | Don't rely on retry.c's periodically calling currticks() in order to | Michael Brown | 2007-07-29 | 1 | -1/+7 |
| | | | | | allow the UNDI NIC interrupt to happen. | ||||
| * | Added HMAC code from TLS project | Michael Brown | 2007-07-29 | 2 | -0/+150 |
| | | |||||
| * | Quick hack to get AoE back in to the tree, on a par with the current | Michael Brown | 2007-07-29 | 8 | -181/+187 |
| | | | | | iSCSI hack. | ||||
| * | Applied a modified version of holger's regparm patches. | Michael Brown | 2007-07-29 | 6 | -5/+20 |
| | | |||||
| * | Merge branch 'symcheck2' | Michael Brown | 2007-07-28 | 18 | -29/+30 |
| |\ | |||||
| | * | Make has_key() a static inline, rather than omitting it altogether. | Michael Brown | 2007-07-28 | 2 | -15/+5![]() |
| | | | |||||
| | * | Revert "make bool m_echo static" - I suspect this to be defined by spec | Michael Brown | 2007-07-28 | 1 | -1/+1 |
| | | | | | | | | | This reverts commit 3cb133d27daf11e77fe48d44e1ce639711f903de. | ||||

