ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/sys_unix.cpp
Revision 1.22 - (view) (annotate) - [select for diffs]
2004-01-26T11:08:52Z (20 years, 5 months ago) by nigel
Branch: MAIN
CVS Tags: nigel-build-15, nigel-build-16
Changes since 1.21: +25 -17 lines
Diff to previous 1.21
Tidy up Aqua/Darwin specific code

Revision 1.21 - (view) (annotate) - [select for diffs]
2004-01-12T15:29:25Z (20 years, 5 months ago) by cebix
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
Happy New Year! :)

Revision 1.20 - (view) (annotate) - [select for diffs]
2003-10-12T21:55:44Z (20 years, 8 months ago) by gbeauche
Branch: MAIN
Changes since 1.19: +11 -1 lines
Diff to previous 1.19
Add hacks to disable "floppy" & "serial[ab]" entries that would cause
Basilisk II to hang on MacOS X as an X11 build. I am not sure this is
supposed to work in an Aqua build so I leave that enable there, assuming
<AvailabilityMacros.h> is included somehow, thus defining MAC_OS_X_VERSION_*
and friends.

Revision 1.19 - (view) (annotate) - [select for diffs]
2003-03-21T07:03:05Z (21 years, 3 months ago) by nigel
Branch: MAIN
CVS Tags: nigel-build-12, nigel-build-13
Changes since 1.18: +99 -1 lines
Diff to previous 1.18
Darwin-specific prefs and initial CD code. Since some of the CD code is just too weird to include here, I just call extern functions which I currently implement in a file sys_darwin.cpp

Revision 1.18 - (view) (annotate) - [select for diffs]
2002-04-28T14:06:17Z (22 years, 2 months ago) by cebix
Branch: MAIN
Changes since 1.17: +1 -3 lines
Diff to previous 1.17
default CD-ROM drive is /dev/cd0c on NetBSD

Revision 1.17 - (view) (annotate) - [select for diffs]
2002-03-29T16:24:18Z (22 years, 3 months ago) by gbeauche
Branch: MAIN
Changes since 1.16: +6 -8 lines
Diff to previous 1.16
- Clarified test of access() return value
- s/strcpy/sprintf/ for cd_dev concatenation
- Statically allocate fd_dev[] and cd_dev[]
Better testing is yet to be done

Revision 1.16 - (view) (annotate) - [select for diffs]
2002-03-27T20:11:12Z (22 years, 3 months ago) by cebix
Branch: MAIN
Changes since 1.15: +43 -5 lines
Diff to previous 1.15
support for Linux devfs

Revision 1.15 - (view) (annotate) - [select for diffs]
2002-03-20T19:03:41Z (22 years, 3 months ago) by cebix
Branch: MAIN
Changes since 1.14: +12 -0 lines
Diff to previous 1.14
added missing return values

Revision 1.14 - (view) (annotate) - [select for diffs]
2002-02-23T17:54:24Z (22 years, 4 months ago) by cebix
Branch: MAIN
Changes since 1.13: +10 -4 lines
Diff to previous 1.13
fixed floppy disk change detection problems under Linux

Revision 1.13 - (view) (annotate) - [select for diffs]
2002-02-22T17:48:31Z (22 years, 4 months ago) by cebix
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
- default floppy device under Linux is now /dev/fd?u1440 because /dev/fd?H1440
  is deprecated

Revision 1.12 - (view) (annotate) - [select for diffs]
2002-02-07T16:10:55Z (22 years, 5 months ago) by cebix
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
cleaned up pthread attributes [Brian Johnson]

Revision 1.11 - (view) (annotate) - [select for diffs]
2002-01-15T14:58:37Z (22 years, 5 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-15012002
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
- documentation updates
- 2001 -> 2002
- version 0.9 -> 1.0

Revision 1.10 - (view) (annotate) - [select for diffs]
2001-07-31T14:10:35Z (22 years, 11 months ago) by cebix
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
fstab parsing ignores comment lines

Revision 1.9 - (view) (annotate) - [select for diffs]
2001-02-02T20:52:58Z (23 years, 5 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
- bumped version number to 0.9
- updated copyright dates

Revision 1.8 - (view) (annotate) - [select for diffs]
2000-07-24T20:39:34Z (23 years, 11 months ago) by cebix
Branch: MAIN
Changes since 1.7: +12 -1 lines
Diff to previous 1.7
- 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.7 - (view) (annotate) - [select for diffs]
2000-04-10T18:53:07Z (24 years, 3 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-13072000
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
- updated copyright info: 1999->2000

Revision 1.6 - (view) (annotate) - [select for diffs]
2000-02-21T20:04:17Z (24 years, 4 months ago) by cebix
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
- Unix: changed time zone handling (again)

Revision 1.5 - (view) (annotate) - [select for diffs]
1999-10-31T23:18:37Z (24 years, 8 months ago) by cebix
Branch: MAIN
CVS Tags: release-0_8-1, snapshot-02111999, snapshot-22121999
Changes since 1.4: +6 -3 lines
Diff to previous 1.4
- 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.4 - (view) (annotate) - [select for diffs]
1999-10-15T14:50:38Z (24 years, 8 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-21101999
Changes since 1.3: +28 -2 lines
Diff to previous 1.3
- some fixes for NetBSD

Revision 1.3 - (view) (annotate) - [select for diffs]
1999-10-14T11:37:47Z (24 years, 8 months ago) by cebix
Branch: MAIN
Changes since 1.2: +32 -22 lines
Diff to previous 1.2
- integrated patches for NetBSD

Revision 1.2 - (view) (annotate) - [select for diffs]
1999-10-03T17:45:08Z (24 years, 9 months ago) by cebix
Branch: MAIN
CVS Tags: release-0_7-2
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
- sys_unix.cpp: changed one #ifdef that should really have been an #if
- Makefile.in: provided uninstall target

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 nigel-build-15: (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