VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @31103   14 years vboxsync IPRT/Socket: Add non blocking versions of the read/write methods. The …
(edit) @30965   14 years vboxsync log.cpp: Reverted r63670 as the comments were correct when considering …
(edit) @30962   14 years vboxsync follow up to r63851.
(edit) @30961   14 years vboxsync IPRT/vboxdrv: We have RTTimeSystemNanoTS in ring-0 now, so use it.
(edit) @30935   14 years vboxsync IPRT/RTSEMEVENT_MAGIC_DEAD: Undid the accidental killing of Gaiman! :-)
(edit) @30933   14 years vboxsync semevent-r0drv-solaris.c: review comments.
(edit) @30859   14 years vboxsync iprt/string.h: added RTStrPurgeEncoding.
(edit) @30849   14 years vboxsync fix comment
(edit) @30827   14 years vboxsync iprt/mem.h: Added RTMemWipeThoroughly().
(edit) @30801   14 years vboxsync iprt/asm-amd64-x86.h: Added the missing ASMCpuId_<reg>() variants.
(edit) @30797   14 years vboxsync tstInlineAsm.cpp: typo.
(edit) @30749   14 years vboxsync IPRT: minor string fixes (use RTStrAlloc and friends instead of RTMemAlloc)
(edit) @30746   14 years vboxsync Main: clean up spaghetti code in Console::configConstructor(): remove …
(edit) @30732   14 years vboxsync vboxnetflt: Fixed GRO problem on Linux (#5121)
(edit) @30712   14 years vboxsync Build fix.
(edit) @30711   14 years vboxsync Runtime/r0drv/Solaris: SemEvent fixes.
(edit) @30651   14 years vboxsync log.cpp: N_() around error messages.
(edit) @30611   14 years vboxsync strspace.cpp: Fixed bug in sdbm() resulting in wrong cchString values …
(edit) @30579   14 years vboxsync semeventmulti-r0drv-solaris.c: Simplified it. No need to spend a lot …
(edit) @30578   14 years vboxsync semeventmulti-r0drv-solaris.c: The atomic+volatile mess isn't needed …
(edit) @30576   14 years vboxsync semeventmulti-r0drv-solaris.c: that the version changed is sufficient, …
(edit) @30552   14 years vboxsync Runtime/r0drv/solaris: SemEventMulti fix.
(edit) @30491   14 years vboxsync Runtime/r0drv/solaris: RTSemEvenMulti, remove temporary log line.
(edit) @30490   14 years vboxsync Runtime/r0drv/solaris: fix RTSemEventMulti for spurious wakeups (#5090)
(edit) @30472   14 years vboxsync Runtime/r0drv/Solaris: Fix RTSemEvent for spurious wakeups (#5090)
(edit) @30470   14 years vboxsync RTSgBufInit: cSegs must be size_t so RT_ELEMENTS and similar will work …
(edit) @30468   14 years vboxsync IPRT: - Corrected RTSGBUF member names. - Corrected RTSgBufInit …
(edit) @30383   14 years vboxsync Solaris/memobj: comment fix.
(edit) @30378   14 years vboxsync Solaris/vbi: spaces->tabs.
(edit) @30374   14 years vboxsync Solaris/vbi: fake vbi_is_preempt_enabled when vbi_init has not been …
(edit) @30371   14 years vboxsync RTFsQueryType/win: Fix for FileSystemName not being terminated.
(edit) @30365   14 years vboxsync RTFsQueryType: Use an enum. Added RTFsTypeName() for translating a …
(edit) @30362   14 years vboxsync Exact version
(edit) @30359   14 years vboxsync Typo
(edit) @30340   14 years vboxsync DPC check for win7 x64
(edit) @30324   14 years vboxsync Main, Runtime: refined file system check to warn for disabled host …
(edit) @30320   14 years vboxsync *: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
(edit) @30318   14 years vboxsync iprt/cpp/ministring.h: Added a append variant taking a 'const char *' …
(edit) @30312   14 years vboxsync Runtime/process-posix: Better error message if the binaries format is …
(edit) @30307   14 years vboxsync compile fix
(edit) @30306   14 years vboxsync Runtime/socket: Windows does have a good enough sendmsg() equivalent …
(edit) @30303   14 years vboxsync iprt/RTDirRead: fixed memory leak introduced in r60863
(edit) @30294   14 years vboxsync build fix
(edit) @30293   14 years vboxsync Runtime/Makefile.kmk: Don't set RT_WITH_ICONV_CACHE when building …
(edit) @30283   14 years vboxsync Runtime: error checking
(edit) @30282   14 years vboxsync RTFsQueryType(): hfsplus on Linux
(edit) @30281   14 years vboxsync Runtime: added Darwin support to RTFsQueryType
(edit) @30279   14 years vboxsync removed unused header
(edit) @30276   14 years vboxsync iprt: added RTFsQueryType() for Windows
(edit) @30275   14 years vboxsync Runtime/socket: fix size_t/int problem
(edit) @30274   14 years vboxsync iprt: testcase for RTFsQueryType()
(edit) @30273   14 years vboxsync Runtime/socket: typo
(edit) @30272   14 years vboxsync Runtime/socket: there is no sendmsg equivalent on all Windows …
(edit) @30270   14 years vboxsync Runtime/tcp+socket: Add function to write to a socket using a …
(edit) @30255   14 years vboxsync iprt/memcmp.asm: fixed wrongly returning 0 on 64-bit hosts if the …
(edit) @30254   14 years vboxsync iprt: introduced RTFsQueryType()
(edit) @30253   14 years vboxsync iprt/assert.h: Use static_assert with g++ when available. Added …
(edit) @30250   14 years vboxsync tstRTAssertCompile.cpp: Postpone array problem on MSC.
(edit) @30240   14 years vboxsync iprt/assert.h: Added AssertCompileMembersAtSameOffset, …
(edit) @30238   14 years vboxsync fileaio-solaris.cpp: Variable mixup. Fixes hang during async I/O
(edit) @30228   14 years vboxsync Config.kmk,Runtime/Makefile.kmk: VCC100 / WINDDK updates.
(edit) @30190   14 years vboxsync Solaris/VBI: fix segvbi_fault and segvbi_getprot routines. Some style …
(edit) @30163   14 years vboxsync tstInlineAsm.cpp: guest phys addr
(edit) @30112   14 years vboxsync iprt/asm.h,*: Added ASMAtomicWriteNullPtr and ASMAtomicUoWriteNullPtr …
(edit) @30111   14 years vboxsync iprt/asm.h,*: Revised the ASMAtomic*Ptr functions and macros. The new …
(edit) @30094   14 years vboxsync Runtime/Doxyfile: callback_method_impl.
(edit) @30093   14 years vboxsync IPRT: Removed VERR_LOGON_FAILURE in favor of …
(edit) @30088   14 years vboxsync tstRTStrFormat: Added Rhxs & Rhxd tests.
(edit) @30080   14 years vboxsync build fix.
(edit) @30079   14 years vboxsync IPRT: Use PFNRTPROGRESS.
(edit) @30065   14 years vboxsync IPRT/process-win: Added fallback process detection for guests w/o …
(edit) @30013   15 years vboxsync scm cleanup.
(edit) @29963   15 years vboxsync Runtime: Swapped width and precision for Rhxd/Rhsx format specifiers …
(edit) @29951   15 years vboxsync RTTcpServerCreateEx: Don't assert when failing to resolve the host name.
(edit) @29912   15 years vboxsync IPRT/process-win: Only deal with NULL domains on NT4.
(edit) @29906   15 years vboxsync IPRT: fix testcase
(edit) @29904   15 years vboxsync IPRT: fix win burns
(edit) @29901   15 years vboxsync IPRT: added progress callback support to SHA1 digest calculation and …
(edit) @29878   15 years vboxsync FreeBSD: Include header which declares kmem_alloc_attr or we crash …
(edit) @29877   15 years vboxsync memobj-r0drv-freebsd.c: Fix low allocs if kmem_alloc_attr is used
(edit) @29873   15 years vboxsync OVF: fix incorrect disk UUIDs in machine XML on export
(edit) @29845   15 years vboxsync tstRTCidr: nits
(edit) @29841   15 years vboxsync Runtime: testcase.
(edit) @29840   15 years vboxsync Runtime: no more than four octets are allowed.
(edit) @29839   15 years vboxsync tstRTCidr: another testcase
(edit) @29838   15 years vboxsync Runtime: cosmetic.
(edit) @29837   15 years vboxsync Runtime: fixed cDelimiterLimit calculation, short form (n.n/16 is the …
(edit) @29836   15 years vboxsync tstRTCidr: more testcases
(edit) @29834   15 years vboxsync Runtime: RTCidrStrToIPv4 changed to conform to rfc 4632 …
(edit) @29833   15 years vboxsync fileaio-freebsd.cpp: Fixes
(edit) @29832   15 years vboxsync Fix
(edit) @29831   15 years vboxsync alloc-r0drv-freebsd.c: Simplify the allocation of executable memory …
(edit) @29820   15 years vboxsync RTSha1Digest.cpp: Don't need mem.h
(edit) @29819   15 years vboxsync RTSha1Digest.cpp: Don't mix allocators! Also, check for allocation …
(edit) @29807   15 years vboxsync Guest Control/IPRT/VBoxManage: More gentle error messages, bug fix for …
(edit) @29783   15 years vboxsync iprt: %.5RX32 ++ bug fix - precision should padd with '0' as it used to do.
(edit) @29778   15 years vboxsync Runtime: Use RTSha1ToString cause the old method used the wrong …
(edit) @29765   15 years vboxsync *-r0drv-freebsd.c: Little cleanup and don't wire the pages twice …
(edit) @29763   15 years vboxsync FreeBSD: Wiring in a user map requires VM_MAP_WIRE_USER. Fixes guest …
(edit) @29739   15 years vboxsync memobj-r0drv-freebsd.cpp: Hopefully correct range check now…
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