VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @66433   8 years vboxsync Runtime/generic/rtStrFormatKernelAddress-generic: off-by-one
(edit) @66417   8 years vboxsync debug build fix
(edit) @66416   8 years vboxsync build fix
(edit) @66415   8 years vboxsync IPRT: split %RKv formatting into separate function.
(edit) @64634   8 years vboxsync RTPathAbs-generic.cpp: Have to remove '.' too, like the it says on the …
(edit) @64281   8 years vboxsync IPRT,SUP: Major vboxdrv and GIP version change; more flexible …
(edit) @63509   8 years vboxsync IPRT: warnings (clang)
(edit) @63451   8 years vboxsync Runtime: warnings
(edit) @63146   8 years vboxsync RTDirCreateUniqueNumbered: increase the max tries a little to make the …
(edit) @62796   8 years vboxsync RTDirCreateUniqueNumbered: Don't depend on uint64_t wrap around.
(edit) @62723   8 years vboxsync RTDirCreateUniqueNumbered: Changed the implementation to count from …
(edit) @62663   8 years vboxsync RuntimeR0Drv: warnings
(edit) @62635   8 years vboxsync warnings
(edit) @62592   8 years vboxsync IPRT: More unused parameters and undefined preprocessor macor warning …
(edit) @62570   8 years vboxsync IPRT: More unused parameters.
(edit) @62567   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) @62556   8 years vboxsync IPRT: Unused parameters.
(edit) @62477   8 years vboxsync (C) 2016
(edit) @62461   8 years vboxsync IPRT: scm
(edit) @62448   8 years vboxsync IPRT: More MSC level 4 warning fixes.
(edit) @62436   8 years vboxsync IPRT/R0/RC: MSC level 4 warnings
(edit) @60056   9 years vboxsync Runtime: build fix
(edit) @60054   9 years vboxsync never use AssertStmt(..., continue) but use AssertContinue(...) (look …
(edit) @59461   9 years vboxsync IPRT: Linux specific implementation for RTFileSetAllocationSize()
(edit) @59459   9 years vboxsync IPRT: Add RTFileSetAllocationSize() to enforce block allocation on the …
(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) @59243   9 years vboxsync Several fixes to get RuntimeR3 building on SPARC again (required for …
(edit) @59039   9 years vboxsync IPRT: trace point build fix.
(edit) @59036   9 years vboxsync IPRT,VMMR0: Added trace points to both the IPRT critical section types.
(edit) @58829   9 years vboxsync IPRT: Make read-write critical sections available to ring-0 code.
(edit) @58738   9 years vboxsync Runtime/http-curl: distinguish between "URL not found" and "host not found"
(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) @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) @57974   9 years vboxsync IPRT: Some more doxygen fixes.
(edit) @57944   9 years vboxsync iprt: More doxygen corrections.
(edit) @57905   9 years vboxsync IPRT: More build for NT4 fun, but the VBoxRT.dll we build when …
(edit) @57835   9 years vboxsync RTProc,RTEnv: First pass over the windows process creation code, …
(edit) @57820   9 years vboxsync IPRT/process-win.cpp: User profile environment handling, take 2: …
(edit) @57815   9 years vboxsync http-curl.cpp: Hacked up a libproxy support using dynamic loading, …
(edit) @57813   9 years vboxsync http-curl.cpp: Implemented system proxy config for OS X and fixed …
(edit) @57794   9 years vboxsync http-curl.cpp: Implementing parsing the windows proxy server list as …
(edit) @57777   9 years vboxsync http-curl.cpp: OSE build fix
(edit) @57749   9 years vboxsync http-curl.cpp: Halfways there on windows, just need to make use of the …
(edit) @57737   9 years vboxsync common/misc/http.cpp -> generic/http-curl.cpp
(edit) @57698   9 years vboxsync IPRT: More Solaris 11 certificate paths.
(edit) @57681   9 years vboxsync RTCrStoreCreateSnapshotById-generic.cpp: Oracle Linux 5 update.
(edit) @57613   9 years vboxsync IPRT,UINetworkReply.cpp: Added RTPathGlob, a set of …
(edit) @57572   9 years vboxsync IPRT: Started on accessing system certificate stores to get SSL roots …
(edit) @57432   9 years vboxsync iprt/cdefs.h,*: Split RT_NO_THROW into prototype and definition macros …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56680   9 years vboxsync env-generic.cpp: The environment is case sensitive, not insensitive. duh.
(edit) @56290   10 years vboxsync IPRT: Updated (C) year.
(edit) @55597   10 years vboxsync RTEnvSetEx fix for change records.
(edit) @55585   10 years vboxsync env-generic.cpp: build fix.
(edit) @55584   10 years vboxsync iprt/env.h: Added RTEnvQueryUtf8Block, RTEnvFreeUtf8Block and RTEnvReset.
(edit) @55562   10 years vboxsync IPRT: Added RTEnvCreateChangeRecord, RTEnvApplyChanges …
(edit) @54408   10 years vboxsync IPRT/r0drv: Added RTMpOnPair and RTMpOnPairIsConcurrentExecSupported, …
(edit) @53294   10 years vboxsync Runtime/generic/RTTimerCreate-generic: nits and comment.
(edit) @52944   10 years vboxsync IPRT: Separated out RTPathAbs from the posix, fixing it up for windows …
(edit) @52618   10 years vboxsync HostDrivers, Runtime, Devices, Additions: TSC delta measurement and …
(edit) @52050   10 years vboxsync RTMemSafer: Split generic from ring-3 specific page based …
(edit) @52033   10 years vboxsync IPRT/memsafer: Relax the guarding pages protection, some hosts like …
(edit) @52020   10 years vboxsync Shot at burning Windows build box
(edit) @52018   10 years vboxsync IPRT: Make RTMemSafer use the SUPR3 page allocation if available to …
(edit) @51940   10 years vboxsync GMMR0: Switched from fast mutex to critical section for the giant …
(edit) @51916   10 years vboxsync Drop electric fences before looking for leaks.
(edit) @51770   10 years vboxsync Merged in iprt++ dev branch.
(edit) @51571   11 years vboxsync Runtime/generic: Explicitly prevent mixing ring-3 and ring-0 spinlock …
(edit) @50644   11 years vboxsync env-generic.cpp: Workaround for lazy _wenviron initialization in the CRT.
(edit) @50642   11 years vboxsync iprt/env.h: Added RTEnvCountEx and RTEnvGetByIndexEx for enumerating …
(edit) @50641   11 years vboxsync RTMpGetDescription: Made it accept NIL_RTCPUID as indicating the …
(edit) @50408   11 years vboxsync RTEnv: Use the unicode CRT APIs on windows to avoid …
(edit) @49034   11 years vboxsync removed bad docs.
(edit) @48935   11 years vboxsync Runtime: Whitespace and svn:keyword cleanups by scm.
(edit) @47552   11 years vboxsync Runtime/timer-generic: Suspend a one shot timer before calling the …
(edit) @47093   11 years vboxsync Runtime/RTProcDaemonize: Use RTPROC_FLAGS_SAME_CONTRACT when creating …
(edit) @46639   11 years vboxsync Added RTMpGetOnlineCoreCount and RTMpGetPresentCoreCount.
(edit) @46633   11 years vboxsync RTMpGetDescription: Strip the string before returning it (avoid lots …
(edit) @46495   12 years vboxsync critsectrw-generic.cpp: Flag fix.
(edit) @46254   12 years vboxsync Fixes.
(edit) @46211   12 years vboxsync More strcache testing and some tuning.
(edit) @46208   12 years vboxsync tstRTStrCache: check that a real strcache impl doesn't return duplicates.
(edit) @46162   12 years vboxsync Simple RTPathIsSame implementation.
(edit) @46146   12 years vboxsync I can't write today
(edit) @46145   12 years vboxsync build fix
(edit) @46144   12 years vboxsync Runtime: RTMpGetCoreCount() for Linux
(edit) @46107   12 years vboxsync grr
(edit) @46101   12 years vboxsync More NT4 debugging. Getting closer to working state…
(edit) @46035   12 years vboxsync Remove L4 support from main tree.
(edit) @45375   12 years vboxsync RTPathParse -> RTPathParseSimple.
(edit) @45309   12 years vboxsync RTCritSectRw: Two fixes.
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