|
|
@53948
|
10 years |
vboxsync |
header fixes
|
|
|
@53839
|
10 years |
vboxsync |
Runtime/r3/win/path-win.cp: fixed SHGetFolderPathW() prototype
|
|
|
@53833
|
10 years |
vboxsync |
Runtime: looks like the 32-bit compiler does something silly
|
|
|
@53825
|
10 years |
vboxsync |
Runtime: try the official Windows XP+ way to get the home (profile) …
|
|
|
@53819
|
10 years |
vboxsync |
iprt/nt/nt.h: Added a bunch of Ldr APIs.
|
|
|
@53805
|
10 years |
vboxsync |
added more missing Windows resource files
|
|
|
@53762
|
10 years |
vboxsync |
build fix
|
|
|
@53624
|
10 years |
vboxsync |
scm automatic cleanups.
|
|
|
@53597
|
10 years |
vboxsync |
Runtime/xml: improved log statement
|
|
|
@53542
|
10 years |
vboxsync |
Committed a bit too much
|
|
|
@53538
|
10 years |
vboxsync |
oops
|
|
|
@53537
|
10 years |
vboxsync |
Build fix
|
|
|
@53536
|
10 years |
vboxsync |
Runtime/socket: Add timeout argument to RTTcpClientConnectEx to …
|
|
|
@53525
|
10 years |
vboxsync |
iprt: added RTR3InitIsInitialized
|
|
|
@53489
|
10 years |
vboxsync |
build fix.
|
|
|
@53487
|
10 years |
vboxsync |
Split rtSocketBindRawAddr from rtSocketBind.
|
|
|
@53471
|
10 years |
vboxsync |
IPRT/r3/nt&win: Precision time APIs for NT (not enabled).
|
|
|
@53278
|
10 years |
vboxsync |
IPRT: Added experimental malloc replacement feature, add …
|
|
|
@53081
|
10 years |
vboxsync |
Runtime/r3: do not use a hard-coded stack size in rtSchedRunThread(), …
|
|
|
@53009
|
10 years |
vboxsync |
IPRT: Windows 10 OS type.
|
|
|
@52964
|
10 years |
vboxsync |
Runtime/memsafer-r3.cpp: argh
|
|
|
@52963
|
10 years |
vboxsync |
Runtime/memsafer-r3.cpp: Refine previous fix, don't ignore …
|
|
|
@52960
|
10 years |
vboxsync |
Runtime/memsafer-r3: Ignore calls to SUPR3PageProtect failing with …
|
|
|
@52953
|
10 years |
vboxsync |
SUP: Use LdrRegisterDllNotification when available to make sure we see …
|
|
|
@52947
|
10 years |
vboxsync |
SUP: Implemented early VM process vboxdrv initialization.
|
|
|
@52944
|
10 years |
vboxsync |
IPRT: Separated out RTPathAbs from the posix, fixing it up for windows …
|
|
|
@52943
|
10 years |
vboxsync |
SUP: The child side of early VM process init.
|
|
|
@52942
|
10 years |
vboxsync |
duh
|
|
|
@52941
|
10 years |
vboxsync |
Use our own heap in the hope that we can use it before ntdll is really …
|
|
|
@52940
|
10 years |
vboxsync |
Eliminating some more kernel32.dll dependencies, marking APIs we like …
|
|
|
@52877
|
10 years |
vboxsync |
Import NtQuerySystemInformation.
|
|
|
@52823
|
10 years |
vboxsync |
Runtime: Fix typo in r96224.
|
|
|
@52822
|
10 years |
vboxsync |
Runtime: Fix RTTimeMilliTS() on FreeBSD. Use macros for time units …
|
|
|
@52759
|
10 years |
vboxsync |
timer-posix.cpp: timer_settime returns 0 or -1 + errno, not errno as …
|
|
|
@52627
|
10 years |
vboxsync |
SUP: Fixed comctl32.dll resolving (generic winsxs) and fixed a crash …
|
|
|
@52457
|
10 years |
vboxsync |
IPRT: Tell the windows debugger the name of our threads.
|
|
|
@52399
|
10 years |
vboxsync |
Runtime/memsafer-r3: fix
|
|
|
@52380
|
10 years |
vboxsync |
Runtime: comment nit.
|
|
|
@52364
|
10 years |
vboxsync |
nt.h: NtOpenKey, NtQuerySecurityObject, NtQueryValueKey, RtlEqualSid, …
|
|
|
@52334
|
10 years |
vboxsync |
alloc-win.cpp: Two more PAGE_OFFSET_MASK cases missing uintptr_t cast …
|
|
|
@52333
|
10 years |
vboxsync |
alloc-ef.cpp: s/~PAGE_OFFSET_MASK/~(uintptr_t)PAGE_OFFSET_MASK/g
|
|
|
@52332
|
10 years |
vboxsync |
memsafer-r3.cpp: Fixed bug in the SUP allocator that caused memory …
|
|
|
@52163
|
10 years |
vboxsync |
SUP: Make the middle respawn process wait on both parent and child. …
|
|
|
@52139
|
10 years |
vboxsync |
SUP: child-process purification to avoid sysfer.dll.
|
|
|
@52105
|
10 years |
vboxsync |
shut up gcc
|
|
|
@52094
|
10 years |
vboxsync |
Runtime: Fix VBoxRT-openssl-ose.def, there is no EVP_aes_192_xts method
|
|
|
@52092
|
10 years |
vboxsync |
SUP: Disable hard error popups from NtCreateSection failures.
|
|
|
@52051
|
10 years |
vboxsync |
build fix
|
|
|
@52050
|
10 years |
vboxsync |
RTMemSafer: Split generic from ring-3 specific page based …
|
|
|
@52021
|
10 years |
vboxsync |
IPRT/RTMemLocked*: Ditch API, was only implemented on POSIX and there …
|
|
|
@51770
|
10 years |
vboxsync |
Merged in iprt++ dev branch.
|
|
|
@51763
|
10 years |
vboxsync |
build fix
|
|
|
@51437
|
11 years |
vboxsync |
Runtime/r3/win/VBoxRT-openssl.def: properly update for openssl 1.0.1, …
|
|
|
@51428
|
11 years |
vboxsync |
Runtime/r3/win/VBoxRT-openssl.def: update for openssl 1.0.1
|
|
|
@51343
|
11 years |
vboxsync |
Runtime: Quick RTMemLocked* implementation using RTMemAlloc. Only to …
|
|
|
@51192
|
11 years |
vboxsync |
Runtime/r3/linux: better handle user accounts with empty passwords -- fix
|
|
|
@51180
|
11 years |
vboxsync |
Runtime/r3/Linux: better handle user accounts with empty passwords
|
|
|
@51076
|
11 years |
vboxsync |
Another build fix
|
|
|
@51075
|
11 years |
vboxsync |
Build fix for darwin
|
|
|
@51074
|
11 years |
vboxsync |
Runtime: Add RTMemLocked* API to allocate locked memory
|
|
|
@51037
|
11 years |
vboxsync |
Runtime: init-win.cpp: OSVERSIONINFO typos.
|
|
|
@50976
|
11 years |
vboxsync |
RTSystemQueryOSInfo-win.cpp,init-win.cpp: Detect windows 8.1 …
|
|
|
@50853
|
11 years |
vboxsync |
Runtime/r3/win/RTSystemQueryDmiString: don't fail if the COM lib was …
|
|
|
@50783
|
11 years |
vboxsync |
Main and Runtime/Linux: rip out all code for recursively walking /dev, …
|
|
|
@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.
|
|
|
@50457
|
11 years |
vboxsync |
RTSocketQueryAddressStr: don't reinvent %RTnaipv4 and %RTnaipv6.
This …
|
|
|
@50408
|
11 years |
vboxsync |
RTEnv: Use the unicode CRT APIs on windows to avoid …
|
|
|
@50292
|
11 years |
vboxsync |
r3/process-creation-posix: snprintf format-specifier warning.
|
|
|
@50226
|
11 years |
vboxsync |
Runtime/r3/darwin/rtProcInitExePath: use realpath when determining the …
|
|
|
@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 …
|
|
|
@49530
|
11 years |
vboxsync |
Runtime/posix/process-creation: handle supplemental groups properly
|
|
|
@49229
|
11 years |
vboxsync |
win.x86 build fix
|
|
|
@49150
|
11 years |
vboxsync |
SUPR3: Use NtDeviceIoControlFile instead of DeviceIoControl to avoid …
|
|
|
@49078
|
11 years |
vboxsync |
dir-win.cpp/RTDirCreate: Aaaaaaaaaaaaaaaaarg!!!!!!!!!!
|
|
|
@49043
|
11 years |
vboxsync |
symlink-win.cpp: Fixed bug in RTSymlinkCreate on windows, seems …
|
|
|
@49039
|
11 years |
vboxsync |
IPRT: Filename extension versus suffix cleanup, long overdue.
|
|
|
@49037
|
11 years |
vboxsync |
typo
|
|
|
@49036
|
11 years |
vboxsync |
duh3!
|
|
|
@49035
|
11 years |
vboxsync |
duh. copy & paste
|
|
|
@49033
|
11 years |
vboxsync |
IPRT: Added RTFileCompare* methods a la RTFileCopy*.
|
|
|
@49030
|
11 years |
vboxsync |
Runtime/r3/win/process-win: typo
|
|
|
@49028
|
11 years |
vboxsync |
iprt/cpp/xml: Fixed attribute lookup with namespace by doing the same …
|
|
|
@48935
|
11 years |
vboxsync |
Runtime: Whitespace and svn:keyword cleanups by scm.
|
|
|
@48834
|
11 years |
vboxsync |
iprt/xml: Added more convenience methods and did more cleanup work, …
|
|
|
@48813
|
11 years |
vboxsync |
Runtime/solaris: nit.
|
|
|
@48812
|
11 years |
vboxsync |
Runtime/Solaris: RTMpGetCoreCount, RTMpGetOnlineCoreCount implementations.
|
|
|
@48797
|
11 years |
vboxsync |
A bit more XAR hacking.
|
|
|
@48785
|
11 years |
vboxsync |
warning
|
|
|
@48781
|
11 years |
vboxsync |
iprt/list.h,xml.h: Because of gcc, we need a C++ version of a bunch of …
|
|
|
@48779
|
11 years |
vboxsync |
iprt/xml.h: Replaced std::list<shared_ptr<>> with RTList both to safe …
|
|
|
@48768
|
11 years |
vboxsync |
Runtime: solaris build fix
|
|
|
@48681
|
11 years |
vboxsync |
Main,IPRT: Added RTR3INIT_FLAGS_UTF8_ARGV so VBoxExtPackHelperApp can …
|
|
|
@48304
|
11 years |
vboxsync |
Runtime/r3/init: disable this for Vista 64 as well
|
|
|
@47976
|
11 years |
vboxsync |
Spaces.
|
|
|
@47969
|
11 years |
vboxsync |
Move comment to the right place.
|
|
|
@47968
|
11 years |
vboxsync |
Runtime/r3/solaris/mp-solaris: Explicit cast to char*, Solaris need to …
|
|
|
@47596
|
11 years |
vboxsync |
IPRT: Determin windows version on init and skip the …
|
|
|
@47535
|
11 years |
vboxsync |
IPRT: Wrote native NT directory enumeration - not enabled by default. …
|
|
|