/[cebix]/BasiliskII/src/disk.cpp
ViewVC logotype

Log of /BasiliskII/src/disk.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Tag:

Revision 1.19 - (view) (annotate) - [select for diffs]
Tue Jan 1 09:40:31 2008 UTC (5 years, 4 months ago) by gbeauche
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +1 -1 lines
Diff to previous 1.18 , to selected 1.1
Happy New Year!


Revision 1.18 - (view) (annotate) - [select for diffs]
Sun Jan 21 17:40:00 2007 UTC (6 years, 3 months ago) by asvitkine
Branch: MAIN
Changes since 1.17: +16 -0 lines
Diff to previous 1.17 , to selected 1.1
some documentation of status codes not yet implemented


Revision 1.17 - (view) (annotate) - [select for diffs]
Sun Jul 24 14:05:16 2005 UTC (7 years, 9 months ago) by gbeauche
Branch: MAIN
CVS Tags: nigel-build-17, nigel-build-19
Changes since 1.16: +1 -1 lines
Diff to previous 1.16 , to selected 1.1
Fix a long standing typo, now enabling use of volumes larger than 4 GB!


Revision 1.16 - (view) (annotate) - [select for diffs]
Sun Jan 30 21:42:13 2005 UTC (8 years, 3 months ago) by gbeauche
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15 , to selected 1.1
Happy New Year!


Revision 1.15 - (view) (annotate) - [select for diffs]
Mon Jan 12 15:29:21 2004 UTC (9 years, 4 months ago) by cebix
Branch: MAIN
CVS Tags: nigel-build-15, nigel-build-16
Changes since 1.14: +1 -1 lines
Diff to previous 1.14 , to selected 1.1
Happy New Year! :)


Revision 1.14 - (view) (annotate) - [select for diffs]
Thu Feb 7 16:10:55 2002 UTC (11 years, 3 months ago) by cebix
Branch: MAIN
CVS Tags: nigel-build-12, nigel-build-13
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 , to selected 1.1
cleaned up pthread attributes [Brian Johnson]


Revision 1.13 - (view) (annotate) - [select for diffs]
Tue Jan 15 14:58:32 2002 UTC (11 years, 4 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-15012002
Changes since 1.12: +1 -1 lines
Diff to previous 1.12 , to selected 1.1
- documentation updates
- 2001 -> 2002
- version 0.9 -> 1.0


Revision 1.12 - (view) (annotate) - [select for diffs]
Sun Jul 15 14:19:06 2001 UTC (11 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 , to selected 1.1
- UDP tunneling works under BeOS
- fixed BeOS compilation problems


Revision 1.11 - (view) (annotate) - [select for diffs]
Sat Jul 14 20:01:18 2001 UTC (11 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.10: +43 -5 lines
Diff to previous 1.10 , to selected 1.1
- disk.cpp looks for HFS partition info in the disk image; this makes it
  possible to, for example, use MacOS-partitioned hard disks and removable
  media under B2/Unix even if the OS doesn't understand Mac partition maps
  by specifying the appropriate block device name as a Mac volume
- fixed typo in audio_dummy.cpp
- added minimally required UDP tunneling code to ether_dummy.cpp
- main_unix.cpp: if pthreads are not supported, we trigger the Ethernet
  interrupt in the 60Hz ticker; this makes UDP tunneling work under
  NetBSD/m68k (as the only form of networking)


Revision 1.10 - (view) (annotate) - [select for diffs]
Sun Jul 1 14:38:02 2001 UTC (11 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.9: +42 -55 lines
Diff to previous 1.9 , to selected 1.1
- sony.cpp/disk.cpp/cdrom.cpp use vector<> of drive_info objects instead of
  linked list
- color depth switching updates slot ROM
- video_x.cpp always supports 1-bit window modes
- timer_create()/clock_gettime() are pulled from librt if present


Revision 1.9 - (view) (annotate) - [select for diffs]
Fri Feb 2 20:52:57 2001 UTC (12 years, 3 months ago) by cebix
Branch: MAIN
CVS Tags: release-0_9-1, snapshot-17022001, snapshot-29052001
Changes since 1.8: +1 -1 lines
Diff to previous 1.8 , to selected 1.1
- bumped version number to 0.9
- updated copyright dates


Revision 1.8 - (view) (annotate) - [select for diffs]
Tue Jul 25 15:19:39 2000 UTC (12 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7 , to selected 1.1
- more cleanups
- splitted prefs.cpp into prefs.cpp and prefs_items.cpp to make prefs.cpp
  reusable for other projects


Revision 1.7 - (view) (annotate) - [select for diffs]
Sat Jul 22 16:07:15 2000 UTC (12 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.6: +14 -14 lines
Diff to previous 1.6 , to selected 1.1
- new FOURCC() macro in macos_util.h


Revision 1.6 - (view) (annotate) - [select for diffs]
Fri Jul 14 21:29:08 2000 UTC (12 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.5: +2 -10 lines
Diff to previous 1.5 , to selected 1.1
- 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.5 - (view) (annotate) - [select for diffs]
Mon Apr 10 18:52:20 2000 UTC (13 years, 1 month ago) by cebix
Branch: MAIN
CVS Tags: snapshot-13072000
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 , to selected 1.1
- updated copyright info: 1999->2000


Revision 1.4 - (view) (annotate) - [select for diffs]
Wed Nov 3 10:56:12 1999 UTC (13 years, 6 months ago) by cebix
Branch: MAIN
CVS Tags: release-0_8-1, snapshot-22121999
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 , to selected 1.1
- 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.3 - (view) (annotate) - [select for diffs]
Sun Oct 31 23:18:32 1999 UTC (13 years, 6 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-02111999
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 , to selected 1.1
- removed MemoryDispatch() replacement; routine from ROM is now used if
  possible
- rom_patches.cpp: check for double PACK 4 resources; if only one is found,
  assume that the ROM requires an FPU and issue a warning if FPU emulation
  is turned off
- UAE CPU opcode routines no longer return the cycle count
- main_unix.cpp: pressing Ctrl-C dumps the UAE CPU state before entering mon
- sys_unix.cpp: under Linux, partition sizes are read with BLKGETSIZE instead
  of llseek()


Revision 1.2 - (view) (annotate) - [select for diffs]
Tue Oct 12 20:00:43 1999 UTC (13 years, 7 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-21101999
Changes since 1.1: +62 -24 lines
Diff to previous 1.1
- disk insertions are now checked for by the 60Hz interrupt routine
- localizable strings are split into a common and a platform-specific set
- fixed bug in CR->LF translation in AmigaOS/clip_amiga.cpp


Revision 1.1.1.1 - (view) (annotate) - [select for diffs] (vendor branch)
Sun Oct 3 14:16:25 1999 UTC (13 years, 7 months ago) by cebix
Branch: cebix
CVS Tags: release-0_7-2, start
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.19
Imported sources


Revision 1.1 - (view) (annotate) - [selected]
Sun Oct 3 14:16:25 1999 UTC (13 years, 7 months ago) by cebix
Branch: MAIN
Branch point for: cebix
Initial revision


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

Sort log by:

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15