VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(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
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