VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @58829   9 years vboxsync IPRT: Make read-write critical sections available to ring-0 code.
(edit) @58826   9 years vboxsync rtFileRecalcAndValidateFlags: Correct windows access mask assertion.
(edit) @58825   9 years vboxsync RTFileOpen: fix for r104213
(edit) @58823   9 years vboxsync Please, do get these right or just drop them: #endif /* condition of …
(edit) @58801   9 years vboxsync dbgkrnlinfo-r0drv-solaris: doxygen.
(edit) @58800   9 years vboxsync Runtime/r0drv: Add 'pszModule' argument to RTR0DbgKrnlInfoQueryMember …
(edit) @58774   9 years vboxsync dbgkrnlinfo-r0drv-solaris: check alloc failure.
(edit) @58772   9 years vboxsync Runtime/r0drv: Added RTR0DbgKrnlInfoQuerySize, currently implemented …
(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) @58762   9 years vboxsync ASMBitFirst{Set,Clear}: win64 fix
(edit) @58759   9 years vboxsync doc
(edit) @58758   9 years vboxsync IPRT: Implemented ASMBitNextClear in assembly.
(edit) @58757   9 years vboxsync IPRT: Implemented ASMBitNextSet in assembly.
(edit) @58756   9 years vboxsync ASMBitFirstSet/Clear.asm: 64-bit bugfixes
(edit) @58755   9 years vboxsync ASMBitFirstSet/Clear svn props.
(edit) @58754   9 years vboxsync IPRT: Use common/asm/ASMBitFirstSet.asm instead of the win/amd64/ version.
(edit) @58753   9 years vboxsync IPRT: Morphed ASMBitFirstClear.asm into ASMBitFirstSet.asm, and fixing …
(edit) @58751   9 years vboxsync IPRT: Use common/asm/ASMBitFirstClear.asm instead of the win/amd64/ …
(edit) @58748   9 years vboxsync IPRT: mangling.run fix.
(edit) @58746   9 years vboxsync ASMBitFirstClear.asm: work in progress.
(edit) @58743   9 years vboxsync IPRT: Deleted ldrPE.h and ldrMZ.h, everyeone should be using the ones …
(edit) @58742   9 years vboxsync Various: Use our pecoff.h and mz.h instead of the internal IPRT headers.
(edit) @58738   9 years vboxsync Runtime/http-curl: distinguish between "URL not found" and "host not found"
(edit) @58729   9 years vboxsync ldrPE.cpp: use iprt/formats/pecoff.h and name all machines listed by …
(edit) @58727   9 years vboxsync rtldrPEOpen: Set pErrInfo on VERR_LDR_ARCH_MISMATCH.
(edit) @58698   9 years vboxsync Solaris/r0drv,SUPDrv: backed out r104124 (On second thought, this is …
(edit) @58697   9 years vboxsync Solaris/r0drv,SUPDrv: Don't drop log messages on bad-preemption …
(edit) @58664   9 years vboxsync dbgmodcodeview.cpp: mangle duplicate symbols (typically static …
(edit) @58662   9 years vboxsync rtdbg: Moved the codeview structures into iprt/formats/codeview.h and …
(edit) @58598   9 years vboxsync dbgkernel-info-r0drv-darwin.cpp: Look for development and debug …
(edit) @58440   9 years vboxsync Runtime: pathint-nt.cpp Win32 to NT path prefix conversion fix
(edit) @58438   9 years vboxsync IPRT/net: add RTNetStrIsIPv4AddrAny, RTNetStrIsIPv6AddrAny.
(edit) @58419   9 years vboxsync IPRT/http-curl.cpp: Only call rtHttpUrlInNoProxyList if we found a …
(edit) @58418   9 years vboxsync IPRT/http-curl.cpp: Reverted r103649 - comletely wrong fix.
(edit) @58409   9 years vboxsync IPRT/http-curl.cpp: Initialize temporary buffer in …
(edit) @58389   9 years vboxsync IPRT: Added RTSocketWriteToNB for non-blocking writes to UDP sockets …
(edit) @58334   9 years vboxsync Runtime/sg.cpp: Demote assertion to debug only and increase maximum …
(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. …
(edit) @58318   9 years vboxsync localipc-posix.cpp: Must disable SIGPIPE as there is no way to supress …
(edit) @58314   9 years vboxsync Runtime/dbghelp: Fix debugging logging
(edit) @58305   9 years vboxsync RTLocalIpcServerCreate: Dropped the RTLOCALIPC_FLAGS_MULTI_SESSION as …
(edit) @58304   9 years vboxsync tstRTLocalIpc: Use RTTestCreateChild.
(edit) @58303   9 years vboxsync RTTestCreateChild: Added new method for creating a test instance in a …
(edit) @58302   9 years vboxsync localipc-posix.cpp: rtSocketListen should be done when creating the …
(edit) @58301   9 years vboxsync RTLocalIpc: Added RTLocalIpcSessionRetain and RTLocalIpcSessionRelease.
(edit) @58300   9 years vboxsync RTLocalIpc: Added RTLocalIpcSessionRetain and RTLocalIpcSessionRelease.
(edit) @58299   9 years vboxsync localipc-win.cpp: Implemented RTLocalIpcSessionReadNB.
(edit) @58298   9 years vboxsync localipc-win.cpp: Fixes, improvments and cleanups. Highlights: - Added …
(edit) @58297   9 years vboxsync RTLocalIpc: Added flag to the server and connection creation functions …
(edit) @58296   9 years vboxsync tstRTLocalIpc: Another ReadNB test.
(edit) @58295   9 years vboxsync iprt: Added RTLocalIpcSessionReadNB on posix systems.
(edit) @58294   9 years vboxsync localipc-posix.cpp: Adjust cMillies on interrupt in …
(edit) @58293   9 years vboxsync localipc.h: Correct read/write parameter names.
(edit) @58292   9 years vboxsync localipc-posix.cpp: VERR_BROKEN_PIPE fixes for RTLocalIpcSessionRead.
(edit) @58291   9 years vboxsync tstRTLocalIpc.cpp: Extended the broken pipe test.
(edit) @58290   9 years vboxsync RTLocalIpc fixes.
(edit) @58289   9 years vboxsync tstRTLocalIpc: Added client thread test variants (all clients were …
(edit) @58288   9 years vboxsync localipc-win.cpp: The RTLocalIpcSessionRead pcbRead parameter is a …
(edit) @58287   9 years vboxsync Runtime/Makefile.kmk: Duh, forgot to add localipc-posix.cpp to the …
(edit) @58282   9 years vboxsync localipc-posix.cpp: Partly debugged code.
(edit) @58280   9 years vboxsync tstRTLocalIpc.cpp: You have to make it all the way to the …
(edit) @58278   9 years vboxsync r0drv: Make it possible to use RTMEM_WRAP_TO_EF_APIS in the VBOXR0DRV …
(edit) @58272   9 years vboxsync iprt/r0drv: electric fence fixes.
(edit) @58270   9 years vboxsync iprt/r0drv: build fix
(edit) @58269   9 years vboxsync iprt/r0drv: untested electrical heap alloc functions.
(edit) @58268   9 years vboxsync r0drv/nt: Some rtR0MemObjNativeProtect sketches.
(edit) @58217   9 years vboxsync Runtime/http-curl: added RTHttpSetDownloadProgressCallback()
(edit) @58206   9 years vboxsync Runtime/http-curl: fix for GetHeader*
(edit) @58202   9 years vboxsync fix
(edit) @58201   9 years vboxsync cleanup
(edit) @58199   9 years vboxsync Runtime/http-curl: introduced RTHttpGetHeaderText() and …
(edit) @58171   9 years vboxsync doxygen: fixes.
(edit) @58169   9 years vboxsync Runtime: fixed another XML version check
(edit) @58168   9 years vboxsync Runtime: fixed XML version check
(edit) @58155   9 years vboxsync check the index first
(edit) @58139   9 years vboxsync Runtime/Makefile.kmk: Build fix attempt
(edit) @58137   9 years vboxsync Runtime/Makefile.kmk: Build fix attempt
(edit) @58136   9 years vboxsync Runtime/Makefile.kmk: Made doxygen warnings and errors stop the build.
(edit) @58135   9 years vboxsync Runtime: explicitly pass XML_PARSE_HUGE to lift the limit of 256 nodes …
(edit) @58106   9 years vboxsync include,misc: Corrected a bunch of doxygen errors.
(edit) @58069   9 years vboxsync IPRT,*: Simplified RTUriFilePath by removing the uFormat parameter. It …
(edit) @58068   9 years vboxsync IPRT: Added RTUriFilePathEx, removed RTUriFileNPath as we ignored the …
(edit) @58067   9 years vboxsync IPRT: Added RTUriFileCreateEx and made RTUriFileCreate assume OS …
(edit) @58066   9 years vboxsync RTUriFileCreate: NULL and empty input paths are invalid, period.
(edit) @58065   9 years vboxsync tstRTUri: Must duplicate stuff to deal with NULL returns.
(edit) @58063   9 years vboxsync tstRTUri: Added an actual UNC test, which fails, so it's disabled.
(edit) @58062   9 years vboxsync tstRTUri: Actually, there are no UNC tests here. Paths where misleading.
(edit) @58061   9 years vboxsync tstRTUri: Added two tests where we're not doing the right thing …
(edit) @58060   9 years vboxsync tstRTUri.cpp: fixed the windows centric test strings used with …
(edit) @58059   9 years vboxsync tstRTUri: Merged the windows reference results into g_aCreateFileURIs …
(edit) @58057   9 years vboxsync tstRTUri.cpp: The windows API results aren't the documentation of the …
(edit) @58050   9 years vboxsync uri.cpp: Reformatted the code and found decoding statement. Must check …
(edit) @58049   9 years vboxsync uri.cpp: r=bird: You need to decode the stuff, you cannot just copy …
(edit) @58047   9 years vboxsync typo
(edit) @58041   9 years vboxsync tstRTFileAio: typo
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