VirtualBox

source: vbox/trunk/src/VBox/Runtime/r3

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8194   17 years vboxsync OS/2: Fixed builds.
(edit) @8170   17 years vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7986   17 years vboxsync Runtime: Fixed RTSemEventMultiSignal(): pthread_cond_signal => …
(edit) @7938   17 years vboxsync Solaris: semrw-posix fix.
(edit) @7922   17 years vboxsync Fixed darwin build error.
(edit) @7920   17 years vboxsync Adjusted the RTSemRW interface to do recursion. Updated the posix …
(edit) @7639   17 years vboxsync More strictness.
(edit) @7465   17 years vboxsync fixed RTFileCopy* regression.
(edit) @7426   17 years vboxsync RTUCS2 -> RTUTF16.
(edit) @7418   17 years vboxsync UCS-2 -> UTF-16.
(edit) @7403   17 years vboxsync typo.
(edit) @7401   17 years vboxsync Don't use UCS2 routines & types. Fixed bug in RTPathUserHome().
(edit) @7370   17 years vboxsync A little adjustment of the RTFILECOPY flags.
(edit) @7362   17 years vboxsync quick adaption of system-win.cpp into mp-win.cpp.
(edit) @7360   17 years vboxsync quick adaption of system-os2.cpp into mp-os2.cpp.
(edit) @7357   17 years vboxsync compile fix.
(edit) @7355   17 years vboxsync for fun.
(edit) @7340   17 years vboxsync Runtime: Added fFlags (RTFILECOPY_FLAG_NO_DENY_WRITE) to RTFileCopyEx.
(edit) @7169   17 years vboxsync Doxygen fixes.
(edit) @7019   17 years vboxsync Use the new ASMAtomic[Uo]Read/Write stuff.
(edit) @6994   17 years vboxsync Restrict RTFILE_O_NOT_CONTENT_INDEXED to file creation. Rearranged the …
(edit) @6992   17 years vboxsync Restrict RTFILE_O_NOT_CONTENT_INDEXED to file creation.
(edit) @6991   17 years vboxsync r=bird: Close the file on failure.
(edit) @6984   17 years vboxsync IPRT: Bugfix for RTFILE_O_VALID_MASK, did not recognize …
(edit) @6971   17 years vboxsync Fixed: Newly created files and directories won't be indexed …
(edit) @6957   17 years vboxsync Implemented RTTls on win32.
(edit) @6954   17 years vboxsync Implemented RTTls for posix threads.
(edit) @6951   17 years vboxsync Aligned the TLS destructor bits even more with posix.
(edit) @6946   17 years vboxsync Aligned the TLS destructor bits with posix.
(edit) @6945   17 years vboxsync doc
(edit) @6944   17 years vboxsync Implemented TLS on OS/2. (hope it compiles)
(edit) @6766   17 years vboxsync Runtime: OS/2: Hacked RTFileChangeLock the same way it is done on Win32.
(edit) @6748   17 years vboxsync Same assertion for request/release as in the event sem code. Document …
(edit) @6747   17 years vboxsync pInt[Event|EventMulti|Mutex]Sem -> pThis
(edit) @6746   17 years vboxsync Replaced rtsemMutexValid by assertions like all the recent …
(edit) @6745   17 years vboxsync Better alignment.
(edit) @6744   17 years vboxsync Undid [27825].
(edit) @6743   17 years vboxsync Use ASMAtomicCmpXchgS32
(edit) @6742   17 years vboxsync Use ASMAtomicCmpXchgS32
(edit) @6738   17 years vboxsync split up the linux and posix semaphore implementations (ring-3) to …
(edit) @6737   17 years vboxsync save one ASMAtomicXchgS32(), added comments
(edit) @6731   17 years vboxsync Fix bug in mutex semaphore reimplementation without pthreads. The …
(edit) @6727   17 years vboxsync Reimplemented mutex semaphores in sems-linux.cpp (64bit linux has bugs …
(edit) @6677   17 years vboxsync forward port from 1.5: build vditool for Linux if BUILD_TYPE=l4
(edit) @6553   17 years vboxsync r=bird: Don't create more RuntimeLnx32* legacy. No VBox in IPRT, so …
(edit) @6536   17 years vboxsync Runtime: added a reduced ("shared") R3 guest runtime which will work …
(edit) @6480   17 years vboxsync typo
(edit) @6433   17 years vboxsync A little update.
(edit) @6432   17 years vboxsync r=bird: Cannot see how IsBeyondLimit() is supposed to work.
(edit) @6431   17 years vboxsync Support seeking to xxxxxxxx'ffffffff on windows.
(edit) @6429   17 years vboxsync r=bird: file sizes and offets are given as RTFOFF now (the uint64_t …
(edit) @6421   17 years vboxsync iprt: added RTFileGetMaxSize()
(edit) @6267   17 years vboxsync We have to use InterruptTime like we do for the GIP. …
(edit) @6000   17 years vboxsync The Giant CDDL Dual-License Header Change, fixes.
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5938   17 years vboxsync iprt: small performance fix using the optimal fd number for select, …
(edit) @5705   17 years vboxsync Free a previously allocated memory #2.
(edit) @5702   17 years vboxsync Free a previously allocated memory.
(edit) @5653   17 years vboxsync sched-os2.cpp
(edit) @5591   17 years vboxsync Leopard build fix.
(edit) @5588   17 years vboxsync Leopard build fix.
(edit) @5581   17 years vboxsync Fixed O_NONBLOCK / RTFILE_O_NON_BLOCK.
(edit) @5490   17 years vboxsync Converted gcc ASMMultU64ByU32DivByU32 inline code to nasm in order to …
(edit) @5449   17 years vboxsync Runtime: Suppress "uninitialized values" valgrind errors.
(edit) @5445   17 years vboxsync sigh.
(edit) @5444   17 years vboxsync now then?
(edit) @5443   17 years vboxsync better?
(edit) @5428   17 years vboxsync *-win32.cpp -> *-win.cpp
(edit) @5427   17 years vboxsync Merged r3/win32 and r3/win64
(edit) @5405   17 years vboxsync -> r3
(edit) @5373   17 years vboxsync make sure the memory is suitable for executable images.
(edit) @5346   17 years vboxsync On solaris ENOSYS doesn't mean what we think it does. mkdir returns it …
(edit) @5324   17 years vboxsync removed the sizeof(pthread_t) == sizeof(void *) assumption.
(edit) @4750   17 years vboxsync eol style native
(edit) @4672   17 years vboxsync fixed inverted assertion.
(edit) @4636   17 years vboxsync Fixed bug in rtPathUserHomeByEnv.
(edit) @4556   17 years vboxsync blanks and (long).
(edit) @4475   17 years vboxsync Some adjustments to RTEnv and RTProcCreate. Should work on darwin now.
(edit) @4372   17 years vboxsync Finally corrected the RTFileRead, RTFileReadAt, RTFileWrite and …
(edit) @4362   17 years vboxsync Solaris
(edit) @4357   17 years vboxsync export solaris stuff
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4029   17 years vboxsync Added missing checks and a fallback path for RTPathUserHome.
(edit) @4026   17 years vboxsync Modified RTPathUserHome to return the value from the passwd file for …
(edit) @3980   17 years vboxsync Solaris.
(edit) @3916   17 years vboxsync Solaris.
(edit) @3888   17 years vboxsync Solaris.
(edit) @3699   17 years vboxsync double underscore cleanup.
(edit) @3672   17 years vboxsync RT_OS_* and RT_ARCH_* for Runtime/ and Support/
(edit) @3365   17 years vboxsync Runtime: Fixed the POSIX version of RTPathAbs() so that it now …
(edit) @3360   17 years vboxsync Runtime: Removed the deadly assertion from RTThreadSelf() on OS/2.
(edit) @3123   18 years vboxsync Made VBOX_LOG_FLAGS=msprog work in GC.
(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) @2933   18 years vboxsync Make '.' mean hidden when converting from unix to dos file mode.
(edit) @2629   18 years vboxsync some flags and fixed broken RTTimeLocaleNow on windows.
(edit) @2616   18 years vboxsync export to OSE
(edit) @2612   18 years vboxsync Implemented local time functions. (not properly tested yet)
(edit) @2478   18 years vboxsync [Mm]akefile -> Makefile.kmk
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