VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3022   18 years vboxsync Check that there is a symbol table in the ELF relocatable image we're …
(edit) @2988   18 years vboxsync InnoTek -> innotek part 4: more miscellaneous files.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2966   18 years vboxsync Export
(edit) @2963   18 years vboxsync rtlogLock & rtlogUnlock in the runtime shouldn't use the fast …
(edit) @2940   18 years vboxsync VBOX_ADDITIONS_WIN32_ONLY
(edit) @2933   18 years vboxsync Make '.' mean hidden when converting from unix to dos file mode.
(edit) @2909   18 years vboxsync pfnLogger and pfnFlush are ring-0 addresses and can't be validated …
(edit) @2652   18 years vboxsync The tag should be easy to spot (IPRT).
(edit) @2629   18 years vboxsync some flags and fixed broken RTTimeLocaleNow on windows.
(edit) @2617   18 years vboxsync export to OSE
(edit) @2616   18 years vboxsync export to OSE
(edit) @2615   18 years vboxsync export to OSE
(edit) @2612   18 years vboxsync Implemented local time functions. (not properly tested yet)
(edit) @2604   18 years vboxsync Added RTErrConvertFromDarwin[COM|IO|Kern].
(edit) @2509   18 years vboxsync Added the sources to the generate messages.
(edit) @2490   18 years vboxsync kBuild macros
(edit) @2489   18 years vboxsync kBuild macro
(edit) @2482   18 years vboxsync Drop PATH_CURRENT from the global DEFS as it plays merry poppins with …
(edit) @2478   18 years vboxsync [Mm]akefile -> Makefile.kmk
(edit) @2477   18 years vboxsync export
(edit) @2475   18 years vboxsync Makefile.kmk -> Makefile.kup
(edit) @2442   18 years vboxsync back to normal again
(edit) @2441   18 years vboxsync temporary build error
(edit) @2424   18 years vboxsync converted to C style declarations to shush up gcc when building the …
(edit) @2333   18 years vboxsync gcc-4.2 warnings
(edit) @2306   18 years vboxsync r=frank
(edit) @2303   18 years vboxsync you didn't quite understand me…
(edit) @2254   18 years vboxsync r=frank
(edit) @2253   18 years vboxsync Added (disabled) the overflow testcase for ASMMultU64ByU32DivByU32.
(edit) @2147   18 years vboxsync grmpf
(edit) @2146   18 years vboxsync deprecated functions
(edit) @2102   18 years vboxsync PIC is needed for shared libraries on L4 (l4sys depends on this)
(edit) @1933   18 years vboxsync build fix.
(edit) @1888   18 years vboxsync ASMMultU64ByU32DivByU32 (for TSC calculation).
(edit) @1870   18 years vboxsync rtThreadMain bustage.
(edit) @1849   18 years vboxsync Just a few updates from a more recent cpuid spec.
(edit) @1816   18 years vboxsync moved magics to a common header to avoid duplicating the same defines …
(edit) @1815   18 years vboxsync export it.
(edit) @1810   18 years vboxsync oops.
(edit) @1809   18 years vboxsync oops.
(edit) @1807   18 years vboxsync Adopted the posix timer code to support the three new timer APIs
(edit) @1781   18 years vboxsync Split out generic/RTTimerCreate-generic.cpp from generic/timer-generic.cpp.
(edit) @1768   18 years vboxsync Fixed typo.
(edit) @1766   18 years vboxsync Introduce a dummy thread name parameter to rtThreadMain to allow …
(edit) @1728   18 years vboxsync Added missing IN_GUEST to a couple of templates.
(edit) @1716   18 years vboxsync win64 build break
(edit) @1710   18 years vboxsync Fixed support for Linux guest ring 3 in the runtime
(edit) @1703   18 years vboxsync Added case-insensitive UTF-8 string compare (implemented via C library …
(edit) @1692   18 years vboxsync Testcase for reading the TSC on all CPUs in an SMP system.
(edit) @1632   18 years vboxsync Removed two duplicate symbol warnings from RuntimeW32GuestR0.
(edit) @1581   18 years vboxsync r=bird: Too verbose comments that just repeated the code (fixed).
(edit) @1564   18 years vboxsync Removed libuuid dependency.
(edit) @1537   18 years vboxsync min/max.
(edit) @1536   18 years vboxsync Some ring-3 adjustments.
(edit) @1532   18 years vboxsync Handle EFBIG on Linux correctly (and try to detect the same situation …
(edit) @1494   18 years vboxsync two new RTEnv APIs.
(edit) @1470   18 years vboxsync Runtime: Stubbed RTTimerStart/Stop.
(edit) @1460   18 years vboxsync Partial fix for the VirtualBox startup hang - don't allocate …
(edit) @1456   18 years vboxsync for everyone.
(edit) @1441   18 years vboxsync Updated the new command line syntax
(edit) @1390   18 years vboxsync A Quick hack to support single locks on samba shares. (TODO: needs per …
(edit) @1389   18 years vboxsync bad ctrl key.
(edit) @1388   18 years vboxsync filelock-posix.cpp, no pl. Made darwin copy of the locks
(edit) @1387   18 years vboxsync Split out the posix file lock stuff.
(edit) @1307   18 years vboxsync Added temps to avoid attempts to free bogus (because modified) pointers.
(edit) @1300   18 years vboxsync Fix eol style properties for header files
(edit) @1290   18 years vboxsync if dlopen fails, don't report a general error but VERR_FILE_NOT_FOUND …
(edit) @1219   18 years vboxsync R0 logging fixes
(edit) @1206   18 years vboxsync use the mscount member of the GIS for system monotonic time source on OS/2.
(edit) @1205   18 years vboxsync r3/linux/time-linux.cpp…
(edit) @1204   18 years vboxsync split out the RTTimeNow and moved the messy linux stuff out of …
(edit) @1203   18 years vboxsync RTR3Init.
(edit) @1201   18 years vboxsync fixed OS/2 thread bustage.
(edit) @1195   18 years vboxsync Forgot this.
(edit) @1191   18 years vboxsync svn properties.
(edit) @1190   18 years vboxsync Ported IPRT to ring-0 OS/2.
(edit) @1189   18 years vboxsync Corrected bug in the multiple release event semaphore wait code. Added …
(edit) @1176   18 years vboxsync Corrected svn attributes.
(edit) @1175   18 years vboxsync fixed mingw32 typo.
(edit) @1174   18 years vboxsync memcmp, strchr, strcmp.
(edit) @1173   18 years vboxsync Added missing BEGINCODE.
(edit) @1172   18 years vboxsync shr not shl (x86). Added missing BEGINCODE.
(edit) @1171   18 years vboxsync Fixed the return value. Added missing BEGINCODE.
(edit) @1027   18 years vboxsync Initial GIP change. Missing detection of SMP systems with TSC drift.
(edit) @960   18 years vboxsync Darwin hacking.
(edit) @941   18 years vboxsync 64-bit build break.
(edit) @940   18 years vboxsync inline -> DECLINLINE.
(edit) @939   18 years vboxsync Use RTAssertDoBreakpoint everywhere. (part II)
(edit) @938   18 years vboxsync Use RTAssertDoBreakpoint everywhere. (part II)
(edit) @937   18 years vboxsync RTPathExists.
(edit) @936   18 years vboxsync RTEnv (incomplete).
(edit) @935   18 years vboxsync moving it (part 1).
(edit) @932   18 years vboxsync Added RTTcpServerDisconnectClient, this fixed the assertion mentioned …
(edit) @919   18 years vboxsync const code.
(edit) @918   18 years vboxsync reproduce the EMAll.cpp relocation issue.
(edit) @917   18 years vboxsync Allow mixing of platform code.
(edit) @916   18 years vboxsync oops
(edit) @915   18 years vboxsync A new loader testcase.
(edit) @899   18 years vboxsync don't assert on bad uuid strings.
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