|
|
@36717
|
14 years |
vboxsync |
PCI: experimental code for shared interrupts support
|
|
|
@36716
|
14 years |
vboxsync |
PCI: 64-bit BARs tweaks, release logs on device attach, allow extended …
|
|
|
@36678
|
14 years |
vboxsync |
PCI: cleanups, R3 mapping work
|
|
|
@36659
|
14 years |
vboxsync |
com/list: do r71131 right
|
|
|
@36656
|
14 years |
vboxsync |
com/list: implicit RTCString conversion support
|
|
|
@36655
|
14 years |
vboxsync |
com: added Utf8Str specializations of RT*List
|
|
|
@36654
|
14 years |
vboxsync |
iprt-cpp/list: added RTMEMEF_NEW_AND_DELETE_OPERATORS; changed private …
|
|
|
@36645
|
14 years |
vboxsync |
Added a .kup-file to iprt/cpp/.
|
|
|
@36644
|
14 years |
vboxsync |
build fix
|
|
|
@36642
|
14 years |
vboxsync |
X86_SEL_TYPE_SYS_TSS_BUSY_MASK
|
|
|
@36639
|
14 years |
vboxsync |
CPUMIsGuestInRealOrV86Mode and CPUMIsGuestInRealOrV86ModeEx.
|
|
|
@36638
|
14 years |
vboxsync |
addendum to r71078: there is another limit of 15 bytes required
|
|
|
@36633
|
14 years |
vboxsync |
Storage: Small cleanup. Drops VDImageIsAsyncIOSupported, it is …
|
|
|
@36630
|
14 years |
vboxsync |
PCI: Main and VBoxManage work
|
|
|
@36625
|
14 years |
vboxsync |
iprt/string.h: Adjusted RTSTR_MEMCHR_MAX so that buggy implementations …
|
|
|
@36624
|
14 years |
vboxsync |
IPRT/Mangling: solaris build fix.
|
|
|
@36620
|
14 years |
vboxsync |
fix 32-bit Linux builds
|
|
|
@36611
|
14 years |
vboxsync |
iprt: add RTPathUserDocuments
|
|
|
@36597
|
14 years |
vboxsync |
IPRT: Implemented the memory tracker.
|
|
|
@36596
|
14 years |
vboxsync |
iprt/thread.h: Added RTThreadIsInitialized, RTThreadIsSelfKnown and …
|
|
|
@36595
|
14 years |
vboxsync |
iprt/asm.h: Added ASMAtomic[Dec|Inc|Add|Sub]Z.
|
|
|
@36581
|
14 years |
vboxsync |
iprt: add new method to the mangling list
|
|
|
@36579
|
14 years |
vboxsync |
iprt: fix win burns
|
|
|
@36577
|
14 years |
vboxsync |
iprt: add RTDirCreateUniqueNumbered
|
|
|
@36573
|
14 years |
vboxsync |
include/: a/an nits
|
|
|
@36572
|
14 years |
vboxsync |
iprt-cpp: doc
|
|
|
@36569
|
14 years |
vboxsync |
iprt/mem.h: an alternative RTMEM_TAG including the line number
|
|
|
@36567
|
14 years |
vboxsync |
ugly.
|
|
|
@36566
|
14 years |
vboxsync |
hwaccm_svm.h: Added u16PauseFilterCount.
|
|
|
@36564
|
14 years |
vboxsync |
HWACCM/SVM: Document and log new feature bits.
|
|
|
@36563
|
14 years |
vboxsync |
iprt-cpp: More RTC*List methods. Added explicit constructors to the …
|
|
|
@36562
|
14 years |
vboxsync |
PCI: better logging, try to play nice with MSI
|
|
|
@36557
|
14 years |
vboxsync |
build fix
|
|
|
@36556
|
14 years |
vboxsync |
pgm.h: build fix
|
|
|
@36555
|
14 years |
vboxsync |
Use DECLHIDDEN, especially in IPRT.
|
|
|
@36552
|
14 years |
vboxsync |
PCI: device reset logic, cleanups, read MSI regs from the device
|
|
|
@36546
|
14 years |
vboxsync |
Added some missing symbols.
|
|
|
@36545
|
14 years |
vboxsync |
indent adj.
|
|
|
@36541
|
14 years |
vboxsync |
LOG_GROUP_USB_CAM -> LOG_GROUP_USB_WEBCAM.
|
|
|
@36539
|
14 years |
vboxsync |
iprt-cpp: docu update
|
|
|
@36538
|
14 years |
vboxsync |
wrong fix
|
|
|
@36537
|
14 years |
vboxsync |
iprt: no mangling when doxygen is running
|
|
|
@36536
|
14 years |
vboxsync |
include/*: Made the headers build on linux again (kmk -C include).
|
|
|
@36535
|
14 years |
vboxsync |
iprt: try to fix osx builds
|
|
|
@36533
|
14 years |
vboxsync |
IPRT-C++: try to fix ose
|
|
|
@36532
|
14 years |
vboxsync |
IPRT-C++: iprt::list -> RTCList; iprt::mtlist -> RTCMTList
|
|
|
@36529
|
14 years |
vboxsync |
iprt::non_copyable -> RTCNonCopyable (now in utils.h), moved and …
|
|
|
@36528
|
14 years |
vboxsync |
PCI: fully reworked interrupts, now HDA audio device can be reasonably …
|
|
|
@36527
|
14 years |
vboxsync |
iprt::MiniString -> RTCString.
|
|
|
@36526
|
14 years |
vboxsync |
IPRT-C++: try to fix win build boxes
|
|
|
@36524
|
14 years |
vboxsync |
IPRT-C++: add a thread-safe variant of the generic list class
|
|
|
@36523
|
14 years |
vboxsync |
Renamed iprt::Error to RTCError.
|
|
|
@36522
|
14 years |
vboxsync |
lock.h: nit.
|
|
|
@36521
|
14 years |
vboxsync |
iprt/cpp/lock.h: RTLock, RTLockMtx -> RTCLock, RTClockMtx. 'RTC' is …
|
|
|
@36516
|
14 years |
vboxsync |
log: USB CAM log group.
|
|
|
@36511
|
14 years |
vboxsync |
doxygen nits.
|
|
|
@36508
|
14 years |
vboxsync |
iprt/C++: some cleanup.
|
|
|
@36503
|
14 years |
vboxsync |
DrvCfg/win: stdcall -> VBOXCALL
|
|
|
@36501
|
14 years |
vboxsync |
IPRT: add join/split and + operators to the string class
|
|
|
@36500
|
14 years |
vboxsync |
IPRT: add a generic list class
|
|
|
@36499
|
14 years |
vboxsync |
Doc-IPRT: add a RT C++ group to the docu
|
|
|
@36498
|
14 years |
vboxsync |
PCI: sync
|
|
|
@36492
|
14 years |
vboxsync |
iprt: CRITSECT_WITHOUT_REMAPPING -> RTCRITSECT_WITHOUT_REMAPPING.
|
|
|
@36489
|
14 years |
vboxsync |
comment typos.
|
|
|
@36487
|
14 years |
vboxsync |
netflt/adp/win: switch to new VBoxDrvCfg lib
|
|
|
@36486
|
14 years |
vboxsync |
tooling lib for driver configuration on win
|
|
|
@36485
|
14 years |
vboxsync |
PCI: sync of interrupts rework
|
|
|
@36476
|
14 years |
vboxsync |
Forgot to commit.
|
|
|
@36472
|
14 years |
vboxsync |
addendum to r70394 for RTCrit*
|
|
|
@36460
|
14 years |
vboxsync |
PCI: fixed init-order issue
|
|
|
@36448
|
14 years |
vboxsync |
PCI: refactoring, further IOMMU work
|
|
|
@36441
|
14 years |
vboxsync |
VMM: Sketched out where to do the initial I/O MMU setup. This adds a …
|
|
|
@36437
|
14 years |
vboxsync |
VMM,Main: Added VMM thread init and term notifications so that Main …
|
|
|
@36436
|
14 years |
vboxsync |
PCI: more IOMMU bits
|
|
|
@36435
|
14 years |
vboxsync |
VRDE.h: Remote USB protocol extension (header only).
|
|
|
@36429
|
14 years |
vboxsync |
build fix / file header nits.
|
|
|
@36428
|
14 years |
vboxsync |
com/string.h: AssertLogRel when encountering an invalid encoding in …
|
|
|
@36426
|
14 years |
vboxsync |
MiniString: doc addition
|
|
|
@36425
|
14 years |
vboxsync |
MiniString::utf8Length -> MiniString::uniLength.
|
|
|
@36423
|
14 years |
vboxsync |
VRDE.h: note about UTF8 USB descriptor strings. Minor updates for 4th …
|
|
|
@36413
|
14 years |
vboxsync |
dang.
|
|
|
@36412
|
14 years |
vboxsync |
GuestProps: TRANSRESET implies TRANSIENT, return it for old additions …
|
|
|
@36408
|
14 years |
vboxsync |
log rotation review and adjustments: Don't delete any excess files if …
|
|
|
@36407
|
14 years |
vboxsync |
IPRT: Added RTStrCopyP, RTStrCopyPEx, RTStrCatP and RTStrCatPEx. These …
|
|
|
@36405
|
14 years |
vboxsync |
IPRT/xml: add optional parameter for adding a comment to the created …
|
|
|
@36400
|
14 years |
vboxsync |
PCI: work on IOMMU notifications
|
|
|
@36398
|
14 years |
vboxsync |
x86.h: doxygen comments.
|
|
|
@36382
|
14 years |
vboxsync |
hint
|
|
|
@36372
|
14 years |
vboxsync |
RTR0MemObjSize: Correct documentation and added alignment guarantee.
|
|
|
@36344
|
14 years |
vboxsync |
Runtime/log: implement log rotation, adapt all code creating log files …
|
|
|
@36342
|
14 years |
vboxsync |
VBoxUSB/solaris: Fix misleading variable names.
|
|
|
@36340
|
14 years |
vboxsync |
PCI: guest power management
|
|
|
@36329
|
14 years |
vboxsync |
PCI: per-VM initialization (for IOMMU domains)
|
|
|
@36315
|
14 years |
vboxsync |
VMM: more correct MSR_IA32_MISC_ENABLE emulation
|
|
|
@36310
|
14 years |
vboxsync |
Networking/VDE: patch by Renzo Davoli to fix ticket #7119
|
|
|
@36277
|
14 years |
vboxsync |
fix OSE
|
|
|
@36275
|
14 years |
vboxsync |
Main/NetworkAdapter: Bandwidth group attribute implementation (#5582)
|
|
|
@36267
|
14 years |
vboxsync |
iprt/mangling.h: Lots more symbols.
|
|
|
@36263
|
14 years |
vboxsync |
windows build fix.
|
|
|
@36262
|
14 years |
vboxsync |
SUPDrv,IPRT,++: Enabled the code for supporting up to 256 host …
|
|
|