ViewVC Help
View Directory | Root Listing
root/cebix/BasiliskII/src/Unix
File (rev) Last Change
 ../
m4/
ldscripts/
Solaris/
NetBSD/
Linux/
Irix/
FreeBSD/
Darwin/
xpram_unix.cpp 1.8 (19 years ago) by gbeauche: Happy New Year!
vm_alloc.h 1.10 (19 years ago) by gbeauche: Happy New Year!
vm_alloc.cpp 1.20 (19 years ago) by gbeauche: Get real page size on Windows for vm_get_page_size() [64 KB]
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
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.
video_blit.h 1.14 (19 years ago) by gbeauche: cosmetics
video_blit.cpp 1.18 (19 years ago) by gbeauche: cosmetics
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.
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.
timer_unix.cpp 1.18 (19 years ago) by gbeauche: POSIX conforming use of pthread_cond_wait().
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.
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
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
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
sshpty.c 1.2 (20 years ago) by gbeauche: #define log printf in B2 stubs
sigsegv.h 1.8 (19 years ago) by gbeauche: Happy New Year!
sigsegv.cpp 1.56 (19 years ago) by gbeauche: Mach exception recovery and instruction skipping for Darwin/x86.
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)
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.
prefs_unix.cpp 1.16 (18 years ago) by cebix: modernized Linux sound device detection
prefs_editor_gtk.cpp 1.31 (18 years ago) by gbeauche: fix build with gtk-1.2
posix_sem.cpp 1.9 (18 years ago) by gbeauche: undo unwanted change for now (double check this one later)
mkinstalldirs 1.3 (21 years ago) by cebix: updated autoconf auxiliary files
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.
keycodes 1.7 (19 years ago) by gbeauche: Happy New Year!
install-sh 1.2 (21 years ago) by cebix: updated autoconf auxiliary files
fbdevices 1.1 (24 years ago) by cebix: - added fbdev video code and SPARC assembly optimizations
extfs_unix.cpp 1.20 (19 years ago) by gbeauche: Happy New Year!
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.
config.sub 1.4 (21 years ago) by cebix: updated autoconf auxiliary files
config.guess 1.4 (21 years ago) by cebix: updated autoconf auxiliary files
clip_unix.cpp 1.13 (19 years ago) by gbeauche: Comment typo and return handled status in handle_selection()
autogen.sh 1.6 (21 years ago) by cebix: updated autogen.sh to AutoGen(TM) 8.0 Professional :-)
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.
asm_support.s 1.7 (19 years ago) by gbeauche: Happy New Year!
acinclude.m4 1.3 (19 years ago) by cebix: minor cleanups
Makefile.in 1.39 (19 years ago) by gbeauche: Don't remove config.h.in in distclean rule if we are still keeping configure
BasiliskII.1 1.12 (20 years ago) by cebix: Happy New Year! :)
8 directories and 41 files shown