VirtualBox

source: vbox/trunk/src/VBox/Additions/solaris/SharedFolders

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @39272   13 years vboxsync Additions/solaris/SharedFolders: spaces.
(edit) @39270   13 years vboxsync Additions/solaris/SharedFolders: symlink support.
(edit) @39267   13 years vboxsync Additions/solaris/SharedFolders: Open files only when really needed. …
(edit) @39263   13 years vboxsync Additions/solaris/SharedFolders: Use correct allocated size in getattr.
(edit) @39260   13 years vboxsync Additions/solaris/SharedFolders: fix recursive mutex.
(edit) @39258   13 years vboxsync Additions/solaris/SharedFolders: Fix for incorrect stat association …
(edit) @39249   13 years vboxsync Additions/solaris/SharedFolders: fix directory seeking bug with …
(edit) @39218   13 years vboxsync Additions/solaris/SharedFolders: fix removing recursive directories.
(edit) @39217   13 years vboxsync Additions/solaris/SharedFolders: fix recursive mutex panic due to …
(edit) @39115   13 years vboxsync Additions/solaris/SharedFolders: typo.
(edit) @39114   13 years vboxsync Additions/solaris/SharedFolders: dmode, fmode, dmask, fmask, typo.
(edit) @39113   13 years vboxsync Additions/solaris/SharedFolders: implement dmode, fmode, dmask, fmask, …
(edit) @39072   13 years vboxsync Additions/solaris/SharedFolders: implement umask and interpret as octal.
(edit) @39068   13 years vboxsync Additions/solaris/SharedFolders: grr, tabs.
(edit) @39067   13 years vboxsync Additions/solaris/SharedFolders: implemented dmode, fmode, dmask, …
(edit) @39062   13 years vboxsync Additions/solaris/SharedFolders: implemented dmode, fmode, dmask and …
(edit) @39009   13 years vboxsync Additions/solaris/SharedFolders: update comments.
(edit) @38943   13 years vboxsync Additions/solaris/SharedFolders: mmap related clarifications.
(edit) @38922   13 years vboxsync Additions/solaris/SharedFolders: MMAP fix for non-zero reused pages.
(edit) @38901   13 years vboxsync Additions/solaris/SharedFolders: readonly MMAP support.
(edit) @38854   13 years vboxsync Additions/solaris/SharedFolders: argh, typo.
(edit) @38846   13 years vboxsync Additions/solaris/SharedFolders: fixed ref. counting resulting in …
(edit) @38843   13 years vboxsync Additions/solaris/SharedFolders: use RT_FAILURE instead of negating …
(edit) @38801   13 years vboxsync Additions/solaris/SharedFolders: fix panic if vboxConnect() fails.
(edit) @38783   13 years vboxsync Additions/solaris/SharedFolders: fixed a couple of memory leaks.
(edit) @38166   13 years vboxsync Additions/solaris/SharedFolders: read-only mmap bits.
(edit) @38107   13 years vboxsync Additions/solaris/SharedFolders: cmn_err consistency.
(edit) @38105   13 years vboxsync Additions/solaris/SharedFolders: more info. on error cases please.
(edit) @38078   13 years vboxsync Additions/Solaris/SharedFolders: link to ctf module.
(edit) @37839   13 years vboxsync Additions/Solaris/SharedFolders: readonly mmap bits.
(edit) @37833   13 years vboxsync Additions/Solaris/SharedFolders/vboxfs_mount: small cleanup.
(edit) @37823   13 years vboxsync Additions/solaris/SharedFolders: readonly mmap bits.
(edit) @37806   13 years vboxsync Additions/Solaris/SharedFolders: readonly mmap support bits.
(edit) @37776   13 years vboxsync Additions/solaris/SharedFolders: fix hrestime missing symbol for b167+.
(edit) @37423   13 years vboxsync Ran the source code massager (scm).
(edit) @36195   14 years vboxsync solaris/vboxsf: Use IPRT from VBoxGuest.
(edit) @33994   14 years vboxsync shfl: Replaced RTFSOBJINFO and RTFSPROPERTIES with shared folder …
(edit) @33656   14 years vboxsync *: rebrand Sun (L)GPL disclaimers
(edit) @33550   14 years vboxsync some more spelling fixes, thanks Timeless!
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @31981   14 years vboxsync Additions/Solaris/SharedFolders: Fixed truncating files to 2G on …
(edit) @31691   14 years vboxsync Additions/Solaris/SharedFolders: OSE compatibility.
(edit) @31567   14 years vboxsync Additions/solaris/SharedFolders: follow code style in file.
(edit) @31566   14 years vboxsync Additions/solaris/SharedFolders: fixed a panic, correct errors for …
(edit) @31537   14 years vboxsync Additions/Solaris/SharedFolders: fix a possible panic when file …
(edit) @31012   14 years vboxsync Build fixes for Solaris and FreeBSD.
(edit) @30527   14 years vboxsync Additions/Solaris/SharedFolders: optionally honor fsync requests from …
(edit) @30519   14 years vboxsync Additions/Solaris/SharedFolders: stat caching to reduce number of host …
(edit) @30504   14 years vboxsync Additions/Solaris/SharedFolders: getattr coalesing improves …
(edit) @30496   14 years vboxsync Additions/Solaris/SharedFolders: readdir coalesing. Read chunks rather …
(edit) @30446   14 years vboxsync Additions/Solaris/SharedFolders: Fix out-of-space errors when listing …
(edit) @30435   14 years vboxsync Additions/Solaris/SharedFolders: fix sffs_inactive prototype for …
(edit) @30433   14 years vboxsync Additions/Solaris/SharedFolders: force a 64-bit operation here
(edit) @30418   14 years vboxsync Additions/Solaris/SharedFolders: set file mode while creating files …
(edit) @30417   14 years vboxsync Additions/Solaris/SharedFolders: support for setting file attributes …
(edit) @30391   14 years vboxsync Additions/solaris/SharedFolders: fix panic message, fix getattr and …
(edit) @29147   15 years vboxsync Additions/SharedFolders/Solaris: Pass 0 as Index to directory listing …
(edit) @29142   15 years vboxsync Additions/SharedFolders/Solaris: fix rm -rf on directories.
(edit) @29074   15 years vboxsync Argh. tab again.
(edit) @29073   15 years vboxsync Solaris/Additions/SharedFolders: Tabs.
(edit) @29072   15 years vboxsync Additions/Solaris/SharedFolders: Apply setuid bit if host file reports it.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @27733   15 years vboxsync Additions/Solaris: Sharedfolders error code.
(edit) @27729   15 years vboxsync Additions/Solaris: SharedFolders, fix permissions for opening readonly …
(edit) @26493   15 years vboxsync Additions: whitespace cleanup
(edit) @26176   15 years vboxsync VBox/err.h,*: Use RT_SUCCESS/FAILURE instead of the VBOX variants, …
(edit) @25889   15 years vboxsync solaris/SharedFolders/*.h: Headers are 'headers', not …
(edit) @25883   15 years vboxsync Additions: more header fixes
(edit) @25879   15 years vboxsync Solaris/SharedFolders: fixed header date.
(edit) @25878   15 years vboxsync Solaris/SharedFolders: fixed OSE headers.
(edit) @25877   15 years vboxsync Solaris/SharedFolders: missing files to OSE.
(edit) @25756   15 years vboxsync Solaris: OSE fixes.
(edit) @23452   15 years vboxsync Makefiles: Corrected properties.
(edit) @17626   16 years vboxsync Solaris/Additions: SharedFolders SVN rev on mod desc.
(edit) @17625   16 years vboxsync Solaris/Additions: vboxvfs to vboxfs fixes.
(edit) @17579   16 years vboxsync Additions/Solaris: Renamed vboxvfs to vboxfs.
(edit) @17211   16 years vboxsync Solaris/SharedFolder: Build S10 vboxvfs on Nevada. Deleted obsolete files.
(edit) @16721   16 years vboxsync first pass at working shared folders for solaris
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13835   16 years vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @12446   16 years vboxsync Additions/Makefiles: Pushed them up to root (sub-makefile wise). Some …
(edit) @12170   16 years vboxsync Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILE
(edit) @11982   16 years vboxsync All: license header changes for 2.0 (OSE headers, add Sun GPL/LGPL …
(edit) @11820   16 years vboxsync made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => …
(edit) @11602   16 years vboxsync Solaris 10 build (with no additions); XPCOM Python works on Solaris
(edit) @10456   16 years vboxsync Solaris vboxvfs: older bits commiting now.
(edit) @10347   16 years vboxsync Solaris vboxvfs bits.
(edit) @10338   16 years vboxsync Solaris vboxvfs stuff.
(edit) @10312   16 years vboxsync Solaris vboxvfs bits.
(edit) @10307   16 years vboxsync Solaris vboxvfs: added mount wrapper.
(edit) @10140   16 years vboxsync Solaris vboxvfs stuff.
(edit) @10129   16 years vboxsync VBOX_KBUILD_HACKING.
(edit) @10067   16 years vboxsync Solaris vboxvfs: root vnode.
(edit) @10030   16 years vboxsync Backed out vboxvfs dynamic linking for now.
(edit) @10028   16 years vboxsync Attempted build fix.
(edit) @10023   16 years vboxsync Solaris vboxvfs: resolved symbols and updated the VBOXGUESTR0 …
(edit) @9673   16 years vboxsync Spaces
(edit) @9672   16 years vboxsync Solaris vboxvfs: more untested code.
(edit) @9177   17 years vboxsync tabs
(edit) @9175   17 years vboxsync re-export SharedFolders and vbi (installer).
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