VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5897   17 years vboxsync KMK_USE_REDIRECT
(edit) @5885   17 years vboxsync It's '.' and not '@' that's supposed to be used to indicate local …
(edit) @5882   17 years vboxsync optimize tstTSC.
(edit) @5881   17 years vboxsync barcelona needs more time?
(edit) @5856   17 years vboxsync and another one.
(edit) @5855   17 years vboxsync another one.
(edit) @5844   17 years vboxsync Backed out accidental Makefile.kmk commit.
(edit) @5843   17 years vboxsync r=bird: Adjusted the RTGetOpt API a little bit.
(edit) @5781   17 years vboxsync Fixed some overflow detection issues.
(edit) @5766   17 years vboxsync export getopt.cpp
(edit) @5760   17 years vboxsync runtime: add generic command line parser, moved from webservice.
(edit) @5712   17 years vboxsync Added warnings about trailing chars & spaces in the RTStrTo*Int* …
(edit) @5705   17 years vboxsync Free a previously allocated memory #2.
(edit) @5702   17 years vboxsync Free a previously allocated memory.
(edit) @5666   17 years vboxsync PFNSTRFORMAT should return size_t.
(edit) @5653   17 years vboxsync sched-os2.cpp
(edit) @5606   17 years vboxsync ALIGNP SIZEOFMEMB
(edit) @5605   17 years vboxsync BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
(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) @5556   17 years vboxsync kStuff on Darwin and OS/2, no more special magic in src/VBox/Runtime.
(edit) @5555   17 years vboxsync kStuff on Darwin and OS/2, no more special magic in src/VBox/Runtime.
(edit) @5552   17 years vboxsync Darwin build fixes.
(edit) @5551   17 years vboxsync kStuff integration in progress.
(edit) @5547   17 years vboxsync cTries.
(edit) @5531   17 years vboxsync ring-0 import fix.
(edit) @5525   17 years vboxsync PDMUsb changes.
(edit) @5521   17 years vboxsync unused variable now
(edit) @5519   17 years vboxsync Runtime: Fixed memory leaks found by valgrind.
(edit) @5511   17 years vboxsync Runtime: Fixed the RTLOGGER_THREAD/"RT_THREAD" pair.
(edit) @5510   17 years vboxsync don't assert.
(edit) @5508   17 years vboxsync fFound wasn't ever set.
(edit) @5490   17 years vboxsync Converted gcc ASMMultU64ByU32DivByU32 inline code to nasm in order to …
(edit) @5489   17 years vboxsync Some hacks from yesterday.
(edit) @5488   17 years vboxsync mkdir asm
(edit) @5484   17 years vboxsync fixed header
(edit) @5468   17 years vboxsync silly typo.
(edit) @5464   17 years vboxsync More GOT / Yasm trouble. just go with the .cpp code for now.
(edit) @5463   17 years vboxsync Fixed link error. Added an alignment dummy.
(edit) @5462   17 years vboxsync Only use .asm in ring-3, 64-bit and symbol name issues.
(edit) @5461   17 years vboxsync Made u64Prev a pointer so TM can share it between contexts. Added R3, …
(edit) @5460   17 years vboxsync GOT rules…
(edit) @5459   17 years vboxsync need to fix GOT problems first…
(edit) @5457   17 years vboxsync New RTTimeNanoTS/GIP code.
(edit) @5456   17 years vboxsync New RTTimeNanoTS/GIP code.
(edit) @5455   17 years vboxsync
(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) @5430   17 years vboxsync Added missing Makefile.kup.
(edit) @5428   17 years vboxsync *-win32.cpp -> *-win.cpp
(edit) @5427   17 years vboxsync Merged r3/win32 and r3/win64
(edit) @5426   17 years vboxsync sort source lists.
(edit) @5424   17 years vboxsync math -> common/math
(edit) @5423   17 years vboxsync Merged the win32 and win64 directories.
(edit) @5422   17 years vboxsync table -> common/table
(edit) @5421   17 years vboxsync ldr* -> common/ldr/
(edit) @5420   17 years vboxsync mkdir common/ldr
(edit) @5419   17 years vboxsync err* RTErr* -> common/err/
(edit) @5418   17 years vboxsync mkdir common/err
(edit) @5417   17 years vboxsync various stray files -> common/misc/
(edit) @5416   17 years vboxsync misc -> common/misc
(edit) @5415   17 years vboxsync log* -> common/log/
(edit) @5414   17 years vboxsync mkdir common/log
(edit) @5413   17 years vboxsync uni* str* utf* -> common/string/
(edit) @5412   17 years vboxsync crc* md5* -> common/checksum
(edit) @5411   17 years vboxsync Added common\checksum
(edit) @5410   17 years vboxsync alloc* -> common/alloc
(edit) @5409   17 years vboxsync string -> common/string
(edit) @5408   17 years vboxsync time -> common/time
(edit) @5407   17 years vboxsync new dir.
(edit) @5406   17 years vboxsync -> r3
(edit) @5405   17 years vboxsync -> r3
(edit) @5404   17 years vboxsync Moved the time stuff out of the root dir.
(edit) @5403   17 years vboxsync time subdir.
(edit) @5381   17 years vboxsync Fixed a typo in the-linux-kernel.h
(edit) @5373   17 years vboxsync make sure the memory is suitable for executable images.
(edit) @5358   17 years vboxsync pThis
(edit) @5356   17 years vboxsync Permit RTFILE_O_NON_BLOCK on systems that have O_NONBLOCK.
(edit) @5355   17 years vboxsync Solaris patch 18 (handle cMillies == RT_INDEFINITE_WAIT).
(edit) @5354   17 years vboxsync Solaris patch 18 (handle cMillies == RT_INDEFINITE_WAIT).
(edit) @5351   17 years vboxsync page align the segkmem_alloc/free size.
(edit) @5349   17 years vboxsync need to take the cpu_lock before calling into cyclic.
(edit) @5347   17 years vboxsync On solaris ENOSYS doesn't mean what we think it does.
(edit) @5346   17 years vboxsync On solaris ENOSYS doesn't mean what we think it does. mkdir returns it …
(edit) @5335   17 years vboxsync all threads must wakeup on destroy; check for the right macro (bug …
(edit) @5334   17 years vboxsync check the right magic.
(edit) @5333   17 years vboxsync all threads must wakeup on destroy
(edit) @5325   17 years vboxsync use segkmem_alloc on 64-bit solaris because of gcc and its kernel code …
(edit) @5324   17 years vboxsync removed the sizeof(pthread_t) == sizeof(void *) assumption.
(edit) @5305   17 years vboxsync fixed rtR0MemObjNativeGetPagePhysAddr prototype mismatch.
(edit) @5258   17 years vboxsync Rewrote the shared folder create file function on the host to …
(edit) @5248   17 years vboxsync Debug builds now need strcmp. Knut, please revise.
(edit) @5230   17 years vboxsync Added r0drv/nt/semeventmulti-r0drv-nt.cpp.
(edit) @5229   17 years vboxsync rtSemEventWait -> rtSemEventMultiWait.
(edit) @5228   17 years vboxsync use the right magic.
(edit) @5226   17 years vboxsync Added r0drv/linux/semeventmulti-r0drv-linux.c
(edit) @5225   17 years vboxsync semaphore-r0drv-lnx.c split.
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