|
|
@22148
|
15 years |
vboxsync |
VBoxGuest-linux.c: Don't reference SUPDRV_IOC_VERSION.
|
|
|
@22128
|
15 years |
vboxsync |
VBoxGuest.cpp: RTSpinlockAcquireNoInts vs RTSemEventMultiSignal on solaris.
|
|
|
@21632
|
15 years |
vboxsync |
VBoxGuest.cpp: A bit more logging in vboxGuestInitFixateGuestMappings.
|
|
|
@21613
|
15 years |
vboxsync |
VBoxGuestIDC-unix.c.h: fixed warnings.
|
|
|
@21549
|
15 years |
vboxsync |
iprt/log.h: Use the spinning mutexes.
|
|
|
@21524
|
15 years |
vboxsync |
common/VBoxGuest: minor log fix.
|
|
|
@21506
|
15 years |
vboxsync |
VBoxGuest,VMMDev: New HGCM cancellation request.
|
|
|
@21498
|
15 years |
vboxsync |
VBoxGuest.cpp: Implemented fixating the guest mappings. Also, clear …
|
|
|
@21491
|
15 years |
vboxsync |
VBoxGuest: Implemented missing VBOXGUEST_IOCTL_CANCEL_ALL_WAITEVENTS. …
|
|
|
@21456
|
15 years |
vboxsync |
HGCM&Co: physical page list.
|
|
|
@21450
|
15 years |
vboxsync |
VBoxGuest.cpp: Fixed bug in the wake-for-event wakeup code: missing …
|
|
|
@21413
|
15 years |
vboxsync |
copy&paste bug in editor?
|
|
|
@21412
|
15 years |
vboxsync |
Add,++: Switch to common addition kernel module.
|
|
|
@21408
|
15 years |
vboxsync |
OSE header
|
|
|
@21377
|
15 years |
vboxsync |
iprt/log.h,DBGFLog.cpp,VBoxGuest-linux.c: Added RTLogDestinations, …
|
|
|
@21376
|
15 years |
vboxsync |
VBoxGuest: Fixed VBoxGuestCommonIOCtl bug where pcbDataReturned wasn't …
|
|
|
@21337
|
15 years |
vboxsync |
IPRT,HostDrv,AddDrv: Export public IPRT symbols for the linux kernel …
|
|
|
@21267
|
15 years |
vboxsync |
VBoxGuest-linux.c: ditto
|
|
|
@21263
|
15 years |
vboxsync |
add/files_vbox*: Missing VBox/param.h.
|
|
|
@21260
|
15 years |
vboxsync |
VBGL: Renamed the internal HGCM functions and added a kernel/user mode …
|
|
|
@21227
|
15 years |
vboxsync |
VBoxGuest.h/VMMDev.h/VBoxGuestLib.h usage cleanup.
|
|
|
@21219
|
15 years |
vboxsync |
VBox/VBoxDev.h -> VBox/VMMDev.h
|
|
|
@21199
|
15 years |
vboxsync |
VBoxGuest-linux.c,VBoxGuestR3Lib.cpp: Fixed ioctl error check for …
|
|
|
@21170
|
15 years |
vboxsync |
Additions: Mouse polling support in Solaris kernel module and minor …
|
|
|
@21155
|
15 years |
vboxsync |
VBoxGuest-linux.c: bugfixes. the timeservice works now.
|
|
|
@21137
|
15 years |
vboxsync |
VBoxGuest-linux: building, logging and a bugfix. (it loads now)
|
|
|
@21118
|
15 years |
vboxsync |
VBoxGuest (common): building on linux.
|
|
|
@21104
|
15 years |
vboxsync |
another shot at the add build box.
|
|
|
@21103
|
15 years |
vboxsync |
additions build fix.
|
|
|
@21102
|
15 years |
vboxsync |
VBoxGuest (common): poll() update.
|
|
|
@21100
|
15 years |
vboxsync |
additions build fix.
|
|
|
@21095
|
15 years |
vboxsync |
VBoxGuest (common): mouse polling.
|
|
|
@21071
|
15 years |
vboxsync |
VBoxGuestCommonISR: removed incorrect comment, the code can be called …
|
|
|
@21069
|
15 years |
vboxsync |
VBoxGuest (common): porting to linux. some cleanup. currently untested.
|
|
|
@21023
|
15 years |
vboxsync |
VBoxGuestCommonISR: interrupt disabled remark…
|
|
|
@20374
|
16 years |
vboxsync |
*: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
|
|
|
@20369
|
16 years |
vboxsync |
Additions: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
|
|
|
@18265
|
16 years |
vboxsync |
config file cleanup + small copyright year update
|
|
|
@17999
|
16 years |
vboxsync |
Additions/common: remove some obsolete typecasts
|
|
|
@17210
|
16 years |
vboxsync |
VBoxGuest.cpp: Merged VBoxGuestCommonIOCtl_HGCMCall32 into …
|
|
|
@17196
|
16 years |
vboxsync |
Additions, VBoxGuestR3Lib: 32-bit ioctl handling for 64-bit guest …
|
|
|
@16013
|
16 years |
vboxsync |
VBoxGuest/Makefile: Corrected indentation.
|
|
|
@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, …
|
|
|
@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.
|
|
|
@14223
|
16 years |
vboxsync |
Additions/VBoxGuest: fixed a burn
|
|
|
@14221
|
16 years |
vboxsync |
Additions/VBoxGuest: Add VBOXGUEST_IOCTL_CALL_TIMEOUT support on …
|
|
|
@14203
|
16 years |
vboxsync |
Solaris/Additions: Return errno rather than IPRT in vboxguest solaris …
|
|
|
@13837
|
16 years |
vboxsync |
s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
|
|
|
@13573
|
16 years |
vboxsync |
Solaris/driver versions: Added versions for NetFlt and the Guest …
|
|
|
@13305
|
16 years |
vboxsync |
Additions: Fix a little mem leak in the common guest additions kernel …
|
|
|
@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.
|
|
|
@11895
|
16 years |
vboxsync |
comment typo
|
|
|
@11820
|
16 years |
vboxsync |
made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => …
|
|
|
@11602
|
16 years |
vboxsync |
Solaris 10 build (with no additions); XPCOM Python works on Solaris
|
|
|
@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 …
|
|
|
@8760
|
17 years |
vboxsync |
PATH_KBUILD -> KBUILD_PATH.
|
|
|
@8758
|
17 years |
vboxsync |
BUILD_TARGET* -> KBUILD_TARGET*.
|
|
|
@8360
|
17 years |
vboxsync |
extended todo
|
|
|
@8351
|
17 years |
vboxsync |
Additions/common: moved guest cap disabling into common VBoxGuest.
|
|
|
@8328
|
17 years |
vboxsync |
Added missing docs and corrected spelling.
|
|
|
@8318
|
17 years |
vboxsync |
Additions/common, solaris: Report disabled guest graphics capabilities …
|
|
|
@8258
|
17 years |
vboxsync |
rebranding
|
|
|
@8257
|
17 years |
vboxsync |
rebranding
|
|
|
@8250
|
17 years |
vboxsync |
Additions/FreeBSD: Setup IRQ only if initializing of the device state …
|
|
|
@8188
|
17 years |
vboxsync |
Additions/FreeBSD: Cleanup, rename variables to follow coding …
|
|
|
@8155
|
17 years |
vboxsync |
The Big Sun Rebranding Header Change
|
|
|
@8143
|
17 years |
vboxsync |
Solaris vboxguest: LogRel for failures.
|
|
|
@8130
|
17 years |
vboxsync |
rebranding the additions
|
|
|
@7906
|
17 years |
vboxsync |
Solaris installer: host and guest side fixes for Solaris 10, Indiana DP2.
|
|
|
@7886
|
17 years |
vboxsync |
Additions/X11: add VBoxRandR to solaris guest installer.
|
|
|
@7626
|
17 years |
vboxsync |
Solaris vboxguest: cosmetics.
|
|
|
@7587
|
17 years |
vboxsync |
Additions/solaris: export and eol-style for driver conf file.
|
|
|
@7585
|
17 years |
vboxsync |
Additions: build fix.
|
|
|
@7549
|
17 years |
vboxsync |
Properties - please don't forget these. proper header.
|
|
|
@7535
|
17 years |
vboxsync |
Merge freebsd with solaris vboxguest. The idea is to only have two …
|
|
|
@7520
|
17 years |
vboxsync |
Added a todo for clearing caps on unload.
|
|
|
@7517
|
17 years |
vboxsync |
Additions/FreeBSD: initial commit
Mostly tested on FreeBSD 7.0.
…
|
|
|
@7255
|
17 years |
vboxsync |
Solaris vboxguest: OStype build fix.
|
|
|
@7233
|
17 years |
vboxsync |
Renamed OSType to VBOXOSTYPE to fix the clash with some mac os x typedef.
|
|
|
@7101
|
17 years |
vboxsync |
sol vboxguest: Disabled unused block cookie.
|
|
|
@6803
|
17 years |
vboxsync |
Solaris vboxguest: added proper checks while setting up IRQs.
|
|
|
@6783
|
17 years |
vboxsync |
Additions/x11: Seamless and solaris specifics.
|
|
|
@6776
|
17 years |
vboxsync |
Corrected Solaris vboxadd as vboxguest in more places.
|
|
|
@6775
|
17 years |
vboxsync |
Solaris vboxguest: Fix and cleanups.
|
|
|
@6774
|
17 years |
vboxsync |
Solaris vboxguest: Fix ifdef and updated conf file.
|
|
|
@6711
|
17 years |
vboxsync |
Solaris vboxguest doesn't use the runtime solaris-kernel.h
|
|
|
@6672
|
17 years |
vboxsync |
Solaris vboxadd renamed as vboxguest.
|
|
|