summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [build] Fix broken build caused by implied dependency upon "perl"Michael Brown2010-06-243-14/+14
* [build] Avoid hard-coding the path to perlMichael Brown2010-06-241-1/+1
* [efi] Build iPXE script support into EFI binaries by defaultGeoff Lywood2010-06-231-0/+1
* [r8169] Remove driver cfg lookup, use pci_device_id->driver_data insteadAndrei Faur2010-06-232-66/+11Star
* [tls] Handle multiple handshake recordsMichael Brown2010-06-231-39/+54
* [refcnt] Add ref_no_free handlerJoshua Oreman2010-06-233-11/+14
* [http] Pass through unknown interface method callsMichael Brown2010-06-221-2/+4
* [interface] Allow for non-pass-through interface methodsMichael Brown2010-06-223-10/+46
* [interface] Convert all data-xfer interfaces to generic interfacesMichael Brown2010-06-2231-1511/+764Star
* [interface] Convert all name-resolution interfaces to generic interfacesMichael Brown2010-06-224-260/+169Star
* [interface] Convert all job-control interfaces to generic interfacesMichael Brown2010-06-228-293/+88Star
* [interface] Expand object interface to allow for polymorphic interfacesMichael Brown2010-06-225-44/+413
* [retry] Use start_timer_fixed() instead of direct timeout manipulationMichael Brown2010-06-222-4/+2Star
* [retry] Add timer_init() wrapper functionMichael Brown2010-06-229-11/+23
* [refcnt] Add ref_init() wrapper functionMichael Brown2010-06-2222-14/+59
* [pcnet32] Replace pcnet32 with native driverAndrei Faur2010-06-222-822/+1143
* [jme] Fix 64-bit compile of JMicron ethernet driverGeoff Lywood2010-06-221-1/+1
* [process] Hold reference to process during call to step()Michael Brown2010-06-151-0/+2
* [jme] Fix refill behaviorGuo-Fu Tseng2010-06-131-7/+13
* [ethernet] Move Ethernet MAC address checking routines to ethernet.hMichael Brown2010-06-073-16/+67
* [eepro100] Add PCI ID for Intel Pro/100 VEErwan Velu2010-06-071-0/+1
* [doc] Fix comment on Linux/x86 boot protocol pathWu Fengguang2010-06-031-1/+1
* [jme] Add JMicron Ethernet driverGuo-Fu Tseng2010-06-023-0/+2218
* [efi] Add the "snpnet" driverGeoff Lywood2010-06-0210-4/+724
* [qib7322] Fix whitespace errorsMichael Brown2010-06-011-107/+108
* [qib7322] Fix uninitialized variables warningShao Miller2010-06-011-3/+10
* [libc] Enable automated extraction of error usage reportsMichael Brown2010-05-3122-391/+1499
* [pxe] Remove obsolete pxe_errortab.cMichael Brown2010-05-311-103/+0Star
* [efi] Tidy up output of EFI header import scriptMichael Brown2010-05-303-19/+65
* [legal] Add FILE_LICENCE declarations to EFI header filesMichael Brown2010-05-3040-0/+96
* [efi] Synchronise EFI header filesMichael Brown2010-05-302-7/+10
* [build] Remove PACKED macroMichael Brown2010-05-306-74/+70Star
* [efi] Update UEFI header files with latest version from TianoCoreGeoff Lywood2010-05-3041-1613/+6072
* [dhcp] Use correct DHCP options on EFI systemsGeoff Lywood2010-05-295-8/+126
* [iscsi] Allow base64 encoding in large binary valuesPiotr Jaroszyński2010-05-281-23/+47
* [iscsi] Use generic base16 functions for iSCSI reverse CHAPMichael Brown2010-05-281-24/+17Star
* [infiniband] Use generic base16 functions for SRPMichael Brown2010-05-281-9/+7Star
* [iscsi] Use generic base16 functions for iSCSIMichael Brown2010-05-281-30/+21Star
* [base16] Add generic base16 encoding and decoding routinesMichael Brown2010-05-283-0/+145
* [base64] Add ability to decode base64 stringsMichael Brown2010-05-283-0/+101
* [base64] Allow base64_encode() to handle arbitrary dataMichael Brown2010-05-283-14/+16
* [build] Add rtl8139.rom to the default build target listMichael Brown2010-05-281-1/+2
* [build] Allow building against a zlib in a non-standard locationGeoff Lywood2010-05-282-1/+3
* [efi] Fix .efi and .efidrv linkingPiotr Jaroszyński2010-05-275-7/+10
* [compiler] Fix 64bit compile time errorsPiotr Jaroszyński2010-05-276-12/+12
* [dhcp] Don't consider invalid offers to be duplicatesJoshua Oreman2010-05-271-3/+3
* [build] Use weak definitions instead of weak declarationsJoshua Oreman2010-05-2711-90/+48Star
* [efi] Fix link order for elf2efiPiotr Jaroszyński2010-05-271-2/+2
* [build] Inhibit "skipping incompatible" message from ldMichael Brown2010-05-271-1/+1
* [efi] Verify object format support in elf2efi.cGeoff Lywood2010-05-271-2/+3