VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19134   16 years vboxsync Main: make VBox interfaces scriptable (that is, callable from Python …
(edit) @19083   16 years vboxsync NetAdp/win: static IP config on install
(edit) @19062   16 years vboxsync Main/Makefile.kmk: Reformatted todo + some cleanup.
(edit) @19003   16 years vboxsync Main: Workaround for the linker problem on FreeBSD with release builds
(edit) @18924   16 years vboxsync Main: Stub host networking stuff for FreeBSD to make it possible to …
(edit) @18884   16 years vboxsync Main/Makefile.kmk: build fix (=> not =)
(edit) @18883   16 years vboxsync Main/Makefile.kmk: install .so symlinks in components for hardened builds.
(edit) @18866   16 years vboxsync *: VBOX_WITHOUT_LINUX_COMPILER_H -> VBOX_WITH_LINUX_COMPILER_H. TODO: …
(edit) @18785   16 years vboxsync API/MachineImpl: double-dash command line options and support starting …
(edit) @18749   16 years vboxsync Stopping the build when doxygen is unhappy is not yet ready for prime …
(edit) @18743   16 years vboxsync kmk doc: stop when doxygen is unhappy with VirtualBox.xidl
(edit) @18738   16 years vboxsync Main/docs: #3780: “Errors/Warnings when building docs” Make it hard to …
(edit) @18732   16 years vboxsync NetIfList-* -> renamed to NetIf-*, tapinit_solaris.sh removed
(edit) @18715   16 years vboxsync Main/Makefile.kmk: r=bird: questions about the …
(edit) @18683   16 years vboxsync SDK: refactoring
(edit) @18681   16 years vboxsync SDK: basic Win Python support, refactoring
(edit) @18208   16 years vboxsync #3569: DHCP Server is now started from VBoxSVC and terminates with it.
(edit) @18023   16 years vboxsync Dhcp->DHCP
(edit) @17983   16 years vboxsync remove duplicated dhcp runner
(edit) @17929   16 years vboxsync Main: enabled -Wunused; fixed some warnings
(edit) @17915   16 years vboxsync simplification
(edit) @17911   16 years vboxsync #3686: “Main: fix unused var warnings” - Garbage collect; use NOREF(); …
(edit) @17866   16 years vboxsync api for running DhcpServer
(edit) @17865   16 years vboxsync Main/dhcp API, E_NOTIMPL yet
(edit) @17804   16 years vboxsync Spaces to tabs for consistency.
(edit) @17769   16 years vboxsync try to fix the solaris burns
(edit) @17669   16 years vboxsync Main: Rework storage controller handling to allow an arbitrary number …
(edit) @17443   16 years vboxsync #3656: Moved IP config function stubs from solaris, darwin and linux …
(edit) @17333   16 years vboxsync Main: setIpConfig API, notimpl yet
(edit) @17309   16 years vboxsync Main: IHostNetworkInterfaceIpConfig added
(edit) @17208   16 years vboxsync Main/Makefile: comdefs.h and WbemUuid.lib locations fixes.
(edit) @17180   16 years vboxsync Main/Unix: redo SYSV semaphore key generation. The old solution was …
(edit) @17174   16 years vboxsync burn fix
(edit) @17172   16 years vboxsync NetAdp/win: implementation for IP setting modification, not exposed to …
(edit) @17086   16 years vboxsync Main: Renamed accidentally missed HardDisk2Impl.cpp to HardDiskImpl.cpp.
(edit) @16682   16 years vboxsync oops, not _SRC as cp target.
(edit) @16677   16 years vboxsync Some magic to prevent kmk from trying to re-create VBOX_XIDL_FILE all …
(edit) @16676   16 years vboxsync Makefiles: insert an additional step between VirtualBox.xidl and its …
(edit) @16648   16 years vboxsync EFI: few missed changes
(edit) @16530   16 years vboxsync Main: rework error macros everywhere; make error messages much more …
(edit) @16406   16 years vboxsync cbindings to OSE
(edit) @16405   16 years vboxsync exclude cbindings from OSE (for the time being)
(edit) @16377   16 years vboxsync Added Makefile.kmk to cbinding directory to be inline with VirtualBox
(edit) @16341   16 years vboxsync Makefiles: .darwin -> .darwin.x86.
(edit) @16246   16 years vboxsync more of device work, initialization part
(edit) @16225   16 years vboxsync Main: build HostHardwareLinux.cpp even if we aren't doing DBus
(edit) @16188   16 years vboxsync Merge OVF branch.
(edit) @16174   16 years vboxsync renamed VirtualBox4 to VirtualBox
(edit) @16166   16 years vboxsync purge the obsolete Qt3 GUI
(edit) @16049   16 years vboxsync HPET&SMC config
(edit) @16016   16 years vboxsync Main: FreeBSD stubbing.
(edit) @15708   16 years vboxsync Main: #3424: Bumped XML format version to 1.6 and so that the …
(edit) @15372   16 years vboxsync #3282: HostNetIf API implementation for Darwin. Common part revised. …
(edit) @15235   16 years vboxsync #3282: API, RT generic part, updated VBoxManage list hostif.
(edit) @15073   16 years vboxsync Main: missing dependency
(edit) @15070   16 years vboxsync Backed out 40454
(edit) @15068   16 years vboxsync Missing dependency
(edit) @15066   16 years vboxsync Kick the build. There's a missing dependency.
(edit) @15058   16 years vboxsync Main: fix a burn
(edit) @15057   16 years vboxsync Main: load libdbus-1 dynamically on Linux hosts
(edit) @14991   16 years vboxsync Main: rework the Linux host drive code to use libdbus-1 directly …
(edit) @14909   16 years vboxsync Main: fix Windows burn (IN_VBOXSETTINGS_R3)
(edit) @14904   16 years vboxsync Main: change vboxxml files and namespace to xml only; more XML code …
(edit) @14854   16 years vboxsync Main: rip XML classes out of settings code and move them to …
(edit) @14730   16 years vboxsync Main/USB: re-enable libhal on Linux hosts and get it right
(edit) @14722   16 years vboxsync Main: use statically linked libhal on Linux
(edit) @14714   16 years vboxsync Main: fix a burn related to Linux USB changes, second try
(edit) @14713   16 years vboxsync Main: fix a burn related to Linux USB changes
(edit) @14711   16 years vboxsync Devices/USB and Main: use hal and sysfs for Linux USB (currently disabled)
(edit) @14687   16 years vboxsync fix the burn
(edit) @14527   16 years vboxsync Main-OSX: added initial power change notification
(edit) @14485   16 years vboxsync NetFlt/win: ConsoleImpl2: wireless adapter detection
(edit) @14439   16 years vboxsync Main: Fixed CPUCount/@count => CPU/@count conversion.
(edit) @14317   16 years vboxsync crOpenGL: use accelerate3d property instead of extradata
(edit) @14245   16 years vboxsync more BLDDIRS…
(edit) @14003   16 years vboxsync VBOX_XPIDL_ENV instead of lastword mess.
(edit) @13908   16 years vboxsync Fixed include order, a bunch of GCC 3.3 warnings, OS/2 build.
(edit) @13886   16 years vboxsync #3202/#1865: Disable the Ring-0 parts for vga and pcnet on darwin (for …
(edit) @13720   16 years vboxsync win/NetFlt: NetConfig functionality moved to a separate lib
(edit) @13655   16 years vboxsync Power notification handling added (disabled skeleton).
(edit) @13626   16 years vboxsync win/NetFlt: sources splitted to several files, protocol-based approach …
(edit) @13589   16 years vboxsync Main: wrong order
(edit) @13580   16 years vboxsync Ported s2 branch (r37120:38456).
(edit) @13426   16 years vboxsync Main/Solaris: Enumerate NICs for zones, fixed duplicate enumeration.
(edit) @13222   16 years vboxsync Backed out accidental commit.
(edit) @13221   16 years vboxsync Enabled VPID (VT-x tagged TLB); default off - Added machine & machine …
(edit) @12944   16 years vboxsync Main/Makefile: space.
(edit) @12866   16 years vboxsync Solaris/Main: Load libdlpi dynamically for walking links. (Disabled).
(edit) @12783   16 years vboxsync Solaris/vboxnetflt: Unplumbed interfaces. Disabled Main enumeration as …
(edit) @12780   16 years vboxsync Makefiles: fixed misbehaving 'docs' target in VBOX_SINGLE_MAKEFILE=1 …
(edit) @12523   16 years vboxsync use the header
(edit) @12522   16 years vboxsync add information about the package type to the release log
(edit) @12513   16 years vboxsync PerfAPI: Windows collector re-done: WMI replaced with kernel and psapi …
(edit) @12474   16 years vboxsync Better fix for not working VMDK's with SATA, a missing define in the …
(edit) @12284   16 years vboxsync added subversion revison to the IDL
(edit) @12275   16 years vboxsync Main/Makefile: Fixed the VBOX_IDL_FILE.MSCOM rule.
(edit) @12244   16 years vboxsync Main/Makefiles: attempt at some cleanup
(edit) @12170   16 years vboxsync Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILE
(edit) @12028   16 years vboxsync Main: Only enable support for async I/O on platforms we support yet.
(edit) @11913   16 years vboxsync Main/Makefile: More namespace fixes.
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