|
|
@27781
|
15 years |
vboxsync |
HostServices/GuestProperties: get rid of the notification thread (see …
|
|
|
@27780
|
15 years |
vboxsync |
Main/glue: prepare for the day we have float/double parameters in the API
|
|
|
@27754
|
15 years |
vboxsync |
Main/Display, Devices/Graphics: added a generic guest …
|
|
|
@27743
|
15 years |
vboxsync |
IPRT,*: Renamed RTProcDaemonize to RTProcDaemonizeUsingFork. Added a …
|
|
|
@27738
|
15 years |
vboxsync |
AsyncCompletion: Add a new method to set the size of an endpoint
|
|
|
@27708
|
15 years |
vboxsync |
crOpenGL: some initial support for new multimonitor code
|
|
|
@27703
|
15 years |
vboxsync |
Guest Control: Update (VBoxManage, Main, Host Service, VbglR3), not …
|
|
|
@27682
|
15 years |
vboxsync |
2d: unified code for VBoxXxx & UIXxx, moved 2D state logic outside …
|
|
|
@27676
|
15 years |
vboxsync |
iprt/process.h: corrected the docs
|
|
|
@27653
|
15 years |
vboxsync |
VSCSI: New SCSI interpreter component which will replace the old stuff …
|
|
|
@27649
|
15 years |
vboxsync |
RTTest: Added RTTest*Value* for reporting simple benchmark result. …
|
|
|
@27639
|
15 years |
vboxsync |
iprt: added RTMsgErrorRc[V].
|
|
|
@27631
|
15 years |
vboxsync |
;
|
|
|
@27630
|
15 years |
vboxsync |
PGM,HWACCM: Fix for panic on 32-bit mac os x when using nested paging. …
|
|
|
@27629
|
15 years |
vboxsync |
wddm: pointer integration working for color pointers
|
|
|
@27616
|
15 years |
vboxsync |
iprt/cdefs.h: nop not nope. duh.
|
|
|
@27615
|
15 years |
vboxsync |
include,tools/env.sh: applying sparc patches.
|
|
|
@27613
|
15 years |
vboxsync |
iprt: Added RTPipeFromNative, implemented the windows version and …
|
|
|
@27607
|
15 years |
vboxsync |
Main: remove templates for 'weak' com pointers which do nothing anyway
|
|
|
@27576
|
15 years |
vboxsync |
IPRT/testcase: Added logon failure error, test some more stuff.
|
|
|
@27574
|
15 years |
vboxsync |
x86.h: doxygen.
|
|
|
@27572
|
15 years |
vboxsync |
cpum.h: doxygen/javadoc style comments.
|
|
|
@27558
|
15 years |
vboxsync |
Storage: Simple driver for checking data integrity of virtual disks
|
|
|
@27515
|
15 years |
vboxsync |
RTProcCreateEx doc update.
|
|
|
@27509
|
15 years |
vboxsync |
iprt: Poll on sockets on windows (untested). RTPollSetCount -> …
|
|
|
@27503
|
15 years |
vboxsync |
iprt/socket.h: RTSocket API.
|
|
|
@27497
|
15 years |
vboxsync |
iprt,rdp,drvnamedpipe: Changed the RTSOCKET type from int to a struct …
|
|
|
@27481
|
15 years |
vboxsync |
Settings: I/O base and IRQ mixup for serial ports
|
|
|
@27459
|
15 years |
vboxsync |
Added VERR_PGM_PHYS_PAGE_BALLOONED
|
|
|
@27451
|
15 years |
vboxsync |
IPRT/process-win: Update on RTProcCreateEx() + testcase.
|
|
|
@27431
|
15 years |
vboxsync |
iprt: Implemented RTPollSet on windows (pipes only). Optimized the …
|
|
|
@27418
|
15 years |
vboxsync |
IPRT: much better error messages for XML runtime errors (improves …
|
|
|
@27405
|
15 years |
vboxsync |
IPRT: Typo.
|
|
|
@27395
|
15 years |
vboxsync |
Added performance counter MSRs
|
|
|
@27384
|
15 years |
vboxsync |
iprt: Implemented RTGetOptArgvToString with the MS CRT option. (The …
|
|
|
@27383
|
15 years |
vboxsync |
wddm: basic Video DMA impl, guest driver bugfix
|
|
|
@27347
|
15 years |
vboxsync |
iprt/getopt.h: Argv -> command line prototypes (sketches, no code).
|
|
|
@27346
|
15 years |
vboxsync |
iprt: Added RTEnvQueryUtf16Block and RTEnvFreeUtf16Block as helpers …
|
|
|
@27345
|
15 years |
vboxsync |
iprt: Added RTSort with one simple algorithm implemented.
|
|
|
@27324
|
15 years |
vboxsync |
Main: Introduce various I/O control settings:
* Used I/O manager …
|
|
|
@27322
|
15 years |
vboxsync |
Added MSR_IA32_MISC_ENABLE slot
|
|
|
@27319
|
15 years |
vboxsync |
Added MSR_IA32_MISC_ENABLE
|
|
|
@27314
|
15 years |
vboxsync |
additions build fix
|
|
|
@27302
|
15 years |
vboxsync |
IPRT: RIP RTCache*, RTMemCache* is way better…
|
|
|
@27291
|
15 years |
vboxsync |
iprt/ministring: when reserving space in a formerly empty string, make …
|
|
|
@27286
|
15 years |
vboxsync |
wddm: bugfix
|
|
|
@27254
|
15 years |
vboxsync |
HPET: correct interrupts delivery
|
|
|
@27247
|
15 years |
vboxsync |
iprt/dir.h: Forgot to mention that RTDirRemoveRecursive now refuses to …
|
|
|
@27246
|
15 years |
vboxsync |
RTDirRemoveRecursive: Fixed memory leak, made it deal with UNKNOWN and …
|
|
|
@27241
|
15 years |
vboxsync |
iprt/asm.h: gcc inline workaround required for gcc 4.4 and gcc 4.5
|
|
|
@27232
|
15 years |
vboxsync |
Storage/VBoxHDD+DrvVD: implement framework for providing thread …
|
|
|
@27231
|
15 years |
vboxsync |
Implemented mwait extension for breaking on external interrupt when …
|
|
|
@27166
|
15 years |
vboxsync |
Added large page property.
|
|
|
@27129
|
15 years |
vboxsync |
scm cleaned up some whitespace.
|
|
|
@27128
|
15 years |
vboxsync |
IPRT: Added RTMsgWarning[V] and RTMsgInfo[V].
|
|
|
@27126
|
15 years |
vboxsync |
PIT,RTC,HPET,PDM: Combined and simplified the two interfaces PDM uses …
|
|
|
@27121
|
15 years |
vboxsync |
HPET, RTC, PIT, PDM: implement API to disable legacy devices from HPET …
|
|
|
@27116
|
15 years |
vboxsync |
Kicked out the GMMR0DeflatedBalloon implementation since it was …
|
|
|
@27109
|
15 years |
vboxsync |
Comment updates
|
|
|
@27102
|
15 years |
vboxsync |
Reset the memory balloon during VM reset
|
|
|
@27095
|
15 years |
vboxsync |
VBoxGuest.h: Correct size for VBOXGUEST_IOCTL_CHECK_BALLOON, doxygen.
|
|
|
@27094
|
15 years |
vboxsync |
x86.h: doxygen.
|
|
|
@27086
|
15 years |
vboxsync |
Missing updates
|
|
|
@27083
|
15 years |
vboxsync |
VBoxGuestLib: split up VBoxGuestR3LibMisc.cpp.
|
|
|
@27080
|
15 years |
vboxsync |
VBoxGuestR3LibMisc.cpp,VBoxGuestLib.h: minor adjustments.
|
|
|
@27067
|
15 years |
vboxsync |
iprt/nocrt/compiler/gcc.h: va_start fix for gcc 3.2.x
|
|
|
@27060
|
15 years |
vboxsync |
Devices, Main: add support for multiple pointing devices and let the …
|
|
|
@27023
|
15 years |
vboxsync |
Guest Additions: memory ballooning for guests without support for …
|
|
|
@27011
|
15 years |
vboxsync |
PROT_NONE comment typo
|
|
|
@27001
|
15 years |
vboxsync |
build fix
|
|
|
@27000
|
15 years |
vboxsync |
build fix
|
|
|
@26999
|
15 years |
vboxsync |
Guest Additions: memory ballooning for guests without support for …
|
|
|
@26993
|
15 years |
vboxsync |
VMM: implement some Nehalem MSRs
|
|
|
@26969
|
15 years |
vboxsync |
wddm: bugfixes + stubs for DMA support in VGA device
|
|
|
@26944
|
15 years |
vboxsync |
PDM,IOM,TM: Added an optional per-device critsect for avoiding the …
|
|
|
@26939
|
15 years |
vboxsync |
ACPI, APIC, HPET: emulate typical configuration wrt ISA interrupt routing
|
|
|
@26935
|
15 years |
vboxsync |
pdmifs, Devices/Input, Main, FE/BFE: add support for absolute-only …
|
|
|
@26916
|
15 years |
vboxsync |
VBoxHDD: introduce new function pointers to the TCP interface for …
|
|
|
@26915
|
15 years |
vboxsync |
Runtime/tcp: new function to query the local address of a socket.
|
|
|
@26855
|
15 years |
vboxsync |
Introduced EMInterpretInstructionCPUEx to allow user-level instruction …
|
|
|
@26844
|
15 years |
vboxsync |
RTPollSetCount.
|
|
|
@26830
|
15 years |
vboxsync |
default logo fade out enabled
|
|
|
@26827
|
15 years |
vboxsync |
IPRT: RTPollSetCount() -> RTPollGetCount().
|
|
|
@26824
|
15 years |
vboxsync |
iprt: Adjustments to RTPipeReadBlocking and RTPipeWriteBlocking. …
|
|
|
@26813
|
15 years |
vboxsync |
IPRT/List: Add a method to move the list to a new header
|
|
|
@26802
|
15 years |
vboxsync |
Implemented RTProcCreateEx for posix. The new features hasn't been …
|
|
|
@26801
|
15 years |
vboxsync |
poll-posix.cpp: initial untested code.
|
|
|
@26784
|
15 years |
vboxsync |
iprt/pipe.h++: Adjusted RTPipeWrite[Blocking] behavior wrt to zero …
|
|
|
@26774
|
15 years |
vboxsync |
RTPipe: Implemented the posix variant.
|
|
|
@26767
|
15 years |
vboxsync |
wddm: more impl
|
|
|
@26756
|
15 years |
vboxsync |
iprt/poll.h: Fixes and additions.
|
|
|
@26755
|
15 years |
vboxsync |
iprt/pipe.h: Need RTPipeWriteBlocking, some spec adjustments.
|
|
|
@26753
|
15 years |
vboxsync |
Main: Bstr makeover (third attempt) -- make Bstr(NULL) and Bstr() …
|
|
|
@26746
|
15 years |
vboxsync |
Autolock.h: Only test for RT_LOCK_STRICT because we want lock …
|
|
|
@26740
|
15 years |
vboxsync |
iprt/list.h: r=bird: Mostly docs, but added a drop of poison to …
|
|
|
@26739
|
15 years |
vboxsync |
Runtime: Inline list implementation
|
|
|
@26735
|
15 years |
vboxsync |
iprt/handle.h: new file with RTHandleClose.
|
|
|
@26734
|
15 years |
vboxsync |
NIL_RTPIPE fix
|
|
|
@26733
|
15 years |
vboxsync |
iprt/process.h: Corrected RTProcWait* docs.
|
|
|
@26732
|
15 years |
vboxsync |
iprt/file.h: RTFileOpenBitBucket
|
|
|