VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @25482   15 years vboxsync critsect-generic.cpp: made it less of an #ifdef orgy…
(edit) @25478   15 years vboxsync IPRT,PDMCritSect: More lock validator refactoring.
(edit) @25474   15 years vboxsync Oops
(edit) @25472   15 years vboxsync FreeBSD: Use sysctl instead of procfs to retrieve executable path and …
(edit) @25467   15 years vboxsync IPRT,PDMCritSect: More lock validation.
(edit) @25438   15 years vboxsync semsrw-generic.cpp -> semrw-generic.cpp.
(edit) @25436   15 years vboxsync RTLockValidator,RTThread: Serialize deadlock detection and …
(edit) @25433   15 years vboxsync semmutex-r0drv-nt.cpp: Corrected the RTSemMutexRequest implementation …
(edit) @25431   15 years vboxsync RTSemXRoads: initial implementation.
(edit) @25427   15 years vboxsync Runtime/r0drv/timer-linux: make the hrtimer code work, requires Linux …
(edit) @25426   15 years vboxsync RTSemXRoads: API + testcase.
(edit) @25425   15 years vboxsync the-linux-kernel.h: PAGE_KERNEL_EXEC was introduced with 2.6.8.
(edit) @25409   15 years vboxsync IPRT,PDMCritSect,Main: Moved code dealing with lock counting from …
(edit) @25406   15 years vboxsync IPRT,PDMCritSect: Lock validation can only be performed in ring-3; …
(edit) @25398   15 years vboxsync IPRT,PDMAllocCritSect: Don't bitch when recursivly entering a mutex.
(edit) @25382   15 years vboxsync semmutex-win.cpp: Use a structure instead of storing the native handle …
(edit) @25381   15 years vboxsync IPRT: Split up sems-win.cpp and semnoint-generic.cpp
(edit) @25378   15 years vboxsync Use RTSemMutexRequest*Debug in strict builds.
(edit) @25373   15 years vboxsync IPRT,PDMCritSect: More validation changes. Validate posix and linux …
(edit) @25369   15 years vboxsync build fix
(edit) @25368   15 years vboxsync RTCritSect,PDMCritSect,iprt/lockvalidator.h: Reworked the deadlocking …
(edit) @25349   15 years vboxsync iprt/ministring_cpp.h -> iprt/cpp/ministring.h
(edit) @25348   15 years vboxsync iprt/xml_cpp.h -> iprt/cpp/xml.h
(edit) @25345   15 years vboxsync iprt/lock.h -> iprt/cpp/lock.h
(edit) @25342   15 years vboxsync build fix.
(edit) @25341   15 years vboxsync ldrPE.cpp: Added WIN_CERTIFICATE and added very basic verification of …
(edit) @25340   15 years vboxsync ldrPE.cpp: Dropped VERR_LDRPE_SECURITY.
(edit) @25329   15 years vboxsync Runtime: typo
(edit) @25323   15 years vboxsync iprt/getopt.h/cpp: Made the uIndex 32-bit instead of 64-bit as we …
(edit) @25296   15 years vboxsync IPRT: splitting up utf-8.cpp
(edit) @25292   15 years vboxsync RTDirReadEx parameter to resolve symlinks.
(edit) @25259   15 years vboxsync ldrPE.cpp: Ignore IMAGE_DIRECTORY_ENTRY_SECURITY for now.
(edit) @25183   15 years vboxsync r0drv/Solaris: fix warnings.
(edit) @25160   15 years vboxsync IPRT/R0: Assert messages for spinlock magic.
(edit) @25076   15 years vboxsync RTFileQueryFsSizes: Moving it to a separate file so we can select …
(edit) @25066   15 years vboxsync rtHeapOffsetAllocBlock: Rewrote the alignment handling so it doesn't …
(edit) @25065   15 years vboxsync rtHeapOffsetAllocBlock: Rewrote the alignment handling so it doesn't …
(edit) @25064   15 years vboxsync tstRTHeapOffset.cpp: extended the testcase.
(edit) @25060   15 years vboxsync heapoffset.cpp: stricter assertions.
(edit) @25059   15 years vboxsync RTHeapOffset: Initial conversion of RTHeapSimple.
(edit) @25057   15 years vboxsync tstHeapSimple.cpp -> tstRTHeapSimple.cpp.
(edit) @25055   15 years vboxsync iprt/heap.h: Prototypes an offset based variation of the simple heap. …
(edit) @25031   15 years vboxsync RTStrVersionCompare: Handle pre-release indicators better.
(edit) @25029   15 years vboxsync RTStrVersionCompare: Some todos for dealing with beta releases.
(edit) @25014   15 years vboxsync RTStrVersionCompare: made it return the same as RTStrICmp (-1,0,1).
(edit) @25005   15 years vboxsync IPRT: Optimized version of RTStrVersionCompare (thanks to Knut!), made …
(edit) @25000   15 years vboxsync IPRT: Fixed -Wshadow warnings, found two bugs in error paths.
(edit) @24987   15 years vboxsync typo
(edit) @24986   15 years vboxsync IPRT/log.cpp: Don't use RTMemExecAlloc if RT_WITHOUT_EXEC_ALLOC and …
(edit) @24958   15 years vboxsync r3/alloc.cpp: Use %#zx instead of %d on sizes.
(edit) @24956   15 years vboxsync Runtime/r0drv/linux: final fix for the prepare_to_wait() / …
(edit) @24902   15 years vboxsync Runtime/r0drv/linux: fix for the finish_wait() fix
(edit) @24894   15 years vboxsync IPRT: Removed outdated todos.
(edit) @24893   15 years vboxsync IPRT: Improved RTStrVersionCompare() + testcase.
(edit) @24892   15 years vboxsync fileio-win.cpp/RTFileQueryFsSizes: todo with some hints
(edit) @24889   15 years vboxsync IPRT: Added RTFileQueryFsSizes.
(edit) @24885   15 years vboxsync build fix
(edit) @24883   15 years vboxsync Runtime/r0drv/linux: fix finish_wait() for Linux 2.4 kernels
(edit) @24826   15 years vboxsync IPRT: Added RTMsgError, RTMsgErrorV and RTGetOptPrintError.
(edit) @24825   15 years vboxsync IPRT: Added RTMsgError, RTMsgErrorV and RTGetOptPrintError.
(edit) @24824   15 years vboxsync Runtime: Linux 2.4 symbol fiddling
(edit) @24781   15 years vboxsync tstStrToNum: Added RTR3Init().
(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
Note: See TracRevisionLog for help on using the revision log.

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