|
|
@50765
|
11 years |
vboxsync |
include/iprt, Runtime/common: Added defines for newer Intel CPU …
|
|
|
@50745
|
11 years |
vboxsync |
IPRT/process-win: Fixed overwriting of existing environment variables …
|
|
|
@50705
|
11 years |
vboxsync |
Runtime/r3/linux: rewrite device node walking code to use less stack.
|
|
|
@50694
|
11 years |
vboxsync |
a few unimportant format string fixes
|
|
|
@50685
|
11 years |
vboxsync |
symdbdata.h: Added windows 8.1 info and fixed the 8.0 entries.
|
|
|
@50682
|
11 years |
vboxsync |
windows 8.1.
|
|
|
@50667
|
11 years |
vboxsync |
Runtime/r0drv/solaris: Parameter comment.
|
|
|
@50661
|
11 years |
vboxsync |
GCC:/MSC: => gcc:/msc: like everywhere
|
|
|
@50660
|
11 years |
vboxsync |
iprt: three register parmaeter fixes in unused code (64-bit gcc).
|
|
|
@50658
|
11 years |
vboxsync |
ASMCpuIdExSlow.asm: mixed rcx and rdx inputs on gcc. bad
|
|
|
@50649
|
11 years |
vboxsync |
Runtime/r0drv/solaris: 32-bit build, shut up gcc.
|
|
|
@50644
|
11 years |
vboxsync |
env-generic.cpp: Workaround for lazy _wenviron initialization in the CRT.
|
|
|
@50642
|
11 years |
vboxsync |
iprt/env.h: Added RTEnvCountEx and RTEnvGetByIndexEx for enumerating …
|
|
|
@50641
|
11 years |
vboxsync |
RTMpGetDescription: Made it accept NIL_RTCPUID as indicating the …
|
|
|
@50615
|
11 years |
vboxsync |
RTDbgSymCache.cpp: Added -o option for overwriting existing cache …
|
|
|
@50530
|
11 years |
vboxsync |
USB: Split dev_usb logging group into dev_ehci and dev_ohci so the …
|
|
|
@50526
|
11 years |
vboxsync |
Storage/VHDX: Finally commit and enable CRC-32c checksum validation …
|
|
|
@50508
|
11 years |
vboxsync |
DnD: Update.
|
|
|
@50503
|
11 years |
vboxsync |
IPRT/ministring: Added RTCString::joinEx().
|
|
|
@50458
|
11 years |
vboxsync |
G/c now unused common/net/netaddrstr.cpp from RuntimeR3_SOURCES.
|
|
|
@50457
|
11 years |
vboxsync |
RTSocketQueryAddressStr: don't reinvent %RTnaipv4 and %RTnaipv6.
This …
|
|
|
@50456
|
11 years |
vboxsync |
RTNetStrToIPv6Addr: first cut at IPv6 address parsing. I'm still not …
|
|
|
@50446
|
11 years |
vboxsync |
Runtime/common/checksum/manifest.cpp: remove leftover printf debugging
|
|
|
@50424
|
11 years |
vboxsync |
ASMSetIDTR and ASMSetGDTR.
|
|
|
@50418
|
11 years |
vboxsync |
Add RTNetStrToIPv4AddrEx - a variant of IPv4 dotted-decimal parsing …
|
|
|
@50415
|
11 years |
vboxsync |
tstRTNetIPv4: add some tests for RTNetStrToIPv4Addr.
|
|
|
@50408
|
11 years |
vboxsync |
RTEnv: Use the unicode CRT APIs on windows to avoid …
|
|
|
@50404
|
11 years |
vboxsync |
6813 - src-client/USBDeviceImpl.cpp vn 2
|
|
|
@50403
|
11 years |
vboxsync |
6813 - src-client/USBDeviceImpl.cpp
|
|
|
@50392
|
11 years |
vboxsync |
More test cases for %RTnaipv6 and IPv6 %RTnaddr.
|
|
|
@50377
|
11 years |
vboxsync |
fix tstRTStrFormat
|
|
|
@50367
|
11 years |
vboxsync |
Make %RTnaipv6 and %RTnaddr format IPv6 addresses according to RFC …
|
|
|
@50292
|
11 years |
vboxsync |
r3/process-creation-posix: snprintf format-specifier warning.
|
|
|
@50273
|
11 years |
vboxsync |
Provide LWIP_DEBUGF definition that uses VBox logging facilities. …
|
|
|
@50226
|
11 years |
vboxsync |
Runtime/r3/darwin/rtProcInitExePath: use realpath when determining the …
|
|
|
@50206
|
11 years |
vboxsync |
tar.cpp: hVfsIos init bug.
|
|
|
@50205
|
11 years |
vboxsync |
tar.cpp: Drop the TAR file reading code.
|
|
|
@50201
|
11 years |
vboxsync |
rtZipTarReaderIsAtEnd: Hack for our tar.cpp writer code.
|
|
|
@50194
|
11 years |
vboxsync |
tar.cpp: Stripped it futher down and documented what …
|
|
|
@50180
|
11 years |
vboxsync |
fix
|
|
|
@50154
|
11 years |
vboxsync |
Reduce the TAR API to what's currently used.
|
|
|
@50153
|
11 years |
vboxsync |
tar.cpp: Made RT_USE_TAR_VFS_FOR_ALL_READS default.
|
|
|
@50147
|
11 years |
vboxsync |
tar.cpp: Prepared for dropping all the TAR reading code and use the …
|
|
|
@50146
|
11 years |
vboxsync |
gzipvfs.cpp,tarvfs.cpp: Allow the pfnRead off parameter to be the …
|
|
|
@50139
|
11 years |
vboxsync |
tar.cpp: Fixed wrong checksum calculation (should be unsigned) and …
|
|
|
@50086
|
11 years |
vboxsync |
tarvfs.cpp: Fix for VMWare header with non-posix version field content.
|
|
|
@50077
|
11 years |
vboxsync |
Runtime/r0drv/linux: Use GFP_NOWARN for our memory allocations as …
|
|
|
@50062
|
11 years |
vboxsync |
IPRT/process-win.cpp: Fixed environment creation for RTProcCreateEx(), …
|
|
|
@50059
|
11 years |
vboxsync |
Runtime/r3/linux: when determining the number of physical cores, also …
|
|
|
@50041
|
11 years |
vboxsync |
crOpenGL: crOpenGL: 1. workaround point sprite driver bugs; 2. …
|
|
|
@50008
|
11 years |
vboxsync |
supdrv,iprt: Added VBOX_WITH_TEXT_MODMEM_HACK for getting VMMR0.r0 …
|
|
|
@49997
|
11 years |
vboxsync |
oops
|
|
|
@49996
|
11 years |
vboxsync |
Runtime/uri.cpp: warning [-Wunsequenced]
char szNum[] = { …
|
|
|
@49942
|
11 years |
vboxsync |
Runtime/common/log/log.cpp: fix getting the log destination (reversed …
|
|
|
@49939
|
11 years |
vboxsync |
Runtime/common/log/log.cpp: fix signed/unsigned issue
|
|
|
@49938
|
11 years |
vboxsync |
Main/src-server/win/HostPowerWin.cpp: fix long standing bug which …
|
|
|
@49868
|
11 years |
vboxsync |
crOpenGL: fix img positioning for retina/osx
|
|
|
@49848
|
11 years |
vboxsync |
duh!
|
|
|
@49845
|
11 years |
vboxsync |
Adding ASMWrMsrEx and ASMRdMSrEx.
|
|
|
@49788
|
11 years |
vboxsync |
Runtime: AVL callback functions return an IPRT status code and so do …
|
|
|
@49768
|
11 years |
vboxsync |
rtDbgModExportsAddSegmentsCallback: Tweak.
|
|
|
@49724
|
11 years |
vboxsync |
Added ASMAtomicUo[And|Or]U[32|64].
|
|
|
@49723
|
11 years |
vboxsync |
ASMCpuIdExSlow.asm in RuntimeR0.
|
|
|
@49718
|
11 years |
vboxsync |
Various FreeBSD fixes submitted Bernhard Froehlich
|
|
|
@49651
|
11 years |
vboxsync |
r0drv/linux/memobj: Linux 3.13 fix
|
|
|
@49643
|
11 years |
vboxsync |
Additions/linux: back out single bit-count Additions package experiment.
|
|
|
@49634
|
11 years |
vboxsync |
SUPDrv: Added an interface for probing MSRs.
|
|
|
@49575
|
11 years |
vboxsync |
Runtime: allow to compile with VBOX_WITH_LIBCURL disabled
|
|
|
@49547
|
11 years |
vboxsync |
Runtime+Main: the x86 directory is only used for Windows, Solaris …
|
|
|
@49537
|
11 years |
vboxsync |
Main/VBoxClient-x86: attempt to fix packaging, needs VBoxRT-x86.dll, …
|
|
|
@49530
|
11 years |
vboxsync |
Runtime/posix/process-creation: handle supplemental groups properly
|
|
|
@49480
|
11 years |
vboxsync |
Runtime, Devices, Disassembler R0: warnings.
|
|
|
@49343
|
11 years |
vboxsync |
tstRTGetOpt.cpp: Extended options first test a little.
|
|
|
@49329
|
11 years |
vboxsync |
Occasional commit of xcode5 dependendence in r90311.
|
|
|
@49326
|
11 years |
vboxsync |
IPRT: exposes RTNetStrToMAC (resolves todo in misc/getopt.cpp).
|
|
|
@49320
|
11 years |
vboxsync |
RTGZip.cpp: Accept zlib headers. Don't complain about EINVAL on flush …
|
|
|
@49318
|
11 years |
vboxsync |
Runtime/testcase: adapted tstRTSymlink to r89826
|
|
|
@49287
|
11 years |
vboxsync |
thread-r0drv-nt.cpp: Changed RTThreadPreemptIsPendingTrusty to always …
|
|
|
@49281
|
11 years |
vboxsync |
cpuid experiment.
|
|
|
@49233
|
11 years |
vboxsync |
RTZipBlockDecompress: Fixed pcbSrcActual for zlib case.
|
|
|
@49232
|
11 years |
vboxsync |
Added tstRTZip.cpp
|
|
|
@49229
|
11 years |
vboxsync |
win.x86 build fix
|
|
|
@49194
|
11 years |
vboxsync |
build fix, bug fix, testcase.
|
|
|
@49193
|
11 years |
vboxsync |
Correct copy&past fix.
|
|
|
@49192
|
11 years |
vboxsync |
Reverted r90068: wrong fix - don't writing 64-bit values to 32-bit …
|
|
|
@49191
|
11 years |
vboxsync |
Runtime: copy and paste
|
|
|
@49185
|
11 years |
vboxsync |
ASMCpuIdExSlow burn fix.
|
|
|
@49182
|
11 years |
vboxsync |
Added ASMCpuIdExSlow and made CPUM use it.
|
|
|
@49157
|
11 years |
vboxsync |
IPRT: Try use r3/nt/direnum-r3-nt.cpp.
|
|
|
@49150
|
11 years |
vboxsync |
SUPR3: Use NtDeviceIoControlFile instead of DeviceIoControl to avoid …
|
|
|
@49135
|
11 years |
vboxsync |
Runtime: Minor nit. Coding style.
|
|
|
@49118
|
11 years |
vboxsync |
kext plugins.
|
|
|
@49116
|
11 years |
vboxsync |
*.kmk: Some template cleanup, adding VBoxR3Tool for dev tools (bin/tools/).
|
|
|
@49084
|
11 years |
vboxsync |
tstRTPath.cpp: RTPathStripSuffix works more sensibly now, lone dot …
|
|
|
@49082
|
11 years |
vboxsync |
IPRT: darwin debugging fixes.
|
|
|
@49080
|
11 years |
vboxsync |
baka fixes.
|
|
|
@49078
|
11 years |
vboxsync |
dir-win.cpp/RTDirCreate: Aaaaaaaaaaaaaaaaarg!!!!!!!!!!
|
|
|
@49077
|
11 years |
vboxsync |
RTDbgSymCache: flat kext hack.
|
|
|
@49076
|
11 years |
vboxsync |
IPRT: DWARF reader, enum the image symbols and add what's missing (or …
|
|
|
@49061
|
11 years |
vboxsync |
More Mach-O symbol hacking.
|
|
|