|
|
@14199
|
16 years |
vboxsync |
moving slirp_link_* in NAT thread (review required)
|
|
|
@14198
|
16 years |
vboxsync |
document debugging command line parameters in VirtualBox -h
|
|
|
@14197
|
16 years |
vboxsync |
NAT: typo
|
|
|
@14196
|
16 years |
vboxsync |
NAT: Linux build fix; added some perfcounters
|
|
|
@14195
|
16 years |
vboxsync |
NAT:bugfix
|
|
|
@14194
|
16 years |
vboxsync |
introduced new event for handling link state changings (need some testing)
|
|
|
@14193
|
16 years |
vboxsync |
src/libs/Makefile.kmk: removed the non-VBOX_SINGLE_MAKEFILE case.
|
|
|
@14192
|
16 years |
vboxsync |
VMM: fixed a regression introduced by r38992 (tstVMM failed during HW …
|
|
|
@14191
|
16 years |
vboxsync |
FE/Qt4: Return forgotten VMM icons.
|
|
|
@14190
|
16 years |
vboxsync |
s/Virual/Virtual
|
|
|
@14189
|
16 years |
vboxsync |
NAT: better error handling
|
|
|
@14188
|
16 years |
vboxsync |
NAT: better error handling
|
|
|
@14187
|
16 years |
vboxsync |
s/virual/virtual
|
|
|
@14186
|
16 years |
vboxsync |
NAT: bugfix
|
|
|
@14185
|
16 years |
vboxsync |
s/virual/virtual/
|
|
|
@14184
|
16 years |
vboxsync |
s/virual/virtual/g :-)
|
|
|
@14183
|
16 years |
vboxsync |
Send event shouldn't be autoresetting and instead should be used event …
|
|
|
@14182
|
16 years |
vboxsync |
array of events is inlined
|
|
|
@14181
|
16 years |
vboxsync |
get rid of cMaxEvens and initializing loop for two events array
|
|
|
@14180
|
16 years |
vboxsync |
switching to one event for all sockets
|
|
|
@14178
|
16 years |
vboxsync |
VBoxManage: show IDE controller type when listing the VM settings.
|
|
|
@14177
|
16 years |
vboxsync |
UDP: reseting event of used socked is fixed
|
|
|
@14176
|
16 years |
vboxsync |
sigh.
|
|
|
@14175
|
16 years |
vboxsync |
oops
|
|
|
@14174
|
16 years |
vboxsync |
VMM: another shot at it.
|
|
|
@14173
|
16 years |
vboxsync |
one event for all sockets (for investigations)
|
|
|
@14172
|
16 years |
vboxsync |
hrmpf!
|
|
|
@14171
|
16 years |
vboxsync |
hrmpf.
|
|
|
@14170
|
16 years |
vboxsync |
build fix.
|
|
|
@14169
|
16 years |
vboxsync |
VMM: Missing file.
|
|
|
@14168
|
16 years |
vboxsync |
call of WSACloseEvent removed, it doesn't need anymore because events …
|
|
|
@14167
|
16 years |
vboxsync |
VMM: AMD64 -> 32bit switcher (for testing only).
|
|
|
@14165
|
16 years |
vboxsync |
removing statics from slirp and using global pData instead
|
|
|
@14164
|
16 years |
vboxsync |
Main: Last minute typo.
|
|
|
@14163
|
16 years |
vboxsync |
reseting event for unused sockets was added at the end of polling …
|
|
|
@14162
|
16 years |
vboxsync |
makefile fixes
|
|
|
@14161
|
16 years |
vboxsync |
removing all references to cEvent from polling routine
|
|
|
@14160
|
16 years |
vboxsync |
removing reducular event assigning and conunter ticking
with model …
|
|
|
@14159
|
16 years |
vboxsync |
registration several sockets per event, to avoid artificial barrier …
|
|
|
@14158
|
16 years |
vboxsync |
src,src/VBox: makefile fix.
|
|
|
@14157
|
16 years |
vboxsync |
mac build fixes.
|
|
|
@14156
|
16 years |
vboxsync |
VMM: Disabled the 32-bit <-> AMD64 switcher that was added recently …
|
|
|
@14155
|
16 years |
vboxsync |
#1865: MM - dealt with the last R3R0PTRTYPEs.
|
|
|
@14154
|
16 years |
vboxsync |
PGM: pGuestPD* -> pGst32BitPd*
|
|
|
@14153
|
16 years |
vboxsync |
PGM: pGstPaePDPT -> pGstPaePdpt
|
|
|
@14152
|
16 years |
vboxsync |
PGM: pGstAmd64PML4* -> pGstAmd64Pml4.
|
|
|
@14151
|
16 years |
vboxsync |
PGM: HCPhysPaePML4 -> HCPhysShwPaePml4
|
|
|
@14150
|
16 years |
vboxsync |
PGM: HCPhysNestedRoot -> HCPhysShwNestedRoot
|
|
|
@14149
|
16 years |
vboxsync |
PGM: HCPhysPaePDPT -> HCPhysShwPaePdpt.
|
|
|
@14148
|
16 years |
vboxsync |
PGM: HCPhys32BitPD -> HCPhysShw32BitPD
|
|
|
@14147
|
16 years |
vboxsync |
#1865: PGM - 32-bit shadown PD pointer converted.
|
|
|
@14146
|
16 years |
vboxsync |
darwin build fix.
|
|
|
@14145
|
16 years |
vboxsync |
PGM: Some more uint64_t -> X86union return. (btw. doing this because …
|
|
|
@14144
|
16 years |
vboxsync |
Linux hostif: added wireless interface detection for shared mac
|
|
|
@14143
|
16 years |
vboxsync |
Main: Improved hard disk tree lock usage to avoid possible deadlocks …
|
|
|
@14142
|
16 years |
vboxsync |
Main: BOOL->bool warning.
|
|
|
@14141
|
16 years |
vboxsync |
PGM: More union returns.
|
|
|
@14140
|
16 years |
vboxsync |
crOpenGL: moved guest/host parts into right places in source tree, …
|
|
|
@14139
|
16 years |
vboxsync |
another build fix
|
|
|
@14138
|
16 years |
vboxsync |
build fix
|
|
|
@14137
|
16 years |
vboxsync |
order
|
|
|
@14136
|
16 years |
vboxsync |
build fix.
|
|
|
@14134
|
16 years |
vboxsync |
32->64 bit mode skeleton, nothing yet works, for sure
|
|
|
@14133
|
16 years |
vboxsync |
#1865: final pae change.
|
|
|
@14132
|
16 years |
vboxsync |
please no DEFS + in Makefiles together with Config.kmk because this …
|
|
|
@14131
|
16 years |
vboxsync |
PGM: Prevent fixated mappings from crossing a PD boundrary …
|
|
|
@14130
|
16 years |
vboxsync |
missed header changes
|
|
|
@14129
|
16 years |
vboxsync |
correct definition and declaration of slirp_register_event
|
|
|
@14128
|
16 years |
vboxsync |
unique adding to event array, using the widest mask for event catching …
|
|
|
@14127
|
16 years |
vboxsync |
Solaris/VBoxNetFlt: comments and log.
|
|
|
@14125
|
16 years |
vboxsync |
netflt: linux.amd64 build fix
|
|
|
@14123
|
16 years |
vboxsync |
two false positives
|
|
|
@14122
|
16 years |
vboxsync |
default value for maximum socket entries was initialized
asserts was …
|
|
|
@14121
|
16 years |
vboxsync |
timer updates on WSAWaitForMultipleEvents TIMEWAIT was added
|
|
|
@14119
|
16 years |
vboxsync |
per polling allocation of event array was replaced by on init …
|
|
|
@14118
|
16 years |
vboxsync |
RT_STRICT/VBOX_STRICT vs. DEBUG confusion.
|
|
|
@14116
|
16 years |
vboxsync |
line continuation fun.
|
|
|
@14114
|
16 years |
vboxsync |
#1865: Some structures and external API for the ring-0 dynamic mapping …
|
|
|
@14113
|
16 years |
vboxsync |
AHCI: Reduce number of world switches when queuing new requests from …
|
|
|
@14112
|
16 years |
vboxsync |
Linux hostif: Fixed memory leak. Event handlers added: promiscuous …
|
|
|
@14110
|
16 years |
vboxsync |
Compile fix
|
|
|
@14109
|
16 years |
vboxsync |
Implemented NMI injection.
|
|
|
@14108
|
16 years |
vboxsync |
Added injectnmi option.
|
|
|
@14107
|
16 years |
vboxsync |
Added InjectNMI method to the MachineDebugger class.
|
|
|
@14106
|
16 years |
vboxsync |
Added dummy HWACCMR3InjectNMI.
|
|
|
@14104
|
16 years |
vboxsync |
HostServices/GuestProperties: fixed the GET_NOTIFICATION protocol
|
|
|
@14103
|
16 years |
vboxsync |
#1865: shadow pae, the seventh wave.
|
|
|
@14102
|
16 years |
vboxsync |
#1865: shadow pae, the sixth bit.
|
|
|
@14101
|
16 years |
vboxsync |
Use pgmPoolFree.
|
|
|
@14100
|
16 years |
vboxsync |
win/NetFlt: some VBOXNETFLT_STATIC_CONFIG-related commenting
|
|
|
@14099
|
16 years |
vboxsync |
#1865: shadow pae, the fifth bit. (removed dead code)
|
|
|
@14098
|
16 years |
vboxsync |
include .rel on Solaris only for old recompiler
|
|
|
@14097
|
16 years |
vboxsync |
win/NetFlt: switched to using VBOXNETFLT_STATIC_CONFIG
|
|
|
@14096
|
16 years |
vboxsync |
#1865: shadow pae, the forth bit. (dead code checks)
|
|
|
@14095
|
16 years |
vboxsync |
#1865: shadow pae, the third bit.
|
|
|
@14094
|
16 years |
vboxsync |
#1865: shadow pae, the second bit.
|
|
|
@14093
|
16 years |
vboxsync |
#1865: shadow pae, the first bit.
|
|
|
@14092
|
16 years |
vboxsync |
VBOX_OSE is already included in the global cpp flags
|
|
|
@14091
|
16 years |
vboxsync |
Minor cleanup
|
|
|
@14090
|
16 years |
vboxsync |
NAT: log the host name and host IP
|
|
|