ViewVC Help
View Directory | Root Listing
root/cebix/BasiliskII/src/Unix
File Last Change
 ../
Irix/
NetBSD/
Linux/
FreeBSD/
Darwin/
m4/
ldscripts/
Solaris/
sshpty.c 1.2 (21 years ago) by gbeauche: #define log printf in B2 stubs
fbdevices 1.1 (25 years ago) by cebix: - added fbdev video code and SPARC assembly optimizations
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
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
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.
sigsegv.h 1.9 (18 years ago) by gbeauche: A few fixlets to the SIGSEGV library: - Don't export transfer types definitions (formerly used by older API) - Handle ADD instructions in ix86_skip_instruction() (generated by icc 9.1) - Use "%p" format for EIP/RIP addresses
sigsegv.cpp 1.64 (18 years ago) by gbeauche: A few fixlets to the SIGSEGV library: - Don't export transfer types definitions (formerly used by older API) - Handle ADD instructions in ix86_skip_instruction() (generated by icc 9.1) - Use "%p" format for EIP/RIP addresses
prefs_editor_gtk.cpp 1.39 (18 years ago) by gbeauche: Adapt for new functions (DarwinSysInit() & DarwinSysExit())
clip_unix.cpp 1.13 (19 years ago) by gbeauche: Comment typo and return handled status in handle_selection()
Makefile.in 1.45 (18 years ago) by gbeauche: Don't build a built-in GUI if --enable-standalone-gui was requested. The following configurations were tested: ./configure --without-mon --with-gtk=gtk1 --enable-jit-compiler [B.GTK1] ./configure --without-mon [B.GTK2] ./configure --without-mon --enable-standalone-gui --without-gtk [no GUI] ./configure --without-mon --enable-standalone-gui --with-gtk=gtk1 [S.GTK1] ./configure --enable-jit-compiler --enable-standalone-gui [S.GTK2]
rpc_unix.cpp 1.4 (18 years ago) by gbeauche: Enable build of RPC code without pthreads (for Basilisk II and SheepShaver) since we use our own custom message dispatch loop
user_strings_unix.h 1.22 (18 years ago) by gbeauche: Enable build of a standalone GUI (first step).
user_strings_unix.cpp 1.24 (18 years ago) by gbeauche: Enable build of a standalone GUI (first step).
configure.ac 1.70 (18 years ago) by gbeauche: Fix 33-bit addressing mode check when compiling with icc 9.1
video_vosf.h 1.59 (18 years ago) by gbeauche: Fix NQD bounds checking -- don't overwrite the CLEAR Page Guard.
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)
main_unix.cpp 1.76 (18 years ago) by gbeauche: Fix for LAZY_FLUSH_ICACHE_RANGE. Blocks are indexed by native addresses.
vm_alloc.cpp 1.25 (18 years ago) by gbeauche: Fix remove_shm_range() to actually return something
keycodes 1.7 (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! :)
rpc.h 1.2 (18 years ago) by gbeauche: Implement rpc_wait_dispatch()
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.
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.
prefs_unix.cpp 1.17 (18 years ago) by gbeauche: Patch SynchIdleTime() to implement new "idlewait" prefs item.
sys_unix.cpp 1.29 (18 years ago) by gbeauche: Rewrite MacOS X CD-ROM support. Other bugs fixed: - CD-ROM media are polled and now can be changed without rebooting - Buffer overflow, memory leak and extra wait in CD-ROM ejection code
ether_unix.cpp 1.29 (18 years ago) by gbeauche: Try to improve slirp performance again (though passive mode is still slower)
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.
vm_alloc.h 1.11 (18 years ago) by gbeauche: Updates
video_blit.cpp 1.18 (19 years ago) by gbeauche: cosmetics
video_blit.h 1.14 (19 years ago) by gbeauche: cosmetics
timer_unix.cpp 1.19 (18 years ago) by gbeauche: improve locks
acinclude.m4 1.3 (19 years ago) by cebix: minor cleanups
posix_sem.cpp 1.9 (18 years ago) by gbeauche: undo unwanted change for now (double check this one later)
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 :-)
8 directories and 43 files shown