VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @93640   3 years vboxsync Runtime: bugref:9955: Added conversion from console codepage to UTF-8 …
(edit) @93544   3 years vboxsync IPRT: Default to UTF-8 on macOS when nothing else is given in the …
(edit) @93543   3 years vboxsync IPRT: Default to UTF-8 on macOS when nothing else is given in the …
(edit) @93500   3 years vboxsync IPRT/win: Additional OpenSSL exports for libssh. bugref:9469
(edit) @93487   3 years vboxsync IPRT/RTProcCreateEx/posix: Corrected IPRT_LIBPATM_FILE_1_XXX macros …
(edit) @93451   3 years vboxsync IPRT: Local IPC Server: add interface to set server socket access mode …
(edit) @93301   3 years vboxsync IPRT: VC++ 19.2 update 11 build adjustments. bugref:8489
(edit) @93230   3 years vboxsync IPRT/RTDirRemove/posix: Correction to r131730 that makes the kludge …
(edit) @93216   3 years vboxsync Fixing a comment typo.
(edit) @93141   3 years vboxsync IPRT/http-server: Also free pszUrl of RTHTTPSERVERREQ in …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @93059   3 years vboxsync IPRT/utf8-win.cpp: Optimize string conversion from/to process codepage …
(edit) @93026   3 years vboxsync IPRT/LocalIpc/posix: Fixed incorrect handle and state validation. …
(edit) @93025   3 years vboxsync IPRT/LocalIpc/poisx: How difficult can this be to get right? bugref:10134
(edit) @93019   3 years vboxsync iprt: local ipc server: add interface to grant r/w access to a server …
(edit) @92919   3 years vboxsync IPRT/r3/posix: Just use sched_yield() everywhere, as it's a standard …
(edit) @92904   3 years vboxsync IPRT/vcc-fakes-kernel32.cpp: Adjustments for W10 SDK. bugref:10116
(edit) @92792   3 years vboxsync IPRT/semevent-nt: Converted semevent-r0drv-nt.cpp into something that …
(edit) @92784   3 years vboxsync IPRT/semevent*-linux: Share more code between the single-release and …
(edit) @92782   3 years vboxsync IPRT/semevent*-linux: Share more code between the single-release and …
(edit) @92781   3 years vboxsync IPRT/posix/semwait.h: Build fix. bugref:10138
(edit) @92780   3 years vboxsync IPRT/posix/semwait.h: Doxygen fix; removed unused function. bugref:10138
(edit) @92779   3 years vboxsync IPRT/semevent*-linux: Share some common bits between the …
(edit) @92777   3 years vboxsync IPRT/semevent-linux: Implemented missing RTSemEventWaitEx and made use …
(edit) @92776   3 years vboxsync IPRT/r3/posix: Implemented RTSemEventWaitEx. bugref:10138
(edit) @92761   3 years vboxsync IPRT/RTProcCreateEx/posix: Use 'ASCII' instead of 'C' as the default …
(edit) @92758   3 years vboxsync IPRT/RTProcCreateEx/posix: Use 'ASCII' instead of 'C' as the default …
(edit) @92755   3 years vboxsync IPRT/RTProcCreateEx/posix: Use 'ASCII' instead of 'C' as the default …
(edit) @92750   3 years vboxsync IPRT/RTProcCreateEx/posix: Use release logging for translation …
(edit) @92714   3 years vboxsync IPRT/RTR3Init*: RTR3INIT_FLAGS_SUPLIB & RTR3INIT_FLAGS_TRY_SUPLIB …
(edit) @92679   3 years vboxsync iprt: Local Ipc Server: put synchronization primitives into …
(edit) @92678   3 years vboxsync IPRT/localipc/posix: Some minor adjustments to …
(edit) @92677   3 years vboxsync iprt: Local Ipc Server: add Linux implementation for getting remote …
(edit) @92676   3 years vboxsync iprt: Local Ipc Server: add Linux implementation for getting remote …
(edit) @92672   3 years vboxsync IPRT/RTProcCreateEx/posix: Added VERR_PROC_NO_ARG_TRANSLATION for …
(edit) @92671   3 years vboxsync IPRT/RTProcCreateEx/posix: Added RTPROC_FLAGS_UTF8_ARGV and …
(edit) @92657   3 years vboxsync IPRT/RTProcCreateEx/posix: Try use PAM on linux for authentication so …
(edit) @92625   3 years vboxsync IPRT/RTR3Init/win: Use RTGetOptArgvFromString instead of …
(edit) @92620   3 years vboxsync IPRT,RTProcCreatEx/posix: Throw 'fish' in with bash, zsh and ksh, it …
(edit) @92619   3 years vboxsync IPRT/RTProcCreateEx/darwin: Always set TMPDIR when constructing a …
(edit) @92618   3 years vboxsync IPRT,RTProcCreatEx/posix: Do *not* use achBuf for temporary stuff, …
(edit) @92617   3 years vboxsync IPRT,RTProcCreatEx/posix: Run the login shell with a command dumping …
(edit) @92613   3 years vboxsync SUP,IPRT,++: Adding SUPSECMAIN_FLAGS_DRIVERLESS_IEM_ALLOWED and …
(edit) @92507   3 years vboxsync IPRT/thread: Added RTThreadControlPokeSignal to help deal with …
(edit) @92325   3 years vboxsync IPRT/test.cpp: Missing spacing.
(edit) @92258   3 years vboxsync IPRT,VMMDev,ValKit: Some new test units. bugref:10093
(edit) @92245   3 years vboxsync IPRT/rtR3WinUnhandledXcptFilter: Log the PID and command line too.
(edit) @91620   3 years vboxsync IPRT/RTDirRemove/posix: Do not rely on EEXIST taking priority over …
(edit) @91605   3 years vboxsync IPRT/win: Try detect windows 11 and server 2019 & 2022 by the stupid …
(edit) @91594   3 years vboxsync Runtime/VBoxRT-openssl-1.1plus.def: Export more openssl stuff for …
(edit) @91033   3 years vboxsync Runtime/tpm-win: Some bug fixes, bugref:10075
(edit) @91028   3 years vboxsync Runtime/r3/win/tpm-win.cpp: Some untested RTTpm* API implementation …
(edit) @91027   3 years vboxsync Runtime/r3/win/tpm-win.cpp: Some untested RTTpm* API implementation …
(edit) @90995   3 years vboxsync Runtime/RTTpm: Add API to query the maximum supported locality of a …
(edit) @90915   3 years vboxsync Runtime: Add simple RTTpm* API for uniform access to a host TPM and …
(edit) @90880   3 years vboxsync IPRT/RTKrnlModLoadedQueryInfoAll: Fixed regression from r146424.
(edit) @90803   3 years vboxsync Runtime: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90789   3 years vboxsync IPRT: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90781   3 years vboxsync IPRT: AssertMsgReturn(VALID_PTR(),...) -> AssertPtrReturn
(edit) @90392   3 years vboxsync IPRT/RTThreadCreate: Added RTTHREADFLAGS_NO_SIGNALS (posix only). …
(edit) @90105   3 years vboxsync iprt/socket.cpp: rtSocketAddrFromNetAddr - oops, fix inverted test in …
(edit) @90104   3 years vboxsync iprt/socket.cpp: rtSocketAddrFromNetAddr - return VERR_BUFFER_OVERFLOW …
(edit) @89870   3 years vboxsync IPRT/thread-posix.cpp: On Solaris SIGRTMAX is defined to a function …
(edit) @89828   3 years vboxsync Runtime: Make use of CreateWaitableTimerEx and …
(edit) @89827   3 years vboxsync Runtime: Make use of CreateWaitableTimerEx and …
(edit) @89764   3 years vboxsync Runtime/r3/win/timer-win.cpp: Implement RTTimerCreateEx, RTTimerStart …
(edit) @89762   3 years vboxsync Runtime/r3/win/timer-win.cpp: Implement RTTimerCreateEx, RTTimerStart …
(edit) @89679   3 years vboxsync Runtime/r3/timer-posix: Fixes, if inversion causing an already stopped …
(edit) @89678   3 years vboxsync Runtime/r3/timer-posix: Fixes, if inversion causing an already stopped …
(edit) @89647   3 years vboxsync IPRT/thread-posix.cpp: SIGRTMAX is defined to a function call in more …
(edit) @89646   3 years vboxsync IPRT/thread-posix.cpp: Include RTThreadPoke in guest additions builds …
(edit) @88688   4 years vboxsync VBoxRT: Added RTTHREADFLAGS_COM_MTA and RTTHREADFLAGS_COM_STA flags to …
(edit) @88311   4 years vboxsync IPRT/test: Added RTTestErrContext (with variations) for setting a …
(edit) @88294   4 years vboxsync IPRT/rtSemEventMultiPosixWaitTimed: Fixed wrong milli->nano overflow check.
(edit) @88189   4 years vboxsync Some small Solaris-specific build warning fixes: …
(edit) @87873   4 years vboxsync Runtime/serialport-posix.cpp: Include CLOCAL when changing the serial …
(edit) @87844   4 years vboxsync IPRT/RTFileQuerySectorSize/solaris: Fix reference to uninitialized …
(edit) @87581   4 years vboxsync IPRT/RTFileGetMaxSize: Doxygen fix.
(edit) @87280   4 years vboxsync IPRT/mp-darwin.cpp: get the clock-frequency from the CPU IOService if …
(edit) @87205   4 years vboxsync IPRT: Added generic RTMpGetDescription implementation for darwin. …
(edit) @87198   4 years vboxsync IPRT/mp-darwin.cpp: Added RTMpCpuId implementations for bugref:9898.
(edit) @87044   4 years vboxsync Shared Clipboard/Transfers: A bit of cleanup …
(edit) @87042   4 years vboxsync Shared Clipboard/Transfers: More cleanup / documentation work. bugref:9874
(edit) @87041   4 years vboxsync Shared Clipboard/Transfers: Added initial supported for connection …
(edit) @87037   4 years vboxsync Shared Clipboard/Transfers: Renaming (RTHTTP_WITH_WEBDAV -> …
(edit) @87032   4 years vboxsync Shared Clipboard/Transfers: Added initial directory listing support …
(edit) @87029   4 years vboxsync Shared Clipboard/Transfers: A bit of cleanup. bugref:9874
(edit) @87021   4 years vboxsync Shared Clipboard/Transfers: Improved logging a bit [build fix]. bugref:9874
(edit) @87020   4 years vboxsync Shared Clipboard/Transfers: Improved logging a bit. bugref:9874
(edit) @87018   4 years vboxsync Shared Clipboard/Transfers: Initial code for directory listing …
(edit) @87016   4 years vboxsync Shared Clipboard/Transfers: Initial code for directory listing …
(edit) @87013   4 years vboxsync Shared Clipboard/Transfers: Fixed warning. bugref:9874
(edit) @87011   4 years vboxsync Shared Clipboard/Transfers: Docs. bugref:9874
(edit) @87008   4 years vboxsync Shared Clipboard/Transfers: Initial commit for HTTP server. Work in …
(edit) @87007   4 years vboxsync Shared Clipboard/Transfers: Initial commit for HTTP server. Work in …
(edit) @87006   4 years vboxsync Shared Clipboard/Transfers: Initial commit for HTTP server. Work in …
(edit) @87004   4 years vboxsync Shared Clipboard/Transfers: Initial commit for HTTP server. Work in …
(edit) @86981   4 years vboxsync IPRT/FTP: Docs nit (has been resolved). bugref:9646
(edit) @86973   4 years vboxsync IPRT/FTP: Resolved some @ŧodos. bugref:9646
(edit) @86727   4 years vboxsync IPRT/thread-posix.cpp: siginterrupt is deprecated, replace with …
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