VirtualBox

Changeset 69249 in vbox


Ignore:
Timestamp:
Oct 24, 2017 7:05:34 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118564
Message:

Support: scm updates

Location:
trunk/src/VBox/HostDrivers
Files:
1 added
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp

    r67955 r69249  
    23902390            PSUPUCODEREV pReq = (PSUPUCODEREV)pReqHdr;
    23912391            REQ_CHECK_SIZES(SUP_IOCTL_UCODE_REV);
    2392    
     2392
    23932393            /* execute */
    23942394            pReq->Hdr.rc = SUPR0QueryUcodeRev(pSession, &pReq->u.Out.MicrocodeRev);
     
    23972397            return 0;
    23982398        }
    2399    
     2399
    24002400        default:
    24012401            Log(("Unknown IOCTL %#lx\n", (long)uIOCtl));
     
    44224422                    rc = VINF_SUCCESS;
    44234423                }
    4424             } 
     4424            }
    44254425            else if (ASMIsAmdCpuEx(uVendorEBX, uVendorECX, uVendorEDX))
    44264426            {
  • trunk/src/VBox/HostDrivers/Support/SUPLibTracerA.asm

    r62490 r69249  
    221221ENDPROC SUPTracerFireProbe
    222222
    223 
  • trunk/src/VBox/HostDrivers/Support/SUPR0-def-lx.sed

    r57358 r69249  
    44#
    55
     6#
    67# Copyright (C) 2012-2015 Oracle Corporation
    78#
  • trunk/src/VBox/HostDrivers/Support/SUPR0-def-pe.sed

    r57358 r69249  
    44#
    55
     6#
    67# Copyright (C) 2012-2015 Oracle Corporation
    78#
  • trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp

    r69046 r69249  
    598598    { RT_STR_TUPLE("-platformpluginpath"),          true },
    599599};
     600
    600601
    601602/*********************************************************************************************************************************
  • trunk/src/VBox/HostDrivers/Support/darwin/sys/dtrace_glue.h

    r40750 r69249  
     1/* $Id$ */
     2/** @file
     3 * VirtualBox Support Driver - Darwin, mock-up of missing sys/dtrace-glue.h.
     4 */
     5
    16/*
    2  * Mock-up of missing sys/dtrace-glue.h.
     7 * Copyright (C) 2006-2017 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.
    325 */
     26
    427#define _KERNEL
    528typedef struct solaris_cred cred_t;
     
    730typedef struct solaris_x86_saved_state x86_saved_state_t;
    831typedef unsigned int model_t;
     32
  • trunk/src/VBox/HostDrivers/Support/os2/SUPDrvA-os2.asm

    r22077 r69249  
    972972    dd  DOS16WRITE  ; flat
    973973
    974 
Note: See TracChangeset for help on using the changeset viewer.

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