|
|
@48675
|
11 years |
vboxsync |
Removed EFI/tools as it is no longer needed for OSE.
|
|
|
@48674
|
11 years |
vboxsync |
EFI: Export newly imported tinaocore UEFI sources to OSE.
|
|
|
@48666
|
11 years |
vboxsync |
DevEFI.h: GPLv2 + CDDL. (paranoia)
|
|
|
@48664
|
11 years |
vboxsync |
MakeAlternativeSource.cpp, VBoxVgaBiosAlternative.asm: Added Oracle …
|
|
|
@48663
|
11 years |
vboxsync |
Only use EFI/tools/include for OSE; remove it after exporting new …
|
|
|
@48662
|
11 years |
vboxsync |
DevEFI/Firmware2 is no longer needed.
|
|
|
@48661
|
11 years |
vboxsync |
efi_build.conf is no longer needed.
|
|
|
@48660
|
11 years |
vboxsync |
DevEFI.mac is not longer needed (used by old Thunk/*.asm code only).
|
|
|
@48659
|
11 years |
vboxsync |
Moved DevEFI.h up to where it belongs.
|
|
|
@48637
|
11 years |
vboxsync |
EfiThunk should no longer be needed.
|
|
|
@48619
|
11 years |
vboxsync |
4.3 Beta 3
|
|
|
@48526
|
11 years |
vboxsync |
Network/NAT: Forward port latest changes from 4.2 to switch out of …
|
|
|
@48493
|
11 years |
vboxsync |
NAT/Slirp:slirp_init: prevent loading host's DNS details in case of …
|
|
|
@48468
|
11 years |
vboxsync |
Devices/VGA: slightly move the 'Press F12...' message up a few pixels, …
|
|
|
@48452
|
11 years |
vboxsync |
DevEFI.cpp: Get the TSC frequency from the VMM. Sort the variables …
|
|
|
@48451
|
11 years |
vboxsync |
grr
|
|
|
@48446
|
11 years |
vboxsync |
BIOS: Reshuffled code, added shutdown code 9 support.
|
|
|
@48439
|
11 years |
vboxsync |
Provide real sys_arch_mbox_tryfetch.
XXX: We can't rename it with a …
|
|
|
@48435
|
11 years |
vboxsync |
SMC reimplementation (disabled). Works but needs save state, more keys …
|
|
|
@48409
|
11 years |
vboxsync |
DevAHCI: Ported READ DVD STRUCTURE command from DevATA.
|
|
|
@48400
|
11 years |
vboxsync |
DevEFI.cpp: style and docs.
|
|
|
@48399
|
11 years |
vboxsync |
DevAHCI.cpp: Logging nits.
|
|
|
@48392
|
11 years |
vboxsync |
4.3 Beta 2
|
|
|
@48358
|
11 years |
vboxsync |
PS2M: Implemented wrap mode.
|
|
|
@48346
|
11 years |
vboxsync |
header fixes
|
|
|
@48287
|
11 years |
vboxsync |
netif_create_ip6_linklocal_address: Don't access netif::hwaddr outside …
|
|
|
@48214
|
11 years |
vboxsync |
Added new PS/2 mouse implementation (currently disabled).
|
|
|
@48195
|
11 years |
vboxsync |
BIOS: Shorter offsets, reorder timer tick processing.
|
|
|
@48192
|
11 years |
vboxsync |
Can't do math…
|
|
|
@48191
|
11 years |
vboxsync |
BusLogic: Dummy Execute SCSI command, try to fix alignment.
|
|
|
@48190
|
11 years |
vboxsync |
BusLogic: Allow larger parameters, handle dummy mailbox abort.
|
|
|
@48180
|
11 years |
vboxsync |
Devices/Network/tstIntNet-1: Use the default route interface for …
|
|
|
@48179
|
11 years |
vboxsync |
Conditionally include lwip makefile to make it possible to build …
|
|
|
@48178
|
11 years |
vboxsync |
Do not hardcode lwip location in lwip makefile. Provide functions for …
|
|
|
@48169
|
11 years |
vboxsync |
Move Devices bits to Devices makefile.
|
|
|
@48166
|
11 years |
vboxsync |
Format lwip-related assignemnts in VBOX_WITH_INIP section to conform …
|
|
|
@48162
|
11 years |
vboxsync |
Storage/DevFdc: Initialize 'len' to zero at the beginning, safer.
|
|
|
@48161
|
11 years |
vboxsync |
Storage/DevFdc: Uninitialized variable warning.
|
|
|
@48150
|
11 years |
vboxsync |
NAT/slirp: include VBox/vmm/dbgf.h where it required only.
|
|
|
@48123
|
11 years |
vboxsync |
BIOS: Trailing spaces, begone!
|
|
|
@48122
|
11 years |
vboxsync |
BIOS: Fixed disk logging, stripped trailing spaces.
|
|
|
@48118
|
11 years |
vboxsync |
DevFdc: Properly select head on seek.
|
|
|
@48113
|
11 years |
vboxsync |
Move slip, ppp and snmp sources to separate += assignments and comment …
|
|
|
@48112
|
11 years |
vboxsync |
Drop src/netif/ethernetif.c from LWIP_SOURCES - it's an #if 0'ed …
|
|
|
@48111
|
11 years |
vboxsync |
Minor cosmetic in variable assignments.
|
|
|
@48109
|
11 years |
vboxsync |
Move renaming of lwip symbols from lwipopts.h into a separate file …
|
|
|
@48108
|
11 years |
vboxsync |
VBoxLwipCore.cpp is a generic wrapper for lwip, so it should live …
|
|
|
@48092
|
11 years |
vboxsync |
Drop "fini" callback/arg from tcpip_init() to minimize diffs from …
|
|
|
@48081
|
11 years |
vboxsync |
DevFdc: Allow reformatting a floppy.
|
|
|
@48074
|
11 years |
vboxsync |
Explicitely use "signed char" instead of int8_t to define s8_t if …
|
|
|
@48072
|
11 years |
vboxsync |
Typo.
|
|
|
@48070
|
11 years |
vboxsync |
wddm,vboxtray: forward-port autoresize, multimon, and seamless fixes …
|
|
|
@48069
|
11 years |
vboxsync |
BIOS: Return more sensible and bigger DPTs (see #6481).
|
|
|
@48067
|
11 years |
vboxsync |
BIOS: There is no such thing as a 160K/180K/320K floppy drive.
|
|
|
@48059
|
11 years |
vboxsync |
DevFdc: Improved logging.
|
|
|
@48056
|
11 years |
vboxsync |
DrvNAT: Watch for DNS server changes on OS X and force a reconnect
|
|
|
@48048
|
11 years |
vboxsync |
Use tcpip_callback() wrapper for tcpip_callback_with_block(..., 1).
|
|
|
@48047
|
11 years |
vboxsync |
G/c leftover timer bits killed in r87475
|
|
|
@48046
|
11 years |
vboxsync |
DevDMA: Do not write memory on verify transfers.
|
|
|
@48033
|
11 years |
vboxsync |
DevPS2: Support alternate KBC reset command.
|
|
|
@48028
|
11 years |
vboxsync |
Devices: warnings.
|
|
|
@48001
|
11 years |
vboxsync |
Move proxy sources from Devices/Network/lwip-new/vbox
to …
|
|
|
@47994
|
11 years |
vboxsync |
G/c compat shim from standalone proxy - committed here accidentally.
|
|
|
@47967
|
11 years |
vboxsync |
lwip-nat:pxtcp: comment update for WSARecv.
|
|
|
@47966
|
11 years |
vboxsync |
lwip-nat: zero counter of sent bytes before sending to …
|
|
|
@47947
|
11 years |
vboxsync |
lwip-nat: fix return code (and errno) for inet_pton
inet_pton(3) …
|
|
|
@47937
|
11 years |
vboxsync |
4.3 Beta 1
|
|
|
@47933
|
11 years |
vboxsync |
Devices/Network/DevINIP: use int for a rc.
|
|
|
@47930
|
11 years |
vboxsync |
Etherboot is obsolete
|
|
|
@47928
|
11 years |
vboxsync |
Devices/PC: export iPXE to OSE
|
|
|
@47888
|
11 years |
vboxsync |
fix OSE
|
|
|
@47887
|
11 years |
vboxsync |
fix OSE
|
|
|
@47886
|
11 years |
vboxsync |
export lwip-new to OSE
|
|
|
@47885
|
11 years |
vboxsync |
Devices\Input\UsbMouse: update.
|
|
|
@47855
|
11 years |
vboxsync |
Devices/input: re-added mouse wheel to tablet device.
|
|
|
@47842
|
11 years |
vboxsync |
Storage/ATA: Cleanup after bugfix
|
|
|
@47840
|
11 years |
vboxsync |
DevAPIC: burn + @todo
|
|
|
@47838
|
11 years |
vboxsync |
hack to fix the current DevATA breakage
|
|
|
@47830
|
11 years |
vboxsync |
Devices/Storage: Missing changes
|
|
|
@47829
|
11 years |
vboxsync |
Devices/Storage: Preparations for non 512 byte sector sizes. Add a new …
|
|
|
@47796
|
11 years |
vboxsync |
Devices/Input: reverting r88027 as several guests did not like it.
|
|
|
@47791
|
11 years |
vboxsync |
Fixed a few size_t related warnings.
|
|
|
@47787
|
11 years |
vboxsync |
DevATA: Avoid truncating passthrough ATAPI transfers larger than I/O …
|
|
|
@47785
|
11 years |
vboxsync |
DevATA: Unset BSY before each device <-> host PIO transfer as required …
|
|
|
@47784
|
11 years |
vboxsync |
DevATA: Report 3ms DRQ response, as we cannot achieve 50us without …
|
|
|
@47768
|
11 years |
vboxsync |
Devices/Input: add horizontal scrolling to the USB mouse device.
|
|
|
@47727
|
11 years |
vboxsync |
Devices\Input\UsbMouse: report the latest state (update).
|
|
|
@47725
|
11 years |
vboxsync |
Devices\Input\UsbMouse: implemented GET_REPORT stubs; report the …
|
|
|
@47716
|
11 years |
vboxsync |
pr6022. 3rd variant (using VFS streaming feature) of GZIP support for …
|
|
|
@47711
|
11 years |
vboxsync |
DevFdc: Improve error reporting.
|
|
|
@47710
|
11 years |
vboxsync |
DevATA: Added Log4 statements for logging the data being read or written.
|
|
|
@47702
|
11 years |
vboxsync |
Oops, fix precedence in a = b | c.
|
|
|
@47679
|
11 years |
vboxsync |
DevFdc: Added more cross-format media types.
|
|
|
@47675
|
11 years |
vboxsync |
UsbKbd: Report LED state changes.
|
|
|
@47674
|
11 years |
vboxsync |
tstUsbMouse: update.
|
|
|
@47672
|
11 years |
vboxsync |
Frontend,Devices: touch input updates
|
|
|
@47664
|
11 years |
vboxsync |
DevFdc: Drive table comments, fail recal on missing drive.
|
|
|
@47656
|
11 years |
vboxsync |
Devices\Input\UsbMouse: fixed tablet emulation (regression from r87343).
|
|
|
@47624
|
11 years |
vboxsync |
NATState::pDnsList contains "internal" view of addresses, so localhost …
|
|
|
@47613
|
11 years |
vboxsync |
Input/UsbMouse: warnings
|
|
|