../
|
Irix/
|
|
NetBSD/
|
|
Linux/
|
|
FreeBSD/
|
|
Darwin/
|
|
m4/
|
|
ldscripts/
|
|
Solaris/
|
|
vm_alloc.h
|
1.3
(22 years ago)
by gbeauche:
- Also include <sys/types.h> if system has <unistd.h>
|
vm_alloc.cpp
|
1.7
(22 years ago)
by gbeauche:
- Check for caddr_t. On some systems like Solaris/SPARC, mmap() address
type (first parameter) is caddr_t instead of void *. Explicitly cast
address to (caddr_t) type and C++ implicit pointer conversion rules
will do the rest. aka. caddr_t -> void * is OK unlike the opposite.
|
video_x.cpp
|
1.68
(22 years ago)
by gbeauche:
- Let fullscreen DGA mode work again, even with a DirectColor visual. In
that case, we do need add it when creating the window otherwise we
result int a nice BadMatch for X_CreateWindow request. FIXME?
- Fix typo and do enable VOSF in DGA mode, if necessary.
|
fbdevices
|
1.1
(25 years ago)
by cebix:
- added fbdev video code and SPARC assembly optimizations
|
keycodes
|
1.3
(22 years ago)
by cebix:
- documentation updates
- 2001 -> 2002
- version 0.9 -> 1.0
|
BasiliskII.1
|
1.11
(22 years ago)
by cebix:
- documentation updates
- 2001 -> 2002
- version 0.9 -> 1.0
|
video_blit.cpp
|
1.10
(22 years ago)
by cebix:
- documentation updates
- 2001 -> 2002
- version 0.9 -> 1.0
|
extfs_unix.cpp
|
1.18
(22 years ago)
by cebix:
- documentation updates
- 2001 -> 2002
- version 0.9 -> 1.0
|
posix_sem.cpp
|
1.5
(22 years ago)
by cebix:
- documentation updates
- 2001 -> 2002
- version 0.9 -> 1.0
|
video_blit.h
|
1.6
(22 years ago)
by cebix:
- documentation updates
- 2001 -> 2002
- version 0.9 -> 1.0
|
clip_unix.cpp
|
1.6
(22 years ago)
by cebix:
- documentation updates
- 2001 -> 2002
- version 0.9 -> 1.0
|
timer_unix.cpp
|
1.13
(22 years ago)
by cebix:
- documentation updates
- 2001 -> 2002
- version 0.9 -> 1.0
|
asm_support.s
|
1.5
(22 years ago)
by cebix:
- documentation updates
- 2001 -> 2002
- version 0.9 -> 1.0
|
xpram_unix.cpp
|
1.6
(22 years ago)
by cebix:
- documentation updates
- 2001 -> 2002
- version 0.9 -> 1.0
|
sshpty.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
|
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
|
serial_unix.cpp
|
1.12
(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
|
sigsegv.h
|
1.4
(22 years ago)
by gbeauche:
- video_vosh.h (Screen_fault_handler): Move unrecoverable fault case to...
- main_unix.cpp (sigsegv_dump_state): ... Here.
- sigsegv.h (sigsegv_fault_handler_t): Rename from sigsegv_handler_t.
- sigsegv.h (sigsegv_state_dumper_t): New.
|
video_vosf.h
|
1.32
(22 years ago)
by gbeauche:
- video_vosh.h (Screen_fault_handler): Move unrecoverable fault case to...
- main_unix.cpp (sigsegv_dump_state): ... Here.
- sigsegv.h (sigsegv_fault_handler_t): Rename from sigsegv_handler_t.
- sigsegv.h (sigsegv_state_dumper_t): New.
|
main_unix.cpp
|
1.51
(21 years ago)
by gbeauche:
Add changes from Brian Johnson:
- Update MIPSpro compiler flags
- Only define static variables if they are to be used
- Try to lock the pthreads mutex prior to unlocking/destroying it
|
configure.ac
|
1.14
(21 years ago)
by gbeauche:
Add changes from Brian Johnson:
- Update MIPSpro compiler flags
- Only define static variables if they are to be used
- Try to lock the pthreads mutex prior to unlocking/destroying it
|
Makefile.in
|
1.25
(22 years ago)
by gbeauche:
Additions for the JIT compiler opcode translators + NOFLAGS variant of
regular instruction handlers.
|
sys_unix.cpp
|
1.19
(21 years ago)
by nigel:
Darwin-specific prefs and initial CD code. Since some of the CD code is just too weird to include here, I just call extern functions which I currently implement in a file sys_darwin.cpp
|
install-sh
|
1.1.1.1
(25 years ago)
by cebix:
Imported sources
|
semaphore.h
|
1.1.1.1
(25 years ago)
by cebix:
Imported sources
|
acinclude.m4
|
1.2
(22 years ago)
by gbeauche:
Remove TYPE_SOCKLEN_T check as it was merged in main configure script already.
|
audio_oss_esd.cpp
|
1.15
(22 years ago)
by cebix:
Unix: new prefs options "dsp" and "mixer" to set the OSS device names instead
of the hardcoded '/dev/dsp' and '/dev/mixer'
|
user_strings_unix.h
|
1.15
(22 years ago)
by cebix:
Unix: new prefs options "dsp" and "mixer" to set the OSS device names instead
of the hardcoded '/dev/dsp' and '/dev/mixer'
|
prefs_unix.cpp
|
1.12
(22 years ago)
by cebix:
Unix: new prefs options "dsp" and "mixer" to set the OSS device names instead
of the hardcoded '/dev/dsp' and '/dev/mixer'
|
prefs_editor_gtk.cpp
|
1.24
(22 years ago)
by cebix:
Unix: new prefs options "dsp" and "mixer" to set the OSS device names instead
of the hardcoded '/dev/dsp' and '/dev/mixer'
|
user_strings_unix.cpp
|
1.17
(22 years ago)
by cebix:
Unix: new prefs options "dsp" and "mixer" to set the OSS device names instead
of the hardcoded '/dev/dsp' and '/dev/mixer'
|
sysdeps.h
|
1.26
(21 years ago)
by gbeauche:
Update ASM_SYM_FOR_FUNC to match x86-64 too, may be useful later.
|
ether_unix.cpp
|
1.7
(22 years ago)
by cebix:
cleaned up pthread attributes [Brian Johnson]
|
sigsegv.cpp
|
1.21
(22 years ago)
by gbeauche:
configure script is reportedly no longer crashing on FreeBSD when
SIGSEGV_SKIP_INSTRUCTION is set.
|
config.sub
|
1.3
(23 years ago)
by cebix:
updated autoconf/automake helper files
|
mkinstalldirs
|
1.2
(23 years ago)
by cebix:
updated autoconf/automake helper files
|
config.guess
|
1.3
(23 years ago)
by cebix:
updated autoconf/automake helper files
|
autogen.sh
|
1.6
(22 years ago)
by cebix:
updated autogen.sh to AutoGen(TM) 8.0 Professional :-)
|