../
|
m4/
|
|
ldscripts/
|
|
Solaris/
|
|
NetBSD/
|
|
Linux/
|
|
Irix/
|
|
FreeBSD/
|
|
Darwin/
|
|
xpram_unix.cpp
|
1.2
(25 years ago)
by cebix:
- 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
|
video_x.cpp
|
1.12
(25 years ago)
by cebix:
*** empty log message ***
|
user_strings_unix.h
|
1.5
(25 years ago)
by cebix:
- 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
|
user_strings_unix.cpp
|
1.6
(25 years ago)
by cebix:
- 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
|
timer_unix.cpp
|
1.5
(25 years ago)
by cebix:
- added external file system
- moved most init/deinit code to InitAll()/ExitAll() in main.cpp
|
sysdeps.h
|
1.9
(25 years ago)
by cebix:
- 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)
|
sys_unix.cpp
|
1.5
(25 years ago)
by cebix:
- 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()
|
serial_unix.cpp
|
1.4
(25 years ago)
by cebix:
- fixed compilation problem
|
semaphore.h
|
1.1.1.1
(25 years ago)
by cebix:
Imported sources
|
prefs_unix.cpp
|
1.4
(25 years ago)
by cebix:
- added mouse wheel support
|
prefs_editor_gtk.cpp
|
1.9
(25 years ago)
by cebix:
- 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
|
posix_sem.cpp
|
1.1.1.1
(25 years ago)
by cebix:
Imported sources
|
mkinstalldirs
|
1.1
(25 years ago)
by cebix:
- 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
|
main_unix.cpp
|
1.9
(25 years ago)
by cebix:
- 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)
|
keycodes
|
1.1
(25 years ago)
by cebix:
- renamed basilisk_ii_keycodes to keycodes
- default location of keycodes file is now $(sharedir)/keycodes
(depends on install prefix)
- improved the install target
|
install-sh
|
1.1.1.1
(25 years ago)
by cebix:
Imported sources
|
fbdevices
|
1.1
(25 years ago)
by cebix:
- added fbdev video code and SPARC assembly optimizations
|
extfs_unix.cpp
|
1.10
(24 years ago)
by cebix:
- 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()
|
configure.in
|
1.17
(25 years ago)
by cebix:
*** empty log message ***
|
configure
|
1.16
(25 years ago)
by cebix:
*** empty log message ***
|
config.h.in
|
1.7
(25 years ago)
by cebix:
- 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
|
clip_unix.cpp
|
1.1.1.1
(25 years ago)
by cebix:
Imported sources
|
audio_oss_esd.cpp
|
1.3
(25 years ago)
by cebix:
- 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)
|
aclocal.m4
|
1.2
(25 years ago)
by cebix:
- 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
|
acconfig.h
|
1.3
(25 years ago)
by cebix:
- fixed mistake in acconfig.h
|
Makefile.in
|
1.15
(25 years ago)
by cebix:
- small fixes to Makefile.in and configure script
- main_unix.cpp tested ENABLE_DGA instead of ENABLE_XF86_DGA
|
BasiliskII.1
|
1.8
(25 years ago)
by cebix:
- 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
|