VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @63472   8 years vboxsync Audio/pdmaudioifs.h: Updated IID.
(edit) @63468   8 years vboxsync Build fix.
(edit) @63467   8 years vboxsync Audio: Partly reverted r110001 (no use of function macros anymore).
(edit) @63456   8 years vboxsync VBoxGuest.h: always use VBGLBIGREQ for NetBSD too, like FreeBSD does.
(edit) @63443   8 years vboxsync pdmaudioifs.h: r=bird: The PDMAUDIO_IHOSTAUDIO_FN_XXX macros are not …
(edit) @63430   8 years vboxsync AssertCompileNS: attribute((unused)) -> attribute((unused))
(edit) @63413   8 years vboxsync iprt/cdefs.h: Changed RTCALL to use cdecl (and regparm) in the …
(edit) @63400   8 years vboxsync iprt/asm.h: GCC is a bundle of joy
(edit) @63399   8 years vboxsync iprt/cpuset.h: GCC is a bundle of joy
(edit) @63398   8 years vboxsync iprt/cpuset.h: GCC is a bundle of joy
(edit) @63385   8 years vboxsync Frontends: warnings (gcc)
(edit) @63362   8 years vboxsync Audio: PDMPCMPROPS -> PDMAUDIOPCMPROPS.
(edit) @63360   8 years vboxsync Audio: Added more defines / documentation for the host interfaces to …
(edit) @63356   8 years vboxsync iprt/types.h: Kludge for NetBSD-6.x where <sys/types.h> does not …
(edit) @63336   8 years vboxsync iprt/types.h: NetBSD-6 <sys/types.h> doesn't check for C++ when …
(edit) @63313   8 years vboxsync iptr/string.h: support for NetBSD R0 code. From Haomai Wang GSoC …
(edit) @63310   8 years vboxsync wrap shlobj.h
(edit) @63273   8 years vboxsync Additions/common/VBoxGuestVideo: fix a friendly todo request, part 2.
(edit) @63271   8 years vboxsync Additions/common/VBoxGuestVideo: fix a friendly todo request.
(edit) @63267   8 years vboxsync NetworkServices: warnings
(edit) @63247   8 years vboxsync iprt/cdefs.h: Clarification of RTDECL*() and the general XXXX_DECL* …
(edit) @63241   8 years vboxsync nits
(edit) @63236   8 years vboxsync iptr/string.h: All supported releases of FreeBSD have memrchr(3) in …
(edit) @63232   8 years vboxsync VBox/com/array.h: don't use -Wno-conversion, do an explicit cast instead
(edit) @63226   8 years vboxsync Introducing PGM_ALL_CB2_PROTO.
(edit) @63224   8 years vboxsync vmm/pgm.h: PGM_ALL_CB_DECL and PGM_ALL_CB2_DECL need to be DECLCALLBACK.
(edit) @63216   8 years vboxsync Devices: warnings (gcc)
(edit) @63199   8 years vboxsync GuestHost/OpenGL: warnings (gcc).
(edit) @63188   8 years vboxsync iprt/string.h: NetBSD declares memrchr(3) in its <string.h> in all …
(edit) @63147   8 years vboxsync Main: warnings
(edit) @63126   8 years vboxsync warnings
(edit) @63074   8 years vboxsync More wrappers.
(edit) @63072   8 years vboxsync More wrappers.
(edit) @63069   8 years vboxsync intsafe.h wrapper.h
(edit) @63057   8 years vboxsync GA/NT/Graphics: warnings
(edit) @63050   8 years vboxsync iprt/assert.h: Added AssertNtStatus and AssertNtStatusSuccess for use …
(edit) @63042   8 years vboxsync VBox/VBoxVideoGuest.h: *big sigh*
(edit) @63039   8 years vboxsync GA/NT/Graphics: warnings
(edit) @63036   8 years vboxsync More wrappers
(edit) @63035   8 years vboxsync oops
(edit) @63034   8 years vboxsync updates
(edit) @63032   8 years vboxsync windef.h wrapper
(edit) @63026   8 years vboxsync GA/NT/Graphics: warnings
(edit) @63022   8 years vboxsync fixes
(edit) @63017   8 years vboxsync GA/NT/Graphics: warnings
(edit) @62984   8 years vboxsync DrvPciRaw.cpp/PDMIPCIRAWUP: warnings and adjustments.
(edit) @62965   8 years vboxsync Devices: warnings
(edit) @62943   8 years vboxsync iptr/stdint.h: NetBSD support. From Haomai Wang GSoC project with …
(edit) @62942   8 years vboxsync iprt/alloca.h: There's no need to include <malloc.h> on NetBSD too, …
(edit) @62941   8 years vboxsync iprt/alloca.h: Define alloca() IN_RING0 for NetBSD too. While here, …
(edit) @62940   8 years vboxsync iprt/errno.h: For NetBSD kernel code include <sys/stdarg.h>. From …
(edit) @62939   8 years vboxsync iprt/errno.h: For NetBSD kernel code include <sys/errno.h>. From …
(edit) @62938   8 years vboxsync iprt/types.h: NetBSD support based on a patch from Arto Huusko.
(edit) @62934   8 years vboxsync Devices: warnings
(edit) @62932   8 years vboxsync Devices: warnings
(edit) @62930   8 years vboxsync RTUtf16PurgeEncoding: Optimized it a little, adding debug assertion …
(edit) @62924   8 years vboxsync Devices: warnings
(edit) @62916   8 years vboxsync RTStrPurgeEncoding: Optimized it a little, adding debug assertion for …
(edit) @62915   8 years vboxsync IPRT/test: Added RTTestDisableAssertions and RTTestRestoreAssertions …
(edit) @62901   8 years vboxsync iprt/cdefs.h: Added RT_NOREF(...) - the C99 version of the …
(edit) @62896   8 years vboxsync iprt/log.h: fix comment
(edit) @62893   8 years vboxsync VBox/log.h: eliminate never used NE2000 log group and fix the DRV_TCP name
(edit) @62890   8 years vboxsync Devices: warnings
(edit) @62860   8 years vboxsync iprt/time.h: NetBSD defines structs timeval and timespec in …
(edit) @62858   8 years vboxsync doxygen fix
(edit) @62855   8 years vboxsync warnings
(edit) @62833   8 years vboxsync Comment, new line.
(edit) @62825   8 years vboxsync UsbWebcam cleanups, nits.
(edit) @62824   8 years vboxsync UsbWebcam cleanups, part 4.
(edit) @62823   8 years vboxsync UsbWebcam cleanups, part 3.
(edit) @62822   8 years vboxsync UsbWebcam cleanups, part 2.
(edit) @62821   8 years vboxsync UsbWebcam cleanups, part 1.
(edit) @62818   8 years vboxsync Fixed PDMUSB_CHECK_VERSIONS_XXX macros and deployed them in the ExtPack.
(edit) @62811   8 years vboxsync wrap shlwapi.h too.
(edit) @62802   8 years vboxsync HostServices: warnings
(edit) @62784   8 years vboxsync VBoxAuth.h: doxygen!
(edit) @62781   8 years vboxsync Wrap objbase.h + objidl.h too.
(edit) @62780   8 years vboxsync Wrap objbase.h + objidl.h too.
(edit) @62773   8 years vboxsync nits
(edit) @62761   8 years vboxsync Wrap ws2tcpip.h too.
(edit) @62723   8 years vboxsync RTDirCreateUniqueNumbered: Changed the implementation to count from …
(edit) @62713   8 years vboxsync nt.h/rtFileNativeSetAttributes-win.cpp
(edit) @62712   8 years vboxsync another wrapper (forgot).
(edit) @62697   8 years vboxsync HostDrivers: warnings
(edit) @62695   8 years vboxsync oops
(edit) @62692   8 years vboxsync Use the iprt/win/iphlpapi.h wrappers to deal with preprocessor warnings.
(edit) @62691   8 years vboxsync Use the iprt/win/netioapi.h and iprt/win/ntddndis.h wrappers to deal …
(edit) @62690   8 years vboxsync HostDrivers: warnings
(edit) @62688   8 years vboxsync HostDrivers: warnings
(edit) @62687   8 years vboxsync Use the iprt/win/setupapi.h wrapper for setupapi.h to deal with …
(edit) @62684   8 years vboxsync ndis.h wrapper.
(edit) @62680   8 years vboxsync Use the iprt/win/windows.h wrapper for Windows.h
(edit) @62674   8 years vboxsync ValidationKit/utils: warnings.
(edit) @62669   8 years vboxsync three more
(edit) @62664   8 years vboxsync SUPDrv: warnings
(edit) @62662   8 years vboxsync iprt/nt/nt.h: wdw.h warning supression
(edit) @62661   8 years vboxsync asm.h: warnings
(edit) @62636   8 years vboxsync cdefs.h,*: DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP and …
(edit) @62634   8 years vboxsync includes: Workaround for C4668 & C4255 warnings in MSC and WDK headers.
(edit) @62624   8 years vboxsync iprt/cdefs.h: Added 6 RT_NOREFn(...) macros as shorthand for RT_NOREF_PV.
Note: See TracRevisionLog for help on using the revision log.

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