|
|
@5767
|
17 years |
vboxsync |
export getopt.h
|
|
|
@5765
|
17 years |
vboxsync |
2.6.24-rc2 compile fixes
|
|
|
@5764
|
17 years |
vboxsync |
Moved the standard USB stuff out of the internal header.
|
|
|
@5760
|
17 years |
vboxsync |
runtime: add generic command line parser, moved from webservice.
|
|
|
@5758
|
17 years |
vboxsync |
webservice: implement session timeout + garbage collector; fix …
|
|
|
@5750
|
17 years |
vboxsync |
refactored the URB part of the VUSB <-> Device interface.
|
|
|
@5749
|
17 years |
vboxsync |
refactored CLEAR_FEATURE(ENDPOINT).
|
|
|
@5748
|
17 years |
vboxsync |
refactored SET_INTERFACE.
|
|
|
@5746
|
17 years |
vboxsync |
refactored SET_CONFIGURATION.
|
|
|
@5745
|
17 years |
vboxsync |
VUSB / PDM refactoring (in progress).
|
|
|
@5744
|
17 years |
vboxsync |
PDMINS2DATA* -> PDMINS_2_DATA* to follow the guidelines.
|
|
|
@5731
|
17 years |
vboxsync |
Implemented some search commands in the debugger.
|
|
|
@5722
|
17 years |
vboxsync |
Added a bottom pointer to the PDMLUN structure. Added plugge/unplugged …
|
|
|
@5713
|
17 years |
vboxsync |
Added an maskedInterface property to the USB filters. It is used to …
|
|
|
@5712
|
17 years |
vboxsync |
Added warnings about trailing chars & spaces in the RTStrTo*Int* …
|
|
|
@5710
|
17 years |
vboxsync |
WRN_TRAILING_CHARS
|
|
|
@5709
|
17 years |
vboxsync |
VWRN_TRAILING_SPACES
|
|
|
@5708
|
17 years |
vboxsync |
Trailing spaces/characters - for str2num stuff.
|
|
|
@5704
|
17 years |
vboxsync |
Runtime: extended the types.h linux hack to include uintptr_t, which …
|
|
|
@5690
|
17 years |
vboxsync |
BEGINCONST - defaults to text (BEGINCODE) on most platforms, be warned.
|
|
|
@5667
|
17 years |
vboxsync |
Debugger interface for searching memory. Fixed a const mixup.
|
|
|
@5666
|
17 years |
vboxsync |
PFNSTRFORMAT should return size_t.
|
|
|
@5660
|
17 years |
vboxsync |
Added missing description argument.
|
|
|
@5658
|
17 years |
vboxsync |
Main: Removed semicolons after the namespace closing curly braces (not …
|
|
|
@5655
|
17 years |
vboxsync |
PDMAsync outline.
|
|
|
@5650
|
17 years |
vboxsync |
Some descriptors
|
|
|
@5647
|
17 years |
vboxsync |
use _NP macros in assert functions as the assert functions try to …
|
|
|
@5629
|
17 years |
vboxsync |
remove deprecated macros
|
|
|
@5606
|
17 years |
vboxsync |
ALIGNP SIZEOFMEMB
|
|
|
@5605
|
17 years |
vboxsync |
BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
|
|
|
@5563
|
17 years |
vboxsync |
VBoxUSB reorg.
|
|
|
@5562
|
17 years |
vboxsync |
USBLIB_DECL (used by more than one header, unfortunately, so i have to …
|
|
|
@5550
|
17 years |
vboxsync |
be less strict here
|
|
|
@5537
|
17 years |
vboxsync |
more export and svn attribs. sigh.
|
|
|
@5529
|
17 years |
vboxsync |
realign attempt.
|
|
|
@5527
|
17 years |
vboxsync |
32-bit alignment.
|
|
|
@5526
|
17 years |
vboxsync |
more padding space for 32-bit.
|
|
|
@5525
|
17 years |
vboxsync |
PDMUsb changes.
|
|
|
@5515
|
17 years |
vboxsync |
Put back used version defines
|
|
|
@5514
|
17 years |
vboxsync |
EHCI: No usb version hacks for our USB 2 controller.
|
|
|
@5513
|
17 years |
vboxsync |
webservice: add authentication for logon.
|
|
|
@5511
|
17 years |
vboxsync |
Runtime: Fixed the RTLOGGER_THREAD/"RT_THREAD" pair.
|
|
|
@5509
|
17 years |
vboxsync |
Fixed init order assertion in TMR3Init/PDM.
|
|
|
@5491
|
17 years |
vboxsync |
More room for TM.
|
|
|
@5490
|
17 years |
vboxsync |
Converted gcc ASMMultU64ByU32DivByU32 inline code to nasm in order to …
|
|
|
@5489
|
17 years |
vboxsync |
Some hacks from yesterday.
|
|
|
@5485
|
17 years |
vboxsync |
Use inline with GCC instead of inline, since the latter can be …
|
|
|
@5477
|
17 years |
vboxsync |
export
|
|
|
@5465
|
17 years |
vboxsync |
corrected cpum alignment for mac os x.
|
|
|
@5463
|
17 years |
vboxsync |
Fixed link error. Added an alignment dummy.
|
|
|
@5461
|
17 years |
vboxsync |
Made u64Prev a pointer so TM can share it between contexts. Added R3, …
|
|
|
@5456
|
17 years |
vboxsync |
New RTTimeNanoTS/GIP code.
|
|
|
@5397
|
17 years |
vboxsync |
Shaved off a few ticks on RDTSC emulation to speed up Solaris guest.
|
|
|
@5384
|
17 years |
vboxsync |
LOCK BTR and LOCK OR (for Solaris guests).
|
|
|
@5342
|
17 years |
vboxsync |
Protect cmpxchg emulation
|
|
|
@5328
|
17 years |
vboxsync |
Fixed VALID_PTR for 64-bit Solaris.
|
|
|
@5287
|
17 years |
vboxsync |
2 more cpuid leaves for the centaur part. letting 0xc0000002 thru …
|
|
|
@5285
|
17 years |
vboxsync |
deal with the centaur cpuid stuff.
|
|
|
@5283
|
17 years |
vboxsync |
internal networking fixes.
|
|
|
@5276
|
17 years |
vboxsync |
VRDPAuth.h can be used from .c
|
|
|
@5266
|
17 years |
vboxsync |
Show a warning message when the guest tries to send a ping packet that …
|
|
|
@5265
|
17 years |
vboxsync |
Be careful with PAGE_ADDRESS, it only works for pointers in the …
|
|
|
@5240
|
17 years |
vboxsync |
GCFGM mock-up.
|
|
|
@5233
|
17 years |
vboxsync |
Added a request for resetting GVMM stats. not hooked up to STAM yet.
|
|
|
@5216
|
17 years |
vboxsync |
AHCI: add log group dev_ahci
|
|
|
@5211
|
17 years |
vboxsync |
GVMM statistics.
|
|
|
@5198
|
17 years |
vboxsync |
Experiment with call recording for CSAM
|
|
|
@5191
|
17 years |
vboxsync |
typo
|
|
|
@5189
|
17 years |
vboxsync |
Implemented STAMR3Snapshot (untested, missing formal XML description).
|
|
|
@5185
|
17 years |
vboxsync |
Extra field for TD type
|
|
|
@5178
|
17 years |
vboxsync |
More space of TD copy
|
|
|
@5167
|
17 years |
vboxsync |
New halt method.
|
|
|
@5143
|
17 years |
vboxsync |
The rest of the GMM code.
|
|
|
@5142
|
17 years |
vboxsync |
More GMM code.
|
|
|
@5135
|
17 years |
vboxsync |
More GMM code.
|
|
|
@5126
|
17 years |
vboxsync |
Solaris
|
|
|
@5123
|
17 years |
vboxsync |
allocation code.
|
|
|
@5121
|
17 years |
vboxsync |
Fix comment
|
|
|
@5113
|
17 years |
vboxsync |
VERR_GMM_PAGE_NOT_PRIVATE
|
|
|
@5106
|
17 years |
vboxsync |
Hooked up the GMM code.
|
|
|
@5105
|
17 years |
vboxsync |
GMM status codes.
|
|
|
@5104
|
17 years |
vboxsync |
RT_UOFFSETOF
|
|
|
@5103
|
17 years |
vboxsync |
another forgotten change
|
|
|
@5086
|
17 years |
vboxsync |
GMM.
|
|
|
@5064
|
17 years |
vboxsync |
GMM.
|
|
|
@5040
|
17 years |
vboxsync |
GC phys/virt to HC virt functions are no longer accessible in our PDM …
|
|
|
@5035
|
17 years |
vboxsync |
PRORITY => PRIORITY
|
|
|
@5033
|
17 years |
vboxsync |
GMM…
|
|
|
@5031
|
17 years |
vboxsync |
Use GVMMR3CreateVM. the new GVM structure is a ring-0 only VM …
|
|
|
@5026
|
17 years |
vboxsync |
GVM -> GVMM.
|
|
|
@5017
|
17 years |
vboxsync |
GVM kick-off.
|
|
|
@4979
|
17 years |
vboxsync |
New ring-0 assertion avoidance, now for all platforms.
|
|
|
@4976
|
17 years |
vboxsync |
backing out 24661 and 24659.
|
|
|
@4971
|
17 years |
vboxsync |
GVM.
|
|
|
@4970
|
17 years |
vboxsync |
r=bird
|
|
|
@4964
|
17 years |
vboxsync |
PSUPDRVSESSION is already R0 only.
|
|
|
@4958
|
17 years |
vboxsync |
Added hSelf and removed pVMHC from the VM structure.
|
|
|
@4953
|
17 years |
vboxsync |
Cleaned up disassembler
|
|
|
@4927
|
17 years |
vboxsync |
Only bool is required, no need for _Bool.
|
|
|
@4919
|
17 years |
vboxsync |
Introduced RT_NO_RING0_ASSERTIONS
|
|
|