VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @25411   15 years vboxsync configure: do not log until we know the path of the log file
(edit) @25410   15 years vboxsync build fix
(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) @25403   15 years vboxsync IPRT: Added RT_CLAMP macro.
(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) @25351   15 years vboxsync -space
(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
(edit) @25347   15 years vboxsync iprt/autores.h -> iprt/cpp/autores.h
(edit) @25346   15 years vboxsync iprt/cpputils.h -> iprt/cpp/utils.h
(edit) @25345   15 years vboxsync iprt/lock.h -> iprt/cpp/lock.h
(edit) @25344   15 years vboxsync include/iprt/cpp/
(edit) @25343   15 years vboxsync MSC found this bug
(edit) @25342   15 years vboxsync build fix.
(edit) @25341   15 years vboxsync ldrPE.cpp: Added WIN_CERTIFICATE and added very basic verification of …
(edit) @25340   15 years vboxsync ldrPE.cpp: Dropped VERR_LDRPE_SECURITY.
(edit) @25339   15 years vboxsync SrvIntNetR0.cpp: removed leftover.
(edit) @25338   15 years vboxsync empty place holder to avoid trouble with incremental builds.
(edit) @25337   15 years vboxsync build fix.
(edit) @25336   15 years vboxsync HostDrivers,SrvIntNetR0,iprt/ntwrap.mac: Removed all the …
(edit) @25335   15 years vboxsync HostServices/GuestProperties: return VINF_PERMISSION_DENIED if the …
(edit) @25334   15 years vboxsync Main/glue: print the error code if no other error info is available
(edit) @25333   15 years vboxsync document VBOX_WITH_GUEST_PROPS_RDONLY_GUEST
(edit) @25332   15 years vboxsync Main/GuestProperties: compile-time option to make guest properties …
(edit) @25331   15 years vboxsync SUPDrv-win.cpp/supdrvOSLdrLoad: Ignore mistmatching OriginalFirstThunk …
(edit) @25330   15 years vboxsync Main: fix parameter checking in AdoptSavedState
Note: See TracRevisionLog for help on using the revision log.

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