| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
bugref:9044
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@73096 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
|
|
| |
conifgure.vbs additions to ensure the WinPlatform.h is present in the SDK. bugref:9044
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@72925 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
|
|
| |
memory as leaked on higher levels. Made VBOX_GCC_SANITIZER_FLAGS define an IPRT friendly indicator, is VBOX_XXXX is still stricly forbidden in Runtime/.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@72625 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
|
|
|
|
|
| |
bugref:8019: Undefined behaviour sanitiser
Address sanitizer prints information about memory leaks when a binary exits.
Some things are hard to fix, some things we just do not bother. Document
that.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@72602 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
| |
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@72600 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
| |
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@72536 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
| |
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@72535 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
|
|
| |
inconsistent defines
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@72388 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
| |
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@72382 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
|
|
| |
Windows and Linux.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@72381 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
|
|
| |
Windows.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@72348 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
| |
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@72339 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
|
|
| |
format and remove use of VDDbg
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@72310 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
| |
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@72210 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
| |
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@72152 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
|
|
|
|
|
|
|
| |
bugref:9112: Linux Additions: fix building binaries for older Linux user space
* Only link with --hash-style=sysv where that option is supported.
* Fix chk_stubs.c build mess by building it as a normal source file. It does
not need to come after the static libraries using its symbols on the command
line as it is an object file, not a library, and therefore its symbols are
always pulled in.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@72137 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
|
|
|
|
|
| |
bugref:9112: Linux Additions: fix building binaries for older Linux user space
A second attempt at making our Linux Additions binaries work with old versions
of glibc without any special configuration settings, now that the build
problem on EL5 is fixed.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@72114 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
|
|
|
|
|
| |
bugref:9112: Linux Additions: fix building binaries for older Linux user space
Old glibc support is only of interest when building the Guest Additions, so
this change restricts it to binaries which will become part of the Additions,
so that it can be enabled by default.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@72093 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
|
|
|
|
|
|
| |
bugref:8019: Undefined behaviour sanitiser
When we link the address sanitiser libraries dynamically we need to set
LD_LIBRARY_PATH for the 3D test to work. However, when we link statically
the test suite causes problems. So have an option for both and let the
developer choose.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@72091 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
|
|
| |
makefile variable VBOX_VERSION_STRING_NO_PUB.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@72069 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
| |
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@72062 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
| |
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@72061 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
|
|
| |
builds. Added revision as comment on inf-files. Added VBOX_EDIT_VERSION_AND_BUILD_RULE_FN macro. bugref:8691
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@72047 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
|
|
| |
*.cat' from the bin directory on incremental builds. bugref:8691
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@72005 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
| |
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@71986 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
|
|
| |
bugref:8691
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@71926 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
|
|
| |
implementation for VBoxRT, cleanup IN_SUP_R3 usage and only enable for x86 and amd64
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@71916 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
|
|
| |
risk annoying everyone on like windows with warnings.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@71840 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
| |
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@71830 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
| |
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@71823 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
|
|
| |
reshuffling), and use it for passing the --add-modules option for the webservice stuff with JDK8 and later
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@71822 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
|
|
| |
binaries for older Linux user space
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@71708 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
|
|
| |
bugref:9112: Linux Additions: fix building binaries for older Linux user space
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@71696 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
|
|
|
|
| |
bugref:9112: Linux Additions: fix building binaries for older Linux user space
Remove VBOX_WITH_OLD_GLIBC_SUPPORT as a separate build option and apply it to
Additions binaries (and only them) by default.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@71694 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
|
|
| |
using gets confused if a pipe ends up there (or so it seems). Also, the '-i' alias for stdin got busted in recent kmk_redirect.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@71558 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
| |
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@71522 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
| |
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@71486 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
| |
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@71200 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
|
|
| |
build
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@71111 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
|
|
|
|
|
|
| |
bugref:9112: tools: update i386 Linux Additions build tool
Add an option - VBOX_WITH_OLD_GLIBC_SUPPORT - for producing Linux Additions
builds which work with glibc 2.3, by not referencing symbols which were
introduced later, including improved versions of APIs supported in glibc 2.3,
by not using GNU_HASH tags and by not using the stack protector.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@70936 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
| |
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@70929 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
|
|
|
|
|
|
|
| |
bugref:9112: tools: update i386 Linux Additions build tool
Internally the VirtualBox team used a custom tool chain - a rebuild of the
build tools from an old 32-bit CentOS and 64-bit Debian release respectively
- to easily produce Additions binaries for local testing on old guest
systems. This change removes support for that tool chain in the source code
in preparation of adding a lighter weight way of achieving the same result.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@70897 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
| |
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@70859 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
|
|
| |
so we can enable/disable corresponding libvpx optimizations.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@70820 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
| |
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@70811 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
| |
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@70809 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
| |
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@70808 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
| |
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@70807 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
|
|
| |
and earlier. bugref:9107
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@70803 cfe28804-0f27-0410-a406-dd0f0b0b656f
|
|
|
|
|
|
| |
3D DLLs W2K+. bugref:9107
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@70802 cfe28804-0f27-0410-a406-dd0f0b0b656f
|