VirtualBox

source: vbox/trunk/src/VBox/Additions/common/VBoxGuest/linux/combined-agnostic.c@ 91789

Last change on this file since 91789 was 91789, checked in by vboxsync, 3 years ago

SUPDrv,IPRT,VBoxGuest: Don't export ellipsis functions from SUPDrv, as that makes switching back to the kernel stack unsafe. Exports has changes (added+removed), but not bumping major IOC version as that was done a few hours ago already and it's Sunday. bugref:10124

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.2 KB
Line 
1/* $Id: combined-agnostic.c 91789 2021-10-17 18:16:11Z vboxsync $ */
2/** @file
3 * VBoxGuest - Combine a bunch of OS agnostic sources into one compile unit.
4 */
5
6/*
7 * Copyright (C) 2006-2020 Oracle Corporation
8 *
9 * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.virtualbox.org. This file is free software;
11 * you can redistribute it and/or modify it under the terms of the GNU
12 * General Public License (GPL) as published by the Free Software
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16 *
17 * The contents of this file may alternatively be used under the terms
18 * of the Common Development and Distribution License Version 1.0
19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the
20 * VirtualBox OSE distribution, in which case the provisions of the
21 * CDDL are applicable instead of those of the GPL.
22 *
23 * You may elect to license modified versions of this file under the
24 * terms and conditions of either the GPL or the CDDL or both.
25 */
26
27#define LOG_GROUP LOG_GROUP_DEFAULT
28#include "internal/iprt.h"
29#include <VBox/log.h>
30
31//#undef LOG_GROUP
32#include "VBoxGuestR0LibGenericRequest.c"
33#undef LOG_GROUP
34#include "VBoxGuestR0LibHGCMInternal.c"
35//#undef LOG_GROUP
36#include "VBoxGuestR0LibInit.c"
37//#undef LOG_GROUP
38#include "VBoxGuestR0LibPhysHeap.c"
39#undef LOG_GROUP
40#include "VBoxGuestR0LibVMMDev.c"
41#undef LOG_GROUP
42#include "r0drv/alloc-r0drv.c"
43#undef LOG_GROUP
44#include "r0drv/initterm-r0drv.c"
45#undef LOG_GROUP
46#include "r0drv/memobj-r0drv.c"
47#undef LOG_GROUP
48#include "r0drv/mpnotification-r0drv.c"
49#undef LOG_GROUP
50#include "r0drv/powernotification-r0drv.c"
51#undef LOG_GROUP
52#include "r0drv/generic/semspinmutex-r0drv-generic.c"
53#undef LOG_GROUP
54#include "common/alloc/alloc.c"
55#undef LOG_GROUP
56#include "common/checksum/crc32.c"
57#undef LOG_GROUP
58#include "common/err/errinfo.c"
59#undef LOG_GROUP
60#include "common/log/log.c"
61#undef LOG_GROUP
62#include "common/log/logellipsis.c"
63#undef LOG_GROUP
64#include "common/log/logrel.c"
65#undef LOG_GROUP
66#include "common/log/logrelellipsis.c"
67#undef LOG_GROUP
68#include "common/log/logcom.c"
69#undef LOG_GROUP
70#include "common/log/logformat.c"
71#undef LOG_GROUP
72#include "common/log/RTLogCreateEx.c"
73#undef LOG_GROUP
74#include "common/misc/RTAssertMsg1Weak.c"
75#undef LOG_GROUP
76#include "common/misc/RTAssertMsg2.c"
77#undef LOG_GROUP
78#include "common/misc/RTAssertMsg2Add.c"
79#undef LOG_GROUP
80#include "common/misc/RTAssertMsg2AddWeak.c"
81#undef LOG_GROUP
82#include "common/misc/RTAssertMsg2AddWeakV.c"
83#undef LOG_GROUP
84#include "common/misc/RTAssertMsg2Weak.c"
85#undef LOG_GROUP
86#include "common/misc/RTAssertMsg2WeakV.c"
87#undef LOG_GROUP
88#include "common/misc/assert.c"
89#undef LOG_GROUP
90#include "common/misc/thread.c"
91#undef LOG_GROUP
92#include "common/string/RTStrCat.c"
93#undef LOG_GROUP
94#include "common/string/RTStrCmp.c"
95#undef LOG_GROUP
96#include "common/string/RTStrCopy.c"
97#undef LOG_GROUP
98#include "common/string/RTStrCopyEx.c"
99#undef LOG_GROUP
100#include "common/string/RTStrCopyP.c"
101#undef LOG_GROUP
102#include "common/string/RTStrEnd.c"
103#undef LOG_GROUP
104#include "common/string/RTStrICmpAscii.c"
105#undef LOG_GROUP
106#include "common/string/RTStrNICmpAscii.c"
107#undef LOG_GROUP
108#include "common/string/RTStrNCmp.c"
109#undef LOG_GROUP
110#include "common/string/RTStrNLen.c"
111#undef LOG_GROUP
112#include "common/string/stringalloc.c"
113#undef LOG_GROUP
114#include "common/string/strformat.c"
115#undef LOG_GROUP
116#include "common/string/RTStrFormat.c"
117#undef LOG_GROUP
118#include "common/string/strformatnum.c"
119#undef LOG_GROUP
120#include "common/string/strformattype.c"
121#undef LOG_GROUP
122#include "common/string/strprintf.c"
123#undef LOG_GROUP
124#include "common/string/strprintf-ellipsis.c"
125#undef LOG_GROUP
126#include "common/string/strprintf2.c"
127#undef LOG_GROUP
128#include "common/string/strprintf2-ellipsis.c"
129#undef LOG_GROUP
130#include "common/string/strtonum.c"
131#undef LOG_GROUP
132#include "common/string/utf-8.c"
133#undef LOG_GROUP
134#include "common/table/avlpv.c"
135#undef LOG_GROUP
136#include "common/time/time.c"
137#undef LOG_GROUP
138#include "generic/RTAssertShouldPanic-generic.c"
139#undef LOG_GROUP
140#include "generic/RTLogWriteStdErr-stub-generic.c"
141#undef LOG_GROUP
142#include "generic/RTLogWriteStdOut-stub-generic.c"
143#undef LOG_GROUP
144#include "generic/RTMpGetCoreCount-generic.c"
145#undef LOG_GROUP
146#include "generic/RTSemEventWait-2-ex-generic.c"
147#undef LOG_GROUP
148#include "generic/RTSemEventWaitNoResume-2-ex-generic.c"
149#undef LOG_GROUP
150#include "generic/RTSemEventMultiWait-2-ex-generic.c"
151#undef LOG_GROUP
152#include "generic/RTSemEventMultiWaitNoResume-2-ex-generic.c"
153#undef LOG_GROUP
154#include "generic/rtStrFormatKernelAddress-generic.c"
155#undef LOG_GROUP
156#include "generic/errvars-generic.c"
157#undef LOG_GROUP
158#include "generic/mppresent-generic.c"
159#undef LOG_GROUP
160#include "VBox/log-vbox.c"
161#undef LOG_GROUP
162#include "VBox/logbackdoor.c"
163
164#ifdef RT_ARCH_AMD64
165# undef LOG_GROUP
166# include "common/alloc/heapsimple.c"
167#endif
168
169#if 0 //def RT_ARCH_X86 - iprt/nocrt/limit.h clashes.
170# include "common/math/gcc/divdi3.c"
171# include "common/math/gcc/moddi3.c"
172# include "common/math/gcc/udivdi3.c"
173# include "common/math/gcc/udivmoddi4.c"
174# include "common/math/gcc/umoddi3.c"
175# include "common/math/gcc/qdivrem.c"
176#endif
177
Note: See TracBrowser for help on using the repository browser.

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