VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @60773   9 years vboxsync IPRT/SUPR3Init/win: Must initialize the program path before the …
(edit) @60771   9 years vboxsync RTMpPoke/nt: Removed all the HalSendSoftwareInterrupt code, don't want …
(edit) @60769   9 years vboxsync initterm-r0drv-nt.cpp: bugref:8343: Try not use …
(edit) @60756   9 years vboxsync Runtime/socket.cpp: Initialise fEventsSaved properly or we might get …
(edit) @60739   9 years vboxsync RuntimeBldProg: Removed common/misc/buildconfig.cpp from the library …
(edit) @60738   9 years vboxsync bldRTManifest,bldRTSignTool: Don't drag RTBldCfgVersion into the link. …
(edit) @60715   9 years vboxsync ldrPE.cpp: Sigh. Can't expect microsoft to update all their linkers. …
(edit) @60710   9 years vboxsync tarvfs.cpp: don't shift signed values, may lead to undefined behavior.
(edit) @60704   9 years vboxsync rtMpCallUsingDpcs: Fixed incorrect check.
(edit) @60699   9 years vboxsync ldrPE.cpp: Implemented a more relaxed approach to the ever changing …
(edit) @60698   9 years vboxsync bignum-amd64-x86.asm: don't use SAHF/LAHF on AMD64 as ancient CPUs …
(edit) @60675   9 years vboxsync memcmp.asm: indent.
(edit) @60658   9 years vboxsync bs3kit: updates
(edit) @60612   9 years vboxsync IPRT/dir-posix.cpp: custom errno mapping for fsync in RTDirFlush, …
(edit) @60603   9 years vboxsync Assorted compile fixes for FreeBSD
(edit) @60481   9 years vboxsync IPRT: Added testcase for RTNtPathExpand8dot3Path and …
(edit) @60480   9 years vboxsync SUPNtHard,IPRT: Moved supHardNtVpFix8dot3Path & …
(edit) @60467   9 years vboxsync ldrPE: Generalized the load config dir size vs header size kludges.
(edit) @60457   9 years vboxsync Runtime: build fix
(edit) @60455   9 years vboxsync Runtime: comment
(edit) @60454   9 years vboxsync Runtime: Linux 4.6 fixes
(edit) @60453   9 years vboxsync Runtime/Additions: Linux 4.6 fixes
(edit) @60450   9 years vboxsync ldrELFRelocatable.cpp.h: Fixed incorrect st_shndx validation. Used …
(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) @60372   9 years vboxsync Runtime/r0drv/linux: bugref:8315: don't set the PG_reserved flag on …
(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) @60346   9 years vboxsync Runtime/sg.cpp: Allow RTSgBufInit to take NULL and 0 for paSegs and …
(edit) @60298   9 years vboxsync ldrPE.cpp: doxygen fix
(edit) @60297   9 years vboxsync ldrPE.cpp/pecoff.h: Added version 5 of the load config structures, new …
(edit) @60282   9 years vboxsync Runtime/r0drv/nt: another Parfait __stdcall problem
(edit) @60278   9 years vboxsync HostDrivers/Runtime: fixed a few functions according to __stdcall …
(edit) @60269   9 years vboxsync dbgmodcodeview.cpp: CV8 string table and source info tables may come …
(edit) @60267   9 years vboxsync Runtime/r0drv/nt: Parfait warning (stdcall)
(edit) @60266   9 years vboxsync rtDbgModCvSsProcessV4PlusSymTab: Process LProc16, GProc16, LProc32 and …
(edit) @60263   9 years vboxsync dbgmodcodeview.cpp: two CV8 bugfixes.
(edit) @60258   9 years vboxsync dbgmodcodeview.cpp: Parse CV8 line numbers.
(edit) @60257   9 years vboxsync tstPrfRT: mark asm code with BEGINCODE otherwise it will not be part …
(edit) @60245   9 years vboxsync IPRT: Added RTCrX509Name_GetShortRdn.
(edit) @60244   9 years vboxsync Runtime/test: typos
(edit) @60191   9 years vboxsync tstRTPrf: Converted to iprt/test.h and added a little off topic …
(edit) @60143   9 years vboxsync RTTimerGetSystemGranularity/nt: Removed assertion on …
(edit) @60124   9 years vboxsync RTReqQueueProcess: Addressed todo regarding lost requests and document …
(edit) @60122   9 years vboxsync RTReqQueueProcess: Addressed todo regarding lost requests and document …
(edit) @60121   9 years vboxsync RTReqQueueProcess: Addressed todo regarding lost requests and document …
(edit) @60095   9 years vboxsync ASMMemFirstMismatchingU8/ASMMemFirstNonZero: fixed 16-bit far return …
(edit) @60077   9 years vboxsync introduced RT_GNUC_PREREQ
(edit) @60056   9 years vboxsync Runtime: build fix
(edit) @60054   9 years vboxsync never use AssertStmt(..., continue) but use AssertContinue(...) (look …
(edit) @60048   9 years vboxsync Runtime/zip: typo (thanks PVS)
(edit) @60046   9 years vboxsync tstRTPath: bogus test (thanks PVS)
(edit) @60037   9 years vboxsync RTReqWait: Correct incorrect assertion (VMR3ReqWait got it right). …
(edit) @60035   9 years vboxsync Runtime/VerSetConditionMask: fixed type (thanks PVS)
(edit) @60030   9 years vboxsync iprt: Added simple (and untested) RTAsn1Integer_ToString implemented. …
(edit) @60029   9 years vboxsync iprt: Added simple (and untested) RTAsn1Integer_ToString implemented. …
(edit) @60028   9 years vboxsync iprt: Added simple (and untested) RTAsn1Integer_ToString implemented. …
(edit) @60018   9 years vboxsync tstRTFileAio: Warning (thanks VPS)
(edit) @59998   9 years vboxsync NetLwf/Win(bugref:8283): five pre-allocated pools to accomodate …
(edit) @59983   9 years vboxsync warning
(edit) @59974   9 years vboxsync rtDbgModCvLoadDirectory: Sort the directory the way we like it, stop …
(edit) @59973   9 years vboxsync dbgmodecodeview.cpp: committed too much
(edit) @59972   9 years vboxsync Implemented RTSortShell.
(edit) @59917   9 years vboxsync build fix
(edit) @59861   9 years vboxsync ASMBit[Last|First]SetUxx.asm: pop bp, duh.
(edit) @59846   9 years vboxsync tstRTUri: missing RTFree (gcc asan)
(edit) @59827   9 years vboxsync vfsreadahead.cpp: Fixed two bugs in the read code and increased the …
(edit) @59826   9 years vboxsync RTZipTarCmd: Added --read-ahead option for testing the read ahead code.
(edit) @59817   9 years vboxsync IPRT/r3/win/process-win.cpp: re-applied the process-win.cpp changes …
(edit) @59797   9 years vboxsync BugReportTool(bugref:8169): USB device tree, device list, filter list, …
(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) @59764   9 years vboxsync Runtime/ASMMemFirstMismatchingU8: fix for 32-bit
(edit) @59761   9 years vboxsync Runtime: missing parameter and gcc format warning
(edit) @59757   9 years vboxsync rtVfsReadAhead_Read: Incorrect assertions.
(edit) @59756   9 years vboxsync vfsreadahead.cpp: Initialize status code in read ahead thread.
(edit) @59755   9 years vboxsync RTGzip: Just leave it here, disabled, for future debugging.
(edit) @59754   9 years vboxsync vfsreadahead.cpp: Completed and debugged.
(edit) @59753   9 years vboxsync gzipvfs.cpp: Pass correct flag to autodetect gzip header. Can't tell …
(edit) @59751   9 years vboxsync IPRT: More build fixing.
(edit) @59749   9 years vboxsync IPRT: build fixes
(edit) @59747   9 years vboxsync iprt/asm.h: Cleaned up the ASMMemIsAll8/U32 mess and implmeneted the …
(edit) @59745   9 years vboxsync sg.cpp/h: Some cleanups/optimizations.
(edit) @59731   9 years vboxsync hardening build fix. duh
(edit) @59730   9 years vboxsync hardening build fix.
(edit) @59729   9 years vboxsync didn't mean to enable building common/vfs/vfsreadahead.cpp yet.
(edit) @59728   9 years vboxsync asn1-dump: Made it a lot less painful to add new OID to the asn.1 …
(edit) @59715   9 years vboxsync pkcs7-sanity.cpp: Don't error out with an internal error when seeing …
(edit) @59706   9 years vboxsync vfsreadahead.cpp: coding in progress (time to go home)
(edit) @59703   9 years vboxsync IPRT: strformat.cpp: Share the temporary buffer and use it for '%c' …
(edit) @59696   9 years vboxsync pkix-signature-rsa.cpp,tstRTCrX509-1.cpp: Corrected buggy SHA-224 …
(edit) @59695   9 years vboxsync IPRT/pkix-verify.cpp: rhel5 (openssl < 1.0.0) build fix.
(edit) @59694   9 years vboxsync backed out previous commit
(edit) @59693   9 years vboxsync IPRT/pkix-verify.cpp: rhel5 (openssl < 1.0.0) build fix.
(edit) @59692   9 years vboxsync pkix-signature-rsa.cpp,tstRTCrX509-1.cpp: Corrected buggy SHA-224 …
(edit) @59689   9 years vboxsync IPRT: Added RTCrDigestGetAlgorithmOid, RTCrDigestTypeToAlgorithmOid, …
(edit) @59678   9 years vboxsync RTCrX509CertPathsSetValidTime[Spec]: Allow setting/changing the …
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