VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @69943   7 years vboxsync iprt/ntfsvfs.cpp: Implemented file reading.
(edit) @69942   7 years vboxsync iprt/vfs: Made RTVFSFILEOPS::pfnPollOne optional.
(edit) @69941   7 years vboxsync isomaker.cpp: Set inode number to zero for now, to make solaris happy. …
(edit) @69938   7 years vboxsync iprt/ntfsvfs.cpp: Implemented ReadDir, fixed Open('..') bug.
(edit) @69929   7 years vboxsync r0drv/netbsd: don't link in functions that are provided by the kernel
(edit) @69925   7 years vboxsync iprt/ntfsvfs.cpp: Made opening and traversing directories work.
(edit) @69924   7 years vboxsync iprt/ntfsvfs.cpp: working on the directory access (readonly) bits
(edit) @69913   7 years vboxsync IPRT/ntfsvfs.cpp: More on the subject of directories (indexes). [build fix]
(edit) @69911   7 years vboxsync IPRT/ntfsvfs.cpp: More on the subject of directories (indexes). [build fix]
(edit) @69910   7 years vboxsync IPRT/ntfsvfs.cpp: More on the subject of directories (indexes).
(edit) @69909   7 years vboxsync dvmmbr.cpp: Used 32-bit instead of 64-bit type for extended partition …
(edit) @69908   7 years vboxsync Build fix
(edit) @69907   7 years vboxsync Runtime/serialport-posix: Updates
(edit) @69906   7 years vboxsync rtDvmVfsFile_Write+Read: Fixed handling of current offset (off=-1).
(edit) @69903   7 years vboxsync IPRT/ntfsvfs.h: Working on reading the root dir. Did some cleanups. …
(edit) @69902   7 years vboxsync IPRT/ntfsvfs.h: Working on reading the root dir. Did some cleanups.
(edit) @69897   7 years vboxsync Runtime/serialport-posix: Updates
(edit) @69896   7 years vboxsync Runtime: New serial port API [build fix for scm]
(edit) @69894   7 years vboxsync Runtime: New serial port API [build fix for non Linux hosts]
(edit) @69893   7 years vboxsync Runtime: New serial port API [build fix, forgotten file]
(edit) @69892   7 years vboxsync Runtime: Start on a platform independent serial port access API which …
(edit) @69889   7 years vboxsync iprt/ntfsvfs.cpp: Implemented loading the '$UpCase' table.
(edit) @69888   7 years vboxsync iprt/ntfsvfs.cpp: build fix, logging
(edit) @69887   7 years vboxsync iprt/dvmmbr.cpp: Don't consider the gap/padding between a partition …
(edit) @69886   7 years vboxsync dvm.cpp/RTDvmMapQueryBlockStatus: Cleanups, comments.
(edit) @69885   7 years vboxsync iprt/ntfsvfs.cpp: Got the code to the point where compaction works …
(edit) @69875   7 years vboxsync iprt/ntfsvfs.cpp: updates
(edit) @69874   7 years vboxsync iprt/ntfsvfs.cpp: updates
(edit) @69873   7 years vboxsync iprt/ntfsvfs.cpp: updates
(edit) @69868   7 years vboxsync iprt/formats/ntfs: build fixes
(edit) @69866   7 years vboxsync iprt/formats/ntfs: build fixes - g++ sometimes hates unnamed unions, sigh.
(edit) @69865   7 years vboxsync iprt/formats/ntfs: build fixes - g++ sometimes hates unnamed unions, sigh.
(edit) @69863   7 years vboxsync iprt/formats/ntfs: build fixes
(edit) @69862   7 years vboxsync iprt/formats/ntfs: build fixes
(edit) @69861   7 years vboxsync iprt/formats/ntfs: updates
(edit) @69854   7 years vboxsync IPRT: Added AVL tree for uint64_t.
(edit) @69853   7 years vboxsync nits
(edit) @69849   7 years vboxsync ntfsvfs.cpp: Started work for reading NTFS allocation bitmap so we can …
(edit) @69845   7 years vboxsync ext2vfs.cpp: style cleanups
(edit) @69844   7 years vboxsync IPRT: VFS IsRangeInUse cleanup. * Renamed to RTVfsQueryRangeState / …
(edit) @69843   7 years vboxsync filesystemext.cpp -> ext2vfs.cpp [arg]
(edit) @69842   7 years vboxsync filesystemext.cpp -> ext2vfs.cpp
(edit) @69840   7 years vboxsync IPRT: VFS volume mouning cleanup, replacing RTFilesystemVfsFromFile …
(edit) @69835   7 years vboxsync RTLs: use new RTStrPrintf format types
(edit) @69834   7 years vboxsync typo
(edit) @69833   7 years vboxsync iprt/string.h: Adding %Rhcb + %Rhci for human readable size formatting …
(edit) @69832   7 years vboxsync fatvfs.cpp,isovfs.cpp: removed dead code
(edit) @69831   7 years vboxsync fatvfs.cpp,isovfs.cpp: no need to provide specialized open functions here.
(edit) @69830   7 years vboxsync IPRT/VFS: Reimplemented RTVfsDirCreate, RTVfsDirOpenFile and …
(edit) @69829   7 years vboxsync IPRT: rtDvmVfsDir_Open burn fix
(edit) @69828   7 years vboxsync IPRT/VFS: Reimplemented RTVfsDirOpen and RTVfsDirOpenDir to use …
(edit) @69827   7 years vboxsync IPRT/VFS: rewrote RTVfsQueryPathInfo to new path handling.
(edit) @69826   7 years vboxsync IPRT/VFS: More path parsing work. Symlinks should work better now.
(edit) @69818   7 years vboxsync IPRT/VFS: Got rid of the pfnTraversalOpen method.
(edit) @69816   7 years vboxsync build fix
(edit) @69815   7 years vboxsync build fix
(edit) @69814   7 years vboxsync build fix
(edit) @69813   7 years vboxsync IPRT: VFS opening reworking in progress.
(edit) @69802   7 years vboxsync Make the format build box happier.
(edit) @69795   7 years vboxsync IPRT: file mode changing on NT + RTChMod command. - Reimplemented …
(edit) @69793   7 years vboxsync RTErrConvertFromWin32: ERROR_SERVICE_DOES_NOT_EXIST
(edit) @69779   7 years vboxsync VGSvcLogCreate: Fix case where pszLogFile is NULL.
(edit) @69762   7 years vboxsync IPRT,SUPDrv,VBoxGuest: common/err/errinfo.cpp is now needed for kernel …
(edit) @69760   7 years vboxsync RTProcIsRunningByName-linux.cpp: RTDIRENTRYTYPE_UNKNOWN, just in case.
(edit) @69757   7 years vboxsync iprt/dir.h: Added RTDirReadExA and RTDirReadExAFree for avoiding …
(edit) @69754   7 years vboxsync iprt/dir: Morphing PRTDIR into a handle named RTDIR. (Been wanting to …
(edit) @69753   7 years vboxsync iprt/dir: Morphing PRTDIR into a handle named RTDIR. (Been wanting to …
(edit) @69750   7 years vboxsync Changed RTLogCreateEx[V] to take a RTERRINFO pointer rather than plain …
(edit) @69749   7 years vboxsync Changed RTLogCreateEx[V] to take a RTERRINFO pointer rather than plain …
(edit) @69746   7 years vboxsync IPRT: Added tweak (RTLOGDEST_F_DELAY_FILE) for delaying log file …
(edit) @69745   7 years vboxsync IPRT: Added tweak (RTLOGDEST_F_DELAY_FILE) for delaying log file …
(edit) @69742   7 years vboxsync IPRT: Added RTGetOptFormatError.
(edit) @69720   7 years vboxsync IPRT: More work on directory relative APIs (NT mainly) and VFS; …
(edit) @69718   7 years vboxsync RTMkDir,nt/RTDirRelDirCreate: Some adjustments.
(edit) @69716   7 years vboxsync IPRT: More work on directory relative APIs (NT mainly) and VFS; …
(edit) @69705   7 years vboxsync IPRT: VFS and NT path handling fixes. * Rewrote RTDirQueryInfo for …
(edit) @69694   7 years vboxsync scm nits
(edit) @69691   7 years vboxsync iprt: Started on RTDirRel for NT.
(edit) @69688   7 years vboxsync iprt: pathint-nt.cpp: Added RTNtPathRelativeFromUtf8 for RTDirRel. …
(edit) @69679   7 years vboxsync iprt: A bunch of basic function for working the file system relative …
(edit) @69678   7 years vboxsync fatvfs.cpp: forgot to disable electric fence
(edit) @69677   7 years vboxsync iprt: A bunch of basic function for working the file system relative …
(edit) @69674   7 years vboxsync iprt: A bunch of basic function for working the file system relative …
(edit) @69666   7 years vboxsync iprt: r3/test.cpp: Assert if test or value names exceed current …
(edit) @69663   7 years vboxsync fatvfs: cleanups
(edit) @69662   7 years vboxsync dbgkrnlinfo-r0drv-darwin.cpp: Stop confusing doxygen with RTR0DECL …
(edit) @69660   7 years vboxsync fatvfs.cpp: Implemented FAT16 and FAT32 cluster map update functions - …
(edit) @69659   7 years vboxsync fatvfs.cpp: Able to read FAT32 now. Fixed long name bug in ReadDir.
(edit) @69652   7 years vboxsync scm cleanup
(edit) @69651   7 years vboxsync dvmmbr.cpp: support for extended and logical partitions.
(edit) @69650   7 years vboxsync dbgkrnlinfo-r0drv-darwin.cpp: build fixes
(edit) @69648   7 years vboxsync dbgkrnlinfo-r0drv-darwin.cpp: Be more verbose in case of symbol table …
(edit) @69647   7 years vboxsync dbgkrnlinfo-r0drv-darwin.cpp: Don't barf on weak symbol definitions. …
(edit) @69644   7 years vboxsync Visual C++ is soo forgiving…
(edit) @69643   7 years vboxsync Make tstRTDarwinMachKernel build on windows because windbg is easier …
(edit) @69633   7 years vboxsync doc: Change DTD declaration everywhere to docbook xml 4.3, and remove …
(edit) @69631   7 years vboxsync fatvfs: don't match or return volume lables
(edit) @69630   7 years vboxsync vfschain: fixed incorrect check for escapable character when handling '\'.
(edit) @69625   7 years vboxsync RTLs: windows build fix
(edit) @69623   7 years vboxsync fatvfs.cpp: drop duplicate '.' and '..' entries.
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