VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5462   18 years vboxsync Only use .asm in ring-3, 64-bit and symbol name issues.
(edit) @5461   18 years vboxsync Made u64Prev a pointer so TM can share it between contexts. Added R3, …
(edit) @5460   18 years vboxsync GOT rules…
(edit) @5459   18 years vboxsync need to fix GOT problems first…
(edit) @5457   18 years vboxsync New RTTimeNanoTS/GIP code.
(edit) @5456   18 years vboxsync New RTTimeNanoTS/GIP code.
(edit) @5455   18 years vboxsync
(edit) @5449   18 years vboxsync Runtime: Suppress "uninitialized values" valgrind errors.
(edit) @5445   18 years vboxsync sigh.
(edit) @5444   18 years vboxsync now then?
(edit) @5443   18 years vboxsync better?
(edit) @5430   18 years vboxsync Added missing Makefile.kup.
(edit) @5428   18 years vboxsync *-win32.cpp -> *-win.cpp
(edit) @5427   18 years vboxsync Merged r3/win32 and r3/win64
(edit) @5426   18 years vboxsync sort source lists.
(edit) @5424   18 years vboxsync math -> common/math
(edit) @5423   18 years vboxsync Merged the win32 and win64 directories.
(edit) @5422   18 years vboxsync table -> common/table
(edit) @5421   18 years vboxsync ldr* -> common/ldr/
(edit) @5420   18 years vboxsync mkdir common/ldr
(edit) @5419   18 years vboxsync err* RTErr* -> common/err/
(edit) @5418   18 years vboxsync mkdir common/err
(edit) @5417   18 years vboxsync various stray files -> common/misc/
(edit) @5416   18 years vboxsync misc -> common/misc
(edit) @5415   18 years vboxsync log* -> common/log/
(edit) @5414   18 years vboxsync mkdir common/log
(edit) @5413   18 years vboxsync uni* str* utf* -> common/string/
(edit) @5412   18 years vboxsync crc* md5* -> common/checksum
(edit) @5411   18 years vboxsync Added common\checksum
(edit) @5410   18 years vboxsync alloc* -> common/alloc
(edit) @5409   18 years vboxsync string -> common/string
(edit) @5408   18 years vboxsync time -> common/time
(edit) @5407   18 years vboxsync new dir.
(edit) @5406   18 years vboxsync -> r3
(edit) @5405   18 years vboxsync -> r3
(edit) @5404   18 years vboxsync Moved the time stuff out of the root dir.
(edit) @5403   18 years vboxsync time subdir.
(edit) @5381   18 years vboxsync Fixed a typo in the-linux-kernel.h
(edit) @5373   18 years vboxsync make sure the memory is suitable for executable images.
(edit) @5358   18 years vboxsync pThis
(edit) @5356   18 years vboxsync Permit RTFILE_O_NON_BLOCK on systems that have O_NONBLOCK.
(edit) @5355   18 years vboxsync Solaris patch 18 (handle cMillies == RT_INDEFINITE_WAIT).
(edit) @5354   18 years vboxsync Solaris patch 18 (handle cMillies == RT_INDEFINITE_WAIT).
(edit) @5351   18 years vboxsync page align the segkmem_alloc/free size.
(edit) @5349   18 years vboxsync need to take the cpu_lock before calling into cyclic.
(edit) @5347   18 years vboxsync On solaris ENOSYS doesn't mean what we think it does.
(edit) @5346   18 years vboxsync On solaris ENOSYS doesn't mean what we think it does. mkdir returns it …
(edit) @5335   18 years vboxsync all threads must wakeup on destroy; check for the right macro (bug …
(edit) @5334   18 years vboxsync check the right magic.
(edit) @5333   18 years vboxsync all threads must wakeup on destroy
(edit) @5325   18 years vboxsync use segkmem_alloc on 64-bit solaris because of gcc and its kernel code …
(edit) @5324   18 years vboxsync removed the sizeof(pthread_t) == sizeof(void *) assumption.
(edit) @5305   18 years vboxsync fixed rtR0MemObjNativeGetPagePhysAddr prototype mismatch.
(edit) @5258   18 years vboxsync Rewrote the shared folder create file function on the host to …
(edit) @5248   18 years vboxsync Debug builds now need strcmp. Knut, please revise.
(edit) @5230   18 years vboxsync Added r0drv/nt/semeventmulti-r0drv-nt.cpp.
(edit) @5229   18 years vboxsync rtSemEventWait -> rtSemEventMultiWait.
(edit) @5228   18 years vboxsync use the right magic.
(edit) @5226   18 years vboxsync Added r0drv/linux/semeventmulti-r0drv-linux.c
(edit) @5225   18 years vboxsync semaphore-r0drv-lnx.c split.
(edit) @5224   18 years vboxsync oops.
(edit) @5223   18 years vboxsync Split up r0drv/nt/semaphore-r0drv-nt.cpp.
(edit) @5222   18 years vboxsync Split up r0drv/nt/semaphore-r0drv-nt.cpp.
(edit) @5212   18 years vboxsync Solaris.
(edit) @5165   18 years vboxsync RTSemEventWaitNoResume
(edit) @5125   18 years vboxsync solaris build fix.
(edit) @5070   18 years vboxsync Attempt to fix the Linux smoked tests
(edit) @5042   18 years vboxsync Fixes to the Linux additions - use and export functions from the runtime
(edit) @5009   18 years vboxsync This wasn't a typo.
(edit) @5005   18 years vboxsync Failure logging
(edit) @4995   18 years vboxsync Export AssertMsg1 and 2 in Linux kernel modules
(edit) @4994   18 years vboxsync Fixed a typo
(edit) @4990   18 years vboxsync ToErrno for freebsd r0drv.
(edit) @4989   18 years vboxsync physnc fix.
(edit) @4981   18 years vboxsync as locking... hope it works.
(edit) @4957   18 years vboxsync Compile fix
(edit) @4908   18 years vboxsync Cify since we use these two files in Linux kernel modules
(edit) @4883   18 years vboxsync Fixed a burning smoketest (Linux guest backdoor logging problem)
(edit) @4869   18 years vboxsync warning
(edit) @4867   18 years vboxsync Drop noisy logging.
(edit) @4860   18 years vboxsync Activated the full backdoor logger in release builds of the Linux …
(edit) @4858   18 years vboxsync sys/procfs.h doesn't like _FILE_OFFSET_BITS=64, undefine it.
(edit) @4856   18 years vboxsync Solaris doesn't seem to check for null string pointers in *printfv (%s).
(edit) @4850   18 years vboxsync removed annoying message.
(edit) @4822   18 years vboxsync Fixed bad name.
(edit) @4819   18 years vboxsync Don't assert on invalid handles as it upsets the dprintf2 logging in …
(edit) @4809   18 years vboxsync Added an RTErrnoConvertFromErr function to simplify error management …
(edit) @4802   18 years vboxsync space, please.
(edit) @4801   18 years vboxsync realigned comments.
(edit) @4781   18 years vboxsync eol
(edit) @4774   18 years vboxsync Forced LF (Unix) EOL for common SED and ACPI scripts mode to make it …
(edit) @4755   18 years vboxsync Reverse allocation for Windows hosts: physical pages are allocated in …
(edit) @4751   18 years vboxsync eol
(edit) @4750   18 years vboxsync eol style native
(edit) @4725   18 years vboxsync Use MmSecureVirtualMemory to have some limited protection with …
(edit) @4717   18 years vboxsync Solaris changes.
(edit) @4715   18 years vboxsync warning
(edit) @4713   18 years vboxsync more on the phys page management rewrite…
(edit) @4699   18 years vboxsync Better error message if mmap(PROT_EXEC | PROT_WRITE) failed. A better …
(edit) @4695   18 years vboxsync Added Linux kernel symbol export to logbackdoor.cpp
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette