|
|
@13836
|
16 years |
vboxsync |
s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
|
|
|
@13835
|
16 years |
vboxsync |
s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
|
|
|
@13556
|
16 years |
vboxsync |
Guest Properties (Main, HostServices, VBoxGuestLib): MAX_*_LEN is the …
|
|
|
@13355
|
16 years |
vboxsync |
VBoxGuestR3LibGuestProp: AsserPtr should return on failure not crash …
|
|
|
@13291
|
16 years |
vboxsync |
Additions/common: fixed r37959
|
|
|
@13290
|
16 years |
vboxsync |
Additions/common: fixed a todo in the guest property enumeration code
|
|
|
@13282
|
16 years |
vboxsync |
Additions/common (VBoxControl and VBoxGuestLib): guest property fixes
|
|
|
@12996
|
16 years |
vboxsync |
Removed release assertions in the guest additions physheap.
|
|
|
@12812
|
16 years |
vboxsync |
VbglR3GuestPropDelTree -> VbglR3GuestPropDelSet, added missing docs …
|
|
|
@12810
|
16 years |
vboxsync |
VbglR3GuestPropDelTree -> VbglR3GuestPropDelSet, documenting it and …
|
|
|
@12722
|
16 years |
vboxsync |
Guest Lib R3: Added function to delete entire keys recursively by a …
|
|
|
@12446
|
16 years |
vboxsync |
Additions/Makefiles: Pushed them up to root (sub-makefile wise). Some …
|
|
|
@12170
|
16 years |
vboxsync |
Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILE
|
|
|
@11922
|
16 years |
vboxsync |
Windows additions: IRP creation must work in any thread context.
|
|
|
@11820
|
16 years |
vboxsync |
made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => …
|
|
|
@11606
|
16 years |
vboxsync |
print function code hexadecimal
|
|
|
@11179
|
16 years |
vboxsync |
Typo (prevented the OS/2 build).
|
|
|
@10987
|
16 years |
vboxsync |
Additions/common: typecasts in the R3 guest library
|
|
|
@10985
|
16 years |
vboxsync |
Additions/common: guest property cosmetics
|
|
|
@10984
|
16 years |
vboxsync |
vbgl: NIL_RTFILE instead of NULL/0. (All IPRT handles have a …
|
|
|
@10980
|
16 years |
vboxsync |
Runtime, HostServices/GuestProperties, Additions/common: autores update
|
|
|
@10976
|
16 years |
vboxsync |
HostServices/GuestProperties and Additions/common: reactivated autores
|
|
|
@10973
|
16 years |
vboxsync |
Additions/common: small fix to the R3 guest library daemonising code
|
|
|
@10957
|
16 years |
vboxsync |
more cosmetics.
|
|
|
@10956
|
16 years |
vboxsync |
Burn fix, cosmetics and some todos.
|
|
|
@10930
|
16 years |
vboxsync |
Additions/common: added guest property enumeration functions to the …
|
|
|
@10865
|
16 years |
vboxsync |
missing va_list.
|
|
|
@10862
|
16 years |
vboxsync |
doc
|
|
|
@10861
|
16 years |
vboxsync |
Added VbglR3GuestPropWriteValueF and VbglR3GuestPropWriteValueV.
|
|
|
@10860
|
16 years |
vboxsync |
VbglR3GuestPropReadValueAlloc: Fixed the same memory leak as in …
|
|
|
@10834
|
16 years |
vboxsync |
Additions/common: guest property fixes
|
|
|
@10829
|
16 years |
vboxsync |
Additions/common: small adjustment in guest property reading code
|
|
|
@10816
|
16 years |
vboxsync |
Additions/common: r33596 was not correct
|
|
|
@10815
|
16 years |
vboxsync |
Additions/common: aesthetical fix (guest properties)
|
|
|
@10814
|
16 years |
vboxsync |
HostServices/GuestProperties, Main, Additions/common, …
|
|
|
@10797
|
16 years |
vboxsync |
Guest properties: initial commit of new interface
|
|
|
@10719
|
16 years |
vboxsync |
Guest Lib R3: Make Info Service available for Windows guests.
|
|
|
@10639
|
16 years |
vboxsync |
reverted r33336 (debug code).
|
|
|
@10638
|
16 years |
vboxsync |
Generalize the VbglR3WriteLog input checks and specialize the windows …
|
|
|
@10635
|
16 years |
vboxsync |
Additions/common: support in the R3 guest library creating a pidfile …
|
|
|
@10627
|
16 years |
vboxsync |
Windows guest logging R3: Removed not needed output buffer in IOCTL.
|
|
|
@10626
|
16 years |
vboxsync |
Windows guest logging R3: Bugfix for const-modifier.
|
|
|
@10606
|
16 years |
vboxsync |
Backed out r33286.
|
|
|
@10591
|
16 years |
vboxsync |
Ignore size in IOCTL.
|
|
|
@10553
|
16 years |
vboxsync |
More IOCTLs.
|
|
|
@10552
|
16 years |
vboxsync |
More IOCTLs.
|
|
|
@10543
|
16 years |
vboxsync |
IOCTL fix for Linux. Hope nothing broke …
|
|
|
@10541
|
16 years |
vboxsync |
Removed deprecated IOCTL namings.
|
|
|
@10516
|
16 years |
vboxsync |
More IOCTL stuff for R3 guest lib (Windows).
|
|
|
@10486
|
16 years |
vboxsync |
cosmetics.
|
|
|
@10484
|
16 years |
vboxsync |
cleanup.
|
|
|
@10478
|
16 years |
vboxsync |
Guest Lib R3: More IOCTL handling for Windows (not tested yet!).
|
|
|
@10476
|
16 years |
vboxsync |
Guest Lib R3: IOCTL handling for Windows (not tested yet!) to simplify …
|
|
|
@10316
|
16 years |
vboxsync |
Clearified.
|
|
|
@10308
|
16 years |
vboxsync |
Additions/common: update comments in VbglR3Daemonize
|
|
|
@10236
|
16 years |
vboxsync |
Guest properties: added some missing ifdefs
|
|
|
@10234
|
16 years |
vboxsync |
Guest properties: added some missing ifdefs
|
|
|
@10145
|
16 years |
vboxsync |
Additions/common/VBoxGuestLib: note that the guest property functions …
|
|
|
@10129
|
16 years |
vboxsync |
VBOX_KBUILD_HACKING.
|
|
|
@10125
|
16 years |
vboxsync |
doc adjustment.
|
|
|
@10118
|
16 years |
vboxsync |
corrected docs.
|
|
|
@10098
|
16 years |
vboxsync |
Additions/common: fixed a function description (VbglR3InfoSvcReadKey)
|
|
|
@10079
|
16 years |
vboxsync |
Logging.
|
|
|
@10078
|
16 years |
vboxsync |
64-bit Windows Additions: VboxGuestLib.
|
|
|
@10017
|
16 years |
vboxsync |
HostServices/SharedInfoService and Additions/common: deal with …
|
|
|
@10006
|
16 years |
vboxsync |
Additions/common: retrieve guest property: fix if the property doesn't …
|
|
|
@10005
|
16 years |
vboxsync |
Additions/common: handle the guest property delete request
|
|
|
@9996
|
16 years |
vboxsync |
Additions/common: fixed some error codes in VBoxGuestR3LibVideo.cpp
|
|
|
@9994
|
16 years |
vboxsync |
Additions/common: clean up mode reading code in VBoxGuestR3LibVideo.cpp
|
|
|
@9920
|
16 years |
vboxsync |
Corrected hungarian spelling. Added a todo.
|
|
|
@9918
|
16 years |
vboxsync |
Corrected hungarian spelling.
|
|
|
@9830
|
16 years |
vboxsync |
Additions/common: uninitialised variable in the R3 guest library
|
|
|
@9811
|
16 years |
vboxsync |
Additions/x11: use the guest/host registry to save the last resolution …
|
|
|
@9662
|
16 years |
vboxsync |
Implemented cancelling of HGCM requests from the guest.
|
|
|
@9632
|
16 years |
vboxsync |
Removed the non-VBOX_WITH_64BIT_ADDITIONS bits.
|
|
|
@9536
|
16 years |
vboxsync |
64-bit guest additions preps.
|
|
|
@9500
|
17 years |
vboxsync |
Preparing 64-bit guest additions building (focusing on windows atm.)
|
|
|
@9435
|
17 years |
vboxsync |
Extend HGCM interface to support 64 bit pointers.
|
|
|
@9140
|
17 years |
vboxsync |
VBOXGUEST_RELEASE_LOG -> VBOX_RELEASE_LOG. We're not going to mix the …
|
|
|
@9126
|
17 years |
vboxsync |
Additions/common: fixed release logging in guest R3
|
|
|
@9061
|
17 years |
vboxsync |
fix for Linux hosts compiling X11 additions but no Linux additions
|
|
|
@8760
|
17 years |
vboxsync |
PATH_KBUILD -> KBUILD_PATH.
|
|
|
@8758
|
17 years |
vboxsync |
BUILD_TARGET* -> KBUILD_TARGET*.
|
|
|
@8425
|
17 years |
vboxsync |
Frontends/VirtualBox3/4, Main, Devices/VMMDev, Frontends/VBoxBFE, …
|
|
|
@8398
|
17 years |
vboxsync |
cx/cy. Please, do not use 64/u32/u16/u8 prefixes unless the type is …
|
|
|
@8366
|
17 years |
vboxsync |
Additions/X11, Additions/common: report the maximum supported …
|
|
|
@8188
|
17 years |
vboxsync |
Additions/FreeBSD: Cleanup, rename variables to follow coding …
|
|
|
@8155
|
17 years |
vboxsync |
The Big Sun Rebranding Header Change
|
|
|
@7935
|
17 years |
vboxsync |
fix it the other way around.
|
|
|
@7933
|
17 years |
vboxsync |
build fix for Windows.
|
|
|
@7931
|
17 years |
vboxsync |
Solaris Additions: vboxvfs skeleton.
|
|
|
@7602
|
17 years |
vboxsync |
Runtime: switch guest R3 logging from backdoor to normal (with …
|
|
|
@7539
|
17 years |
vboxsync |
space
|
|
|
@7538
|
17 years |
vboxsync |
r=bird: FreeBSD is taking the wrong path here I think.
|
|
|
@7527
|
17 years |
vboxsync |
brc->fRc.
|
|
|
@7526
|
17 years |
vboxsync |
brc->frc.
|
|
|
@7519
|
17 years |
vboxsync |
Cosmetic changes to VbglR3SetGuestCaps.
|
|
|
@7517
|
17 years |
vboxsync |
Additions/FreeBSD: initial commit
Mostly tested on FreeBSD 7.0.
…
|
|
|
@7464
|
17 years |
vboxsync |
Additions/x11: use the VideoModeSupported guest request to check …
|
|
|
@7437
|
17 years |
vboxsync |
Additions/common: add ring 3 call to set guest capabilities and make …
|
|
|