VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @28326   15 years vboxsync alloc-ef.cpp: build fix.
(edit) @28317   15 years vboxsync RTMemPageFree + all users: Added size parameter to RTMemPageFree so we …
(edit) @28311   15 years vboxsync alloc-posix.cpp: avoid bzero.
(edit) @28303   15 years vboxsync Misc: made it possible to do: DEFS += RTMEM_WRAP_TO_EF_APIS …
(edit) @28301   15 years vboxsync alloc.cpp: oops, switched the #ifdef branches there.
(edit) @28298   15 years vboxsync iprt,Config.kmk: Make sure the RTMemAllocVar* alignment gets poisoned …
(edit) @28273   15 years vboxsync alloc-ef.cpp: spaces
(edit) @28271   15 years vboxsync IPRT: Some efence adjustments, adding RTMemAllocVar and RTMemAllocZVar …
(edit) @28267   15 years vboxsync iprt: Added RTLockValidatorHoldsLocksInClass and …
(edit) @28199   15 years vboxsync IPRT: xml crash fix
(edit) @28164   15 years vboxsync IPRT: attribute namespace support
(edit) @28163   15 years vboxsync IPRT: xml optimizations, preps for better namespace support
(edit) @28151   15 years vboxsync tstRTPath.cpp: RTPathStripExt testcases.
(edit) @28145   15 years vboxsync Runtime/Sg: Fix RTSgBufCopy
(edit) @28117   15 years vboxsync Runtime/Sg: Add advanced compare method
(edit) @28116   15 years vboxsync Runtime/Sg: Fix stupid bug
(edit) @28113   15 years vboxsync Runtime/Sg: Add a method to advance the internal buffer pointer
(edit) @28093   15 years vboxsync Runtime/r0drv: Solaris, fixed rtr0MemObjNativeAllocCont to be below 4G …
(edit) @28053   15 years vboxsync Runtime: Generic S/G buffer handling. For VBoxHDD but might become …
(edit) @28026   15 years vboxsync build fix
(edit) @28024   15 years vboxsync iprt: ipv6 header and pseudo checksumming; tcp flags; tcp/udp …
(edit) @28018   15 years vboxsync Solaris/r0drv: memobj, Argh.
(edit) @28017   15 years vboxsync Solaris/r0drv: memobj, Move the Assertion check to common path.
(edit) @27976   15 years vboxsync *: scm cleans up whitespace and adds a new line at the end of …
(edit) @27968   15 years vboxsync RTGetOptArgvToString: Implemented bourne shell style quoting.
(edit) @27959   15 years vboxsync iprt: added RTTcpSetSendCoalescing.
(edit) @27918   15 years vboxsync Main/OVF: import vbox:Machine XML within OVF, first batch (XML is …
(edit) @27807   15 years vboxsync build fix
(edit) @27802   15 years vboxsync getopt fix (2nd part).
(edit) @27801   15 years vboxsync getopt fix.
(edit) @27800   15 years vboxsync iprt: applying sparc patch (selectively).
(edit) @27797   15 years vboxsync misc compiler warning fixes, comment typos and other minor cleanups
(edit) @27794   15 years vboxsync Runtime/testcases: warning
(edit) @27791   15 years vboxsync socket.cpp: build fix.
(edit) @27787   15 years vboxsync iprt: RTSocket/RTTcp: refcount the sockets the RTDbg* way.
(edit) @27776   15 years vboxsync Solaris/r0drv: vbi fix, unsigned overflow.
(edit) @27772   15 years vboxsync Backed out 59389 (r3/socket.cpp) as it seems to cause some really …
(edit) @27771   15 years vboxsync fix.
(edit) @27770   15 years vboxsync tcp.cpp: no need to special FreeBSD case here I think.
(edit) @27763   15 years vboxsync once.cpp: Use ASMAtomicUoReadHandle (missed one place).
(edit) @27759   15 years vboxsync IPRT: Build fix for FreeBSD
(edit) @27755   15 years vboxsync IPRT: an attempt to implement correct socket use accounting
(edit) @27747   15 years vboxsync process-posix.cpp: added todos.
(edit) @27745   15 years vboxsync build fix
(edit) @27744   15 years vboxsync IPRT,*: Renamed RTProcDaemonize to RTProcDaemonizeUsingFork. Added a …
(edit) @27743   15 years vboxsync IPRT,*: Renamed RTProcDaemonize to RTProcDaemonizeUsingFork. Added a …
(edit) @27740   15 years vboxsync Solaris/r0drv: use our own dummy kernel vnode for page_allocs. kvp …
(edit) @27737   15 years vboxsync strformatrt.cpp: some xml fixes (probably not quite right yet, but …
(edit) @27727   15 years vboxsync vbi.h: missing function prototype.
(edit) @27721   15 years vboxsync RTPipeFromNative/posix: Solaris creates bi-directional pipes so we …
(edit) @27675   15 years vboxsync r0drv/Solaris: oops.
(edit) @27674   15 years vboxsync r0drv/Solaris: comment.
(edit) @27673   15 years vboxsync r0drv/Solaris: Physical non-contig allocations without kernel mapping.
(edit) @27669   15 years vboxsync Runtime/r0drv/linux: fixed RTR0MemKernelIsValidAddr() for AMD64
(edit) @27667   15 years vboxsync iprt/RTProcCreateEx: restored assertion removed in r58933 and added a …
(edit) @27652   15 years vboxsync build fix (3rd try)
(edit) @27651   15 years vboxsync build fix (2nd try)
(edit) @27650   15 years vboxsync build fix
(edit) @27649   15 years vboxsync RTTest: Added RTTest*Value* for reporting simple benchmark result. …
(edit) @27648   15 years vboxsync strformatrt.cpp: Added %RMas and %RMes for escaping attribute values …
(edit) @27639   15 years vboxsync iprt: added RTMsgErrorRc[V].
(edit) @27638   15 years vboxsync tstRTPoll: Added test for only polling on RTPOLL_EVT_ERROR on a …
(edit) @27637   15 years vboxsync pipe-win.cpp: Don't flag RTPOLL_EVT_WRITE unless asked for.
(edit) @27618   15 years vboxsync iprt: Enabled RTSystemQueryDmiString-win.cpp. Fixed the header from …
(edit) @27614   15 years vboxsync iprt: Implemented RTPipeFromNative on posix.
(edit) @27613   15 years vboxsync iprt: Added RTPipeFromNative, implemented the windows version and …
(edit) @27579   15 years vboxsync IPRT/process-win: Whops.
(edit) @27578   15 years vboxsync IPRT/process-win: Comment on NT4.
(edit) @27577   15 years vboxsync IPRT/testcase: Typo.
(edit) @27576   15 years vboxsync IPRT/testcase: Added logon failure error, test some more stuff.
(edit) @27575   15 years vboxsync alloc-ef.cpp: sensible variable names.
(edit) @27556   15 years vboxsync process-win.cpp: must keep child process handles around or we risk …
(edit) @27555   15 years vboxsync tstRTProcCreateEx.cpp: Don't drag in Secur32.dll because it prevents …
(edit) @27554   15 years vboxsync localipc-win.cpp: don't drag in …
(edit) @27553   15 years vboxsync pipe-win: fixed bug in RTPipeWrite.
(edit) @27549   15 years vboxsync iprt/socket.cpp: relaxed the locking for accept and shutdown.
(edit) @27541   15 years vboxsync RT: temporary commented out owner assert in RT socket's shutdown() - …
(edit) @27514   15 years vboxsync tstRTProcCreateEx: Don't execute the as-user testcase by default; …
(edit) @27513   15 years vboxsync process-win.cpp: code review / cleanup.
(edit) @27512   15 years vboxsync process-win.cpp: must mark handles passed to the child as inheritable.
(edit) @27511   15 years vboxsync pipe-win.cpp: simplified.
(edit) @27510   15 years vboxsync poll-win.cpp,socket.cpp: Tested socket polling for windows.
(edit) @27509   15 years vboxsync iprt: Poll on sockets on windows (untested). RTPollSetCount -> …
(edit) @27506   15 years vboxsync tcp.cpp: drop some of the includes.
(edit) @27504   15 years vboxsync socket.cpp,tcp.cpp: Windows build fixes.
(edit) @27503   15 years vboxsync iprt/socket.h: RTSocket API.
(edit) @27502   15 years vboxsync ditto
(edit) @27501   15 years vboxsync poll-posix.cpp: disabled polling on sockets for a few mins to get a …
(edit) @27500   15 years vboxsync tcp.cpp: build fix.
(edit) @27499   15 years vboxsync build fix
(edit) @27497   15 years vboxsync iprt,rdp,drvnamedpipe: Changed the RTSOCKET type from int to a struct …
(edit) @27492   15 years vboxsync superflous IN_RING3
(edit) @27491   15 years vboxsync IPRT/process-win: Now runs on WinXP and W2K as well.
(edit) @27487   15 years vboxsync IPRT/process-win: Now works on Windows 7.
(edit) @27475   15 years vboxsync IPRT/process-win: Fix for NT4 (not needed anyway atm).
(edit) @27473   15 years vboxsync IPRT/process-win: Attempt to impersonate started processes.
(edit) @27452   15 years vboxsync IPRT/process-posix: Fix POSIX burns.
(edit) @27451   15 years vboxsync IPRT/process-win: Update on RTProcCreateEx() + testcase.
(edit) @27439   15 years vboxsync IPRT/testcase: Should fix the burns.
(edit) @27437   15 years vboxsync IPRT/testcase: Bits for user RTProcCreateEx.
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