VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @25452   15 years vboxsync Additions/x11: added include files needed for building vboxmouse with …
(edit) @25451   15 years vboxsync Additions/linux: make the kernel modules build with 64bit Linux 2.4
(edit) @25450   15 years vboxsync FE/Qt4-NLS: German typos
(edit) @25449   15 years vboxsync FE/Qt4-NLS: German nls update.
(edit) @25448   15 years vboxsync VBoxHeadless: added empty IVirtualBoxCallback.
(edit) @25447   15 years vboxsync FE/Qt4-NLS: Merged Ukranian.
(edit) @25446   15 years vboxsync BusLogic: Rewrite guest buffer handling. They are not mapped into R3 …
(edit) @25445   15 years vboxsync burn fix
(edit) @25444   15 years vboxsync burn fix
(edit) @25443   15 years vboxsync Main: fix 'discarding hard disk' message
(edit) @25442   15 years vboxsync burn fix
(edit) @25441   15 years vboxsync 2d: cleanup + warning fixes
(edit) @25440   15 years vboxsync 2d: more FBO impl
(edit) @25439   15 years vboxsync NetAdp/win: fix host-only if creation (public ticket #5708)
(edit) @25438   15 years vboxsync semsrw-generic.cpp -> semrw-generic.cpp.
(edit) @25437   15 years vboxsync FE/Qt4: Russian NLS update.
(edit) @25436   15 years vboxsync RTLockValidator,RTThread: Serialize deadlock detection and …
(edit) @25435   15 years vboxsync VMMSwitcher: make serial debugging compile again
(edit) @25434   15 years vboxsync SUPDrv.c: Failing to take the loader lock is fatal.
(edit) @25433   15 years vboxsync semmutex-r0drv-nt.cpp: Corrected the RTSemMutexRequest implementation …
(edit) @25431   15 years vboxsync RTSemXRoads: initial implementation.
(edit) @25430   15 years vboxsync Comment added
(edit) @25429   15 years vboxsync Compile fix
(edit) @25428   15 years vboxsync Never call unlock if supdrvLdrLock failed during cleanup.
(edit) @25427   15 years vboxsync Runtime/r0drv/timer-linux: make the hrtimer code work, requires Linux …
(edit) @25426   15 years vboxsync RTSemXRoads: API + testcase.
(edit) @25425   15 years vboxsync the-linux-kernel.h: PAGE_KERNEL_EXEC was introduced with 2.6.8.
(edit) @25424   15 years vboxsync FE/Qt4-NLS: Merged Traditional Chinese (Taiwan) & Brazilian Portuguese.
(edit) @25423   15 years vboxsync 2d: more FBO support
(edit) @25422   15 years vboxsync Additions/linux/installer: print a warning and explanation if Fedora 9 …
(edit) @25421   15 years vboxsync Additions/common/VBoxGuest: missing files for building on Linux guests
(edit) @25420   15 years vboxsync Additions/x11/vboxmouse: do not rely on system header files
(edit) @25419   15 years vboxsync Additions/x11/x11include: reorganise header files
(edit) @25418   15 years vboxsync Additions/x11/vboxvideo: missing include path if the build host does …
(edit) @25417   15 years vboxsync HostServices/GuestProperties: fixed a comment
(edit) @25416   15 years vboxsync Main/PerformanceSolaris: #4555 - rectified comment on kstat availability.
(edit) @25415   15 years vboxsync Main/PerformanceSolaris: #4555 - account ZFS cache size while …
(edit) @25414   15 years vboxsync Main/HostImpl-solaris: fix another unchecked strdup
(edit) @25413   15 years vboxsync Corrected return value in case of success
(edit) @25412   15 years vboxsync Main/HostImpl-solaris: #4553 strdup unchecked, strtok not reentrant safe.
(edit) @25409   15 years vboxsync IPRT,PDMCritSect,Main: Moved code dealing with lock counting from …
(edit) @25408   15 years vboxsync Main/Locking: fix regression in AutoMultiWriteLock that caused …
(edit) @25407   15 years vboxsync typo
(edit) @25406   15 years vboxsync IPRT,PDMCritSect: Lock validation can only be performed in ring-3; …
(edit) @25405   15 years vboxsync VBoxService: increased the minimum timesync interval from 1ms to a …
(edit) @25404   15 years vboxsync FE/Qt4-OSX: Only change the presentation mode if we are on the primary …
(edit) @25402   15 years vboxsync NAT: re-establish port-forwarding after savestate / restore state
(edit) @25401   15 years vboxsync PDM: Decrement PDMDRV::cInstances when destroying devices, use a …
(edit) @25400   15 years vboxsync build fix
(edit) @25399   15 years vboxsync build fix
(edit) @25398   15 years vboxsync IPRT,PDMAllocCritSect: Don't bitch when recursivly entering a mutex.
(edit) @25397   15 years vboxsync Backed out 56022; not the real problem
(edit) @25396   15 years vboxsync Must set uCurrentASID or else invvpid might fail
(edit) @25395   15 years vboxsync Wrong comment
(edit) @25394   15 years vboxsync FE/Qt4-NLS: Merged Czech & Dutch.
(edit) @25393   15 years vboxsync Correct VMX_WRITE_SELREG for unrestricted guest execution
(edit) @25392   15 years vboxsync Unrestricted guest execution update
(edit) @25391   15 years vboxsync netflt/win: remove unnecessary wan filtered media
(edit) @25390   15 years vboxsync VBoxService: Added guest property support for timesync service.
(edit) @25389   15 years vboxsync More unrestricted guest execution changes
(edit) @25388   15 years vboxsync revert erroneus commit
(edit) @25387   15 years vboxsync Alignment
(edit) @25386   15 years vboxsync Initial commit for unrestricted guest execution support (VT-x)
(edit) @25385   15 years vboxsync 2d: basics for FBO (for linear stretching) suport, more impl for …
(edit) @25384   15 years vboxsync FE/Qt4-NLS: Merged Polish, Catalan, Spanish, Swedish, Italian & Bulgarian.
(edit) @25383   15 years vboxsync crOpenGL: fix compiz on older gpus (#4404)
(edit) @25382   15 years vboxsync semmutex-win.cpp: Use a structure instead of storing the native handle …
(edit) @25381   15 years vboxsync IPRT: Split up sems-win.cpp and semnoint-generic.cpp
(edit) @25380   15 years vboxsync LsiLogic: Don't assert when not reading 4 byte from a register. A SCSI …
(edit) @25379   15 years vboxsync Etherboot: fix 16bit wraparound bug in TFTP (#3532)
(edit) @25378   15 years vboxsync Use RTSemMutexRequest*Debug in strict builds.
(edit) @25377   15 years vboxsync forgotten file
(edit) @25376   15 years vboxsync Frontends/VBoxManage: consistent identifier typo
(edit) @25375   15 years vboxsync warning
(edit) @25374   15 years vboxsync warning
(edit) @25373   15 years vboxsync IPRT,PDMCritSect: More validation changes. Validate posix and linux …
(edit) @25372   15 years vboxsync windows build fix.
(edit) @25371   15 years vboxsync build fix
(edit) @25370   15 years vboxsync build fix
(edit) @25369   15 years vboxsync build fix
(edit) @25368   15 years vboxsync RTCritSect,PDMCritSect,iprt/lockvalidator.h: Reworked the deadlocking …
(edit) @25367   15 years vboxsync Solaris/VBoxBow: some bits before OS upgrade.
(edit) @25366   15 years vboxsync addendum to r55979
(edit) @25365   15 years vboxsync Linux support driver: adapted the CONFIG_PERF_* heuristics to 2.6.32 …
(edit) @25364   15 years vboxsync NAT: another close() => closesocket but this time in dead code
(edit) @25363   15 years vboxsync FE/Qt4-NLS: update
(edit) @25362   15 years vboxsync NAT: apply patch from xtracker 5434: update/create ARP cache entry on …
(edit) @25361   15 years vboxsync SUPDrv-win.cpp: STATUS_INVALID_IMAGE_HASH isn't defined in our headers.
(edit) @25360   15 years vboxsync SUPDrv-win.cpp,iprt/err.h: STATUS_INVALID_IMAGE_HASH -> …
(edit) @25359   15 years vboxsync FE/Qt4-NLS: Merged Serbian, Bulgarian, Italian, Czech, Slovak, Spanish …
(edit) @25358   15 years vboxsync FE/Qt4: Add (CD/DVD) string tag to details report for CD/DVD devices.
(edit) @25357   15 years vboxsync Turn on VPID by default (VT-x).
(edit) @25356   15 years vboxsync NAT: test for >= 0 is better here
(edit) @25355   15 years vboxsync GuestProperties/service/delProperty: Don't check permissions unless …
(edit) @25354   15 years vboxsync GuestProperties/service.cpp: only return VINF_PERMISSION_DENIED when …
(edit) @25353   15 years vboxsync NAT: libalias: consider '_' and '-' in host names (xtracker 4537); Sun …
(edit) @25352   15 years vboxsync NAT: no logging code if logging is disabled
(edit) @25350   15 years vboxsync AutoLock.cpp: Pass file and line number to RTCritSectEnterDebug.
(edit) @25349   15 years vboxsync iprt/ministring_cpp.h -> iprt/cpp/ministring.h
(edit) @25348   15 years vboxsync iprt/xml_cpp.h -> iprt/cpp/xml.h
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