VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3107   18 years vboxsync Removed obsolete structure members
(edit) @3106   18 years vboxsync added shared folder dependency
(edit) @3105   18 years vboxsync Removed workaround for allocating the event structure in non-paged …
(edit) @3104   18 years vboxsync Added IRP_MJ_INTERNAL_DEVICE_CONTROL handler.
(edit) @3103   18 years vboxsync IRP completion routines must be in non-pagable memory.
(edit) @3102   18 years vboxsync Store VM-Console window’s HWND handler feature implemented (secunet …
(edit) @3101   18 years vboxsync Fix VBoxManage convertdd SEGV crash on Linux if no further parameters …
(edit) @3100   18 years vboxsync Mark OSE version with a _OSE suffix to the version number.
(edit) @3099   18 years vboxsync Do not use alloca in the guest additions.
(edit) @3098   18 years vboxsync fixed the mess with caps lock / num lock / scroll lock on SDL
(edit) @3097   18 years vboxsync prevent warnings if compiled as C files (Linux guest modules)
(edit) @3096   18 years vboxsync added another missing file to additions
(edit) @3095   18 years vboxsync fix for building the Linux guest additions
(edit) @3094   18 years vboxsync clearly state if we are running the OSE version
(edit) @3093   18 years vboxsync Hack around incomprehensible VDI error message for VMDK files that …
(edit) @3092   18 years vboxsync Work in the linux kernel env. too.
(edit) @3091   18 years vboxsync User buffers are now locked in the VBoxGuest driver.
(edit) @3090   18 years vboxsync Lock user buffers in a HGCM call (Windows guest only)
(edit) @3089   18 years vboxsync Defined a constant for maximum number of HGCM function parameters.
(edit) @3088   18 years vboxsync copyright
(edit) @3087   18 years vboxsync attempt to disable the local APIC on x86_64 systems
(edit) @3086   18 years vboxsync introduced RTLogCreateEx and RTLogCreateExV to be able to pass an …
(edit) @3085   18 years vboxsync warning
(edit) @3084   18 years vboxsync prevent warning on x86_64 systems
(edit) @3083   18 years vboxsync offNew - offOld is more correct (no harm, only weird release log message).
(edit) @3082   18 years vboxsync Reset the attribute controller state in the VGA BIOS.
(edit) @3081   18 years vboxsync warning
(edit) @3080   18 years vboxsync cosmetical fix
(edit) @3079   18 years vboxsync VBoxSDL -list is redundant
(edit) @3078   18 years vboxsync 1859: FE/Qt Mouse cursor issue: Fix for the issue #1: …
(edit) @3077   18 years vboxsync added -nologo option to suppress the VirtualBox logo string
(edit) @3076   18 years vboxsync Load OpenGL service (DEBUG_sandervl only for now)
(edit) @3075   18 years vboxsync Added opengl group
(edit) @3074   18 years vboxsync Forgot to fix VGA text mode here as well.
(edit) @3073   18 years vboxsync Fix for faulting push dword ptr [addr] in patch code.
(edit) @3072   18 years vboxsync default is bidirectional clipboard sync
(edit) @3071   18 years vboxsync Corrected resource files.
(edit) @3070   18 years vboxsync Update
(edit) @3069   18 years vboxsync Another fix for VGA text mode.
(edit) @3068   18 years vboxsync small fix
(edit) @3067   18 years vboxsync Activated and changed version resource.
(edit) @3066   18 years vboxsync Update to version strings
(edit) @3065   18 years vboxsync Added prefined strings for Windows resource files
(edit) @3064   18 years vboxsync Fixed screen corruption when switching DOS window to fullscreen.
(edit) @3063   18 years vboxsync Dual cursor issue fixed. Issue description: If the GuestOS is loaded …
(edit) @3062   18 years vboxsync Must return the same value as set in the io status structure. (Driver …
(edit) @3061   18 years vboxsync Disable "Show Log..." Selector's menu item in case of there is no VM …
(edit) @3060   18 years vboxsync 1.4.1
(edit) @3059   18 years vboxsync 1.4.0
(edit) @3058   18 years vboxsync Backed out 21798 and 21857. 21857 was wrong and 21798 fixed the glibc …
(edit) @3057   18 years vboxsync don't use unallocated vbeInfo
(edit) @3056   18 years vboxsync FE/Qt: Updated Italian translation.
(edit) @3055   18 years vboxsync A try. Don't know what this trick is good for…
(edit) @3054   18 years vboxsync chcon VBoxRT.so to get testcases work on SELinux-enabled systems at …
(edit) @3053   18 years vboxsync bugfix for multiple attached devices in windows
(edit) @3052   18 years vboxsync comment.
(edit) @3051   18 years vboxsync FE/Qt: Fixed async USB error handling: don't show error dialogs for …
(edit) @3050   18 years vboxsync FE/Qt: Export Brazilian Portuguese to OSE.
(edit) @3049   18 years vboxsync fixed another putenv problem found by valgrind
(edit) @3048   18 years vboxsync FE/Qt: Updated Romanian, Spanish, French, Japanese translations to …
(edit) @3047   18 years vboxsync FE/Qt: Updated Russian translation for 1.4.0.
(edit) @3046   18 years vboxsync Fixed linux and darwin regressions.
(edit) @3045   18 years vboxsync Main, FE/Qt: Added support for asyncronous USB attach/detach errors.
(edit) @3044   18 years vboxsync Main: Added ErrorInfoKeeper::takeError().
(edit) @3043   18 years vboxsync Hack for getting VMDK file registration work when there is no UUID in …
(edit) @3042   18 years vboxsync Fixed waiting for a HGCM thread.
(edit) @3041   18 years vboxsync export to OSE
(edit) @3040   18 years vboxsync FE/Qt: New About screen.
(edit) @3039   18 years vboxsync Main: Typo.
(edit) @3038   18 years vboxsync Main: Added basic VMDK property support via the new API (retrieving …
(edit) @3037   18 years vboxsync Main: More exact state check on getting an USB detached notification.
(edit) @3036   18 years vboxsync XPCOM/IPC/DConnect: Fixed: Count the number of IPC references for …
(edit) @3035   18 years vboxsync Main: Fixed: HostUSBDevice takes ownership of the new USBDEVICE …
(edit) @3034   18 years vboxsync Main: Fixed async USB (added proper detection of device re-cycle on …
(edit) @3033   18 years vboxsync Main: Made Auto[Limited]Caller support NULL objects (for conditional …
(edit) @3032   18 years vboxsync make sure we don't strip -l if inside a library name
(edit) @3031   18 years vboxsync Fixed regression caused by changeset 21558
(edit) @3030   18 years vboxsync More logging.
(edit) @3029   18 years vboxsync Hack for missing /proc/bus/usb/devices not setting the driver name …
(edit) @3028   18 years vboxsync use -lpthread together with -lxalan and -lxerces
(edit) @3027   18 years vboxsync allow to overwrite libs with more than one -l<lib>
(edit) @3026   18 years vboxsync Exclude v86 mode too.
(edit) @3025   18 years vboxsync Added missing space after ')' in macro invocations so VCC doesn't mess …
(edit) @3024   18 years vboxsync removed accidental commit
(edit) @3023   18 years vboxsync only check for excessive faults when in protected mode
(edit) @3022   18 years vboxsync Check that there is a symbol table in the ELF relocatable image we're …
(edit) @3021   18 years vboxsync Release logging of NAT DNS settings taken from host OS.
(edit) @3020   18 years vboxsync Added missing space after ')' in macro invocations so VCC doesn't mess …
(edit) @3019   18 years vboxsync Main: Deassociate the machine from the USB filter if failed to capture it.
(edit) @3018   18 years vboxsync 1952: Easy way to store the RELEASE log using the GUI: Last access …
(edit) @3017   18 years vboxsync FE/Qt: Updated all translations: "setup the TAP" -> "set up the TAP".
(edit) @3016   18 years vboxsync 1952: Easy way to store the RELEASE log using the GUI: Separate Log …
(edit) @3015   18 years vboxsync The MSC precompiler messes up the output (/E or /P) if there isn't a …
(edit) @3014   18 years vboxsync Keep comments simple please.
(edit) @3013   18 years vboxsync don't assert on normal errors, crashing VBoxSVC is extremely annoying.
(edit) @3012   18 years vboxsync FE/Qt: Disabled Global USB Filters UI on all platforms (exept DEBUG_dmik).
(edit) @3011   18 years vboxsync FE/QT: 'setup' is a noun, the verb is 'to set up'.
(edit) @3010   18 years vboxsync backed out 21754
(edit) @3009   18 years vboxsync spelling
(edit) @3008   18 years vboxsync export it.
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