VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @24678   15 years vboxsync Misc: Shut up annoying gcc warnings on darwin.
(edit) @24662   15 years vboxsync Moved RTStrVersionToUInt32 out of strtonum.cpp.
(edit) @24661   15 years vboxsync review todo, not simple remark.
(edit) @24659   15 years vboxsync build grumble.
(edit) @24658   15 years vboxsync RTStrVersionToUInt32: bird review, things todo.
(edit) @24656   15 years vboxsync iprt/ministring: bird review - addressed object state after throwing …
(edit) @24653   15 years vboxsync Please, don't do this.
(edit) @24650   15 years vboxsync Disabling asserts preventing ISO image mounts
(edit) @24645   15 years vboxsync IPRT: Burn fix.
(edit) @24639   15 years vboxsync IPRT: Added RTStrVersionToUInt32() with testcase.
(edit) @24634   15 years vboxsync IPRT: Testcase framework for string -> version number conversion; temp …
(edit) @24633   15 years vboxsync IPRT: Testcase framework for string -> version number conversion; WIP.
(edit) @24585   15 years vboxsync fileio-posix.cpp: Build fix.
(edit) @24584   15 years vboxsync fileio-posix.cpp: file sharing emulation for debugging purposes. …
(edit) @24468   15 years vboxsync iprt/req.h: Document RTReqCall* caveats better.
(edit) @24435   15 years vboxsync Solaris/r0drv: Fixed macro redefs defining _MACHDEP for all r0drv …
(edit) @24427   15 years vboxsync iprt/string.h: Added a simpler allocating sprintf interface.
(edit) @24426   15 years vboxsync Solaris/r0drv: as_pagelock fix typo.
(edit) @24425   15 years vboxsync Solaris/r0drv: fix as_pagelock access error (host/guest common IPRT now).
(edit) @24409   15 years vboxsync OSE header fixes
(edit) @24388   15 years vboxsync Solaris/r0drv, Solaris/Installer: Merge VBI into IPRT. (delete binaries).
(edit) @24386   15 years vboxsync Solaris/r0drv: Merge VBI into IPRT.
(edit) @24352   15 years vboxsync Runtime/testcase: simple event semaphore testcase, including timeout case
(edit) @24341   15 years vboxsync fileio-win.cpp: clearify.
(edit) @24338   15 years vboxsync IPRT: fileio-win: Set GENERIC_WRITE DesiredAccess flag when truncating …
(edit) @24287   15 years vboxsync Made the common parts of the OS/2 additions build again.
(edit) @24247   15 years vboxsync Solaris/mem-obj: some missed cleanup on errors.
(edit) @24226   15 years vboxsync fileaio-posix.cpp: fixed warning in RTFileAioCtxWait.
(edit) @24221   15 years vboxsync RTPathAbsEx: some cleanup, addressed one todo item.
(edit) @24219   15 years vboxsync tcp.cpp: needs limits.h
(edit) @24218   15 years vboxsync IPRT/r3/tcp.cpp: Windows build fix. Killed some warnings as well.
(edit) @24205   15 years vboxsync IPRT/r3/tcp.cpp: correct shutdown sequence.
(edit) @24204   15 years vboxsync IPRT/r3/tcp.cpp: correct shutdown sequence.
(edit) @24189   15 years vboxsync IPRT: Added RTFileQuerySize.
(edit) @24181   15 years vboxsync VMM,SUPDrv,IPRT: Always initialize RTSPINLOCKTMP structures.
(edit) @24180   15 years vboxsync IPRT: Drop the extra usage counting in powernotification-r0drv.c and …
(edit) @24179   15 years vboxsync iprt/initterm.h,SUPDrv-solaris.c: Added RTR0TermForced so the module …
(edit) @24140   15 years vboxsync IPRT: added RTGETOPT_REQ_BOOL_ONOFF
(edit) @24106   15 years vboxsync DBGPlugInWinNt.cpp: digging into debug info…
(edit) @24103   15 years vboxsync grr!
(edit) @24102   15 years vboxsync req.cpp: oops.
(edit) @24100   15 years vboxsync iprt/req.h: Added RTReqIsBusy.
(edit) @24034   15 years vboxsync Backed out r53864; will cause too many problems unfortunately.
(edit) @24031   15 years vboxsync Removed disabled and incorrect assertion.
(edit) @24021   15 years vboxsync Use KeSetSystemAffinityThread in RTThreadPreemptDisable/Enable. …
(edit) @24014   15 years vboxsync Removed rtMpClearPoke function as it's no longer required. (fixes …
(edit) @24006   15 years vboxsync don't use <ctype.h> on UTF-8.
(edit) @24003   15 years vboxsync disable incorrect assert
(edit) @24001   15 years vboxsync Runtime: Darwin requires an extra parameter for F_NOCACHE which …
(edit) @23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23961   15 years vboxsync IPRT: Three new format types: %RTmac, %RTnaipv4 and %RTnapiv6.
(edit) @23960   15 years vboxsync tstStrFormat -> tstRTStrFormat.
(edit) @23919   15 years vboxsync re-apply r53640, r53642
(edit) @23903   15 years vboxsync Runtime: fix memory leak
(edit) @23892   15 years vboxsync temporarily back out r53642, r53640
(edit) @23871   15 years vboxsync followup for waitpid fix: old sigaction flags check fix
(edit) @23869   15 years vboxsync fix/hack waitpid issues for unix platforms: racing of RT and xpcom, …
(edit) @23868   15 years vboxsync RTGetOpt: Added RTGetOptFetchValue to fetch an additional value for an …
(edit) @23861   15 years vboxsync Check if DPC array was initialized
(edit) @23860   15 years vboxsync D-Bus: OSE exports
(edit) @23852   15 years vboxsync Main/D-Bus: Build fixes.
(edit) @23849   15 years vboxsync Main/D-Bus: Include D-Bus module.
(edit) @23845   15 years vboxsync VBoxClient/VBoxTray/VBgl: Reverted last check-ins to redo D-BUS movement.
(edit) @23824   15 years vboxsync VBox Runtime: Also include D-BUS handling on other *x* platforms.
(edit) @23819   15 years vboxsync VBoxClient:
(edit) @23718   15 years vboxsync critsect-generic.cpp: Don't use AssertMsgFailed on nested entry since …
(edit) @23717   15 years vboxsync Runtime/r0drv/linux: include linux/sched.h directly (was always …
(edit) @23684   15 years vboxsync Compile fix
(edit) @23683   15 years vboxsync Use KeIpiGenericCall on Vista by default as well
(edit) @23666   15 years vboxsync RTTcpRead: recv returns 0 and errno = 0 when the server shuts down the …
(edit) @23665   15 years vboxsync RTTcpServerCreateEx: Initialize all the fields or RTTcpServerListen …
(edit) @23644   15 years vboxsync Runtime: Added indexed options to RTGetOpt (eg: "--strwithindex14 value")
(edit) @23625   15 years vboxsync IPRT: Added RTTcpServerShutdown and cleaned up the code.
(edit) @23622   15 years vboxsync use DEV_BSIZE instead of hardcoded 512 bytes in r53300
(edit) @23620   15 years vboxsync Runtime: fixed pObjInfo->cbAllocated for non-Windows hosts
(edit) @23619   15 years vboxsync comment typo.
(edit) @23613   15 years vboxsync tcp.cpp: nippicking: No else after return.
(edit) @23611   15 years vboxsync typo
(edit) @23610   15 years vboxsync IPRT,VMM,SUPDrv,VBGLR0: Added a parameter to RTR0MemObjLockUser/Kernel …
(edit) @23602   15 years vboxsync Runtime/Aio: Bugfixes
(edit) @23546   15 years vboxsync Use KeIpiGenericCall on Windows 7 hosts.
(edit) @23528   15 years vboxsync Runtime/Errno: Include kernel headers for error code conversion
(edit) @23507   15 years vboxsync IPRT: Added APIs for convering digests to/from strings.
(edit) @23506   15 years vboxsync Use HalSendSoftwareInterrupt in Windows 7 (not exported in Vista)
(edit) @23505   15 years vboxsync Soalris/r0drv-thread: don't call splx as it's fixed in r53110
(edit) @23503   15 years vboxsync IPRT: Added SHA-1, SHA-256 and SHA-512 APIs. Added a simple digest …
(edit) @23501   15 years vboxsync IPRT: Added SHA-1, SHA-256 and SHA-512 APIs. Added a simple digest …
(edit) @23499   15 years vboxsync iprt/manifest.cpp: code review: addressed some issue in error paths; …
(edit) @23482   15 years vboxsync iprt/sanity.c: Check the sizes of the RTUINTxxU types.
(edit) @23452   15 years vboxsync Makefiles: Corrected properties.
(edit) @23416   15 years vboxsync Disable HalRequestIpi for Windows 7 again
(edit) @23413   15 years vboxsync Comment added
(edit) @23412   15 years vboxsync Enabled HalRequestIpi usage again. Hopefully works with Windows 7 too …
(edit) @23411   15 years vboxsync Runtime/Aio-posix: stricter checking
(edit) @23406   15 years vboxsync Runtime/Aio-posix: Relax assertion. It is possible that more than …
(edit) @23405   15 years vboxsync Runtime/Aio-posix: Another difference in interpretation of the return …
(edit) @23396   15 years vboxsync Runteim/Aio-posix: Respect AIO_LISTIO_MAX for aio_suspend too. Should …
(edit) @23376   15 years vboxsync Don't use HalRequestIpi. Blue screens on Windows 7.
(edit) @23375   15 years vboxsync Very annoying assertion
(edit) @23370   15 years vboxsync Compile fix
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