|
|
@99739
|
19 months |
vboxsync |
*: doxygen corrections (mostly about removing @returns from functions …
|
|
|
@98644
|
22 months |
vboxsync |
VMM,SUPLib: Adjustments for running tstPDMQueue in driverless mode on …
|
|
|
@98103
|
23 months |
vboxsync |
Copyright year updates by scm.
|
|
|
@96407
|
2 years |
vboxsync |
scm copyright and license note update
|
|
|
@94850
|
3 years |
vboxsync |
VMM/CFGM: Added missing newline in previous change (r150812).
|
|
|
@94479
|
3 years |
vboxsync |
VMM/CFGM: Use %Rhcb to do human readable size formatting.
|
|
|
@94477
|
3 years |
vboxsync |
VMM/CFGM: When dumping sizes in human readable units, avoid divisor …
|
|
|
@94369
|
3 years |
vboxsync |
VMM,CFGM: Drop CFGMR3QueryPtr and CFGMR3QueryPtrDef, bugref:10053
|
|
|
@93470
|
3 years |
vboxsync |
DbgPlugInDiggers,VMM,Main: Refactored the diggers and related …
|
|
|
@93444
|
3 years |
vboxsync |
VMM,Main,HostServices: Use a function table for accessing the …
|
|
|
@93393
|
3 years |
vboxsync |
VMM/CFGM: Use the RTMemSafer allocator for the password strings and …
|
|
|
@93392
|
3 years |
vboxsync |
VMM/CFGM: Must thoroughly wipe password memory before freeing it. …
|
|
|
@93115
|
3 years |
vboxsync |
scm --update-copyright-year
|
|
|
@93015
|
3 years |
vboxsync |
CFGM: bugref:9469 Password data type introduced
|
|
|
@82968
|
5 years |
vboxsync |
Copyright year updates by scm.
|
|
|
@80333
|
5 years |
vboxsync |
VMM: Eliminating the VBOX_BUGREF_9217_PART_I preprocessor macro. …
|
|
|
@80191
|
5 years |
vboxsync |
VMM/r3: Refactored VMCPU enumeration in preparation that aCpus will be …
|
|
|
@80064
|
5 years |
vboxsync |
VMM: Kicking out raw-mode and 32-bit hosts - CPUM. bugref:9517 bugref:9511
|
|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@76408
|
6 years |
vboxsync |
iprt/string.h: Dropped including utf16.h and let those who need it …
|
|
|
@75171
|
6 years |
vboxsync |
CFGM: Don't assert when config constructor fails.
|
|
|
@73912
|
6 years |
vboxsync |
CFGM: comment indent fix.
|
|
|
@69111
|
7 years |
vboxsync |
(C) year
|
|
|
@68484
|
7 years |
vboxsync |
Docs nit.
|
|
|
@65852
|
8 years |
vboxsync |
fixed tstVMM for r113619
|
|
|
@64147
|
8 years |
vboxsync |
CFGM: CFGMR3AreValuesValid - fix argument name in the doc comment.
|
|
|
@64110
|
8 years |
vboxsync |
CFGM: when dumping some size, print both MB and GB values for huge values
|
|
|
@64103
|
8 years |
vboxsync |
CFGM: when dumping some size, rounding to full GB is too coarse-grained
|
|
|
@62478
|
8 years |
vboxsync |
(C) 2016
|
|
|
@58126
|
9 years |
vboxsync |
VMM: Fixed almost all the Doxygen warnings.
|
|
|
@58122
|
9 years |
vboxsync |
VMM: Made @param pVM more uniform and to the point.
|
|
|
@57358
|
9 years |
vboxsync |
*: scm cleanup run.
|
|
|
@56719
|
9 years |
vboxsync |
tstVMREQ: mac fix (no raw-mode)
|
|
|
@56287
|
9 years |
vboxsync |
VMM: Updated (C) year.
|
|
|
@54737
|
10 years |
vboxsync |
VMM,REM: CPUID revamp - almost there now.
|
|
|
@53574
|
10 years |
vboxsync |
CFGMR3ValidateConfig: pszNode has a trailing slash, so don't add an …
|
|
|
@53437
|
10 years |
vboxsync |
CFGM: Added CFGMR3Exists for TM.
|
|
|
@46793
|
11 years |
vboxsync |
typo
|
|
|
@46792
|
11 years |
vboxsync |
Added CFGMR3DestroyTree.
|
|
|
@46791
|
11 years |
vboxsync |
Made CFGMR3RemoveNode work in standalone mode.
|
|
|
@46781
|
11 years |
vboxsync |
CFGM: Made the CFGMR3CreateTree usable with pUVM == NULL for testing …
|
|
|
@45189
|
12 years |
vboxsync |
STAM,VM: ring-3 only testing of pdmcritsectrw.h (disabled).
|
|
|
@44528
|
12 years |
vboxsync |
header (C) fixes
|
|
|
@44399
|
12 years |
vboxsync |
DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
|
|
|
@44387
|
12 years |
vboxsync |
CFGM: Changed the config constructor to take a PUVM as well as a PVM …
|
|
|
@44386
|
12 years |
vboxsync |
CFGM: Some smaller PVM/PUVM adjustments.
|
|
|
@44340
|
12 years |
vboxsync |
VMM,Main,Debugger,REM: VM API cleanup, prefering PUVM over PVM so we …
|
|
|
@41975
|
12 years |
vboxsync |
VMM: Do no pass a NULL node to CFGMR3QueryStringAllocDef together with …
|
|
|
@41965
|
12 years |
vboxsync |
VMM: ran scm. Mostly svn:keywords changes (adding Revision).
|
|
|
@41800
|
12 years |
vboxsync |
Doxygen.
|
|
|
@41783
|
12 years |
vboxsync |
Doxygen, comment typos.
|
|
|
@41009
|
13 years |
vboxsync |
CFGM: thousand separator, GB, cb-prefix, and some nits.
|
|
|
@41004
|
13 years |
vboxsync |
VMM/cfgmR3Dump: human-readable sizes
|
|
|
@39859
|
13 years |
vboxsync |
CFGMR3CopyTree: Fix and docs.
|
|
|
@39853
|
13 years |
vboxsync |
CFGM: Added CFGMR3InsertValue and CFGMR3CopyTree; changed …
|
|
|
@39838
|
13 years |
vboxsync |
CFGM: Added CFGMR3DuplicateSubTree and CFGMR3ReplaceSubTree (untested).
|
|
|
@39530
|
13 years |
vboxsync |
CFGM: nit.
|
|
|
@39405
|
13 years |
vboxsync |
VMM: Don't use generic IPE status codes, use specific ones. Part 2.
|
|
|
@36819
|
14 years |
vboxsync |
CFGM: Shut up two -O3 warnings on mac.
|
|
|
@35346
|
14 years |
vboxsync |
VMM reorg: Moving the public include files from include/VBox to …
|
|
|
@35333
|
14 years |
vboxsync |
VMM source reorg.
|
|
copied from trunk/src/VBox/VMM/CFGM.cpp
|
|
|
@34240
|
14 years |
vboxsync |
CFGMR3QueryStringAllocDef: Deal with pszDef = NULL.
|