ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/configure
Revision 1.21
2000-08-14T14:24:51Z (24 years ago) by cebix
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +0 -0 lines
FILE REMOVED
- removed non-source files "config.h.in" and "configure" from CVS, added
  "autogen.sh" script to regenerate them

Revision 1.20 - (view) (annotate) - [select for diffs]
2000-07-22T18:12:31Z (24 years, 1 month ago) by cebix
Branch: MAIN
Changes since 1.19: +108 -84 lines
Diff to previous 1.19
- improved timing of periodic threads

Revision 1.19 - (view) (annotate) - [select for diffs]
2000-07-13T16:12:29Z (24 years, 2 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-13072000
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
- 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.18 - (view) (annotate) - [select for diffs]
2000-07-13T13:47:07Z (24 years, 2 months ago) by cebix
Branch: MAIN
Changes since 1.17: +415 -293 lines
Diff to previous 1.17
- first version to run natively on NetBSD/m68k

Revision 1.17 - (view) (annotate) - [select for diffs]
2000-04-14T18:45:56Z (24 years, 4 months ago) by cebix
Branch: MAIN
Changes since 1.16: +168 -166 lines
Diff to previous 1.16
- "./configure --without-mon" now works

Revision 1.16 - (view) (annotate) - [select for diffs]
1999-11-03T21:04:14Z (24 years, 10 months ago) by cebix
Branch: MAIN
CVS Tags: release-0_8-1, snapshot-22121999
Changes since 1.15: +245 -183 lines
Diff to previous 1.15
*** empty log message ***

Revision 1.15 - (view) (annotate) - [select for diffs]
1999-11-03T10:56:23Z (24 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
- 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.14 - (view) (annotate) - [select for diffs]
1999-10-26T16:56:38Z (24 years, 10 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-02111999
Changes since 1.13: +84 -82 lines
Diff to previous 1.13
- small fixes to Makefile.in and configure script
- main_unix.cpp tested ENABLE_DGA instead of ENABLE_XF86_DGA

Revision 1.13 - (view) (annotate) - [select for diffs]
1999-10-26T16:28:30Z (24 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.12: +288 -191 lines
Diff to previous 1.12
- 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.12 - (view) (annotate) - [select for diffs]
1999-10-25T20:52:08Z (24 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.11: +89 -88 lines
Diff to previous 1.11
- WANT_XF86_DGA is turned off when XFree86 DGA is not present

Revision 1.11 - (view) (annotate) - [select for diffs]
1999-10-25T19:01:35Z (24 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.10: +206 -181 lines
Diff to previous 1.10
- fixes to audio_oss_esd.cpp from Alexander R. Pruss (8-bit mode)
- added configuration summary to configure script
- prefs_editor_amiga.cpp: output of SCSI prefs was broken

Revision 1.10 - (view) (annotate) - [select for diffs]
1999-10-25T08:07:50Z (24 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.9: +163 -150 lines
Diff to previous 1.9
- now uses "mon" if present (currently on breakpoints only)

Revision 1.9 - (view) (annotate) - [select for diffs]
1999-10-23T17:57:46Z (24 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.8: +569 -304 lines
Diff to previous 1.8
- audio_linux.cpp renamed to audio_oss_esd.cpp (now also used under FreeBSD)
  and added support for ESD
- medium removal is allowed for CD-ROM on exit
- added mkinstalldirs to "make install" target

Revision 1.8 - (view) (annotate) - [select for diffs]
1999-10-21T15:14:34Z (24 years, 10 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-21101999
Changes since 1.7: +55 -14 lines
Diff to previous 1.7
- updated configure script for SPARC assembly optimizations

Revision 1.7 - (view) (annotate) - [select for diffs]
1999-10-21T13:19:14Z (24 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.6: +202 -181 lines
Diff to previous 1.6
- added fbdev video code and SPARC assembly optimizations

Revision 1.6 - (view) (annotate) - [select for diffs]
1999-10-18T16:15:40Z (24 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
- compilation of cpuemu.cpp is now split

Revision 1.5 - (view) (annotate) - [select for diffs]
1999-10-15T14:50:28Z (24 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.4: +134 -89 lines
Diff to previous 1.4
- some fixes for NetBSD

Revision 1.4 - (view) (annotate) - [select for diffs]
1999-10-15T12:27:18Z (24 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.3: +71 -130 lines
Diff to previous 1.3
- removed unnecessary test for semget()

Revision 1.3 - (view) (annotate) - [select for diffs]
1999-10-05T18:38:46Z (24 years, 11 months ago) by cebix
Branch: MAIN
CVS Tags: release-0_7-2
Changes since 1.2: +91 -91 lines
Diff to previous 1.2
- small fix to configure script

Revision 1.2 - (view) (annotate) - [select for diffs]
1999-10-04T21:07:17Z (24 years, 11 months ago) by cebix
Branch: MAIN
Changes since 1.1: +83 -83 lines
Diff to previous 1.1
- improved configuration and installation

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

Convenience Links

Links to HEAD: (view) (annotate) Links to MAIN: (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