ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/extfs.cpp
Revision 1.36 - (view) (annotate) - [select for diffs]
2008-06-20T00:39:47Z (15 years, 10 months ago) by asvitkine
Branch: MAIN
CVS Tags: HEAD
Changes since 1.35: +1 -1 lines
Diff to previous 1.35
[patch from Kelvin Delbarre] Fix file corruption experienced when doing random-access
file I/O to the external filesystem. The application-specified ioPosMode parameter must
be masked off appropriately in extfs.cpp:fs_set_fpos(), as is done elsewhere in the file.

Revision 1.35 - (view) (annotate) - [select for diffs]
2008-01-01T09:40:31Z (16 years, 4 months ago) by gbeauche
Branch: MAIN
Changes since 1.34: +1 -1 lines
Diff to previous 1.34
Happy New Year!

Revision 1.34 - (view) (annotate) - [select for diffs]
2007-11-03T09:59:39Z (16 years, 5 months ago) by gbeauche
Branch: MAIN
Changes since 1.33: +9 -6 lines
Diff to previous 1.33
Host OS name representation must be large enough to handle any kind of native
encoding (e.g. UTF-8 on MacOS X).

Revision 1.33 - (view) (annotate) - [select for diffs]
2007-01-24T02:37:06Z (17 years, 3 months ago) by asvitkine
Branch: MAIN
Changes since 1.32: +1 -1 lines
Diff to previous 1.32
macroman_to_host_encoding - so it works the other way around too

Revision 1.32 - (view) (annotate) - [select for diffs]
2007-01-22T17:14:06Z (17 years, 3 months ago) by asvitkine
Branch: MAIN
Changes since 1.31: +47 -17 lines
Diff to previous 1.31
Since Guest and Host OS may use different text encodings for filenames,
I am adding functionality to support this. For the moment, I've only
added the platform-specific conversion for MacOSX (ie: UTF8 -> MacRoman),
but others can be added later.

Revision 1.31 - (view) (annotate) - [select for diffs]
2006-04-30T15:46:55Z (18 years ago) by gbeauche
Branch: MAIN
CVS Tags: nigel-build-19
Changes since 1.30: +50 -0 lines
Diff to previous 1.30
handle creation time on MacOS X

Revision 1.30 - (view) (annotate) - [select for diffs]
2005-01-30T21:42:13Z (19 years, 3 months ago) by gbeauche
Branch: MAIN
CVS Tags: nigel-build-17
Changes since 1.29: +1 -1 lines
Diff to previous 1.29
Happy New Year!

Revision 1.29 - (view) (annotate) - [select for diffs]
2004-01-12T15:29:21Z (20 years, 3 months ago) by cebix
Branch: MAIN
CVS Tags: nigel-build-15, nigel-build-16
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
Happy New Year! :)

Revision 1.28 - (view) (annotate) - [select for diffs]
2002-01-15T14:58:32Z (22 years, 3 months ago) by cebix
Branch: MAIN
CVS Tags: nigel-build-12, nigel-build-13, snapshot-15012002
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
- documentation updates
- 2001 -> 2002
- version 0.9 -> 1.0

Revision 1.27 - (view) (annotate) - [select for diffs]
2001-07-11T19:26:13Z (22 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.26: +2 -3 lines
Diff to previous 1.26
fixed a couple of compiler warnings

Revision 1.26 - (view) (annotate) - [select for diffs]
2001-07-06T17:36:06Z (22 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.25: +8 -8 lines
Diff to previous 1.25
replaced TIME_OFFSET constant by portable TimeToMacTime() function

Revision 1.25 - (view) (annotate) - [select for diffs]
2001-03-31T14:31:58Z (23 years, 1 month ago) by cebix
Branch: MAIN
CVS Tags: release-0_9-1, snapshot-29052001
Changes since 1.24: +5 -5 lines
Diff to previous 1.24
- fixed bugs in the BeOS extfs file types handling

Revision 1.24 - (view) (annotate) - [select for diffs]
2001-02-02T20:52:57Z (23 years, 2 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-17022001
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
- bumped version number to 0.9
- updated copyright dates

Revision 1.23 - (view) (annotate) - [select for diffs]
2000-07-25T15:19:39Z (23 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
- more cleanups
- splitted prefs.cpp into prefs.cpp and prefs_items.cpp to make prefs.cpp
  reusable for other projects

Revision 1.22 - (view) (annotate) - [select for diffs]
2000-07-25T11:13:24Z (23 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.21: +0 -1 lines
Diff to previous 1.21
- minor cleanups

Revision 1.21 - (view) (annotate) - [select for diffs]
2000-07-22T16:07:16Z (23 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.20: +9 -24 lines
Diff to previous 1.20
- new FOURCC() macro in macos_util.h

Revision 1.20 - (view) (annotate) - [select for diffs]
2000-07-21T18:01:05Z (23 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.19: +15 -37 lines
Diff to previous 1.19
- extfs: replaced get/set_finder_*() functions by get/set_finfo(), helper
  files now store complete FInfo/FXInfo

Revision 1.19 - (view) (annotate) - [select for diffs]
2000-07-14T21:42:05Z (23 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
- fixed compilation problems

Revision 1.18 - (view) (annotate) - [select for diffs]
2000-07-14T21:29:08Z (23 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.17: +65 -38 lines
Diff to previous 1.17
- AmigaOS bug fixes by J.Lachmann (floppy, 2060scsi.device, "Add Volume" in
  prefs editor)
- imported some changes from the Windows source (1Hz interrupt, FPU fixes)

Revision 1.17 - (view) (annotate) - [select for diffs]
2000-05-16T17:11:35Z (23 years, 11 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-13072000
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
- added "noclipconversion" prefs item

Revision 1.16 - (view) (annotate) - [select for diffs]
2000-04-10T18:52:22Z (24 years ago) by cebix
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
- updated copyright info: 1999->2000

Revision 1.15 - (view) (annotate) - [select for diffs]
1999-12-22T16:16:09Z (24 years, 4 months ago) by cebix
Branch: MAIN
CVS Tags: release-0_8-1, snapshot-22121999
Changes since 1.14: +24 -5 lines
Diff to previous 1.14
- extfs_read() and extfs_write() return -1 on error and don't clear errno
- parent CNIDs of FSItems are exchanged in fs_rename() and fs_cat_move()

Revision 1.14 - (view) (annotate) - [select for diffs]
1999-11-15T15:01:34Z (24 years, 5 months ago) by cebix
Branch: MAIN
Changes since 1.13: +16 -13 lines
Diff to previous 1.13
- fixed more ExtFS bugs

Revision 1.13 - (view) (annotate) - [select for diffs]
1999-11-08T18:05:55Z (24 years, 5 months ago) by cebix
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
- moving/renaming/deleting files in the ExtFS also moves/deletes the
  helper files/directories

Revision 1.12 - (view) (annotate) - [select for diffs]
1999-11-08T17:00:04Z (24 years, 5 months ago) by cebix
Branch: MAIN
Changes since 1.11: +3 -10 lines
Diff to previous 1.11
- fs_delete() will also delete helper files

Revision 1.11 - (view) (annotate) - [select for diffs]
1999-11-08T16:43:06Z (24 years, 5 months ago) by cebix
Branch: MAIN
Changes since 1.10: +10 -9 lines
Diff to previous 1.10
- fixes to ExtFS from Lauri Pesonen

Revision 1.10 - (view) (annotate) - [select for diffs]
1999-11-03T19:08:52Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
- fixed small bug (Mac2Host_memcpy used instead of Mac2Mac_memcpy)

Revision 1.9 - (view) (annotate) - [select for diffs]
1999-11-03T10:56:14Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.8: +20 -22 lines
Diff to previous 1.8
- imported UAE CPU 0.8.10 changes
- new utility functions Mac_memset, Mac2Host_memcpy, Host2Mac_memcpu and
  Mac2Mac_memcpy
- extfs.cpp: fixed bug in fs_rename() and fs_cat_move() (auxiliary IOParam
  block was not in Mac address space)
- some provisions for using UAE CPU compiler (doesn't work yet)

Revision 1.8 - (view) (annotate) - [select for diffs]
1999-11-01T16:24:06Z (24 years, 6 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-02111999
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
- AmigaOS: removed support for SAS/C
- AmigaOS: sys_amiga.cpp: supports 64-bit device access and respects
  device block size on writes
- AmigaOS: added support for resource forks and Finder info for ExtFS
- AmigaOS: added "ExtFS" gadget to prefs editor
- protection mask for all open()/creat()/mkdir() calls is now 0666 or
  0777

Revision 1.7 - (view) (annotate) - [select for diffs]
1999-10-27T16:59:35Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.6: +11 -10 lines
Diff to previous 1.6
- imported fixed UAE FPU from Lauri
- extfs.cpp: fixed bug with fsResolveWDCB in fs_get_wd_info()
- ExtFS: MAX_PATH_LENGTH is global, removed third parameter to
  add_path_component()
- rom_patches.cpp: added print_rom_info()
- Unix: added "-rominfo" command line argument
- extfs_unix.cpp: supports finder info and resource forks
- prefs_editor_gtk.cpp: tab widget is no longer scrollable

Revision 1.6 - (view) (annotate) - [select for diffs]
1999-10-22T15:08:10Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.5: +3 -1 lines
Diff to previous 1.5
- added BlockMove() replacement
- extfs.cpp: get_path_for_fsitem(root parent) no longer crashes

Revision 1.5 - (view) (annotate) - [select for diffs]
1999-10-21T22:39:51Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.4: +23 -28 lines
Diff to previous 1.4
- ExtFS works under AmigaOS
- fixed erroneous __regargs attributes in prefs_editor_amiga.cpp
  and audio_amiga.cpp for GCC

Revision 1.4 - (view) (annotate) - [select for diffs]
1999-10-20T17:23:53Z (24 years, 6 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-21101999
Changes since 1.3: +39 -23 lines
Diff to previous 1.3
- fixed bugs in extfs.cpp:
   - root's parent now has an FSItem, so finding the volume by name with
     parent dirID 1 now works
   - fs_get_file_info() and fs_get_cat_info() handle all negative values of
     dir_index correctly
   - fs_set_fpos() handles fsFromLEOF positioning mode
   - replaced "%#s" format codes in debug output
- fixed some file extensions in extfs_unix.cpp
- "speaker" means "main volume", as before

Revision 1.3 - (view) (annotate) - [select for diffs]
1999-10-20T15:13:53Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.2: +19 -12 lines
Diff to previous 1.2
- renamed main_volume to speaker_volume and dac_volume to main_volume
  (same for mute)
- added defines for headphone volume/mute

Revision 1.2 - (view) (annotate) - [select for diffs]
1999-10-19T21:33:56Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.1: +4 -1 lines
Diff to previous 1.1
- fixed compilation problems on BeOS

Revision 1.1 - (view) (annotate) - [select for diffs]
1999-10-19T17:41:14Z (24 years, 6 months ago) by cebix
Branch: MAIN
- added external file system
- moved most init/deinit code to InitAll()/ExitAll() in main.cpp

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a