VirtualBox

source: vbox/trunk/src/VBox/Runtime/r3

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @63677   8 years vboxsync shut up gcc for complaining about readdir_r() with glibc 2.24+
(edit) @63561   8 years vboxsync scm: cleaning up todos
(edit) @63554   8 years vboxsync Runtime/NetBSD: re-import rtProcInitExePath-netbsd.cpp on top of an …
(edit) @63549   8 years vboxsync scm cleanups
(edit) @63530   8 years vboxsync thread-posix.cpp: better assertion.
(edit) @63451   8 years vboxsync Runtime: warnings
(edit) @63417   8 years vboxsync IPRT: Fixed for IPRT_WITH_FUTEX_BASED_SEMS=1.
(edit) @63311   8 years vboxsync Use shlobj.h wrapper.
(edit) @63234   8 years vboxsync Runtime: add missing Makefile.kup files
(edit) @63190   8 years vboxsync Runtime/NetBSD: rtProcInitExePath-netbsd.cpp based on FreeBSD version. …
(edit) @63052   8 years vboxsync IPRT/RTSemMutex: rewrite rtSemFallbackPthreadMutexTimedlock. Take …
(edit) @63029   8 years vboxsync Revert due to sign issues on 32-bit Linux builds: r109639: …
(edit) @63027   8 years vboxsync IPRT/RTSemMutex: use mnemonic constants when dealing with milli-, …
(edit) @63004   8 years vboxsync IPRT: NetBSD does't have pthread_mutex_timedlock() so use the fallback …
(edit) @62947   8 years vboxsync IPRT: Use O_DIRECT and S_ISCHR on NetBSD too.
(edit) @62946   8 years vboxsync IPRT: Synchronize comments in previous. While there, complete …
(edit) @62945   8 years vboxsync IPRT: NetBSD iconv_open() doesn't grok empty codeset strings. Check …
(edit) @62944   8 years vboxsync IPRT: Use R3 init stubs for NetBSD too.
(edit) @62915   8 years vboxsync IPRT/test: Added RTTestDisableAssertions and RTTestRestoreAssertions …
(edit) @62887   8 years vboxsync iprt: Use sched_yield(2) on FreeBSD too. pthread_yield(3) there is …
(edit) @62863   8 years vboxsync IPRT: warnings
(edit) @62859   8 years vboxsync iprt: on NetBSD use sched_yield(). From Kamil Rytarowski, but fixed …
(edit) @62761   8 years vboxsync Wrap ws2tcpip.h too.
(edit) @62713   8 years vboxsync nt.h/rtFileNativeSetAttributes-win.cpp
(edit) @62636   8 years vboxsync cdefs.h,*: DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP and …
(edit) @62635   8 years vboxsync warnings
(edit) @62592   8 years vboxsync IPRT: More unused parameters and undefined preprocessor macor warning …
(edit) @62584   8 years vboxsync IPRT: Unused parameters on windows.
(edit) @62570   8 years vboxsync IPRT: More unused parameters.
(edit) @62566   8 years vboxsync IPRT: More unused parameters.
(edit) @62564   8 years vboxsync IPRT: Mark unused parameters.
(edit) @62534   9 years vboxsync (C) 2016
(edit) @62477   9 years vboxsync (C) 2016
(edit) @62464   9 years vboxsync socket.cpp: build fix
(edit) @62461   9 years vboxsync IPRT: scm
(edit) @62452   9 years vboxsync *: MSC level 4 warnings in release bldprogs.
(edit) @62448   9 years vboxsync IPRT: More MSC level 4 warning fixes.
(edit) @62416   9 years vboxsync NetBSD: Commit patches 001 - 003 contributed by Kamil Rytarowski on …
(edit) @62098   9 years vboxsync Runtime/solaris: Fix building the coredumper on ancient Solaris …
(edit) @62096   9 years vboxsync Runtime/r3/solaris: Fix coredumper to workaround psinfo_t structure …
(edit) @61989   9 years vboxsync ldrNative-win.cpp: Convert forward slashes to backslashes in the DLL …
(edit) @61960   9 years vboxsync Runtime/mp-solaris: Check we have a populated cpu_info before trying …
(edit) @61751   9 years vboxsync fixed small memory leaks on certain hosts (Solaris) when using …
(edit) @61120   9 years vboxsync Log() format fix
(edit) @61098   9 years vboxsync sysfs.cpp: Attempt to fix RTLinuxSysFsReadStrFileV for DMI strings …
(edit) @60910   9 years vboxsync iprt/socket.cpp: set *pcbWritten to 0 on windows too when returning …
(edit) @60902   9 years vboxsync Runtime/RTSocketReadNB: Set *pcbRead to 0 if the socket is in non …
(edit) @60870   9 years vboxsync direnum-r3-nt.cpp: Turns out both the VBoxSVR and CIFS file system …
(edit) @60773   9 years vboxsync IPRT/SUPR3Init/win: Must initialize the program path before the …
(edit) @60756   9 years vboxsync Runtime/socket.cpp: Initialise fEventsSaved properly or we might get …
(edit) @60612   9 years vboxsync IPRT/dir-posix.cpp: custom errno mapping for fsync in RTDirFlush, …
(edit) @60481   9 years vboxsync IPRT: Added testcase for RTNtPathExpand8dot3Path and …
(edit) @60427   9 years vboxsync Runtime/linux/sysfs.cpp: Fixes for the tstRTSystemQueryDmi testcase, …
(edit) @60424   9 years vboxsync Runtime/linux/sysfs: RTLinuxSysFsReadStr() has to be return …
(edit) @60393   9 years vboxsync Runtime/linux/sysfs: Fixes, implement two forgotten methods
(edit) @60390   9 years vboxsync Runtime/linux/sysfs: Correct format string attributes and introduce …
(edit) @60373   9 years vboxsync Runtime/linux/sysfs.cpp: Convert RTLinuxSysFs* API to always use IPRT …
(edit) @60371   9 years vboxsync Runtime/posix/symlink-posix.cpp: Fix guessing the initial buffer size, …
(edit) @60370   9 years vboxsync Runtime/posix/symlink-posix.cpp: Fix guessing the initial buffer size, …
(edit) @60244   9 years vboxsync Runtime/test: typos
(edit) @60054   9 years vboxsync never use AssertStmt(..., continue) but use AssertContinue(...) (look …
(edit) @60035   9 years vboxsync Runtime/VerSetConditionMask: fixed type (thanks PVS)
(edit) @59917   9 years vboxsync build fix
(edit) @59817   9 years vboxsync IPRT/r3/win/process-win.cpp: re-applied the process-win.cpp changes …
(edit) @59781   9 years vboxsync IPRT/r3/win/process-win.cpp: temporary back out the most recent LSA …
(edit) @59770   9 years vboxsync IPRT: s/TARGET_NT4/IPRT_TARGET_NT4/
(edit) @59747   9 years vboxsync iprt/asm.h: Cleaned up the ASMMemIsAll8/U32 mess and implmeneted the …
(edit) @59594   9 years vboxsync IPRT: r3/win/process-win.cpp: Disabled LSA cache handling for NT4.
(edit) @59546   9 years vboxsync Documentation build fix.
(edit) @59544   9 years vboxsync IPRT: r3/win/process-win.cpp: Removed debug output.
(edit) @59543   9 years vboxsync Build fix.
(edit) @59542   9 years vboxsync IPRT: r3/win/process-win.cpp: Try to use the LSA cache for the domain …
(edit) @59519   9 years vboxsync IPRT: r3/win/process-win.cpp: Error checking.
(edit) @59513   9 years vboxsync Fix for the cleanup
(edit) @59512   9 years vboxsync IPRT: Smaller cleanups to the Linux and Posix specific …
(edit) @59511   9 years vboxsync IPRT: RTFileSetAllocationSize() implementation for POSIX compatible …
(edit) @59461   9 years vboxsync IPRT: Linux specific implementation for RTFileSetAllocationSize()
(edit) @59404   9 years vboxsync Forward-ported r104938, r104943, r104950, r104952, r104953, r104987, …
(edit) @59396   9 years vboxsync ldrNative-win.cpp: Implemented loading system dlls from WinSxS.
(edit) @59394   9 years vboxsync http-curlt.cpp,rtLdrNativeLoadSystem: added todo regarding loading …
(edit) @59366   9 years vboxsync iprt/nt/nt.h: Added NtQueryKey and NtEnumerateKey.
(edit) @59306   9 years vboxsync Runtime: actually use rtMpDarwinOnlinePhysicalCpus() when determining …
(edit) @59289   9 years vboxsync IPRT: Init order check.
(edit) @59278   9 years vboxsync Runtime: gcc 6 detects if both sides of logical || contain the same …
(edit) @59273   9 years vboxsync Runtime/alloc-ef-cpp: provide C++14 deallocator
(edit) @59158   9 years vboxsync Runtime/linux,posix: pthread_join() does not set errno! Thanks …
(edit) @59133   9 years vboxsync IPRT/process-win.cpp: Emphasize UPN (User Principal Name) handling on …
(edit) @58952   9 years vboxsync build fix
(edit) @58949   9 years vboxsync Runtime: when reporting the OS version, explicitly distinguish between …
(edit) @58826   9 years vboxsync rtFileRecalcAndValidateFlags: Correct windows access mask assertion.
(edit) @58825   9 years vboxsync RTFileOpen: fix for r104213
(edit) @58769   9 years vboxsync RTFileOpen: Introduced RTFILE_O_ATTR_ONLY for windows only.
(edit) @58768   9 years vboxsync RTFileOpen: Introduced RTFILE_O_ATTR_ONLY for windows only.
(edit) @58767   9 years vboxsync revered r104210, got unfinished asm.h changes mixed into it.
(edit) @58766   9 years vboxsync RTFileOpen: Introduced RTFILE_O_ATTR_ONLY for windows only.
(edit) @58440   9 years vboxsync Runtime: pathint-nt.cpp Win32 to NT path prefix conversion fix
(edit) @58389   9 years vboxsync IPRT: Added RTSocketWriteToNB for non-blocking writes to UDP sockets …
(edit) @58322   9 years vboxsync localipc-posix.cpp: Darwin does the POLLIN+POLLHUB thing too.
(edit) @58320   9 years vboxsync localipc-posix.cpp: OS/2 build fix.
(edit) @58319   9 years vboxsync localipc-posix.cpp: Turns out Linux also returns POLLIN+POLLHUP. …
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