|
|
@16954
|
16 years |
vboxsync |
VBoxGuest, VBoxService: First stuff for new R3 time synchronization …
|
|
|
@16152
|
16 years |
vboxsync |
nitpicking
|
|
|
@16014
|
16 years |
vboxsync |
Makefiles: Added LIBPATHs corresponding to the INCS for *BSD; …
|
|
|
@16013
|
16 years |
vboxsync |
VBoxGuest/Makefile: Corrected indentation.
|
|
|
@15705
|
16 years |
vboxsync |
Todos added
|
|
|
@15704
|
16 years |
vboxsync |
Introduced VbglHCGMCall32 for supporting 32 bits clients on 64 bits guests.
|
|
|
@15606
|
16 years |
vboxsync |
Linux additions: recover the R0 hack which was removed in r39344 to …
|
|
|
@14462
|
16 years |
vboxsync |
VBoxGuest.cpp: VBoxGuestCommonIOCtl_HGCMCall size fix for the timed ioctl.
|
|
|
@14367
|
16 years |
vboxsync |
VBoxGuest.cpp: Don't allow ring-3 to do uninterruptible HGCM calls, …
|
|
|
@14360
|
16 years |
vboxsync |
Additions/VBoxControl: fixed a usage message
|
|
|
@14359
|
16 years |
vboxsync |
Additions/HGCM: some fixes to timed out HGCM requests
|
|
|
@14352
|
16 years |
vboxsync |
Additions/HGCM: merged code for HGCMCall and HGCMCallTimed, as per todo
|
|
|
@14347
|
16 years |
vboxsync |
Additions/common: really enable Linux syntax checking of VBoxGuest
|
|
|
@14319
|
16 years |
vboxsync |
VBoxGuest: Merged the lower cased target with the mixed cased one, …
|
|
|
@14316
|
16 years |
vboxsync |
VBoxGuest.cpp: build fix.
|
|
|
@14311
|
16 years |
vboxsync |
VBoxGuest.cpp: r=bird, enabled the code (be bold).
|
|
|
@14310
|
16 years |
vboxsync |
VBoxGuest.cpp: fixes.
|
|
|
@14297
|
16 years |
vboxsync |
Corrected a couple of grammos.
|
|
|
@14276
|
16 years |
vboxsync |
Additions/common/VBoxGuest: split VBoxGuestHGCMAsyncWaitCallback* into …
|
|
|
@14264
|
16 years |
vboxsync |
VBoxGuest.cpp: @todo r=bird: merge callback code.
|
|
|
@14233
|
16 years |
vboxsync |
export
|
|
|
@14223
|
16 years |
vboxsync |
Additions/VBoxGuest: fixed a burn
|
|
|
@14221
|
16 years |
vboxsync |
Additions/VBoxGuest: Add VBOXGUEST_IOCTL_CALL_TIMEOUT support on …
|
|
|
@14220
|
16 years |
vboxsync |
Additions/VBoxControl: support guestproperty wait
|
|
|
@14218
|
16 years |
vboxsync |
Additions/Linux: remove Linux-specific guest R0 HGCM hack and add …
|
|
|
@14217
|
16 years |
vboxsync |
Additions/Guest Library: comments and logging
|
|
|
@14214
|
16 years |
vboxsync |
Additions/Guest Library: add R3 property wait API
|
|
|
@14209
|
16 years |
vboxsync |
Additions/Guest library: try to fix a burn
|
|
|
@14207
|
16 years |
vboxsync |
Additions/Guest Library: add an HGCM call with timeout
|
|
|
@14203
|
16 years |
vboxsync |
Solaris/Additions: Return errno rather than IPRT in vboxguest solaris …
|
|
|
@13839
|
16 years |
vboxsync |
And yet more %V* -> %R* changes…
|
|
|
@13837
|
16 years |
vboxsync |
s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
|
|
|
@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 …
|
|
|
@13573
|
16 years |
vboxsync |
Solaris/driver versions: Added versions for NetFlt and the Guest …
|
|
|
@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 …
|
|
|
@13305
|
16 years |
vboxsync |
Additions: Fix a little mem leak in the common guest additions kernel …
|
|
|
@13292
|
16 years |
vboxsync |
Additions/VBoxControl: cleanup an error handler
|
|
|
@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 …
|
|
|
@12719
|
16 years |
vboxsync |
Typo.
|
|
|
@12446
|
16 years |
vboxsync |
Additions/Makefiles: Pushed them up to root (sub-makefile wise). Some …
|
|
|
@12241
|
16 years |
vboxsync |
Additions/vboxguest: Logging. Solaris/vboxdrv space.
|
|
|
@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.
|
|
|
@11895
|
16 years |
vboxsync |
comment typo
|
|
|
@11822
|
16 years |
vboxsync |
IPRT: RTR3Init cleanup.
|
|
|
@11820
|
16 years |
vboxsync |
made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => …
|
|
|
@11606
|
16 years |
vboxsync |
print function code hexadecimal
|
|
|
@11602
|
16 years |
vboxsync |
Solaris 10 build (with no additions); XPCOM Python works on Solaris
|
|
|
@11563
|
16 years |
vboxsync |
VBoxControl: Added status/error information, fixed return value.
|
|
|
@11179
|
16 years |
vboxsync |
Typo (prevented the OS/2 build).
|
|
|
@11114
|
16 years |
vboxsync |
Additions/VBoxControl: use the right error printer
|
|
|
@11105
|
16 years |
vboxsync |
FE/VBoxManage, Additions/VBoxControl: guestproperty set with flags but …
|
|
|
@11104
|
16 years |
vboxsync |
Additions/common: handle guestproperty set with no value correctly in …
|
|
|
@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.
|
|
|
@10931
|
16 years |
vboxsync |
Additions/common: added guest property enumeration to VBoxControl
|
|
|
@10930
|
16 years |
vboxsync |
Additions/common: added guest property enumeration functions to the …
|
|
|
@10869
|
16 years |
vboxsync |
VBoxControl: unix linkers are sooo much fun.
|
|
|
@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 …
|
|
|
@10859
|
16 years |
vboxsync |
VBoxControl: Fixed incorrect RTMemFree.
|
|
|
@10834
|
16 years |
vboxsync |
Additions/common: guest property fixes
|
|
|
@10829
|
16 years |
vboxsync |
Additions/common: small adjustment in guest property reading code
|
|
|
@10825
|
16 years |
vboxsync |
Additions/commom: switched VBoxControl to use the new guest property syntax
|
|
|
@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.
|
|
|
@10654
|
16 years |
vboxsync |
Additions/common: build fix (VbglR3Daemonize call in VBoxService takes …
|
|
|
@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.
|
|
|
@10545
|
16 years |
vboxsync |
IOCTL fix for Linux. Hope nothing broke …
|
|
|
@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.
|
|
|