VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @895   18 years vboxsync off_t -> KLDRFOFF. skip underscore when resolving imported symbols.
(edit) @894   18 years vboxsync kLdr integration. tstLdrObj.gc now works on darwin.
(edit) @893   18 years vboxsync Use RTRand.
(edit) @892   18 years vboxsync Test binary representation.
(edit) @891   18 years vboxsync RTRand API (feel free to improve the fallback code).
(edit) @890   18 years vboxsync RTRand API (feel free to improve the fallback code).
(edit) @888   18 years vboxsync killed warnings.
(edit) @855   18 years vboxsync include the gcc stuff into the r3 nocrt gcc lib and the gc and r0 libs …
(edit) @854   18 years vboxsync shut up.
(edit) @849   18 years vboxsync In 2.6.17 linux/futex.h starts including linux/sched.h and is no …
(edit) @845   18 years vboxsync stupid, stupid, me
(edit) @830   18 years vboxsync Made it built (but currently disabled).
(edit) @823   18 years vboxsync Wonder if this compiles…
(edit) @822   18 years vboxsync A quick futex based RTSEMEVENT and RTSEMEVENTMULTI implementation, …
(edit) @762   18 years vboxsync - Additions, Config.kmk, Runtime: o Make the additions build on …
(edit) @751   18 years vboxsync Stricter check in RTCritSectEnter for destroyed critical sections.
(edit) @691   18 years vboxsync RuntimeR3NoCRTGCC_LIBSUFF
(edit) @683   18 years vboxsync ASMGetTR & ASMGetGDTR
(edit) @662   18 years vboxsync export it.
(edit) @657   18 years vboxsync Sanity checks and fixes for building 32-bit guest stuff correctly when …
(edit) @656   18 years vboxsync AMD64 not amd64!
(edit) @639   18 years vboxsync Be careful with 32-bit types and registers. (it seems like it was …
(edit) @637   18 years vboxsync printf -> RTPrintf = no warnings.
(edit) @635   18 years vboxsync warning.
(edit) @633   18 years vboxsync Good job!
(edit) @631   18 years vboxsync Select the right output method when RTLOGFLAGS_USECRLF set is and …
(edit) @628   18 years vboxsync Implement log flag usecrlf, which translates LF line ending to CR/LF. …
(edit) @622   18 years vboxsync export to OSE
(edit) @621   18 years vboxsync export to OSE
(edit) @620   18 years vboxsync export to OSE
(edit) @591   18 years vboxsync Generic request packets (port of of the EMT specific VM request packet …
(edit) @542   18 years vboxsync FreeBSD is sporting GNU iconv in /usr/local/…
(edit) @538   18 years vboxsync export r3/freebsd
(edit) @537   18 years vboxsync Make runtime build on FreeBSD.
(edit) @533   18 years vboxsync Fixed the RTMemExecAlloc issue with selinux enabled systems (and the …
(edit) @449   18 years vboxsync RTAvlrGCPtr*
(edit) @408   18 years vboxsync RTThreadSelf() -> RTThreadNativeSelf() for Ring-0.
(edit) @407   18 years vboxsync Another try…
(edit) @405   18 years vboxsync We're better off using the generic timer implementation on darwin. I …
(edit) @404   18 years vboxsync a shot at that apologetic gcc error on amd64…
(edit) @403   18 years vboxsync Need RTThreadWait in ring-0 too when using the generic timers, so …
(edit) @402   18 years vboxsync Added missing RTDECL so it'll compile cleanly in Ring-0 on NT where …
(edit) @395   18 years vboxsync Log allocation failures.
(edit) @394   18 years vboxsync Use the vm_map_wire mode as it appears to be kinder to heap consumption.
(edit) @393   18 years vboxsync Duh. my bug - a horrible memory leak.
(edit) @392   18 years vboxsync Added a process specifier to the APIs dealing with user addresses.
(edit) @391   18 years vboxsync .cpp -> .c
(edit) @388   18 years vboxsync .cpp -> .c
(edit) @385   18 years vboxsync RTProcSelf, RTR0ProcHandleSelf, RTR0PROCESS.
(edit) @384   18 years vboxsync early commit.
(edit) @377   18 years vboxsync vm_map_wire/vm_map_unwire (alternative that didn't make any difference …
(edit) @341   18 years vboxsync Allocate exec memory in the first 2GB on linux. (bit of a hack currently)
(edit) @331   18 years vboxsync Bool and AMD64 hacking.
(edit) @329   18 years vboxsync test
(edit) @327   18 years vboxsync export to OSE
(edit) @326   18 years vboxsync export to OSE
(edit) @291   18 years vboxsync compile fix
(edit) @290   18 years vboxsync compile fix
(edit) @289   18 years vboxsync AMD64 exec heap. (I wonder if this compiles...)
(edit) @288   18 years vboxsync debugged the heap.
(edit) @283   18 years vboxsync more simple heap stuff.
(edit) @282   18 years vboxsync more simple heap stuff.
(edit) @260   18 years vboxsync Fixed the vboxdrv kernel module on 2.4 series kernels
(edit) @248   18 years vboxsync Removed RTThreadExit again
(edit) @244   18 years vboxsync Added RTThreadExit for win32 & os2. Posix & l4 version not implemented
(edit) @218   18 years vboxsync An attempt at locking which doesn't seem to work very well..
(edit) @217   18 years vboxsync hacking darwin memory objects.
(edit) @207   18 years vboxsync cleaning up some header stuff.
(edit) @205   18 years vboxsync fixed incorrect assertions.
(edit) @204   18 years vboxsync runtime.h now includes everything. Created a new header, initterm.h, …
(edit) @201   18 years vboxsync event sems
(edit) @199   18 years vboxsync fast mutex sems.
(edit) @198   18 years vboxsync thread safe handle invalidating.
(edit) @197   18 years vboxsync A stab at generic timers (untested).
(edit) @194   18 years vboxsync memchr.
(edit) @192   18 years vboxsync reapplied Klaus' patch, fixed typo
(edit) @191   18 years vboxsync just some sketches on how to solve the memory area problem on linux.
(edit) @190   18 years vboxsync typo
(edit) @178   18 years vboxsync Backed out 17600 -> breaks parsing alltogether
(edit) @148   18 years vboxsync Fix log flags parsing. The CHLOWER function wasn't working for my gcc …
(edit) @136   18 years vboxsync Fixed the-linux-kernel.h for kernels 2.4.28 to 2.4.34
(edit) @131   18 years vboxsync OS/2 doesn't need libuuid anymore. (only l4 needs it now)
(edit) @129   18 years vboxsync Generic Uuid. Corrected Gen.u16TimeMin to Gen.u16TimeMid.
(edit) @97   18 years vboxsync hotfix. (will check if it's the right fix now.)
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