VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @63478   9 years vboxsync Devices: warnings (clang)
(edit) @63477   9 years vboxsync Main/DrvAudioVRDE: callback fixes
(edit) @63476   9 years vboxsync VBoxCredProv/VBoxCredProvCredential.cpp: Resolved a @todo. Completely …
(edit) @63475   9 years vboxsync build fix
(edit) @63474   9 years vboxsync build fix for gcc on Ubuntu
(edit) @63473   9 years vboxsync VBoxCredProvCredential.cpp: Formatting.
(edit) @63472   9 years vboxsync Audio/pdmaudioifs.h: Updated IID.
(edit) @63471   9 years vboxsync DnD/Main: Resolved worker thread @todos.
(edit) @63470   9 years vboxsync HBDMgmt-darwin.cpp: DECLCALLBACK should not be used for OS X callback, …
(edit) @63469   9 years vboxsync Warning.
(edit) @63468   9 years vboxsync Build fix.
(edit) @63467   9 years vboxsync Audio: Partly reverted r110001 (no use of function macros anymore).
(edit) @63466   9 years vboxsync kBuild 2828 -> 2830: New solaris binaries without the getline …
(edit) @63465   9 years vboxsync VMM: warnings (clang)
(edit) @63464   9 years vboxsync DevIoApic: Revert r109657 (causing boot failures on SMP windows VMs)
(edit) @63463   9 years vboxsync SUP: warnings
(edit) @63462   9 years vboxsync Config.kmk: typo
(edit) @63461   9 years vboxsync Devices: warnings
(edit) @63460   9 years vboxsync warning
(edit) @63459   9 years vboxsync gcc 6 compile fixes
(edit) @63458   9 years vboxsync Devices: warnings
(edit) @63457   9 years vboxsync unused static variable
(edit) @63456   9 years vboxsync VBoxGuest.h: always use VBGLBIGREQ for NetBSD too, like FreeBSD does.
(edit) @63455   9 years vboxsync VBoxGuest-netbsd.c: fix indentation and brace placement.
(edit) @63454   9 years vboxsync VBoxGuest-netbsd.c: match should return 0 on failure.
(edit) @63453   9 years vboxsync VBoxGuest-netbsd.c: unmap alreay mapped registers on attach error leg too.
(edit) @63452   9 years vboxsync Debugger: warnings
(edit) @63451   9 years vboxsync Runtime: warnings
(edit) @63450   9 years vboxsync VBoxGuest-netbsd.c: unmap registers on detach so that the module can …
(edit) @63449   9 years vboxsync VBoxGuest-netbsd.c: don't save a pointer to transient pci_attach_args, …
(edit) @63448   9 years vboxsync Config.kmk: working on darwin, added VBOX_GCC_Wno-overloaded-virtual.
(edit) @63447   9 years vboxsync warnings
(edit) @63446   9 years vboxsync Devices: warnings
(edit) @63445   9 years vboxsync DrvHostCoreAudio.cpp: Corrected a number of incorrect (fortunately …
(edit) @63444   9 years vboxsync DrvHostCoreAudio.cpp: Outlined how to avoid using three APIs that has …
(edit) @63443   9 years vboxsync pdmaudioifs.h: r=bird: The PDMAUDIO_IHOSTAUDIO_FN_XXX macros are not …
(edit) @63442   9 years vboxsync kBuild 2827 -> 2828: New OS/2 binaries with a off-by-one heap …
(edit) @63441   9 years vboxsync kBuild 2826 -> 2827: New solaris binaries with a off-by-one heap …
(edit) @63440   9 years vboxsync kBuild 2823 -> 2826: New linux binaries with a off-by-one heap …
(edit) @63439   9 years vboxsync Config.kmk: Let's try without NO_COMPILE_CMDS_DEPS = 1 for darwin now …
(edit) @63438   9 years vboxsync kBuild 2808 -> 2823: New darwin and windows binaries with a off-by-one …
(edit) @63437   9 years vboxsync VBoxCode62.kmk: Some tweaks.
(edit) @63436   9 years vboxsync build fix
(edit) @63435   9 years vboxsync compile fixes on Ubuntu
(edit) @63434   9 years vboxsync drop -Wconversion for GCC 4.8 and older, see fmcheck.
(edit) @63433   9 years vboxsync vbox-greeter.cpp: unused function
(edit) @63432   9 years vboxsync Config.kmk: Moved the warning control down to after we've included …
(edit) @63431   9 years vboxsync gcc 4.8.x and -Wconversion.
(edit) @63430   9 years vboxsync AssertCompileNS: attribute((unused)) -> attribute((unused))
(edit) @63429   9 years vboxsync VMM: warnings
(edit) @63428   9 years vboxsync Unused warnings on linux only
(edit) @63427   9 years vboxsync warnings (weird config)
(edit) @63426   9 years vboxsync vbox-greeter.cpp: warnings
(edit) @63425   9 years vboxsync libghtdm-greeter: makefile hacking (still messy).
(edit) @63424   9 years vboxsync vbox-greeter.cpp: warnings.
(edit) @63423   9 years vboxsync Main: warnings (weird configs)
(edit) @63422   9 years vboxsync VBoxREMWrapper.cpp: oops, wrong way around.
(edit) @63421   9 years vboxsync Devices: warnings
(edit) @63420   9 years vboxsync ExtPacks/VNC: warnings
(edit) @63419   9 years vboxsync BusMouseSample: warnings
(edit) @63418   9 years vboxsync main: warnings in weird configs
(edit) @63417   9 years vboxsync IPRT: Fixed for IPRT_WITH_FUTEX_BASED_SEMS=1.
(edit) @63416   9 years vboxsync vboxwebsrv seems to need $(VBOX_GCC_Wno-literal-suffix) as well
(edit) @63415   9 years vboxsync VBoxDTrace: updated pre-generated dt_lex.c
(edit) @63414   9 years vboxsync Config.kmk: try again with more gcc warnings
(edit) @63413   9 years vboxsync iprt/cdefs.h: Changed RTCALL to use cdecl (and regparm) in the …
(edit) @63412   9 years vboxsync 32-bit gcc warnings.
(edit) @63411   9 years vboxsync VBoxGuest-netbsd.c: fix printf formats in logs.
(edit) @63410   9 years vboxsync VBoxGuest-netbsd.c: Oops, add func argument missed in previous.
(edit) @63409   9 years vboxsync VBoxGuest-netbsd.c: Use func in Log messages instead of hardcoding …
(edit) @63408   9 years vboxsync VBoxGuest-netbsd.c: Sprinkle LogFlow.
(edit) @63407   9 years vboxsync r0drv/netbsd: RTLogWriteStdOut that just uses kernel printf.
(edit) @63406   9 years vboxsync Config.kmk: don't enable unused warnings just yet.
(edit) @63405   9 years vboxsync gcc warnings
(edit) @63404   9 years vboxsync gcc warnings.
(edit) @63403   9 years vboxsync gcc warnings
(edit) @63402   9 years vboxsync SUPHard: warnings (gcc)
(edit) @63401   9 years vboxsync Config.kmk: Enable more GCC warnings.
(edit) @63400   9 years vboxsync iprt/asm.h: GCC is a bundle of joy
(edit) @63399   9 years vboxsync iprt/cpuset.h: GCC is a bundle of joy
(edit) @63398   9 years vboxsync iprt/cpuset.h: GCC is a bundle of joy
(edit) @63397   9 years vboxsync AutostartDb-generic.cpp: missing cast.
(edit) @63396   9 years vboxsync xpcom/server.cpp: warning
(edit) @63395   9 years vboxsync signed comparison fix
(edit) @63394   9 years vboxsync vboxsoap: Add -Wno-literal-suffix when available, trouble in some …
(edit) @63393   9 years vboxsync hash.c: MSC build fix
(edit) @63392   9 years vboxsync split-soapC.cpp: format string fixes
(edit) @63391   9 years vboxsync Config.kmk: Linux only.
(edit) @63390   9 years vboxsync Config.kmk: Treat GCC warnings like errors for GCC version 4.6.0 and …
(edit) @63389   9 years vboxsync hash.c: GCC build fix
(edit) @63388   9 years vboxsync EFI/Firmware: Get the MSC build program warnings under control.
(edit) @63387   9 years vboxsync Main/idl/midl.xsl: Ignore MIDL2039 talking about needing NT4.0 SP4+.
(edit) @63386   9 years vboxsync Config.kmk: VBOX_WITH_MASOCHISTIC_WARNINGS for VBOXMAINEXE.
(edit) @63385   9 years vboxsync Frontends: warnings (gcc)
(edit) @63384   9 years vboxsync Frontends: warnings (gcc)
(edit) @63383   9 years vboxsync bugref:8151: FE/Qt: improve X11 keyboard capturing: try to fix …
(edit) @63382   9 years vboxsync duh! So that's the YASM problem.
(edit) @63381   9 years vboxsync NetworkServices: warnings (gcc)
(edit) @63380   9 years vboxsync NetworkServices: warnings (gcc)
(edit) @63379   9 years vboxsync xpcom18a4: warnings (gcc)
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