../
|
Irix/
|
|
NetBSD/
|
|
Linux/
|
|
FreeBSD/
|
|
Darwin/
|
|
m4/
|
|
ldscripts/
|
|
Solaris/
|
|
video_x.cpp
|
1.82
(18 years ago)
by gbeauche:
- factor out native_byte_order determination
- fix ExpandMap[] when client X image byte order is different than host's
e.g. { mips, ppc } -> x86 in 8 bpp mode
|
ether_unix.cpp
|
1.24
(18 years ago)
by nigel:
Small hack for clean exits on Nigel's OS X port
|
configure.ac
|
1.56
(18 years ago)
by gbeauche:
Link with math library (-lm) on IRIX so that to get support for long double
arithmetic. Also make sure to only use -IPA with MIPSPro Compilers.
|
serial_unix.cpp
|
1.15
(18 years ago)
by gbeauche:
Fix Serial build on IRIX, remove the STDC_HEADERS manually defined macro
since it now works (egrep was missing previously, IIRC)
|
sys_unix.cpp
|
1.28
(18 years ago)
by cebix:
ignore floppy device open fail in Sys_open() so the floppy drive will be
operative even if no disk was inserted at startup
|
prefs_unix.cpp
|
1.16
(18 years ago)
by cebix:
modernized Linux sound device detection
|
posix_sem.cpp
|
1.9
(18 years ago)
by gbeauche:
undo unwanted change for now (double check this one later)
|
prefs_editor_gtk.cpp
|
1.31
(18 years ago)
by gbeauche:
fix build with gtk-1.2
|
video_vosf.h
|
1.55
(18 years ago)
by gbeauche:
Remove obsolete Cygwin/X11 addressing hack. Fix DirectX fullscreen mode
with hardware surface. On the other hand, DIB (SDL_VIDEODRIVER=windib)
always seems the fastest on my system for both windowed and fullscreen
modes.
|
user_strings_unix.h
|
1.20
(18 years ago)
by gbeauche:
GUI cosmetics from the Windows port: add "browse" button to ROM & keycodes
file selectors, improve "Memory/Misc" pane to be more attractive and simplify
RAM size selection, rename to "Keyboard/Mouse" pane to match the actual order
of elements in the pane, make "<control>-S" save/start the config.
|
user_strings_unix.cpp
|
1.22
(18 years ago)
by gbeauche:
GUI cosmetics from the Windows port: add "browse" button to ROM & keycodes
file selectors, improve "Memory/Misc" pane to be more attractive and simplify
RAM size selection, rename to "Keyboard/Mouse" pane to match the actual order
of elements in the pane, make "<control>-S" save/start the config.
|
Makefile.in
|
1.39
(19 years ago)
by gbeauche:
Don't remove config.h.in in distclean rule if we are still keeping configure
|
acinclude.m4
|
1.3
(19 years ago)
by cebix:
minor cleanups
|
timer_unix.cpp
|
1.18
(19 years ago)
by gbeauche:
POSIX conforming use of pthread_cond_wait().
|
clip_unix.cpp
|
1.13
(19 years ago)
by gbeauche:
Comment typo and return handled status in handle_selection()
|
vm_alloc.cpp
|
1.20
(19 years ago)
by gbeauche:
Get real page size on Windows for vm_get_page_size() [64 KB]
|
main_unix.cpp
|
1.70
(19 years ago)
by gbeauche:
Support USE_CPU_EMUL_SERVICES in SDL/video driver. Only trigger ethernet
interrupt in one_tick() if no pthreads at all are used, i.e. ether_dummy
is effective in that case. Otherwise, don't trigger ethernet again if
pthreads are available (and ether_unix) and cpu emul services are active.
|
sigsegv.cpp
|
1.56
(19 years ago)
by gbeauche:
Mach exception recovery and instruction skipping for Darwin/x86.
|
sysdeps.h
|
1.33
(19 years ago)
by gbeauche:
Much improved responsiveness on NetBSD systems.
On those systems, it's really hard to get high resolution timings and the
system oftens fails to honour a timeout in less than 20 ms. The idea here
is to have an average m68k instruction count (countdown quantum) that
triggers real interrupt checks. The quantum is calibrated every 10 ticks
and has a 1000 Hz resolution on average.
|
semaphore.h
|
1.2
(19 years ago)
by gbeauche:
MacOS X doesn't implement unnamed POSIX semaphores even though their libc
defines the functions. Use Mach semaphores instead.
|
tunconfig
|
1.2
(19 years ago)
by gbeauche:
Try to improve the documentation concerning the "tun" interface. Take note
that that kernel module must be loaded and IP forwarding enabled. Also add
slight improvements to the "tunconfig" script so that sudo /sbin/ifconfig
and sudo /sbin/iptables are really supported for current user if not root.
|
video_blit.cpp
|
1.18
(19 years ago)
by gbeauche:
cosmetics
|
video_blit.h
|
1.14
(19 years ago)
by gbeauche:
cosmetics
|
audio_oss_esd.cpp
|
1.20
(19 years ago)
by gbeauche:
<machine/soundcard.h> was simply a compatibility symlink on FreeBSD and it
is now gone away.
|
keycodes
|
1.7
(19 years ago)
by gbeauche:
Happy New Year!
|
sigsegv.h
|
1.8
(19 years ago)
by gbeauche:
Happy New Year!
|
vm_alloc.h
|
1.10
(19 years ago)
by gbeauche:
Happy New Year!
|
extfs_unix.cpp
|
1.20
(19 years ago)
by gbeauche:
Happy New Year!
|
asm_support.s
|
1.7
(19 years ago)
by gbeauche:
Happy New Year!
|
xpram_unix.cpp
|
1.8
(19 years ago)
by gbeauche:
Happy New Year!
|
BasiliskII.1
|
1.12
(20 years ago)
by cebix:
Happy New Year! :)
|
sshpty.c
|
1.2
(21 years ago)
by gbeauche:
#define log printf in B2 stubs
|
config.sub
|
1.4
(21 years ago)
by cebix:
updated autoconf auxiliary files
|
install-sh
|
1.2
(21 years ago)
by cebix:
updated autoconf auxiliary files
|
mkinstalldirs
|
1.3
(21 years ago)
by cebix:
updated autoconf auxiliary files
|
config.guess
|
1.4
(21 years ago)
by cebix:
updated autoconf auxiliary files
|
autogen.sh
|
1.6
(22 years ago)
by cebix:
updated autogen.sh to AutoGen(TM) 8.0 Professional :-)
|
sshpty.h
|
1.1
(22 years ago)
by cebix:
- it is now possible to make the serial drivers pipe their input/output
to programs by using a '|' followed by a command line as the modem or
printer port setting (instead of a device name like '/dev/ttyS0')
[Brian Johnson]
- the option "--config FILE" tells B2 to use a different config file
|
strlcpy.h
|
1.1
(22 years ago)
by cebix:
- it is now possible to make the serial drivers pipe their input/output
to programs by using a '|' followed by a command line as the modem or
printer port setting (instead of a device name like '/dev/ttyS0')
[Brian Johnson]
- the option "--config FILE" tells B2 to use a different config file
|
strlcpy.c
|
1.1
(22 years ago)
by cebix:
- it is now possible to make the serial drivers pipe their input/output
to programs by using a '|' followed by a command line as the modem or
printer port setting (instead of a device name like '/dev/ttyS0')
[Brian Johnson]
- the option "--config FILE" tells B2 to use a different config file
|
fbdevices
|
1.1
(25 years ago)
by cebix:
- added fbdev video code and SPARC assembly optimizations
|