VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @43290   12 years vboxsync Runtime: Speed up the mangling.h checks with some sed magic.
(edit) @43221   12 years vboxsync common/string/RTStrIPv6.cpp -> common/net/netaddrstr.cpp.
(edit) @43220   12 years vboxsync build fix
(edit) @43215   12 years vboxsync build fix
(edit) @43214   12 years vboxsync RTStrIsIpAddr[46] -> RTNetIsIpv\1AddrStr; made the buggers return bool …
(edit) @43213   12 years vboxsync RTSocketGetAddrInfo -> RTSocketQueryAddressStr
(edit) @43206   12 years vboxsync More cleanups.
(edit) @43205   12 years vboxsync cleanup fix
(edit) @43204   12 years vboxsync The code breaks NT4 additions, trying a quick fix before backing out …
(edit) @43203   12 years vboxsync cleanup.
(edit) @43192   12 years vboxsync typo
(edit) @43183   12 years vboxsync Runtime breakage for OS/2
(edit) @43176   12 years vboxsync more windows build fixes
(edit) @43175   12 years vboxsync more windows build fixes
(edit) @43174   12 years vboxsync vcc build fix
(edit) @43172   12 years vboxsync gcc build fix
(edit) @43171   12 years vboxsync Runtime: add IPv6 parsing/resolving functions (contributed by Oliver …
(edit) @43129   12 years vboxsync fix EOL style mess
(edit) @43121   12 years vboxsync CDDL licensing cleanup
(edit) @43103   12 years vboxsync whitespace/comment touchup
(edit) @43046   12 years vboxsync iprt: detect ocfs2
(edit) @43031   12 years vboxsync clearifying comment.
(edit) @43020   12 years vboxsync symbol hacking.
(edit) @42980   12 years vboxsync RTPathStartsWith: typo
(edit) @42978   12 years vboxsync RTPathStartsWith: Deal with pszParentPath = root (or having a trailing …
(edit) @42973   12 years vboxsync tstRTProcCreateEx: Pass %TEMP% and other % stuff to the child process.
(edit) @42835   12 years vboxsync Runtime/r0drv/solaris: custom r0 assert diversion.
(edit) @42784   12 years vboxsync Linux 3.6-rc1 compile fix, spaces
(edit) @42714   12 years vboxsync Runtime: RT*CreateTemp testcase, burn fix.
(edit) @42713   12 years vboxsync Runtime: RT*CreateTemp testcase, comment.
(edit) @42712   12 years vboxsync Runtime: add RTFileCreateTemp, RTFileCreateTempSecure and …
(edit) @42709   12 years vboxsync Runtime/createtemp: initialise variables to make old gcc versions happy.
(edit) @42708   12 years vboxsync Runtime: add an fMode parameter to RTDirCreateTemp() and adjust callers.
(edit) @42697   12 years vboxsync tstLdr-3: Added --32/64 options (optional).
(edit) @42692   12 years vboxsync Runtime: rename RTDirCreateTemp-generic.cpp and split out the parts of …
(edit) @42599   12 years vboxsync log.h/log.cpp: s/pszVar/pszValue/g
(edit) @42598   12 years vboxsync strformat.cpp: Added support for microsoft I64, I32 and I as well as …
(edit) @42597   12 years vboxsync Runtime/FreeBSD: Fix build on recent 10-CURRENT (thanks to Garrett …
(edit) @42586   12 years vboxsync Try to build IPRT with the same compiler flags to optimize caching hits.
(edit) @42539   12 years vboxsync Runtime/Makefile.kmk: deal with the dependencies on the VBox COM error …
(edit) @42526   12 years vboxsync FE/Qt: 6234: Support for VM groups: Initial commit. GUI-3 branch …
(edit) @42503   12 years vboxsync Added a test profiling RTProcCreate+RTProcWait.
(edit) @42496   12 years vboxsync Runtime/FreeBSD: Fix R0 spinlocks breaking VBox
(edit) @42430   12 years vboxsync missing space.
(edit) @42387   12 years vboxsync Runtime/Dvm: unused parameters warnings
(edit) @42365   12 years vboxsync dbgmodcontainer.cpp: A bug fix and a hack.
(edit) @42288   12 years vboxsync Jettisoned the old compilers.
(edit) @42261   12 years vboxsync enabled shared clipboard support for Linux hosts (guest=>host only)
(edit) @42247   12 years vboxsync Better build fix (hopefully).
(edit) @42246   12 years vboxsync build fix
(edit) @42239   12 years vboxsync More Visual C++ 2010 adjustments and hacks.
(edit) @42235   12 years vboxsync Runtime/generic/timer-generic.cpp+timerlr-generic.cpp: make timer …
(edit) @42229   12 years vboxsync Runtime/RTPathReal: fixed logging statement
(edit) @42225   12 years vboxsync Runtime/lockvalidator: fixed wrong index found by Parfait
(edit) @42219   12 years vboxsync More VCC10 preparations.
(edit) @42154   12 years vboxsync VS2010 preps.
(edit) @42129   12 years vboxsync Main/VirtualBox+Machine: add support for VM groups (incomplete, saving …
(edit) @42078   12 years vboxsync RTProcQueryUsernameA: Fix
(edit) @42077   12 years vboxsync Runtime/Process: Missing changes, relax the parameter checks for …
(edit) @42072   12 years vboxsync strtonum.cpp: C90 warnings.
(edit) @42068   12 years vboxsync Build fix
(edit) @42067   12 years vboxsync Runtime: New variant for RTProcQueryUsername which allocates the …
(edit) @42037   12 years vboxsync Runtime/Darwin: RT_BIT -> iprt/x86.h constants (please review)
(edit) @42035   12 years vboxsync r0drv/darwin/memobj: RT_ALIGN_Z.
(edit) @42025   12 years vboxsync A few missed copyright year updates.
(edit) @42024   12 years vboxsync VMM: RDTSCP support on Intel. Segregated some common CPU features from …
(edit) @41968   12 years vboxsync Runtime/r0drv/solaris: comments, spaces.
(edit) @41952   12 years vboxsync fix OSE
(edit) @41948   12 years vboxsync Build fix.
(edit) @41947   12 years vboxsync Runtime/testcases: DbgKrnlInfo. OS specific info. querying is a todo.
(edit) @41946   12 years vboxsync r0drv/solaris/dbgkrnlinfo: initialize with NIL_RTDBGKRNLINFO.
(edit) @41919   12 years vboxsync Runtime/process: Add RTProcQueryUsername to query the username of the …
(edit) @41911   12 years vboxsync backed out r78763 and r78763
(edit) @41910   12 years vboxsync Windows build fix
(edit) @41909   12 years vboxsync re-applied r78740 (Runtime: introduced RTRandAdvCreateOpenssl())
(edit) @41895   12 years vboxsync Runtime/r0drv: unused var.
(edit) @41889   12 years vboxsync backed out r78740
(edit) @41887   12 years vboxsync Runtime: introduced RTRandAdvCreateOpenssl()
(edit) @41881   12 years vboxsync IPRT: Name threads on linux when supported.
(edit) @41879   12 years vboxsync Runtime/r0drv/solaris: Fix failure path to exclusive lock pages before …
(edit) @41875   12 years vboxsync Misleading comment.
(edit) @41785   12 years vboxsync Comment typos.
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @41776   12 years vboxsync doxygen comments.
(edit) @41774   12 years vboxsync bugref..
(edit) @41763   13 years vboxsync IPRT/thread-posix.cpp: Use pthread_setname_np if present (currently …
(edit) @41762   13 years vboxsync build fix
(edit) @41760   13 years vboxsync DIS: Chagned FNDISREADBYTES to permit reading more bytes that the …
(edit) @41737   13 years vboxsync DISOPCODE: s/opcode/uOpcode/
(edit) @41736   13 years vboxsync DISCPUMODE: s/mode/uCpuMode/ - found and removed a bunch of uncessary …
(edit) @41734   13 years vboxsync DISCPUSTATE: s/prefix/fPrefix/ and a couple of forgotten opcode uses.
(edit) @41731   13 years vboxsync DIS: Split up apvUserData, dropping the 3rd entry. 2nd entry (now …
(edit) @41723   13 years vboxsync RTEnvClone: VWRN_NO_TRANSLATION -> VWRN_ENV_NOT_FULLY_TRANSLATED.
(edit) @41701   13 years vboxsync Runtime/r0drv/solaris: comment.
(edit) @41692   13 years vboxsync DIS: Reducing the DISCPUMODE even more (200 bytes now) and making it …
(edit) @41686   13 years vboxsync Runtime/r3/solaris: coredumper cleanup.
(edit) @41684   13 years vboxsync Runtime/r0drv/solaris: cosmetics.
(edit) @41682   13 years vboxsync Runtime/r0drv/solaris: Query PG_NORELOC support for large pages.
(edit) @41680   13 years vboxsync Runtime/r0drv/solaris: cleanup.
(edit) @41675   13 years vboxsync DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I …
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