VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @28496   15 年 vboxsync Runtime/FreeBSD: Build fix
(edit) @28459   15 年 vboxsync time-win.cpp: Fixed 1000000 scale down bug in RTTimeSystemMilliTS …
(edit) @28434   15 年 vboxsync *: whitespace cleanups by scm and two manually picked nits.
(edit) @28326   15 年 vboxsync alloc-ef.cpp: build fix.
(edit) @28317   15 年 vboxsync RTMemPageFree + all users: Added size parameter to RTMemPageFree so we …
(edit) @28311   15 年 vboxsync alloc-posix.cpp: avoid bzero.
(edit) @28301   15 年 vboxsync alloc.cpp: oops, switched the #ifdef branches there.
(edit) @28298   15 年 vboxsync iprt,Config.kmk: Make sure the RTMemAllocVar* alignment gets poisoned …
(edit) @28273   15 年 vboxsync alloc-ef.cpp: spaces
(edit) @28271   15 年 vboxsync IPRT: Some efence adjustments, adding RTMemAllocVar and RTMemAllocZVar …
(edit) @28199   15 年 vboxsync IPRT: xml crash fix
(edit) @28164   15 年 vboxsync IPRT: attribute namespace support
(edit) @28163   15 年 vboxsync IPRT: xml optimizations, preps for better namespace support
(edit) @27959   15 年 vboxsync iprt: added RTTcpSetSendCoalescing.
(edit) @27918   15 年 vboxsync Main/OVF: import vbox:Machine XML within OVF, first batch (XML is …
(edit) @27791   15 年 vboxsync socket.cpp: build fix.
(edit) @27787   15 年 vboxsync iprt: RTSocket/RTTcp: refcount the sockets the RTDbg* way.
(edit) @27772   15 年 vboxsync Backed out 59389 (r3/socket.cpp) as it seems to cause some really …
(edit) @27771   15 年 vboxsync fix.
(edit) @27770   15 年 vboxsync tcp.cpp: no need to special FreeBSD case here I think.
(edit) @27759   15 年 vboxsync IPRT: Build fix for FreeBSD
(edit) @27755   15 年 vboxsync IPRT: an attempt to implement correct socket use accounting
(edit) @27747   15 年 vboxsync process-posix.cpp: added todos.
(edit) @27745   15 年 vboxsync build fix
(edit) @27743   15 年 vboxsync IPRT,*: Renamed RTProcDaemonize to RTProcDaemonizeUsingFork. Added a …
(edit) @27721   15 年 vboxsync RTPipeFromNative/posix: Solaris creates bi-directional pipes so we …
(edit) @27667   15 年 vboxsync iprt/RTProcCreateEx: restored assertion removed in r58933 and added a …
(edit) @27649   15 年 vboxsync RTTest: Added RTTest*Value* for reporting simple benchmark result. …
(edit) @27637   15 年 vboxsync pipe-win.cpp: Don't flag RTPOLL_EVT_WRITE unless asked for.
(edit) @27618   15 年 vboxsync iprt: Enabled RTSystemQueryDmiString-win.cpp. Fixed the header from …
(edit) @27614   15 年 vboxsync iprt: Implemented RTPipeFromNative on posix.
(edit) @27613   15 年 vboxsync iprt: Added RTPipeFromNative, implemented the windows version and …
(edit) @27579   15 年 vboxsync IPRT/process-win: Whops.
(edit) @27578   15 年 vboxsync IPRT/process-win: Comment on NT4.
(edit) @27575   15 年 vboxsync alloc-ef.cpp: sensible variable names.
(edit) @27556   15 年 vboxsync process-win.cpp: must keep child process handles around or we risk …
(edit) @27554   15 年 vboxsync localipc-win.cpp: don't drag in …
(edit) @27553   15 年 vboxsync pipe-win: fixed bug in RTPipeWrite.
(edit) @27549   15 年 vboxsync iprt/socket.cpp: relaxed the locking for accept and shutdown.
(edit) @27541   15 年 vboxsync RT: temporary commented out owner assert in RT socket's shutdown() - …
(edit) @27513   15 年 vboxsync process-win.cpp: code review / cleanup.
(edit) @27512   15 年 vboxsync process-win.cpp: must mark handles passed to the child as inheritable.
(edit) @27511   15 年 vboxsync pipe-win.cpp: simplified.
(edit) @27510   15 年 vboxsync poll-win.cpp,socket.cpp: Tested socket polling for windows.
(edit) @27509   15 年 vboxsync iprt: Poll on sockets on windows (untested). RTPollSetCount -> …
(edit) @27506   15 年 vboxsync tcp.cpp: drop some of the includes.
(edit) @27504   15 年 vboxsync socket.cpp,tcp.cpp: Windows build fixes.
(edit) @27503   15 年 vboxsync iprt/socket.h: RTSocket API.
(edit) @27502   15 年 vboxsync ditto
(edit) @27501   15 年 vboxsync poll-posix.cpp: disabled polling on sockets for a few mins to get a …
(edit) @27500   15 年 vboxsync tcp.cpp: build fix.
(edit) @27499   15 年 vboxsync build fix
(edit) @27497   15 年 vboxsync iprt,rdp,drvnamedpipe: Changed the RTSOCKET type from int to a struct …
(edit) @27492   15 年 vboxsync superflous IN_RING3
(edit) @27491   15 年 vboxsync IPRT/process-win: Now runs on WinXP and W2K as well.
(edit) @27487   15 年 vboxsync IPRT/process-win: Now works on Windows 7.
(edit) @27475   15 年 vboxsync IPRT/process-win: Fix for NT4 (not needed anyway atm).
(edit) @27473   15 年 vboxsync IPRT/process-win: Attempt to impersonate started processes.
(edit) @27452   15 年 vboxsync IPRT/process-posix: Fix POSIX burns.
(edit) @27451   15 年 vboxsync IPRT/process-win: Update on RTProcCreateEx() + testcase.
(edit) @27431   15 年 vboxsync iprt: Implemented RTPollSet on windows (pipes only). Optimized the …
(edit) @27418   15 年 vboxsync IPRT: much better error messages for XML runtime errors (improves …
(edit) @27416   15 年 vboxsync IPRT/process-win: Only close token if valid.
(edit) @27404   15 年 vboxsync alloc-ef.cpp: fix fence in front case no man's area filling (had a …
(edit) @27388   15 年 vboxsync iprt: flush file & pipe.
(edit) @27387   15 年 vboxsync iprt: RTProcCreateEx fix. Added testcase for whitespace args.
(edit) @27385   15 年 vboxsync iprt: Enabled the RTProcCreateEx code on widnows - the testcase works…
(edit) @27349   15 年 vboxsync process-posix.cpp: copy & past thing in commented out code.
(edit) @27348   15 年 vboxsync process-win.cpp: Sketched out RTProcCreateEx.
(edit) @27321   15 年 vboxsync process-posix.cpp: Fixed RTPROC_FLAGS_DAEMONIZE, RTProcDaemonize …
(edit) @27313   15 年 vboxsync pipe-win.cpp: Pipe implementation for windows; fails two test wrt to …
(edit) @27312   15 年 vboxsync pipe-posix.cpp: Fixed missing VERR_NO_MEMORY in RTPipeCreate.
(edit) @27297   15 年 vboxsync alloc-ef.cpp: RTALLOC_EFENCE_ALIGNMENT.
(edit) @27295   15 年 vboxsync Runtime/alloc-ef: back out accidental commit
(edit) @27293   15 年 vboxsync Runtime/alloc-ef: more filling and more checking
(edit) @27289   15 年 vboxsync fileio-posix.cpp: Fixed inverted test on RTFILE_O_INHERIT causing the …
(edit) @27288   15 年 vboxsync r3/tcp.cpp: Mark all sockets as no-inherit. (TODO: windows)
(edit) @27287   15 年 vboxsync process-posix.cpp: Forgot to pass pFileActions to posix_spawn. duh.
(edit) @27246   15 年 vboxsync RTDirRemoveRecursive: Fixed memory leak, made it deal with UNKNOWN and …
(edit) @27129   15 年 vboxsync scm cleaned up some whitespace.
(edit) @27017   15 年 vboxsync made the testsuite build on windows.
(edit) @26915   15 年 vboxsync Runtime/tcp: new function to query the local address of a socket.
(edit) @26880   15 年 vboxsync gcc warning
(edit) @26844   15 年 vboxsync RTPollSetCount.
(edit) @26843   15 年 vboxsync RTSystemQueryDmiString-darwin.cpp: fixed leaks and buffer overflow …
(edit) @26839   15 年 vboxsync RTSystemQueryDmiString-linux.cpp: fixed edge case.
(edit) @26827   15 年 vboxsync IPRT: RTPollSetCount() -> RTPollGetCount().
(edit) @26824   15 年 vboxsync iprt: Adjustments to RTPipeReadBlocking and RTPipeWriteBlocking. …
(edit) @26821   15 年 vboxsync Runtime/r3/darwin: RTSystemQueryDmiString fix.
(edit) @26808   15 年 vboxsync Runtime/r3/darwin: unwanted header.
(edit) @26807   15 年 vboxsync Runtime/r3/darwin: RTSystemQueryDmiString cleanup
(edit) @26806   15 年 vboxsync Runtime/r3/darwin: unwanted headers
(edit) @26805   15 年 vboxsync poll-posix.cpp: build fix.
(edit) @26804   15 年 vboxsync process-posix.cpp: Drop the old RTProcCreate code.
(edit) @26803   15 年 vboxsync Runtime/r3/darwin: Implemented RTSystemQueryDmiString
(edit) @26802   15 年 vboxsync Implemented RTProcCreateEx for posix. The new features hasn't been …
(edit) @26801   15 年 vboxsync poll-posix.cpp: initial untested code.
(edit) @26788   15 年 vboxsync poll.h not pipe.h.
(edit) @26786   15 年 vboxsync Runtime: Stubbed the polling API.
(edit) @26785   15 年 vboxsync doc typo
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette