VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @27017   15 years vboxsync made the testsuite build on windows.
(edit) @27014   15 years vboxsync makefiles: Preps for building the test suite.
(edit) @27010   15 years vboxsync solaris/vbi/vbi.c: spaces to tabs.
(edit) @27009   15 years vboxsync r0drv/solaris/memobj-r0drv-solaris: fixed max PHYS address …
(edit) @27004   15 years vboxsync rtR0MemObjNativeAllocPhysNC: removed local debug statement.
(edit) @27003   15 years vboxsync rtR0MemObjNativeAllocPhysNC implementation for Solaris.
(edit) @26994   15 years vboxsync r0drv: comment typo
(edit) @26985   15 years vboxsync internal/memobj.h: comment typo.
(edit) @26915   15 years vboxsync Runtime/tcp: new function to query the local address of a socket.
(edit) @26899   15 years vboxsync R0/MemObj/FreeBSD: Various changes - Don't wire allocated pages twice …
(edit) @26887   15 years vboxsync R0/MemObj/FreeBSD: Highly experimental changes. Implement PhysNC …
(edit) @26886   15 years vboxsync IPRT/FreeBSD: Fix GetPagePhysAddr for lock objects
(edit) @26880   15 years vboxsync gcc warning
(edit) @26869   15 years vboxsync Runtime/r0drv/memobj-linux: added printk debugging output for path in …
(edit) @26866   15 years vboxsync Runtime/r0drv/memobj-linux: alignment for …
(edit) @26864   15 years vboxsync Runtime/r0drv/memobj-linux: alignment for rtR0MemObjNativeAllocPhys()
(edit) @26848   15 years vboxsync tstRTSystemQueryOsInfo.cpp: Copied back the corrected overflow test …
(edit) @26847   15 years vboxsync Don't pass uAlignment=0 to rtR0MemObjNativeAllocPhys, resolve the …
(edit) @26844   15 years vboxsync RTPollSetCount.
(edit) @26843   15 years vboxsync RTSystemQueryDmiString-darwin.cpp: fixed leaks and buffer overflow …
(edit) @26840   15 years vboxsync Runtime/nt: In rtR0MemObjNativeAllocPhys() don't use …
(edit) @26839   15 years vboxsync RTSystemQueryDmiString-linux.cpp: fixed edge case.
(edit) @26838   15 years vboxsync tstRTSystemQueryDmi.cpp: fixed the overflow tests.
(edit) @26829   15 years vboxsync memobj-r0drv-freebsd.c: nit: no else after return.
(edit) @26827   15 years vboxsync IPRT: RTPollSetCount() -> RTPollGetCount().
(edit) @26824   15 years vboxsync iprt: Adjustments to RTPipeReadBlocking and RTPipeWriteBlocking. …
(edit) @26821   15 years vboxsync Runtime/r3/darwin: RTSystemQueryDmiString fix.
(edit) @26813   15 years vboxsync IPRT/List: Add a method to move the list to a new header
(edit) @26808   15 years vboxsync Runtime/r3/darwin: unwanted header.
(edit) @26807   15 years vboxsync Runtime/r3/darwin: RTSystemQueryDmiString cleanup
(edit) @26806   15 years vboxsync Runtime/r3/darwin: unwanted headers
(edit) @26805   15 years vboxsync poll-posix.cpp: build fix.
(edit) @26804   15 years vboxsync process-posix.cpp: Drop the old RTProcCreate code.
(edit) @26803   15 years vboxsync Runtime/r3/darwin: Implemented RTSystemQueryDmiString
(edit) @26802   15 years vboxsync Implemented RTProcCreateEx for posix. The new features hasn't been …
(edit) @26801   15 years vboxsync poll-posix.cpp: initial untested code.
(edit) @26788   15 years vboxsync poll.h not pipe.h.
(edit) @26786   15 years vboxsync Runtime: Stubbed the polling API.
(edit) @26785   15 years vboxsync doc typo
(edit) @26784   15 years vboxsync iprt/pipe.h++: Adjusted RTPipeWrite[Blocking] behavior wrt to zero …
(edit) @26775   15 years vboxsync tstRTPipe: another test.
(edit) @26774   15 years vboxsync RTPipe: Implemented the posix variant.
(edit) @26772   15 years vboxsync iprt/testcase: nit picking on tstRTList.
(edit) @26771   15 years vboxsync IPRT/memobj-r0drv-freebsd: Do not use vtophys to get the physical …
(edit) @26765   15 years vboxsync build fix.
(edit) @26763   15 years vboxsync wrong dir for pipe-win.cpp.
(edit) @26762   15 years vboxsync iprt: Added RTHandleClose and pipe stubs.
(edit) @26761   15 years vboxsync IPRT: Implemented RTFileOpenBitBucket.
(edit) @26757   15 years vboxsync Runtime: Don't use crc32-zlib.cpp for the static runtime versions.
(edit) @26747   15 years vboxsync IPRT/log: Added personal preferences.
(edit) @26739   15 years vboxsync Runtime: Inline list implementation
(edit) @26723   15 years vboxsync RTStrATruncate: bugfix
(edit) @26694   15 years vboxsync RTGetOptPrintError: return RTEXITCODE_SYNTAX.
(edit) @26683   15 years vboxsync iprt: RTEXITCODE, RTTcpServerListen2, RTTcpWrite fixes.
(edit) @26674   15 years vboxsync iprt: Added RTMsgInitFailure for dealing with RTR3Init failures.
(edit) @26666   15 years vboxsync r0drv/solaris: log fix.
(edit) @26665   15 years vboxsync build fix
(edit) @26660   15 years vboxsync RTSystemQueryDmiString-solaris.cpp: Overflow hanlding. Don't query …
(edit) @26659   15 years vboxsync IPRT: Added RTStrCopy and RTStrCopyEx for strcpy with overflow handling.
(edit) @26645   15 years vboxsync IPRT: Update for RTSystemQueryDmiString-win. Now passes testcase, but …
(edit) @26643   15 years vboxsync Solaris/R0drv: temporary failure case logging in contig alloc.
(edit) @26626   15 years vboxsync Implemented RTSystemQueryDmiString on Solaris.
(edit) @26618   15 years vboxsync RTSystemQueryDmiString-linux.cpp: the dmi stuff can be in …
(edit) @26612   15 years vboxsync RTTcpGetPeerAddress: Host endian for the port.
(edit) @26610   15 years vboxsync tcp.cpp: IPRT_WITH_TCPIP_V6 not IPRT_TCP_IN6.
(edit) @26608   15 years vboxsync IPRT: linux implementation of RTSystemQueryDmiString.
(edit) @26605   15 years vboxsync tstSystemQueryOsInfo -> tstRTSystemQueryOsInfo.
(edit) @26604   15 years vboxsync tstSystemQueryOsInfo: converted to RTTest.
(edit) @26600   15 years vboxsync iprt: Added RTSystemQueryDmiString.
(edit) @26590   15 years vboxsync tcp: build fix.
(edit) @26589   15 years vboxsync tcp.cpp: build fix.
(edit) @26588   15 years vboxsync iprt: New type RTNETADDR for storing any address + type + port. Added …
(edit) @26562   15 years vboxsync *: Added svn:keywords where missing.
(edit) @26560   15 years vboxsync Makefiles,RTPathChangeToDosSlashes.cpp: -whitespace
(edit) @26549   15 years vboxsync r3/process.cpp: Don't assert in RTProcGetExecutableName.
(edit) @26530   15 years vboxsync fileaio-win.cpp: More warnings.
(edit) @26528   15 years vboxsync win.x86 warning.
(edit) @26525   15 years vboxsync Runtime: win.amd64 warnings.
(edit) @26524   15 years vboxsync Only build RuntimeR?Stub on windows.
(edit) @26523   15 years vboxsync VBoxRc,VBoxR0: Added RuntimeR?Stub libraries for the stub entrypoint …
(edit) @26520   15 years vboxsync iprt: Added RTPathChangeToUnixSlashes and RTPathChangeToDosSlashes.
(edit) @26519   15 years vboxsync build fix
(edit) @26518   15 years vboxsync build fix
(edit) @26517   15 years vboxsync *: RTGetOpt cleanup related to --help and --version (now standard …
(edit) @26492   15 years vboxsync Runtime: whitespace cleanup.
(edit) @26486   15 years vboxsync tstGetOpt -> tstRTGetOpt.
(edit) @26485   15 years vboxsync iprt/getopt: Added two standard options: h: --help/-help/-h/-?, V: …
(edit) @26484   15 years vboxsync blank lines.
(edit) @26483   15 years vboxsync scm: .scm-settings files.
(edit) @26482   15 years vboxsync IPRT: Added RTStrATruncate.
(edit) @26481   15 years vboxsync IPRT: Added RTStrAAppend, RTStrAAppendN, RTStrAAppendExN[V]{,1}, …
(edit) @26480   15 years vboxsync IPRT: common/string/string.cpp -> stringalloc.cpp.
(edit) @26478   15 years vboxsync getoptargv.cpp: bug fix.
(edit) @26476   15 years vboxsync iprt: Added RTPathCountComponents, RTPathCopyComponents, …
(edit) @26455   15 years vboxsync Fixed regression
(edit) @26452   15 years vboxsync iprt/memcache.h: Some more optimizations and more benchmarks.
(edit) @26436   15 years vboxsync Update
(edit) @26435   15 years vboxsync Disallow non-paged alignment allocation in RTR0MemObjAllocPhysEx for …
(edit) @26434   15 years vboxsync Use MmAllocateContiguousMemorySpecifyCache for specifying the …
(edit) @26433   15 years vboxsync Missing header update
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