Changeset 69281 in vbox for trunk/src/VBox/ExtPacks
- Timestamp:
- Oct 25, 2017 10:59:57 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118602
- Location:
- trunk/src/VBox/ExtPacks/VBoxDTrace
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/.scm-settings
r56311 r69281 5 5 6 6 # 7 # Copyright (C) 2010-2015 Oracle Corporation 7 # Copyright (C) 2010-2015 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 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. 11 # you can redistribute it and/or modify it under the terms of the Common 12 # Development and Distribution License Version 1.0 (CDDL) only, as it 13 # comes in the "COPYING.CDDL" file of the VirtualBox OSE distribution. 14 # VirtualBox OSE is distributed in the hope that it will be useful, but 15 # WITHOUT ANY WARRANTY of any kind. 25 16 # 26 17 27 18 28 --filter-out-dirs " */onnv/cmd/."29 --filter-out-dirs " */onnv/common/."30 --filter-out-dirs " */onnv/lib/."31 --filter-out-dirs " */onnv/uts/."19 --filter-out-dirs "/onnv/cmd/." 20 --filter-out-dirs "/onnv/common/." 21 --filter-out-dirs "/onnv/lib/." 22 --filter-out-dirs "/onnv/uts/." 32 23 33 --filter-out-files " */generated/dt_*"24 --filter-out-files "/generated/dt_*" 34 25 26 27 --license-ose-cddl 28 VBoxDTraceMain.cpp: --license-mit 29 -
trunk/src/VBox/ExtPacks/VBoxDTrace/ExtPack.xml
- Property svn:mime-type deleted
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision
-
trunk/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceMain.cpp
r68828 r69281 22 22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 23 23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 25 25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 26 26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -
trunk/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceR0.cpp
r62879 r69281 16 16 * VirtualBox OSE is distributed in the hope that it will be useful, but 17 17 * WITHOUT ANY WARRANTY of any kind. 18 *19 18 */ 20 19 -
trunk/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceR0A.asm
r62496 r69281 2 2 ;; @file 3 3 ; VBoxDTraceR0 - Assembly Hacks. 4 ; 5 ; Contributed by: bird 4 ; 5 ; Contributed by: bird 6 6 ; 7 7 … … 30 30 jmp NAME(dtrace_probe) 31 31 32 -
trunk/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceWrapper.cpp
r62496 r69281 6 6 7 7 /* 8 * Copyright (C) 2016 -2016Oracle Corporation8 * Copyright (C) 2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 * VirtualBox OSE is distributed in the hope that it will be useful, but 16 16 * WITHOUT ANY WARRANTY of any kind. 17 *18 17 */ 19 18 -
trunk/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceLibCWrappers.h
r62496 r69281 16 16 * VirtualBox OSE is distributed in the hope that it will be useful, but 17 17 * WITHOUT ANY WARRANTY of any kind. 18 *19 18 */ 20 19 -
trunk/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h
r68989 r69281 17 17 * VirtualBox OSE is distributed in the hope that it will be useful, but 18 18 * WITHOUT ANY WARRANTY of any kind. 19 *20 19 */ 21 20
Note:
See TracChangeset
for help on using the changeset viewer.