VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/Support/darwin

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @29255   15 years vboxsync darwin+asm.h build fixes.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @26512   15 years vboxsync HostDrivers: tabs -> spaces.
(edit) @25484   15 years vboxsync SUPDrv: Fixed recent regression that may cause the SUPDRVSESSION …
(edit) @25466   15 years vboxsync build fix
(edit) @25465   15 years vboxsync SUPDrv,++: Made SUPDrv.c platform agnostic and renamed …
(edit) @25278   15 years vboxsync SUPDrv: Major IOC version change - preparing to use the native ring-0 …
(edit) @25260   15 years vboxsync SUPDRV_USE_NATIVE_LOADER -> VBOX_WITH_NATIVE_R0_LOADER
(edit) @25258   15 years vboxsync SUPDrv: Sketched out support for native module loading. (OS parts are …
(edit) @24183   15 years vboxsync SUPDrv-darwin.cpp: RTR0Term -> RTR0TermForced.
(edit) @23491   15 years vboxsync Darwin: case-sensitive FS burns fixes.
(edit) @22077   15 years vboxsync HostDrivers/Support: header and svn props cleanup.
(edit) @22066   15 years vboxsync darwin/load.sh: generate dSYM directory on snow leopard. added missing …
(edit) @22053   15 years vboxsync SUPDrv-darwin.cpp: props
(edit) @21292   15 years vboxsync svn:eol-style native
(edit) @20527   15 years vboxsync darwin/load.sh: nfs fix.
(edit) @20394   16 years vboxsync SUPLib-darwin.cpp: Pass idCpu along.
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20366   16 years vboxsync HostDrivers: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @18182   16 years vboxsync load.sh: unload VBoxNetAdp too.
(edit) @16804   16 years vboxsync SUPDrv: darwin Info.plist cleanup.
(edit) @16754   16 years vboxsync VBoxDrv.kext: load.sh update.
(edit) @16719   16 years vboxsync Config,VBoxDrv: Updated VBOXR0DRV and VBoxDrv to work with 10a261. The …
(edit) @16356   16 years vboxsync SUPDrv-darwin.cpp: kauth_cred_unref messup in the 10.4u SDK headers, …
(edit) @16352   16 years vboxsync SUPDrv-darwin.cpp: replaced proc_ucred with …
(edit) @16335   16 years vboxsync SUPLib-darwin: io_connect_t isn't a pointer actually, but a natural, …
(edit) @15653   16 years vboxsync SUPLib-darwin: hDevice is NIL_RTFILE if it's not opened.
(edit) @15461   16 years vboxsync SUPLib-OSX: remove warning
(edit) @15350   16 years vboxsync Disabled host_vmxon as it is *broken* and will cause occation kernel …
(edit) @15130   16 years vboxsync VBoxDrvTiger.kext (#3202).
(edit) @15043   16 years vboxsync SUPDrv-OSX: enable the ring 0 sleep/wakeup notification
(edit) @15041   16 years vboxsync SUPDrv-OSX: added ring 0 sleep notification
(edit) @15003   16 years vboxsync SUPDrv: Another failed attempt at resolving host_vmxon/off.
(edit) @14914   16 years vboxsync SUPDrv-darwin.c: disabled host_vmxon/off as it doesn't work with …
(edit) @14905   16 years vboxsync SUPDrv-darwin.c: dropping printf.
(edit) @14901   16 years vboxsync SUPDrv,SUPLib: SUPR0NativeEnableHwVirtExt -> SUPR0EnableVTx and darwin …
(edit) @14745   16 years vboxsync darwin/load.sh: Fixed cp/chflags issue by sudoing it.
(edit) @14495   16 years vboxsync darwin/load.sh: Unload VBoxNetFlt too.
(edit) @13866   16 years vboxsync darwin too. (untested)
(edit) @13865   16 years vboxsync SUP: pass idCpu up on all platforms (save OS/2), handle it in ring-0 …
(edit) @13864   16 years vboxsync build fix
(edit) @13862   16 years vboxsync Compile fixes
(edit) @13858   16 years vboxsync Pass the VMCPU id to the ring 0 callbacks.
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @12808   16 years vboxsync SUPDrv: shared the symbol table dragging in symbols into the link on …
(edit) @12653   16 years vboxsync various files: doxygen fixes.
(edit) @11725   16 years vboxsync #3076: Merged in the branch with the alternate driver authentication …
(edit) @10877   16 years vboxsync cosmetics.
(edit) @10876   16 years vboxsync cosmetics.
(edit) @10875   16 years vboxsync Fixed uninitialized variable error (rc).
(edit) @10836   16 years vboxsync supdrv: Fixed missing session clean on the mac when more than one …
(edit) @10714   16 years vboxsync darwin has AssertMsg1/2 in IPRT as everyone should.
(edit) @10712   16 years vboxsync Made the mac os x load*.sh scripts produce symbols and a copy of the …
(edit) @10680   16 years vboxsync Increase minor version, needed some timestamp functions.
(edit) @10662   16 years vboxsync Increased the IOC version to 7.4 with the exporting of …
(edit) @10603   16 years vboxsync *grpmf* copy & past error in the session counting code :/
(edit) @10392   16 years vboxsync display fOptions too.
(edit) @10391   16 years vboxsync Override IOService::terminate to prevent a busy VBoxDrv from being …
(edit) @10389   16 years vboxsync Hide _antimain, _realmain and _kext_apple_cc using DECLHIDDEN since …
(edit) @10388   16 years vboxsync Added OSBundleCompatibleVersion and set it to the current version …
(edit) @10377   16 years vboxsync Implemented the IDC methods. Moved the setting of the R0Process and …
(edit) @10263   16 years vboxsync Inter-Driver Communication (IDC) interface for the support driver. The …
(edit) @10262   16 years vboxsync Inter-Driver Communication (IDC) interface for the support driver. The …
(edit) @10256   16 years vboxsync SUPDRVIOC.h -> (../)SUPDrvIOC.h
(edit) @10254   16 years vboxsync Renamed SUPDRV.h to SUPDrvInternal.h.
(edit) @9498   17 years vboxsync added supdrvOSGetForcedAsyncTscMode.
(edit) @8838   17 years vboxsync Use absolute path to stat because gnu stat (e.g. from MacPorts) has a …
(edit) @8209   17 years vboxsync rebranding
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8102   17 years vboxsync Unload VBoxUSB.kext before reloading VBoxDrv.kext.
(edit) @8092   17 years vboxsync unload and smbfs.
(edit) @7272   17 years vboxsync Use MP functions in the runtime.
(edit) @7206   17 years vboxsync Added SUPR0ExecuteCallback. Currently a stub.
(edit) @7193   17 years vboxsync shell scripts are eol-style LF
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @4946   17 years vboxsync error code corrections and better release logging.
(edit) @4925   17 years vboxsync Added a LogRel with additional driver open info. Return the …
(edit) @4882   17 years vboxsync Fixed casing of suplibOsIOCtlFast.
(edit) @4873   17 years vboxsync rc not errno.
(edit) @4871   17 years vboxsync The vboxdrv descriptor must be marked close on exec.
(edit) @4818   17 years vboxsync IOC_VOID fixes.
(edit) @4817   17 years vboxsync Made darwin build again.
(edit) @4811   17 years vboxsync Split VMMR0Entry into VMMR0EntryInt, VMMR0EntryFast and VMMr0EntryEx. …
(edit) @4800   17 years vboxsync Redid the supdrv interface. works on windows and linux while the other …
(edit) @4480   17 years vboxsync added copyright header
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3759   17 years vboxsync IOMatchCategory.
(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) @2207   18 years vboxsync Remove some more executable properties.
(edit) @2142   18 years vboxsync Some debug stuff for the GIP access double crash.
(edit) @2141   18 years vboxsync Made the device node 0666 for now. Fixed some logging.
(edit) @1890   18 years vboxsync Attempt to fix ALSA on Linux kernels <= 2.6.17: use mmap not memalign …
(edit) @1547   18 years vboxsync export
(edit) @1192   18 years vboxsync comment.
(edit) @403   18 years vboxsync Need RTThreadWait in ring-0 too when using the generic timers, so …
(edit) @397   18 years vboxsync Completed most of VBOX_WITHOUT_IDT_PATCHING. (hope I didn't break …
(edit) @387   18 years vboxsync Use RTR0ProcHandleSelf / RTProcSelf. Implemented clientDied() cleanup …
(edit) @378   18 years vboxsync client/provider stuff (not complete). And some bugfixes.
(edit) @325   18 years vboxsync forgot to export them
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