ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/main_unix.cpp
Revision 1.32 - (view) (annotate) - [select for diffs]
2001-04-01T12:11:44Z (23 years, 3 months ago) by cebix
Branch: MAIN
CVS Tags: release-0_9-1, snapshot-29052001
Changes since 1.31: +25 -26 lines
Diff to previous 1.31
- added help for command line options
- PrefsInit() removes all processed options

Revision 1.31 - (view) (annotate) - [select for diffs]
2001-03-28T16:53:39Z (23 years, 3 months ago) by cebix
Branch: MAIN
Changes since 1.30: +22 -4 lines
Diff to previous 1.30
- "-Ofast" option is supplied to MIPSPro compiler [Brian J. Johnson
- workaround for IRIX pthreads bug in Delay_usec() [Brian J. Johnson]

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

Revision 1.29 - (view) (annotate) - [select for diffs]
2001-01-25T22:24:36Z (23 years, 5 months ago) by cebix
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
- AmigaOS: implemented XPRAM watchdog thread
- AmigaOS: disabled 68060 Super Bypass mode because of CPU bug triggered
  by MacOS 8
- minor documentation updates

Revision 1.28 - (view) (annotate) - [select for diffs]
2001-01-04T19:50:22Z (23 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.27: +37 -13 lines
Diff to previous 1.27
- removed the INT16 prefs item type; use INT32 instead
- AmigaOS/Unix: it's now possible to specify preferences items on the
  command line
- Unix: command line options now take "--"-prefix, e.g. "--rominfo"

Revision 1.27 - (view) (annotate) - [select for diffs]
2000-11-30T16:20:52Z (23 years, 7 months ago) by cebix
Branch: MAIN
Changes since 1.26: +30 -43 lines
Diff to previous 1.26
- removed USE_MAPPED_MEMORY (unused)
- fixed Delay_usec() on Solaris

Revision 1.26 - (view) (annotate) - [select for diffs]
2000-11-02T19:41:52Z (23 years, 8 months ago) by cebix
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
- fixed Delay_usec() on IRIX
- xpram_func() calls Delay_usec() with a time of <1 second

Revision 1.25 - (view) (annotate) - [select for diffs]
2000-11-02T14:45:16Z (23 years, 8 months ago) by cebix
Branch: MAIN
Changes since 1.24: +19 -5 lines
Diff to previous 1.24
- added audio support for IRIX [Brian J. Johnson]
- improved Delay_usec() under FreeBSD and IRIX
- fixed typo ("HAVE_PTHREDS") in video_x.cpp

Revision 1.24 - (view) (annotate) - [select for diffs]
2000-10-17T12:24:59Z (23 years, 8 months ago) by cebix
Branch: MAIN
Changes since 1.23: +51 -15 lines
Diff to previous 1.23
- FPU is now available under NetBSD/m68k
- main_unix.cpp: added more emulated privileged instructions

Revision 1.23 - (view) (annotate) - [select for diffs]
2000-10-10T18:54:34Z (23 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.22: +5 -2 lines
Diff to previous 1.22
- updated spec file
- make install/uninstall targets support DESTDIR variable
- fixed compilation problem with DIRECT_ADDRESSING

Revision 1.22 - (view) (annotate) - [select for diffs]
2000-10-09T17:05:16Z (23 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.21: +24 -22 lines
Diff to previous 1.21
works again under NetBSD/m68k

Revision 1.21 - (view) (annotate) - [select for diffs]
2000-09-25T17:54:01Z (23 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.20: +5 -5 lines
Diff to previous 1.20
- adapted for mon V3.0 which is now the required minimum
- fixed gcc 2.96 compiler warnings

Revision 1.20 - (view) (annotate) - [select for diffs]
2000-09-22T17:14:28Z (23 years, 9 months ago) by gbeauche
Branch: MAIN
Changes since 1.19: +78 -10 lines
Diff to previous 1.19
- added USE_SCRATCHMEM_SUBTERFUGE
- added memory allocation in real and direct addressing modes through mmap()
- added the possibility to allocate the whole mac memory from zero

Revision 1.19 - (view) (annotate) - [select for diffs]
2000-07-25T13:52:17Z (23 years, 11 months ago) by cebix
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
- one_tick() is casted to the correct type when used as a POSIX.4 signal handler

Revision 1.18 - (view) (annotate) - [select for diffs]
2000-07-24T20:39:34Z (23 years, 11 months ago) by cebix
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
- CD-ROM under Linux only worked when a CD was in the drive when B2 was
  started
- Unix/main_unix.cpp: 1Hz interrupt wasn't triggered

Revision 1.17 - (view) (annotate) - [select for diffs]
2000-07-24T15:17:07Z (23 years, 11 months ago) by cebix
Branch: MAIN
Changes since 1.16: +17 -5 lines
Diff to previous 1.16
- Mac ROM and RAM are allocated with malloc() instead of "new" (because
  -fomit-frame-pointer breaks exceptions), and an error message is displayed
  if the allocation fails

Revision 1.16 - (view) (annotate) - [select for diffs]
2000-07-22T18:12:34Z (23 years, 11 months ago) by cebix
Branch: MAIN
Changes since 1.15: +65 -18 lines
Diff to previous 1.15
- improved timing of periodic threads

Revision 1.15 - (view) (annotate) - [select for diffs]
2000-07-22T16:07:20Z (23 years, 11 months ago) by cebix
Branch: MAIN
Changes since 1.14: +4 -1 lines
Diff to previous 1.14
- new FOURCC() macro in macos_util.h

Revision 1.14 - (view) (annotate) - [select for diffs]
2000-07-14T21:29:13Z (23 years, 11 months ago) by cebix
Branch: MAIN
Changes since 1.13: +3 -0 lines
Diff to previous 1.13
- 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.13 - (view) (annotate) - [select for diffs]
2000-07-13T16:12:32Z (23 years, 11 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-13072000
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
- DGA and SHM are only tried on local X11 displays
- re-integrated old window update method (better performance over a networked
  display connection), frameskip=0 selects new method, other values select
  old method
- fixed compilation errors

Revision 1.12 - (view) (annotate) - [select for diffs]
2000-07-13T13:47:10Z (23 years, 11 months ago) by cebix
Branch: MAIN
Changes since 1.11: +636 -79 lines
Diff to previous 1.11
- first version to run natively on NetBSD/m68k

Revision 1.11 - (view) (annotate) - [select for diffs]
2000-04-10T18:53:02Z (24 years, 3 months ago) by cebix
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
- updated copyright info: 1999->2000

Revision 1.10 - (view) (annotate) - [select for diffs]
2000-01-21T13:47:05Z (24 years, 5 months ago) by cebix
Branch: MAIN
CVS Tags: release-0_8-1
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
- size of ExtFS finf helper file extended to 32 bytes to allow future expansion
  (the complete FInfo/FXInfo could be stored in it)
- main_unix.cpp: replaced TIMER_RELTIME (which doesn't seem to exist on
  Irix) by 0

Revision 1.9 - (view) (annotate) - [select for diffs]
1999-11-03T10:56:28Z (24 years, 8 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-22121999
Changes since 1.8: +31 -3 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-10-31T23:18:36Z (24 years, 8 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-02111999
Changes since 1.7: +3 -0 lines
Diff to previous 1.7
- 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.7 - (view) (annotate) - [select for diffs]
1999-10-28T15:33:14Z (24 years, 8 months ago) by cebix
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
- added some 68040 instructions: CINV, CPUSH, MOVE16 (Ax)+,(Ay)+, MOVEC regs,
  and FPU state frames; enough to boot MacOS
- CPU type can be selected in GTK prefs editor

Revision 1.6 - (view) (annotate) - [select for diffs]
1999-10-27T16:59:46Z (24 years, 8 months ago) by cebix
Branch: MAIN
Changes since 1.5: +2 -0 lines
Diff to previous 1.5
- 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.5 - (view) (annotate) - [select for diffs]
1999-10-26T16:56:45Z (24 years, 8 months ago) by cebix
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
- small fixes to Makefile.in and configure script
- main_unix.cpp tested ENABLE_DGA instead of ENABLE_XF86_DGA

Revision 1.4 - (view) (annotate) - [select for diffs]
1999-10-26T16:28:37Z (24 years, 8 months ago) by cebix
Branch: MAIN
Changes since 1.3: +33 -0 lines
Diff to previous 1.3
- mon is called for illegal EMUL_OP selectors and when pressing Ctrl-C (Unix)
- moved MemoryDispatch() patch routine from PatchAfterStartup() to
  InstallDrivers()
- fixed one place where ROM replaces MemoryDispatch() by unimplemented trap
  when no MMU is present
- Unix: ROM breakpoint can now be set with "-break" command line argument
- some changes to configure script, mon is now compiled with readline support

Revision 1.3 - (view) (annotate) - [select for diffs]
1999-10-19T17:41:35Z (24 years, 8 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-21101999
Changes since 1.2: +6 -108 lines
Diff to previous 1.2
- added external file system
- moved most init/deinit code to InitAll()/ExitAll() in main.cpp

Revision 1.2 - (view) (annotate) - [select for diffs]
1999-10-07T13:15:14Z (24 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
- disabled X backing store

Revision 1.1 - (view) (annotate) - [select for diffs]
1999-10-03T14:16:25Z (24 years, 9 months ago) by cebix
Branch: MAIN
Branch point for: cebix
Initial revision

Convenience Links

Links to HEAD: (view) (annotate) Links to release-0_9-1: (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