VirtualBox

source: vbox/trunk/src/VBox/Additions/common

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6040   17 years vboxsync Some more untested vboxadd code. Will test soon…
(edit) @6036   17 years vboxsync more vboxadd Changes.
(edit) @6034   17 years vboxsync Prototype fix.
(edit) @6033   17 years vboxsync vboxadd changes.
(edit) @6032   17 years vboxsync Moved the MMIO mapping code myself. (probably doesn't compile now)
(edit) @6029   17 years vboxsync Moved os2/VBoxService into common space.
(edit) @6025   17 years vboxsync We're going to simplify this or it'll be a complete mess. Starting …
(edit) @6024   17 years vboxsync header.
(edit) @6023   17 years vboxsync some comments.
(edit) @6022   17 years vboxsync SUB_PATH, don't override DEPTH.
(edit) @6020   17 years vboxsync Started solaris additions and the os2 to common move.
(edit) @6000   17 years vboxsync The Giant CDDL Dual-License Header Change, fixes.
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5890   17 years vboxsync cbSize -> cb.
(edit) @5889   17 years vboxsync r=bird: Use the right asserts (no function names in the msg, please). …
(edit) @5888   17 years vboxsync r=bird: 'b' == byte(s), no else after return, use AssertPtrReturn, …
(edit) @5872   17 years vboxsync Guest Additions (common userspace library): missing return statement
(edit) @5871   17 years vboxsync Guest Additions (common userspace library): added functions for …
(edit) @5825   17 years vboxsync export to OSE
(edit) @5824   17 years vboxsync Additions (common): export R3 guest runtime files
(edit) @5818   17 years vboxsync Additions: added an R3 runtime for Linux guests
(edit) @5816   17 years vboxsync Guest additions: deactivated some logging which was filling up my …
(edit) @4860   17 years vboxsync Activated the full backdoor logger in release builds of the Linux …
(edit) @4777   17 years vboxsync NT4 does not have Ex*PoolWithTag.
(edit) @4731   17 years vboxsync Linux guest backdoor logging, part 2 (or 3?)
(edit) @4708   17 years vboxsync Doxygen-ed vboxCallCreate
(edit) @4242   17 years vboxsync gcc warning
(edit) @4180   17 years vboxsync Bugfix for type changes
(edit) @4155   17 years vboxsync RTR0MemGetAddressR3 & RTR0MemObjLockUser. Linux memobj impl.
(edit) @4119   17 years vboxsync added assertion
(edit) @4114   17 years vboxsync Cleaned up
(edit) @4113   17 years vboxsync Backed out accidental commit
(edit) @4111   17 years vboxsync Extended interface for locked pointers
(edit) @4107   17 years vboxsync Backed out 23565: alloca is not present in NT4
(edit) @4105   17 years vboxsync Use alloca instead of wasting 1k/2k of kernel stack.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3954   17 years vboxsync Backwards compatibility with older VBox versions ensured.
(edit) @3944   17 years vboxsync Preparations for dealing with case sensitivity
(edit) @3868   17 years vboxsync More assertions
(edit) @3839   17 years vboxsync Extra checks
(edit) @3725   17 years vboxsync Double underscore cleanup.
(edit) @3673   17 years vboxsync RT_OS_* for Additions/common/
(edit) @3466   17 years vboxsync Wrong locking for read-only memory in Windows guests.
(edit) @3333   17 years vboxsync VbglR3Clipboard*.
(edit) @3307   17 years vboxsync Added a PORTME notice about a potential problem with kernel/user …
(edit) @3306   17 years vboxsync Added a IPRT base fallback implementation for locking and completed …
(edit) @3252   17 years vboxsync hrm.
(edit) @3251   17 years vboxsync Virgin (untested) timesync service code.
(edit) @3235   17 years vboxsync Backed out 22205 & 22203
(edit) @3230   17 years vboxsync Correction
(edit) @3228   17 years vboxsync Preparations for mapping a guest case-insensitive fs on a host case …
(edit) @3222   17 years vboxsync template.
(edit) @3192   17 years vboxsync Make it build on OS/2.
(edit) @3108   18 years vboxsync Updates
(edit) @3105   18 years vboxsync Removed workaround for allocating the event structure in non-paged …
(edit) @3099   18 years vboxsync Do not use alloca in the guest additions.
(edit) @3097   18 years vboxsync prevent warnings if compiled as C files (Linux guest modules)
(edit) @3090   18 years vboxsync Lock user buffers in a HGCM call (Windows guest only)
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2947   18 years vboxsync hacking remote additions build…
(edit) @2714   18 years vboxsync Do not allow to use VbglGr* if VBoxGuest is not available. Backed out …
(edit) @2698   18 years vboxsync do not swallow errors
(edit) @2487   18 years vboxsync Converted common and winnt to use sub-makefiles.
(edit) @2478   18 years vboxsync [Mm]akefile -> Makefile.kmk
(edit) @2304   18 years vboxsync ASMMemoryClobber -> ASMCompilerBarrier + MSC (untested)
(edit) @2197   18 years vboxsync some cleanup
(edit) @2196   18 years vboxsync fixed includes
(edit) @2194   18 years vboxsync fixed includes
(edit) @2193   18 years vboxsync not needed
(edit) @2145   18 years vboxsync use ASMMemoryClobber here since the host will change memory
(edit) @2103   18 years vboxsync Fix for ExFreePoolWithTag which does not exist on NT4 and must not be …
(edit) @2016   18 years vboxsync Windows guest library: allocate the event structure from pool.
(edit) @1629   18 years vboxsync Removed obsolete code. Proper save/restore will be committed later.
(edit) @1554   18 years vboxsync Logging update
(edit) @1207   18 years vboxsync Cleaned up EOL style and uppercase names
(edit) @1083   18 years vboxsync HGCM: VbglHGCMCall shouldn't return failure if the request produced an …
(edit) @769   18 years vboxsync Prevent some warnings as these files are compiled as .c files on Linux now.
(edit) @762   18 years vboxsync - Additions, Config.kmk, Runtime: o Make the additions build on …
(edit) @719   18 years vboxsync Changed the Linux Additions to compile everything from source (no more …
(edit) @681   18 years vboxsync WIN32 -> WIN.
(edit) @309   18 years vboxsync DECLINLINE is supposed to be static of course.
(edit) @301   18 years vboxsync Rewrote the additions installer and made it work with Slackware
(edit) @295   18 years vboxsync make inlines static
(edit) @223   18 years vboxsync More logging
(add) @1   55 years vboxsync import
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette