VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @71500   7 years vboxsync More doxygen
(edit) @71498   7 years vboxsync Doxygen
(edit) @71497   7 years vboxsync Doxygen
(edit) @71495   7 years vboxsync more immediate build fixes, some will get proper fixing later
(edit) @71494   7 years vboxsync more immediate build fixes, some will get proper fixing later
(edit) @71493   7 years vboxsync build fix
(edit) @71492   7 years vboxsync Runtime: Introduce RTTraceLog* API for creating and parsing binary …
(edit) @71435   7 years vboxsync IPRT/net: RTNetStrToIPv4AddrEx - return VWRN_TRAILING_SPACES and …
(edit) @71294   7 years vboxsync IPRT: Added RTSystemGetNtBuildNo. bugref:9044
(edit) @71282   7 years vboxsync Typo.
(edit) @71268   7 years vboxsync IPRT/time: Fixed a bug in RTTimeSpecFromString(), which was causing it …
(edit) @71240   7 years vboxsync RTErrConvertFromWin32: translate an annoying SMB error.
(edit) @71217   7 years vboxsync IPRT/RTPathRmCmd.cpp: Fixed running with "--machinereadable" / …
(edit) @71150   7 years vboxsync IPRT: Added a RTThreadPoke implementation for windows that uses …
(edit) @71128   7 years vboxsync iprt/nt/nt.h: Added NtAlertThread and ZwAlertThread prototypes.
(edit) @71127   7 years vboxsync IPRT: Added RTThreadGetNativeHandle for windows.
(edit) @71028   7 years vboxsync Runtime/RTSerialPort: Implement synchronous read/write methods for …
(edit) @71015   7 years vboxsync RTStrNICmpAscii: bugfix
(edit) @71014   7 years vboxsync IPRT/isomakercmd.cpp: When removing files, make sure all instances are …
(edit) @71013   7 years vboxsync IPRT/rtFsIsoImportProcessIso9660AddAndNameFile: Fixed stupid bug where …
(edit) @71009   7 years vboxsync RTGetOpt: Fixed bug handling missing option values when …
(edit) @71002   7 years vboxsync iosmakerimport.cpp: Fixed assertion in boot catalog parsing code for …
(edit) @70997   7 years vboxsync RTVfsChainOpenDir: Default to READ access.
(edit) @70940   7 years vboxsync IPRT/RTPathQueryInfo-nt.cpp: Adjustments for statting \Device\xxx …
(edit) @70920   7 years vboxsync IPRT/vcc100-fakes*: Some lib that VBoxNine.dll uses doesn't go thru …
(edit) @70917   7 years vboxsync SUPDrv,VMM: Added SUPR0GetRawModeUsability() for checking whether …
(edit) @70896   7 years vboxsync IPRT: Added RTTimeCompare and made use of it in the RTAsn1Time methods …
(edit) @70895   7 years vboxsync IPRT: Added RTTimeCompare and made use of it in the RTAsn1Time methods …
(edit) @70892   7 years vboxsync IPRT: dir.c,dir-posix.cpp,direnum-nt.cpp: Implemented …
(edit) @70890   7 years vboxsync IPRT: dir.c,dir-posix.cpp,direnum-nt.cpp: Implemented …
(edit) @70889   7 years vboxsync IPRT/direnum-r3-nt.cpp: Implemented RTDIR_F_NO_FOLLOW.
(edit) @70884   7 years vboxsync IPRT: Added RTDIR_F_NO_FOLLOW (not implemented yet).
(edit) @70760   7 years vboxsync Runtime/r3/serialport-posix.cpp: Fix
(edit) @70698   7 years vboxsync Linux drivers: fix a burn due to improved error checking. bugref:4567: …
(edit) @70690   7 years vboxsync Linux drivers: fix a burn due to improved error checking. bugref:4567: …
(edit) @70638   7 years vboxsync RTFileCopyByHandlesEx: Make sure we don't pass 100%. bugref:9099 …
(edit) @70637   7 years vboxsync RTFileCopyByHandlesEx: Make sure we don't pass 100%. bugref:9099
(edit) @70633   7 years vboxsync Runtime/r3/serialport-posix: Fixes
(edit) @70615   7 years vboxsync RTSystemShutdown/win: More reliable power off, I hope.
(edit) @70513   7 years vboxsync RTLdrCheckImports: fListOrdinals was used uninitialized.
(edit) @70512   7 years vboxsync RTLdrCheckImports.cpp: Drop RTMEM_WRAP_TO_EF_APIS.
(edit) @70486   7 years vboxsync IPRT/process-win.cpp: Make inheritance work on NT 3.1 too.
(edit) @70485   7 years vboxsync iprt/socket.cpp: stupid me
(edit) @70484   7 years vboxsync iprt/socket.cpp: two fixes
(edit) @70483   7 years vboxsync IPRT/socket,poll: Try fix windows polling bug (not fallback) …
(edit) @70482   7 years vboxsync iprt/socket,tcp,pollset: Added RTTcpCreatePair. Implemented polling …
(edit) @70481   7 years vboxsync iprt/socket,tcp,pollset: Added RTTcpCreatePair. Implemented polling …
(edit) @70480   7 years vboxsync iprt/FakeCancelIo: comment update.
(edit) @70479   7 years vboxsync iprt/pipe-win.cpp: Added RTPipeGetCreationInheritability for use in …
(edit) @70477   7 years vboxsync iprt/RTPollSetAdd: Fixed bug in management of fFinalEntry.
(edit) @70460   7 years vboxsync Fix Guest Additions vboxsf sendfile() caching problems (see #2548), …
(edit) @70458   7 years vboxsync Runtime: Adapt Linux R0 timer implementation to work with the upcoming …
(edit) @70456   7 years vboxsync IPRT/RTUuidCreate: More tweaks for old NT 3.1.
(edit) @70455   7 years vboxsync IPRT/RTUuidCreate-win.cpp: Provide fallback for older NT versions …
(edit) @70442   7 years vboxsync RTCp.cpp: scm says max one trailing newline.
(edit) @70430   7 years vboxsync RTNtPathOpenDirEx: more access fixes
(edit) @70428   7 years vboxsync IPRT: Changed the NT namespace passthru prefix from ' !\' to …
(edit) @70425   7 years vboxsync IPRT: Added RTUtf16NCmpAscii.
(edit) @70424   7 years vboxsync IPRT: Moved RTZipGZipCmd into the runtime, leaving a main wrapper …
(edit) @70423   7 years vboxsync IPRT: Moved RTZipGZipCmd into the runtime, leaving a main wrapper …
(edit) @70422   7 years vboxsync IPRT: Renamed RTCmdLs to RTFsCmdLs and moved it into the runtime, …
(edit) @70421   7 years vboxsync IPRT: Renamed RTCmdLs to RTFsCmdLs and moved it into the runtime, …
(edit) @70420   7 years vboxsync iprt/RTPathQueryInfo-nt.cpp: Fixed querying unix attribs for a NT …
(edit) @70419   7 years vboxsync iprt/direnum-r3-nt.cpp: Workaround for buggy fat driver on NT 3.1 (and …
(edit) @70417   7 years vboxsync IPRT: Renamed RTCmdLs to RTFsCmdLs and moved it into the runtime, …
(edit) @70406   7 years vboxsync IPRT/time-win.cpp: Use RtlGetInterruptTimePrecise for …
(edit) @70405   7 years vboxsync IPRT/time-win.cpp: Use RtlGetInterruptTimePrecise for …
(edit) @70402   7 years vboxsync iprt/time-win.cpp: There is no KUSER_SHARED_DATA on NT 3.1, so use …
(edit) @70401   7 years vboxsync IPRT/socket: WSAStartup fix for winsock 1.1 (NT 3.1).
(edit) @70398   7 years vboxsync IPRT/VISO: Pass a the directory of a VISO file to the ISO maker to …
(edit) @70397   7 years vboxsync IPRT: Added RTCp (very incomplete).
(edit) @70396   7 years vboxsync IPRT,ValidationKit: Fixes for vcc100-shell32-fakes.
(edit) @70395   7 years vboxsync IPRT/VISO: Pass a the directory of a VISO file to the ISO maker to …
(edit) @70394   7 years vboxsync vcc100-*: fixes and optimizations.
(edit) @70393   7 years vboxsync IPRT/winsock: init fixes.
(edit) @70387   7 years vboxsync iprt/nt3fakes-r0drv-nt.cpp: fix for xp
(edit) @70384   7 years vboxsync IPRT: Make scm happy.
(edit) @70383   7 years vboxsync IPRT: Make scm happy.
(edit) @70382   7 years vboxsync IPRT: Make scm happy.
(edit) @70381   7 years vboxsync nt3fakesA-r0drv-nt.asm: Make scm happy.
(edit) @70375   7 years vboxsync iprt/vcc100-kernel32-fakes*: Redid the resolving to be more optimal …
(edit) @70374   7 years vboxsync iprt/Makefile.kmk: RuntimeR3VccTricks must be static since it's only …
(edit) @70363   7 years vboxsync RTLdrCheckImports: Added --list-oridnals option for getting both names …
(edit) @70362   7 years vboxsync iprt/rtR0Nt3InitVersion: Turned out registry has no version info …
(edit) @70361   7 years vboxsync iprt/process-win.cpp: shut up some annoying assertions on NT3.1.
(edit) @70360   7 years vboxsync iprt/vcc100-*-fakes.cpp: stupid stupid bug in API getter macro. …
(edit) @70345   7 years vboxsync IPRT: More NT 3.1 compatibility tweaking.
(edit) @70343   7 years vboxsync IPRT: More NT 3.1 compatibility tweaking. [oops]
(edit) @70341   7 years vboxsync IPRT: More NT 3.1 compatibility tweaking.
(edit) @70340   7 years vboxsync iprt/RTAssertShouldPanic-generic.cpp: handy debug trick
(edit) @70336   7 years vboxsync iprt/r0drv-nt: Working on NT 3.1 compatibility.
(edit) @70335   7 years vboxsync iprt/time-r0drv-nt.cpp: Cleanups, making it compatible with NT 3.10.
(edit) @70334   7 years vboxsync iprt: Moved ZwYieldExecution prototype to iprt/nt/nt.h.
(edit) @70324   7 years vboxsync iprt/rtFsNtfsAttr_Read: multi extent read fix.
(edit) @70319   7 years vboxsync RTLdrCheckImport: verbosity
(edit) @70313   7 years vboxsync IPRT/ldr: Made RTLdrEnumSymbols report forwards with value …
(edit) @70312   7 years vboxsync IPRT/ldrPE: Set error info on header validation trouble. [build fix]
(edit) @70311   7 years vboxsync RTLdrCheckImports: Implemented export lists and made it a build tool.
(edit) @70310   7 years vboxsync IPRT/ldrPE: Set error info on header validation trouble.
(edit) @70309   7 years vboxsync IPRT/ldr: Added VFS chain based loader open APIs.
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