VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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   18 years vboxsync Solaris.
(edit) @3699   18 years vboxsync double underscore cleanup.
(edit) @3672   18 years vboxsync RT_OS_* and RT_ARCH_* for Runtime/ and Support/
(edit) @3365   18 years vboxsync Runtime: Fixed the POSIX version of RTPathAbs() so that it now …
(edit) @3360   18 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
(edit) @2477   18 years vboxsync export
(edit) @2475   18 years vboxsync Makefile.kmk -> Makefile.kup
(edit) @1933   18 years vboxsync build fix.
(edit) @1816   18 years vboxsync moved magics to a common header to avoid duplicating the same defines …
(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) @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) @1710   18 years vboxsync Fixed support for Linux guest ring 3 in the runtime
(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) @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) @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) @1290   18 years vboxsync if dlopen fails, don't report a general error but VERR_FILE_NOT_FOUND …
(edit) @1206   18 years vboxsync use the mscount member of the GIS for system monotonic time source on OS/2.
(edit) @1204   18 years vboxsync split out the RTTimeNow and moved the messy linux stuff out of …
(edit) @1201   18 years vboxsync fixed OS/2 thread bustage.
(edit) @1190   18 years vboxsync Ported IPRT to ring-0 OS/2.
(edit) @940   18 years vboxsync inline -> DECLINLINE.
(edit) @937   18 years vboxsync RTPathExists.
(edit) @936   18 years vboxsync RTEnv (incomplete).
(edit) @932   18 years vboxsync Added RTTcpServerDisconnectClient, this fixed the assertion mentioned …
(edit) @891   18 years vboxsync RTRand API (feel free to improve the fallback code).
(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) @823   18 years vboxsync Wonder if this compiles…
(edit) @822   18 years vboxsync A quick futex based RTSEMEVENT and RTSEMEVENTMULTI implementation, …
(edit) @635   18 years vboxsync warning.
(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) @403   18 years vboxsync Need RTThreadWait in ring-0 too when using the generic timers, so …
(edit) @385   18 years vboxsync RTProcSelf, RTR0ProcHandleSelf, RTR0PROCESS.
(edit) @341   18 years vboxsync Allocate exec memory in the first 2GB on linux. (bit of a hack currently)
(edit) @248   18 years vboxsync Removed RTThreadExit again
(edit) @244   18 years vboxsync Added RTThreadExit for win32 & os2. Posix & l4 version not implemented
(edit) @204   18 years vboxsync runtime.h now includes everything. Created a new header, initterm.h, …
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