ViewVC Help
View Directory | Root Listing
root/cebix/BasiliskII/src/Unix
File Last Change
 ../
Irix/
NetBSD/
Linux/
FreeBSD/
Darwin/
m4/
ldscripts/
Solaris/
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
config.sub 1.4 (21 years ago) by cebix: updated autoconf auxiliary files
BasiliskII.1 1.12 (20 years ago) by cebix: Happy New Year! :)
autogen.sh 1.6 (22 years ago) by cebix: updated autogen.sh to AutoGen(TM) 8.0 Professional :-)
acinclude.m4 1.3 (19 years ago) by cebix: minor cleanups
fbdevices 1.1 (24 years ago) by cebix: - added fbdev video code and SPARC assembly optimizations
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
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
keycodes 1.7 (19 years ago) by gbeauche: Happy New Year!
sshpty.c 1.2 (21 years ago) by gbeauche: #define log printf in B2 stubs
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
rpc.h 1.2 (18 years ago) by gbeauche: Implement rpc_wait_dispatch()
ether_unix.cpp 1.29 (18 years ago) by gbeauche: Try to improve slirp performance again (though passive mode is still slower)
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
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.
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]
user_strings_unix.h 1.22 (18 years ago) by gbeauche: Enable build of a standalone GUI (first step).
prefs_unix.cpp 1.17 (18 years ago) by gbeauche: Patch SynchIdleTime() to implement new "idlewait" prefs item.
vm_alloc.h 1.11 (18 years ago) by gbeauche: Updates
video_blit.cpp 1.18 (19 years ago) by gbeauche: cosmetics
extfs_unix.cpp 1.20 (19 years ago) by gbeauche: Happy New Year!
posix_sem.cpp 1.9 (18 years ago) by gbeauche: undo unwanted change for now (double check this one later)
video_blit.h 1.14 (19 years ago) by gbeauche: cosmetics
clip_unix.cpp 1.13 (19 years ago) by gbeauche: Comment typo and return handled status in handle_selection()
timer_unix.cpp 1.19 (18 years ago) by gbeauche: improve locks
asm_support.s 1.7 (19 years ago) by gbeauche: Happy New Year!
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.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
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
prefs_editor_gtk.cpp 1.39 (18 years ago) by gbeauche: Adapt for new functions (DarwinSysInit() & DarwinSysExit())
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
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.
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
xpram_unix.cpp 1.8 (19 years ago) by gbeauche: Happy New Year!
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.
user_strings_unix.cpp 1.24 (18 years ago) by gbeauche: Enable build of a standalone GUI (first step).
video_vosf.h 1.59 (18 years ago) by gbeauche: Fix NQD bounds checking -- don't overwrite the CLEAR Page Guard.
configure.ac 1.70 (18 years ago) by gbeauche: Fix 33-bit addressing mode check when compiling with icc 9.1
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)
8 directories and 43 files shown