VirtualBox

source: vbox/trunk/src/VBox/Runtime/Makefile.kmk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7544   17 years vboxsync r=bird: libraries doesn't use/need LIBS properties.
(edit) @7517   17 years vboxsync Additions/FreeBSD: initial commit Mostly tested on FreeBSD 7.0. …
(edit) @7491   17 years vboxsync Freebsd only needs one RTTimerCreate-generic.cpp.
(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) @7356   17 years vboxsync RTMpGetCount for 'posix'.
(edit) @7348   17 years vboxsync Generic implementations of the new RTMp functions.
(edit) @7337   17 years vboxsync Enabled RTMp on linux.
(edit) @7331   17 years vboxsync Solaris RTMp implementation (untested).
(edit) @7271   17 years vboxsync Implemented MP api for NT
(edit) @7254   17 years vboxsync Sketched out RTMp*. (All the platform specific code is disabled.)
(edit) @7198   17 years vboxsync FreeBSD needs memmove for the kernel bit too.
(edit) @7189   17 years vboxsync memmove for RuntimeR0 too.
(edit) @7186   17 years vboxsync nocrt memmove. Use it for RuntimeGuestR0Drv and GC.
(edit) @7183   17 years vboxsync Added RTStrFormatTypeRegister/SetUser/Deregister for runtime …
(edit) @7169   17 years vboxsync Doxygen fixes.
(edit) @7056   17 years vboxsync Try fix memcmp link issue for debug windows builds.
(edit) @7054   17 years vboxsync fixed debug windows build.
(edit) @6962   17 years vboxsync Enable the posix TLS implementation.
(edit) @6957   17 years vboxsync Implemented RTTls on win32.
(edit) @6910   17 years vboxsync Updated the todo.
(edit) @6894   17 years vboxsync Added todo on the VBoxRT.so command override warning.
(edit) @6892   17 years vboxsync RuntimeR0Drv: strpbrk is defined on solaris, make it target specific.
(edit) @6781   17 years vboxsync Fixed problem cross building x86 additions in a amd64 build.
(edit) @6766   17 years vboxsync Runtime: OS/2: Hacked RTFileChangeLock the same way it is done on Win32.
(edit) @6754   17 years vboxsync Unbreak l4 (linux.arch).
(edit) @6751   17 years vboxsync Fixed RuntimeGuestR3 issue (wrong semaphore code) when building on …
(edit) @6738   17 years vboxsync split up the linux and posix semaphore implementations (ring-3) to …
(edit) @6730   17 years vboxsync Made crossbuilding the linux additions in an l4 build work again. …
(edit) @6697   17 years vboxsync Drop the old remote building.
(edit) @6696   17 years vboxsync Removed RuntimeLnx32GuestR3, nobody is using it any longer.
(edit) @6693   17 years vboxsync Replaced VBOXLNX32GUESTR0 by VBOXGUESTR0, …
(edit) @6685   17 years vboxsync Build RuntimeGuestR3 on linux.
(edit) @6677   17 years vboxsync forward port from 1.5: build vditool for Linux if BUILD_TYPE=l4
(edit) @6657   17 years vboxsync Use the generic templates for building the OS/2 guest additions. …
(edit) @6604   17 years vboxsync Fixed the PIC issue with the X11 drivers: Made …
(edit) @6602   17 years vboxsync r=bird: RuntimeGuestR3Mini should be using the VBOXGUESTR3DLL template …
(edit) @6593   17 years vboxsync Additions/x11: get rid of gxx_personality_v0 on x11/Linux guests
(edit) @6554   17 years vboxsync Corrected inst dir for RuntimeGuestR3Mini.
(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) @6361   17 years vboxsync Fixed OS/2 build.
(edit) @6351   17 years vboxsync Include Guest R3 backdoor logging for RuntimeGuestR3 template users.
(edit) @6231   17 years vboxsync Guest Additions: add R3 backdoor logging for Linux guests
(edit) @6147   17 years vboxsync Solaris RTLogWriteDebugger and guest r0 logging changes.
(edit) @6143   17 years vboxsync windows -> win.
(edit) @6129   17 years vboxsync Implemented VBOX_WITH_ADDITIONS_FROM_BUILD_SERVER. Started cleaning up …
(edit) @6051   17 years vboxsync Put back the VBOX_ONLY_ADDITION stuff.
(edit) @6015   17 years vboxsync RuntimeGuestR0 RuntimeGuestR3 for solaris and the others.
(edit) @6014   17 years vboxsync Created generic templates for compiling guest additions (for new …
(edit) @6013   17 years vboxsync Created generic templates for compiling guest additions (for new …
(edit) @6012   17 years vboxsync It's BUILD_TARGET not TARGET.
(edit) @6009   17 years vboxsync Added VBOX_WITHOUT_ADDITIONS for skipping the additions althogether.
(edit) @6007   17 years vboxsync Introducing VBOX_ONLY_ADDITIONS.
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5976   17 years vboxsync Removed the tests for KMK_USE_REDIRECT, KMK_USE_TEST, KMK_NEW_SED and …
(edit) @5897   17 years vboxsync KMK_USE_REDIRECT
(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) @5760   17 years vboxsync runtime: add generic command line parser, moved from webservice.
(edit) @5653   17 years vboxsync sched-os2.cpp
(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) @5490   17 years vboxsync Converted gcc ASMMultU64ByU32DivByU32 inline code to nasm in order to …
(edit) @5464   17 years vboxsync More GOT / Yasm trouble. just go with the .cpp code for now.
(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) @5459   17 years vboxsync need to fix GOT problems first…
(edit) @5456   17 years vboxsync New RTTimeNanoTS/GIP code.
(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) @5419   17 years vboxsync err* RTErr* -> 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) @5413   17 years vboxsync uni* str* utf* -> common/string/
(edit) @5412   17 years vboxsync crc* md5* -> 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) @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) @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) @5226   17 years vboxsync Added r0drv/linux/semeventmulti-r0drv-linux.c
(edit) @5225   17 years vboxsync semaphore-r0drv-lnx.c split.
(edit) @5222   17 years vboxsync Split up r0drv/nt/semaphore-r0drv-nt.cpp.
(edit) @4990   17 years vboxsync ToErrno for freebsd r0drv.
(edit) @4822   17 years vboxsync Fixed bad name.
(edit) @4809   17 years vboxsync Added an RTErrnoConvertFromErr function to simplify error management …
(edit) @4717   17 years vboxsync Solaris changes.
(edit) @4713   17 years vboxsync more on the phys page management rewrite…
(edit) @4687   17 years vboxsync Added RTAvllU32*. Applied enumeration fixes for non-unique tree. …
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