mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-21 08:38:43 +00:00
Compare commits
79 Commits
debug-arra
...
fgh_nethub
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6eb5e8420e | ||
|
|
a89e146d9a | ||
|
|
f6c09f9f03 | ||
|
|
de361e0258 | ||
|
|
3979cdd60d | ||
|
|
6c6b01f99c | ||
|
|
143c0f67cf | ||
|
|
c391641691 | ||
|
|
38862ddb08 | ||
|
|
8d34f0869a | ||
|
|
e2e2c7e394 | ||
|
|
2e86450fad | ||
|
|
400ccab637 | ||
|
|
95f4ac8167 | ||
|
|
40f6488ee4 | ||
|
|
3c3fc94246 | ||
|
|
559ba779b2 | ||
|
|
afd6cf4b80 | ||
|
|
68baf6fb30 | ||
|
|
939c23c03b | ||
|
|
55591557b6 | ||
|
|
fb579a2ab5 | ||
|
|
258f70a82b | ||
|
|
895f765105 | ||
|
|
9f02ce0590 | ||
|
|
ce20accae3 | ||
|
|
ce7deadad3 | ||
|
|
0b0c82ce18 | ||
|
|
3ae25f81f8 | ||
|
|
52a3512379 | ||
|
|
df6dd883a6 | ||
|
|
3d341e3bbd | ||
|
|
ebe4babbe1 | ||
|
|
587ce1983a | ||
|
|
b841a44427 | ||
|
|
efd200dbf7 | ||
|
|
640f69877f | ||
|
|
400f3b7835 | ||
|
|
e657b2e1dc | ||
|
|
75c815f585 | ||
|
|
696ac9a675 | ||
|
|
8c54c0fbe0 | ||
|
|
586a3206c2 | ||
|
|
e93e3c895e | ||
|
|
29fdf4c40b | ||
|
|
7bb2393637 | ||
|
|
7c1d2081c8 | ||
|
|
acffcb74aa | ||
|
|
ad71e1e830 | ||
|
|
4b0032e1b6 | ||
|
|
b21fbcbcb1 | ||
|
|
0cc8e4d71c | ||
|
|
bee6a2f33e | ||
|
|
f208fd3302 | ||
|
|
e82b47a9e7 | ||
|
|
b666b1b2de | ||
|
|
d933ba88b7 | ||
|
|
4d589237ee | ||
|
|
56e7591ada | ||
|
|
28d7d5ec00 | ||
|
|
1e0264416f | ||
|
|
15966ccf34 | ||
|
|
09fae0a3f5 | ||
|
|
2caa2269a9 | ||
|
|
7b2cf44c7c | ||
|
|
79a788279b | ||
|
|
42477318b5 | ||
|
|
6cea8c69b0 | ||
|
|
eb3b382ac6 | ||
|
|
c9b4164d89 | ||
|
|
562f4c30ee | ||
|
|
98569d10b4 | ||
|
|
3207df6e24 | ||
|
|
7fce08f92c | ||
|
|
2c55f7923c | ||
|
|
b441a28c34 | ||
|
|
09e73d4153 | ||
|
|
8e43a393bd | ||
|
|
4a9f5500c4 |
2
.github/workflows/Dockerfile_maiko
vendored
2
.github/workflows/Dockerfile_maiko
vendored
@@ -18,7 +18,7 @@ COPY . ${INSTALL_LOCATION}
|
|||||||
# Build maiko
|
# Build maiko
|
||||||
RUN cd ${INSTALL_LOCATION}/bin \
|
RUN cd ${INSTALL_LOCATION}/bin \
|
||||||
&& ./makeright x cleanup \
|
&& ./makeright x cleanup \
|
||||||
&& ./makeright x
|
&& ./makeright x nethub
|
||||||
RUN cd ${INSTALL_LOCATION}/bin \
|
RUN cd ${INSTALL_LOCATION}/bin \
|
||||||
&& if [ "$(./machinetype)" = "x86_64" ]; then \
|
&& if [ "$(./machinetype)" = "x86_64" ]; then \
|
||||||
./makeright init; \
|
./makeright init; \
|
||||||
|
|||||||
119
.github/workflows/buildRelease.yml
vendored
119
.github/workflows/buildRelease.yml
vendored
@@ -107,7 +107,7 @@ jobs:
|
|||||||
echo "linux=true" >> $GITHUB_OUTPUT;
|
echo "linux=true" >> $GITHUB_OUTPUT;
|
||||||
echo "macos=true" >> $GITHUB_OUTPUT;
|
echo "macos=true" >> $GITHUB_OUTPUT;
|
||||||
echo "windows=true" >> $GITHUB_OUTPUT;
|
echo "windows=true" >> $GITHUB_OUTPUT;
|
||||||
|
|
||||||
|
|
||||||
######################################################################################
|
######################################################################################
|
||||||
|
|
||||||
@@ -123,7 +123,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# Checkout the actions for this repo owner
|
# Checkout the actions for this repo owner
|
||||||
- name: Checkout Actions
|
- name: Checkout Actions
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.repository_owner }}/.github
|
repository: ${{ github.repository_owner }}/.github
|
||||||
path: ./Actions_${{ github.sha }}
|
path: ./Actions_${{ github.sha }}
|
||||||
@@ -157,7 +157,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# Checkout the actions for this repo owner
|
# Checkout the actions for this repo owner
|
||||||
- name: Checkout Actions
|
- name: Checkout Actions
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.repository_owner }}/.github
|
repository: ${{ github.repository_owner }}/.github
|
||||||
path: ./Actions_${{ github.sha }}
|
path: ./Actions_${{ github.sha }}
|
||||||
@@ -165,7 +165,7 @@ jobs:
|
|||||||
|
|
||||||
# Checkout the branch
|
# Checkout the branch
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# Setup release tag
|
# Setup release tag
|
||||||
- name: Setup Release Tag
|
- name: Setup Release Tag
|
||||||
@@ -272,11 +272,11 @@ jobs:
|
|||||||
|
|
||||||
# Checkout the branch
|
# Checkout the branch
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# Checkout the actions for this repo owner
|
# Checkout the actions for this repo owner
|
||||||
- name: Checkout Actions
|
- name: Checkout Actions
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.repository_owner }}/.github
|
repository: ${{ github.repository_owner }}/.github
|
||||||
path: ./Actions_${{ github.sha }}
|
path: ./Actions_${{ github.sha }}
|
||||||
@@ -290,13 +290,13 @@ jobs:
|
|||||||
# Uninstall exisitng X11 stuff preconfigured on runner then install correct X11 dependencies
|
# Uninstall exisitng X11 stuff preconfigured on runner then install correct X11 dependencies
|
||||||
- name: Unistall X components already on the runner
|
- name: Unistall X components already on the runner
|
||||||
run: |
|
run: |
|
||||||
brew uninstall --ignore-dependencies libxft
|
brew uninstall --ignore-dependencies --force libxft
|
||||||
brew uninstall --ignore-dependencies libxrender
|
brew uninstall --ignore-dependencies --force libxrender
|
||||||
brew uninstall --ignore-dependencies libxext
|
brew uninstall --ignore-dependencies --force libxext
|
||||||
brew uninstall --ignore-dependencies libx11
|
brew uninstall --ignore-dependencies --force libx11
|
||||||
brew uninstall --ignore-dependencies xorgproto
|
brew uninstall --ignore-dependencies --force xorgproto
|
||||||
brew uninstall --ignore-dependencies libxdmcp
|
brew uninstall --ignore-dependencies --force libxdmcp
|
||||||
brew uninstall --ignore-dependencies libxau
|
brew uninstall --ignore-dependencies --force libxau
|
||||||
|
|
||||||
- name: Install X11 dependencies on MacOS
|
- name: Install X11 dependencies on MacOS
|
||||||
env:
|
env:
|
||||||
@@ -324,7 +324,7 @@ jobs:
|
|||||||
export LDEARCH=aarch64-apple-darwin
|
export LDEARCH=aarch64-apple-darwin
|
||||||
./makeright init
|
./makeright init
|
||||||
mkdir -p ../darwin.universal
|
mkdir -p ../darwin.universal
|
||||||
exe=ldeinit
|
exe=ldeinit
|
||||||
lipo -create \
|
lipo -create \
|
||||||
-arch arm64 ../darwin.aarch64/${exe} \
|
-arch arm64 ../darwin.aarch64/${exe} \
|
||||||
-arch x86_64 ../darwin.x86_64/${exe} \
|
-arch x86_64 ../darwin.x86_64/${exe} \
|
||||||
@@ -339,6 +339,7 @@ jobs:
|
|||||||
-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" \
|
-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" \
|
||||||
-DMAIKO_DISPLAY_SDL=ON \
|
-DMAIKO_DISPLAY_SDL=ON \
|
||||||
-DMAIKO_DISPLAY_X11=ON \
|
-DMAIKO_DISPLAY_X11=ON \
|
||||||
|
-DMAIKO_ENABLE_NETHUB=true \
|
||||||
-DCMAKE_BUILD_TYPE=Release
|
-DCMAKE_BUILD_TYPE=Release
|
||||||
cmake --build . --config Release
|
cmake --build . --config Release
|
||||||
for exe in lde ldex ldesdl
|
for exe in lde ldex ldesdl
|
||||||
@@ -346,7 +347,7 @@ jobs:
|
|||||||
lipo ${exe} -output ../darwin.x86_64/${exe} -extract x86_64
|
lipo ${exe} -output ../darwin.x86_64/${exe} -extract x86_64
|
||||||
lipo ${exe} -output ../darwin.aarch64/${exe} -extract arm64
|
lipo ${exe} -output ../darwin.aarch64/${exe} -extract arm64
|
||||||
cp -p ${exe} ../darwin.universal/${exe}
|
cp -p ${exe} ../darwin.universal/${exe}
|
||||||
done
|
done
|
||||||
|
|
||||||
# Create release tar for github.
|
# Create release tar for github.
|
||||||
- name: Make release tar(s)
|
- name: Make release tar(s)
|
||||||
@@ -369,7 +370,7 @@ jobs:
|
|||||||
# Push Release
|
# Push Release
|
||||||
- name: Push the release
|
- name: Push the release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifacts:
|
artifacts:
|
||||||
/tmp/release_tars/${{ steps.tag.outputs.release_tag }}-darwin.x86_64.tgz,
|
/tmp/release_tars/${{ steps.tag.outputs.release_tag }}-darwin.x86_64.tgz,
|
||||||
@@ -383,7 +384,7 @@ jobs:
|
|||||||
|
|
||||||
# Windows: build for Windows-Cygwin via Docker build and use results to
|
# Windows: build for Windows-Cygwin via Docker build and use results to
|
||||||
# create and push release assets to github
|
# create and push release assets to github
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
|
|
||||||
needs: [inputs, sentry]
|
needs: [inputs, sentry]
|
||||||
@@ -418,7 +419,7 @@ jobs:
|
|||||||
# Retrieve SDL2 and install in cygwin
|
# Retrieve SDL2 and install in cygwin
|
||||||
- name: Install SDL2
|
- name: Install SDL2
|
||||||
id: sdl2
|
id: sdl2
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
gh release download 2.26.5 --repo interlisp/cygwin-sdl --pattern *.tgz --output .\cygwin\sdl2.tar.gz
|
gh release download 2.26.5 --repo interlisp/cygwin-sdl --pattern *.tgz --output .\cygwin\sdl2.tar.gz
|
||||||
@@ -426,13 +427,13 @@ jobs:
|
|||||||
|
|
||||||
# Checkout the branch
|
# Checkout the branch
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: cygwin\maiko
|
path: cygwin\maiko
|
||||||
|
|
||||||
# Checkout the actions for this repo owner
|
# Checkout the actions for this repo owner
|
||||||
- name: Checkout Actions
|
- name: Checkout Actions
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.repository_owner }}/.github
|
repository: ${{ github.repository_owner }}/.github
|
||||||
path: ./Actions_${{ github.sha }}
|
path: ./Actions_${{ github.sha }}
|
||||||
@@ -473,6 +474,80 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
######################################################################################
|
||||||
|
|
||||||
|
# Emscripten: build and push Maiko compiled for Emscripten (to run Maiko in browser)
|
||||||
|
|
||||||
|
emscripten:
|
||||||
|
|
||||||
|
needs: [inputs, sentry]
|
||||||
|
if: |
|
||||||
|
needs.inputs.outputs.linux == 'true'
|
||||||
|
&& (
|
||||||
|
needs.sentry.outputs.release_not_built == 'true'
|
||||||
|
|| needs.inputs.outputs.force == 'true'
|
||||||
|
)
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
|
||||||
|
# Checkout the actions for this repo owner
|
||||||
|
- name: Checkout Actions
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
repository: ${{ github.repository_owner }}/.github
|
||||||
|
path: ./Actions_${{ github.sha }}
|
||||||
|
- run: mv ./Actions_${{ github.sha }}/actions ../actions && rm -rf ./Actions_${{ github.sha }}
|
||||||
|
|
||||||
|
# Install SDL2
|
||||||
|
- name: Install SDL2
|
||||||
|
run: |
|
||||||
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
sudo -E apt-get install -y libsdl2-dev libsdl2-2.0-0
|
||||||
|
|
||||||
|
# Install Emscripten SDK
|
||||||
|
- name: Install Empscripten
|
||||||
|
working-directory: ../
|
||||||
|
run: |
|
||||||
|
git clone https://github.com/emscripten-core/emsdk.git
|
||||||
|
cd emsdk
|
||||||
|
./emsdk install latest
|
||||||
|
./emsdk activate latest
|
||||||
|
CWD="$(pwd)"
|
||||||
|
echo "${CWD}" >> ${GITHUB_PATH}
|
||||||
|
echo "${CWD}/upstream/emscripten" >> ${GITHUB_PATH}
|
||||||
|
echo "${CWD}/upstream/emscripten/tools" >> ${GITHUB_PATH}
|
||||||
|
echo "${CWD}/node/$(ls -d node/*64bit | tail -1)/bin" >> ${GITHUB_PATH}
|
||||||
|
|
||||||
|
# Checkout the maiko branch
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
# Setup release tag
|
||||||
|
- name: Setup Release Tag
|
||||||
|
id: tag
|
||||||
|
uses: ./../actions/release-tag-action
|
||||||
|
|
||||||
|
# Compile maiko using Emscripten (no load build)
|
||||||
|
- name: Compile Maiko using Emscripten
|
||||||
|
working-directory: ./bin
|
||||||
|
run: |
|
||||||
|
./makeright wasm_nl
|
||||||
|
cd ../emscripten.wasm_nl
|
||||||
|
tar -c -z -f ../${{ steps.tag.outputs.release_tag }}-emscripten.tgz *
|
||||||
|
|
||||||
|
# Push Release to github
|
||||||
|
- name: Push the release
|
||||||
|
uses: ncipollo/release-action@v1
|
||||||
|
with:
|
||||||
|
allowUpdates: true
|
||||||
|
artifacts: ${{ steps.tag.outputs.release_tag }}-emscripten.tgz
|
||||||
|
tag: ${{ steps.tag.outputs.release_tag }}
|
||||||
|
draft: ${{ needs.inputs.outputs.draft }}
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
||||||
######################################################################################
|
######################################################################################
|
||||||
|
|
||||||
# Use set-sentry-action to determine set the sentry that says this release has
|
# Use set-sentry-action to determine set the sentry that says this release has
|
||||||
@@ -485,12 +560,12 @@ jobs:
|
|||||||
outputs:
|
outputs:
|
||||||
build_successful: ${{ steps.output.outputs.build_successful }}
|
build_successful: ${{ steps.output.outputs.build_successful }}
|
||||||
|
|
||||||
needs: [inputs, sentry, linux, macos, windows]
|
needs: [inputs, sentry, linux, macos, windows, emscripten]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Checkout the actions for this repo owner
|
# Checkout the actions for this repo owner
|
||||||
- name: Checkout Actions
|
- name: Checkout Actions
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.repository_owner }}/.github
|
repository: ${{ github.repository_owner }}/.github
|
||||||
path: ./Actions_${{ github.sha }}
|
path: ./Actions_${{ github.sha }}
|
||||||
|
|||||||
4
.gitignore
vendored
4
.gitignore
vendored
@@ -19,6 +19,10 @@ cmake-build-*/**
|
|||||||
*.x86_64-x/**
|
*.x86_64-x/**
|
||||||
*.x86_64-sdl/**
|
*.x86_64-sdl/**
|
||||||
*.x86_64/**
|
*.x86_64/**
|
||||||
|
*.wasm/**
|
||||||
|
*.wasm-wasm/**
|
||||||
|
*.wasm_nl/**
|
||||||
|
*.wasm_nl-wasm_nl/**
|
||||||
*.armv7l-x/**
|
*.armv7l-x/**
|
||||||
*.armv7l/**
|
*.armv7l/**
|
||||||
*.aarch64-x/**
|
*.aarch64-x/**
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ ENDIF()
|
|||||||
|
|
||||||
find_program(
|
find_program(
|
||||||
CLANG_TIDY_EXE
|
CLANG_TIDY_EXE
|
||||||
NAMES "clang-tidy" "clang-tidy13" "clang-tidy12" "clang-tidy11" "clang-tidy10"
|
NAMES "clang-tidy" "clang-tidy16" "clang-tidy15" "clang-tidy14" "clang-tidy13" "clang-tidy12" "clang-tidy11" "clang-tidy10"
|
||||||
DOC "Path to clang-tidy executable"
|
DOC "Path to clang-tidy executable"
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -41,6 +41,10 @@ SET(MAIKO_DEFINITIONS
|
|||||||
"-DRELEASE=351"
|
"-DRELEASE=351"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
SET(MAIKO_INIT_DEFINITIONS
|
||||||
|
"-DRELEASE=351" "-DINIT" "-DNOVERSION"
|
||||||
|
)
|
||||||
|
|
||||||
OPTION(MAIKO_DISPLAY_X11 "Use X11 for display." ON)
|
OPTION(MAIKO_DISPLAY_X11 "Use X11 for display." ON)
|
||||||
OPTION(MAIKO_DISPLAY_SDL "Use SDL for display." OFF)
|
OPTION(MAIKO_DISPLAY_SDL "Use SDL for display." OFF)
|
||||||
|
|
||||||
@@ -454,6 +458,18 @@ IF(MAIKO_DISPLAY_X11)
|
|||||||
TARGET_COMPILE_DEFINITIONS(ldex PUBLIC ${MAIKO_DEFINITIONS} ${MAIKO_DISPLAY_X11_DEFINITIONS})
|
TARGET_COMPILE_DEFINITIONS(ldex PUBLIC ${MAIKO_DEFINITIONS} ${MAIKO_DISPLAY_X11_DEFINITIONS})
|
||||||
TARGET_INCLUDE_DIRECTORIES(ldex PUBLIC inc)
|
TARGET_INCLUDE_DIRECTORIES(ldex PUBLIC inc)
|
||||||
TARGET_LINK_LIBRARIES(ldex ${MAIKO_LIBRARIES} ${MAIKO_DISPLAY_X11_LIBRARIES})
|
TARGET_LINK_LIBRARIES(ldex ${MAIKO_LIBRARIES} ${MAIKO_DISPLAY_X11_LIBRARIES})
|
||||||
|
|
||||||
|
ADD_EXECUTABLE(ldeinit
|
||||||
|
src/main.c
|
||||||
|
vdate.c
|
||||||
|
${MAIKO_SRCS}
|
||||||
|
${MAIKO_HDRS}
|
||||||
|
${MAIKO_DISPLAY_X11_SRCS}
|
||||||
|
${MAIKO_DISPLAY_X11_HDRS}
|
||||||
|
)
|
||||||
|
TARGET_COMPILE_DEFINITIONS(ldeinit PUBLIC ${MAIKO_INIT_DEFINITIONS} ${MAIKO_DISPLAY_X11_DEFINITIONS})
|
||||||
|
TARGET_INCLUDE_DIRECTORIES(ldeinit PUBLIC inc)
|
||||||
|
TARGET_LINK_LIBRARIES(ldeinit ${MAIKO_LIBRARIES} ${MAIKO_DISPLAY_X11_LIBRARIES})
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
IF(MAIKO_DISPLAY_SDL)
|
IF(MAIKO_DISPLAY_SDL)
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ Maiko is the implementation of the Medley Interlisp virtual machine, for a
|
|||||||
byte-coded Lisp instruction set and some low-level functions for
|
byte-coded Lisp instruction set and some low-level functions for
|
||||||
connecting with Lisp for access to display (via X11) and disk etc.
|
connecting with Lisp for access to display (via X11) and disk etc.
|
||||||
|
|
||||||
For an overview, see [Medley Interlisp Introduction](https://github.com/Interlisp/medley/wiki/Medley-Interlisp-Introduction).
|
For an overview, see [Medley Interlisp Introduction](https://interlisp.org/medley/using/docs/medley/).
|
||||||
|
|
||||||
See [the Medley repository](https://github.com/Interlisp/medley) for
|
See [the Medley repository](https://github.com/Interlisp/medley) for
|
||||||
* [Issues](https://github.com/Interlisp/medley/issues) (note that maiko issues are there too)
|
* [Issues](https://github.com/Interlisp/medley/issues) (note that maiko issues are there too)
|
||||||
|
|||||||
1239
bin/config.guess
vendored
1239
bin/config.guess
vendored
File diff suppressed because it is too large
Load Diff
310
bin/config.sub
vendored
310
bin/config.sub
vendored
@@ -1,12 +1,14 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Configuration validation subroutine script.
|
# Configuration validation subroutine script.
|
||||||
# Copyright 1992-2020 Free Software Foundation, Inc.
|
# Copyright 1992-2024 Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2020-08-17'
|
# shellcheck disable=SC2006,SC2268 # see below for rationale
|
||||||
|
|
||||||
|
timestamp='2024-01-01'
|
||||||
|
|
||||||
# This file is free software; you can redistribute it and/or modify it
|
# This file is free software; you can redistribute it and/or modify it
|
||||||
# under the terms of the GNU General Public License as published by
|
# under the terms of the GNU General Public License as published by
|
||||||
# the Free Software Foundation; either version 3 of the License, or
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but
|
# This program is distributed in the hope that it will be useful, but
|
||||||
@@ -33,7 +35,7 @@ timestamp='2020-08-17'
|
|||||||
# Otherwise, we print the canonical config type on stdout and succeed.
|
# Otherwise, we print the canonical config type on stdout and succeed.
|
||||||
|
|
||||||
# You can get the latest version of this script from:
|
# You can get the latest version of this script from:
|
||||||
# https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
|
# https://git.savannah.gnu.org/cgit/config.git/plain/config.sub
|
||||||
|
|
||||||
# This file is supposed to be the same for all GNU packages
|
# This file is supposed to be the same for all GNU packages
|
||||||
# and recognize all the CPU types, system types and aliases
|
# and recognize all the CPU types, system types and aliases
|
||||||
@@ -50,6 +52,13 @@ timestamp='2020-08-17'
|
|||||||
# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
|
# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
|
||||||
# It is wrong to echo any other type of specification.
|
# It is wrong to echo any other type of specification.
|
||||||
|
|
||||||
|
# The "shellcheck disable" line above the timestamp inhibits complaints
|
||||||
|
# about features and limitations of the classic Bourne shell that were
|
||||||
|
# superseded or lifted in POSIX. However, this script identifies a wide
|
||||||
|
# variety of pre-POSIX systems that do not have POSIX shells at all, and
|
||||||
|
# even some reasonably current systems (Solaris 10 as case-in-point) still
|
||||||
|
# have a pre-POSIX /bin/sh.
|
||||||
|
|
||||||
me=`echo "$0" | sed -e 's,.*/,,'`
|
me=`echo "$0" | sed -e 's,.*/,,'`
|
||||||
|
|
||||||
usage="\
|
usage="\
|
||||||
@@ -67,13 +76,13 @@ Report bugs and patches to <config-patches@gnu.org>."
|
|||||||
version="\
|
version="\
|
||||||
GNU config.sub ($timestamp)
|
GNU config.sub ($timestamp)
|
||||||
|
|
||||||
Copyright 1992-2020 Free Software Foundation, Inc.
|
Copyright 1992-2024 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This is free software; see the source for copying conditions. There is NO
|
This is free software; see the source for copying conditions. There is NO
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
|
||||||
|
|
||||||
help="
|
help="
|
||||||
Try \`$me --help' for more information."
|
Try '$me --help' for more information."
|
||||||
|
|
||||||
# Parse command line
|
# Parse command line
|
||||||
while test $# -gt 0 ; do
|
while test $# -gt 0 ; do
|
||||||
@@ -112,14 +121,16 @@ esac
|
|||||||
|
|
||||||
# Split fields of configuration type
|
# Split fields of configuration type
|
||||||
# shellcheck disable=SC2162
|
# shellcheck disable=SC2162
|
||||||
|
saved_IFS=$IFS
|
||||||
IFS="-" read field1 field2 field3 field4 <<EOF
|
IFS="-" read field1 field2 field3 field4 <<EOF
|
||||||
$1
|
$1
|
||||||
EOF
|
EOF
|
||||||
|
IFS=$saved_IFS
|
||||||
|
|
||||||
# Separate into logical components for further validation
|
# Separate into logical components for further validation
|
||||||
case $1 in
|
case $1 in
|
||||||
*-*-*-*-*)
|
*-*-*-*-*)
|
||||||
echo Invalid configuration \`"$1"\': more than four components >&2
|
echo "Invalid configuration '$1': more than four components" >&2
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
*-*-*-*)
|
*-*-*-*)
|
||||||
@@ -134,7 +145,8 @@ case $1 in
|
|||||||
nto-qnx* | linux-* | uclinux-uclibc* \
|
nto-qnx* | linux-* | uclinux-uclibc* \
|
||||||
| uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* \
|
| uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* \
|
||||||
| netbsd*-eabi* | kopensolaris*-gnu* | cloudabi*-eabi* \
|
| netbsd*-eabi* | kopensolaris*-gnu* | cloudabi*-eabi* \
|
||||||
| storm-chaos* | os2-emx* | rtmk-nova*)
|
| storm-chaos* | os2-emx* | rtmk-nova* | managarm-* \
|
||||||
|
| windows-* )
|
||||||
basic_machine=$field1
|
basic_machine=$field1
|
||||||
basic_os=$maybe_os
|
basic_os=$maybe_os
|
||||||
;;
|
;;
|
||||||
@@ -163,6 +175,10 @@ case $1 in
|
|||||||
basic_machine=$field1
|
basic_machine=$field1
|
||||||
basic_os=$field2
|
basic_os=$field2
|
||||||
;;
|
;;
|
||||||
|
zephyr*)
|
||||||
|
basic_machine=$field1-unknown
|
||||||
|
basic_os=$field2
|
||||||
|
;;
|
||||||
# Manufacturers
|
# Manufacturers
|
||||||
dec* | mips* | sequent* | encore* | pc533* | sgi* | sony* \
|
dec* | mips* | sequent* | encore* | pc533* | sgi* | sony* \
|
||||||
| att* | 7300* | 3300* | delta* | motorola* | sun[234]* \
|
| att* | 7300* | 3300* | delta* | motorola* | sun[234]* \
|
||||||
@@ -922,11 +938,13 @@ case $basic_machine in
|
|||||||
|
|
||||||
*-*)
|
*-*)
|
||||||
# shellcheck disable=SC2162
|
# shellcheck disable=SC2162
|
||||||
|
saved_IFS=$IFS
|
||||||
IFS="-" read cpu vendor <<EOF
|
IFS="-" read cpu vendor <<EOF
|
||||||
$basic_machine
|
$basic_machine
|
||||||
EOF
|
EOF
|
||||||
|
IFS=$saved_IFS
|
||||||
;;
|
;;
|
||||||
# We use `pc' rather than `unknown'
|
# We use 'pc' rather than 'unknown'
|
||||||
# because (1) that's what they normally are, and
|
# because (1) that's what they normally are, and
|
||||||
# (2) the word "unknown" tends to confuse beginning users.
|
# (2) the word "unknown" tends to confuse beginning users.
|
||||||
i*86 | x86_64)
|
i*86 | x86_64)
|
||||||
@@ -1003,6 +1021,11 @@ case $cpu-$vendor in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
# Here we normalize CPU types with a missing or matching vendor
|
# Here we normalize CPU types with a missing or matching vendor
|
||||||
|
armh-unknown | armh-alt)
|
||||||
|
cpu=armv7l
|
||||||
|
vendor=alt
|
||||||
|
basic_os=${basic_os:-linux-gnueabihf}
|
||||||
|
;;
|
||||||
dpx20-unknown | dpx20-bull)
|
dpx20-unknown | dpx20-bull)
|
||||||
cpu=rs6000
|
cpu=rs6000
|
||||||
vendor=bull
|
vendor=bull
|
||||||
@@ -1053,7 +1076,7 @@ case $cpu-$vendor in
|
|||||||
pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
|
pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
|
||||||
cpu=i586
|
cpu=i586
|
||||||
;;
|
;;
|
||||||
pentiumpro-* | p6-* | 6x86-* | athlon-* | athalon_*-*)
|
pentiumpro-* | p6-* | 6x86-* | athlon-* | athlon_*-*)
|
||||||
cpu=i686
|
cpu=i686
|
||||||
;;
|
;;
|
||||||
pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
|
pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
|
||||||
@@ -1104,7 +1127,7 @@ case $cpu-$vendor in
|
|||||||
xscale-* | xscalee[bl]-*)
|
xscale-* | xscalee[bl]-*)
|
||||||
cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
|
cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
|
||||||
;;
|
;;
|
||||||
arm64-*)
|
arm64-* | aarch64le-*)
|
||||||
cpu=aarch64
|
cpu=aarch64
|
||||||
;;
|
;;
|
||||||
|
|
||||||
@@ -1158,14 +1181,14 @@ case $cpu-$vendor in
|
|||||||
case $cpu in
|
case $cpu in
|
||||||
1750a | 580 \
|
1750a | 580 \
|
||||||
| a29k \
|
| a29k \
|
||||||
| aarch64 | aarch64_be \
|
| aarch64 | aarch64_be | aarch64c | arm64ec \
|
||||||
| abacus \
|
| abacus \
|
||||||
| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] \
|
| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] \
|
||||||
| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] \
|
| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] \
|
||||||
| alphapca5[67] | alpha64pca5[67] \
|
| alphapca5[67] | alpha64pca5[67] \
|
||||||
| am33_2.0 \
|
| am33_2.0 \
|
||||||
| amdgcn \
|
| amdgcn \
|
||||||
| arc | arceb \
|
| arc | arceb | arc32 | arc64 \
|
||||||
| arm | arm[lb]e | arme[lb] | armv* \
|
| arm | arm[lb]e | arme[lb] | armv* \
|
||||||
| avr | avr32 \
|
| avr | avr32 \
|
||||||
| asmjs \
|
| asmjs \
|
||||||
@@ -1177,45 +1200,29 @@ case $cpu-$vendor in
|
|||||||
| d10v | d30v | dlx | dsp16xx \
|
| d10v | d30v | dlx | dsp16xx \
|
||||||
| e2k | elxsi | epiphany \
|
| e2k | elxsi | epiphany \
|
||||||
| f30[01] | f700 | fido | fr30 | frv | ft32 | fx80 \
|
| f30[01] | f700 | fido | fr30 | frv | ft32 | fx80 \
|
||||||
|
| javascript \
|
||||||
| h8300 | h8500 \
|
| h8300 | h8500 \
|
||||||
| hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
|
| hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
|
||||||
| hexagon \
|
| hexagon \
|
||||||
| i370 | i*86 | i860 | i960 | ia16 | ia64 \
|
| i370 | i*86 | i860 | i960 | ia16 | ia64 \
|
||||||
| ip2k | iq2000 \
|
| ip2k | iq2000 \
|
||||||
| k1om \
|
| k1om \
|
||||||
|
| kvx \
|
||||||
| le32 | le64 \
|
| le32 | le64 \
|
||||||
| lm32 \
|
| lm32 \
|
||||||
|
| loongarch32 | loongarch64 \
|
||||||
| m32c | m32r | m32rle \
|
| m32c | m32r | m32rle \
|
||||||
| m5200 | m68000 | m680[012346]0 | m68360 | m683?2 | m68k \
|
| m5200 | m68000 | m680[012346]0 | m68360 | m683?2 | m68k \
|
||||||
| m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x \
|
| m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x \
|
||||||
| m88110 | m88k | maxq | mb | mcore | mep | metag \
|
| m88110 | m88k | maxq | mb | mcore | mep | metag \
|
||||||
| microblaze | microblazeel \
|
| microblaze | microblazeel \
|
||||||
| mips | mipsbe | mipseb | mipsel | mipsle \
|
| mips* \
|
||||||
| mips16 \
|
|
||||||
| mips64 | mips64eb | mips64el \
|
|
||||||
| mips64octeon | mips64octeonel \
|
|
||||||
| mips64orion | mips64orionel \
|
|
||||||
| mips64r5900 | mips64r5900el \
|
|
||||||
| mips64vr | mips64vrel \
|
|
||||||
| mips64vr4100 | mips64vr4100el \
|
|
||||||
| mips64vr4300 | mips64vr4300el \
|
|
||||||
| mips64vr5000 | mips64vr5000el \
|
|
||||||
| mips64vr5900 | mips64vr5900el \
|
|
||||||
| mipsisa32 | mipsisa32el \
|
|
||||||
| mipsisa32r2 | mipsisa32r2el \
|
|
||||||
| mipsisa32r6 | mipsisa32r6el \
|
|
||||||
| mipsisa64 | mipsisa64el \
|
|
||||||
| mipsisa64r2 | mipsisa64r2el \
|
|
||||||
| mipsisa64r6 | mipsisa64r6el \
|
|
||||||
| mipsisa64sb1 | mipsisa64sb1el \
|
|
||||||
| mipsisa64sr71k | mipsisa64sr71kel \
|
|
||||||
| mipsr5900 | mipsr5900el \
|
|
||||||
| mipstx39 | mipstx39el \
|
|
||||||
| mmix \
|
| mmix \
|
||||||
| mn10200 | mn10300 \
|
| mn10200 | mn10300 \
|
||||||
| moxie \
|
| moxie \
|
||||||
| mt \
|
| mt \
|
||||||
| msp430 \
|
| msp430 \
|
||||||
|
| nanomips* \
|
||||||
| nds32 | nds32le | nds32be \
|
| nds32 | nds32le | nds32be \
|
||||||
| nfp \
|
| nfp \
|
||||||
| nios | nios2 | nios2eb | nios2el \
|
| nios | nios2 | nios2eb | nios2el \
|
||||||
@@ -1229,7 +1236,7 @@ case $cpu-$vendor in
|
|||||||
| powerpc | powerpc64 | powerpc64le | powerpcle | powerpcspe \
|
| powerpc | powerpc64 | powerpc64le | powerpcle | powerpcspe \
|
||||||
| pru \
|
| pru \
|
||||||
| pyramid \
|
| pyramid \
|
||||||
| riscv | riscv32 | riscv64 \
|
| riscv | riscv32 | riscv32be | riscv64 | riscv64be \
|
||||||
| rl78 | romp | rs6000 | rx \
|
| rl78 | romp | rs6000 | rx \
|
||||||
| s390 | s390x \
|
| s390 | s390x \
|
||||||
| score \
|
| score \
|
||||||
@@ -1241,11 +1248,13 @@ case $cpu-$vendor in
|
|||||||
| sparcv8 | sparcv9 | sparcv9b | sparcv9v | sv1 | sx* \
|
| sparcv8 | sparcv9 | sparcv9b | sparcv9v | sv1 | sx* \
|
||||||
| spu \
|
| spu \
|
||||||
| tahoe \
|
| tahoe \
|
||||||
|
| thumbv7* \
|
||||||
| tic30 | tic4x | tic54x | tic55x | tic6x | tic80 \
|
| tic30 | tic4x | tic54x | tic55x | tic6x | tic80 \
|
||||||
| tron \
|
| tron \
|
||||||
| ubicom32 \
|
| ubicom32 \
|
||||||
| v70 | v850 | v850e | v850e1 | v850es | v850e2 | v850e2v3 \
|
| v70 | v850 | v850e | v850e1 | v850es | v850e2 | v850e2v3 \
|
||||||
| vax \
|
| vax \
|
||||||
|
| vc4 \
|
||||||
| visium \
|
| visium \
|
||||||
| w65 \
|
| w65 \
|
||||||
| wasm32 | wasm64 \
|
| wasm32 | wasm64 \
|
||||||
@@ -1257,7 +1266,7 @@ case $cpu-$vendor in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
|
echo "Invalid configuration '$1': machine '$cpu-$vendor' not recognized" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
@@ -1278,34 +1287,45 @@ esac
|
|||||||
|
|
||||||
# Decode manufacturer-specific aliases for certain operating systems.
|
# Decode manufacturer-specific aliases for certain operating systems.
|
||||||
|
|
||||||
if test x$basic_os != x
|
if test x"$basic_os" != x
|
||||||
then
|
then
|
||||||
|
|
||||||
# First recognize some ad-hoc caes, or perhaps split kernel-os, or else just
|
# First recognize some ad-hoc cases, or perhaps split kernel-os, or else just
|
||||||
# set os.
|
# set os.
|
||||||
|
obj=
|
||||||
case $basic_os in
|
case $basic_os in
|
||||||
gnu/linux*)
|
gnu/linux*)
|
||||||
kernel=linux
|
kernel=linux
|
||||||
os=`echo $basic_os | sed -e 's|gnu/linux|gnu|'`
|
os=`echo "$basic_os" | sed -e 's|gnu/linux|gnu|'`
|
||||||
|
;;
|
||||||
|
os2-emx)
|
||||||
|
kernel=os2
|
||||||
|
os=`echo "$basic_os" | sed -e 's|os2-emx|emx|'`
|
||||||
;;
|
;;
|
||||||
nto-qnx*)
|
nto-qnx*)
|
||||||
kernel=nto
|
kernel=nto
|
||||||
os=`echo $basic_os | sed -e 's|nto-qnx|qnx|'`
|
os=`echo "$basic_os" | sed -e 's|nto-qnx|qnx|'`
|
||||||
;;
|
;;
|
||||||
*-*)
|
*-*)
|
||||||
# shellcheck disable=SC2162
|
# shellcheck disable=SC2162
|
||||||
|
saved_IFS=$IFS
|
||||||
IFS="-" read kernel os <<EOF
|
IFS="-" read kernel os <<EOF
|
||||||
$basic_os
|
$basic_os
|
||||||
EOF
|
EOF
|
||||||
|
IFS=$saved_IFS
|
||||||
;;
|
;;
|
||||||
# Default OS when just kernel was specified
|
# Default OS when just kernel was specified
|
||||||
nto*)
|
nto*)
|
||||||
kernel=nto
|
kernel=nto
|
||||||
os=`echo $basic_os | sed -e 's|nto|qnx|'`
|
os=`echo "$basic_os" | sed -e 's|nto|qnx|'`
|
||||||
;;
|
;;
|
||||||
linux*)
|
linux*)
|
||||||
kernel=linux
|
kernel=linux
|
||||||
os=`echo $basic_os | sed -e 's|linux|gnu|'`
|
os=`echo "$basic_os" | sed -e 's|linux|gnu|'`
|
||||||
|
;;
|
||||||
|
managarm*)
|
||||||
|
kernel=managarm
|
||||||
|
os=`echo "$basic_os" | sed -e 's|managarm|mlibc|'`
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
kernel=
|
kernel=
|
||||||
@@ -1326,7 +1346,7 @@ case $os in
|
|||||||
os=cnk
|
os=cnk
|
||||||
;;
|
;;
|
||||||
solaris1 | solaris1.*)
|
solaris1 | solaris1.*)
|
||||||
os=`echo $os | sed -e 's|solaris1|sunos4|'`
|
os=`echo "$os" | sed -e 's|solaris1|sunos4|'`
|
||||||
;;
|
;;
|
||||||
solaris)
|
solaris)
|
||||||
os=solaris2
|
os=solaris2
|
||||||
@@ -1355,7 +1375,7 @@ case $os in
|
|||||||
os=sco3.2v4
|
os=sco3.2v4
|
||||||
;;
|
;;
|
||||||
sco3.2.[4-9]*)
|
sco3.2.[4-9]*)
|
||||||
os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
|
os=`echo "$os" | sed -e 's/sco3.2./sco3.2v/'`
|
||||||
;;
|
;;
|
||||||
sco*v* | scout)
|
sco*v* | scout)
|
||||||
# Don't match below
|
# Don't match below
|
||||||
@@ -1367,13 +1387,7 @@ case $os in
|
|||||||
os=psos
|
os=psos
|
||||||
;;
|
;;
|
||||||
qnx*)
|
qnx*)
|
||||||
case $cpu in
|
os=qnx
|
||||||
x86 | i*86)
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
os=nto-$os
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
;;
|
;;
|
||||||
hiux*)
|
hiux*)
|
||||||
os=hiuxwe2
|
os=hiuxwe2
|
||||||
@@ -1437,7 +1451,7 @@ case $os in
|
|||||||
;;
|
;;
|
||||||
# Preserve the version number of sinix5.
|
# Preserve the version number of sinix5.
|
||||||
sinix5.*)
|
sinix5.*)
|
||||||
os=`echo $os | sed -e 's|sinix|sysv|'`
|
os=`echo "$os" | sed -e 's|sinix|sysv|'`
|
||||||
;;
|
;;
|
||||||
sinix*)
|
sinix*)
|
||||||
os=sysv4
|
os=sysv4
|
||||||
@@ -1478,10 +1492,16 @@ case $os in
|
|||||||
os=eabi
|
os=eabi
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
os=elf
|
os=
|
||||||
|
obj=elf
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
aout* | coff* | elf* | pe*)
|
||||||
|
# These are machine code file formats, not OSes
|
||||||
|
obj=$os
|
||||||
|
os=
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
# No normalization, but not necessarily accepted, that comes below.
|
# No normalization, but not necessarily accepted, that comes below.
|
||||||
;;
|
;;
|
||||||
@@ -1500,12 +1520,15 @@ else
|
|||||||
# system, and we'll never get to this point.
|
# system, and we'll never get to this point.
|
||||||
|
|
||||||
kernel=
|
kernel=
|
||||||
|
obj=
|
||||||
case $cpu-$vendor in
|
case $cpu-$vendor in
|
||||||
score-*)
|
score-*)
|
||||||
os=elf
|
os=
|
||||||
|
obj=elf
|
||||||
;;
|
;;
|
||||||
spu-*)
|
spu-*)
|
||||||
os=elf
|
os=
|
||||||
|
obj=elf
|
||||||
;;
|
;;
|
||||||
*-acorn)
|
*-acorn)
|
||||||
os=riscix1.2
|
os=riscix1.2
|
||||||
@@ -1515,28 +1538,35 @@ case $cpu-$vendor in
|
|||||||
os=gnu
|
os=gnu
|
||||||
;;
|
;;
|
||||||
arm*-semi)
|
arm*-semi)
|
||||||
os=aout
|
os=
|
||||||
|
obj=aout
|
||||||
;;
|
;;
|
||||||
c4x-* | tic4x-*)
|
c4x-* | tic4x-*)
|
||||||
os=coff
|
os=
|
||||||
|
obj=coff
|
||||||
;;
|
;;
|
||||||
c8051-*)
|
c8051-*)
|
||||||
os=elf
|
os=
|
||||||
|
obj=elf
|
||||||
;;
|
;;
|
||||||
clipper-intergraph)
|
clipper-intergraph)
|
||||||
os=clix
|
os=clix
|
||||||
;;
|
;;
|
||||||
hexagon-*)
|
hexagon-*)
|
||||||
os=elf
|
os=
|
||||||
|
obj=elf
|
||||||
;;
|
;;
|
||||||
tic54x-*)
|
tic54x-*)
|
||||||
os=coff
|
os=
|
||||||
|
obj=coff
|
||||||
;;
|
;;
|
||||||
tic55x-*)
|
tic55x-*)
|
||||||
os=coff
|
os=
|
||||||
|
obj=coff
|
||||||
;;
|
;;
|
||||||
tic6x-*)
|
tic6x-*)
|
||||||
os=coff
|
os=
|
||||||
|
obj=coff
|
||||||
;;
|
;;
|
||||||
# This must come before the *-dec entry.
|
# This must come before the *-dec entry.
|
||||||
pdp10-*)
|
pdp10-*)
|
||||||
@@ -1558,19 +1588,24 @@ case $cpu-$vendor in
|
|||||||
os=sunos3
|
os=sunos3
|
||||||
;;
|
;;
|
||||||
m68*-cisco)
|
m68*-cisco)
|
||||||
os=aout
|
os=
|
||||||
|
obj=aout
|
||||||
;;
|
;;
|
||||||
mep-*)
|
mep-*)
|
||||||
os=elf
|
os=
|
||||||
|
obj=elf
|
||||||
;;
|
;;
|
||||||
mips*-cisco)
|
mips*-cisco)
|
||||||
os=elf
|
os=
|
||||||
|
obj=elf
|
||||||
;;
|
;;
|
||||||
mips*-*)
|
mips*-*|nanomips*-*)
|
||||||
os=elf
|
os=
|
||||||
|
obj=elf
|
||||||
;;
|
;;
|
||||||
or32-*)
|
or32-*)
|
||||||
os=coff
|
os=
|
||||||
|
obj=coff
|
||||||
;;
|
;;
|
||||||
*-tti) # must be before sparc entry or we get the wrong os.
|
*-tti) # must be before sparc entry or we get the wrong os.
|
||||||
os=sysv3
|
os=sysv3
|
||||||
@@ -1579,7 +1614,8 @@ case $cpu-$vendor in
|
|||||||
os=sunos4.1.1
|
os=sunos4.1.1
|
||||||
;;
|
;;
|
||||||
pru-*)
|
pru-*)
|
||||||
os=elf
|
os=
|
||||||
|
obj=elf
|
||||||
;;
|
;;
|
||||||
*-be)
|
*-be)
|
||||||
os=beos
|
os=beos
|
||||||
@@ -1660,10 +1696,12 @@ case $cpu-$vendor in
|
|||||||
os=uxpv
|
os=uxpv
|
||||||
;;
|
;;
|
||||||
*-rom68k)
|
*-rom68k)
|
||||||
os=coff
|
os=
|
||||||
|
obj=coff
|
||||||
;;
|
;;
|
||||||
*-*bug)
|
*-*bug)
|
||||||
os=coff
|
os=
|
||||||
|
obj=coff
|
||||||
;;
|
;;
|
||||||
*-apple)
|
*-apple)
|
||||||
os=macos
|
os=macos
|
||||||
@@ -1681,13 +1719,20 @@ esac
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Now, validate our (potentially fixed-up) OS.
|
# Now, validate our (potentially fixed-up) individual pieces (OS, OBJ).
|
||||||
|
|
||||||
case $os in
|
case $os in
|
||||||
# Sometimes we do "kernel-abi", so those need to count as OSes.
|
# Sometimes we do "kernel-libc", so those need to count as OSes.
|
||||||
musl* | newlib* | uclibc*)
|
llvm* | musl* | newlib* | relibc* | uclibc*)
|
||||||
;;
|
;;
|
||||||
# Likewise for "kernel-libc"
|
# Likewise for "kernel-abi"
|
||||||
eabi | eabihf | gnueabi | gnueabihf)
|
eabi* | gnueabi*)
|
||||||
|
;;
|
||||||
|
# VxWorks passes extra cpu info in the 4th filed.
|
||||||
|
simlinux | simwindows | spe)
|
||||||
|
;;
|
||||||
|
# See `case $cpu-$os` validation below
|
||||||
|
ghcjs)
|
||||||
;;
|
;;
|
||||||
# Now accept the basic system types.
|
# Now accept the basic system types.
|
||||||
# The portable systems comes first.
|
# The portable systems comes first.
|
||||||
@@ -1697,20 +1742,20 @@ case $os in
|
|||||||
| hpux* | unos* | osf* | luna* | dgux* | auroraux* | solaris* \
|
| hpux* | unos* | osf* | luna* | dgux* | auroraux* | solaris* \
|
||||||
| sym* | plan9* | psp* | sim* | xray* | os68k* | v88r* \
|
| sym* | plan9* | psp* | sim* | xray* | os68k* | v88r* \
|
||||||
| hiux* | abug | nacl* | netware* | windows* \
|
| hiux* | abug | nacl* | netware* | windows* \
|
||||||
| os9* | macos* | osx* | ios* \
|
| os9* | macos* | osx* | ios* | tvos* | watchos* \
|
||||||
| mpw* | magic* | mmixware* | mon960* | lnews* \
|
| mpw* | magic* | mmixware* | mon960* | lnews* \
|
||||||
| amigaos* | amigados* | msdos* | newsos* | unicos* | aof* \
|
| amigaos* | amigados* | msdos* | newsos* | unicos* | aof* \
|
||||||
| aos* | aros* | cloudabi* | sortix* | twizzler* \
|
| aos* | aros* | cloudabi* | sortix* | twizzler* \
|
||||||
| nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \
|
| nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \
|
||||||
| clix* | riscos* | uniplus* | iris* | isc* | rtu* | xenix* \
|
| clix* | riscos* | uniplus* | iris* | isc* | rtu* | xenix* \
|
||||||
| mirbsd* | netbsd* | dicos* | openedition* | ose* \
|
| mirbsd* | netbsd* | dicos* | openedition* | ose* \
|
||||||
| bitrig* | openbsd* | solidbsd* | libertybsd* | os108* \
|
| bitrig* | openbsd* | secbsd* | solidbsd* | libertybsd* | os108* \
|
||||||
| ekkobsd* | freebsd* | riscix* | lynxos* | os400* \
|
| ekkobsd* | freebsd* | riscix* | lynxos* | os400* \
|
||||||
| bosx* | nextstep* | cxux* | aout* | elf* | oabi* \
|
| bosx* | nextstep* | cxux* | oabi* \
|
||||||
| ptx* | coff* | ecoff* | winnt* | domain* | vsta* \
|
| ptx* | ecoff* | winnt* | domain* | vsta* \
|
||||||
| udi* | lites* | ieee* | go32* | aux* | hcos* \
|
| udi* | lites* | ieee* | go32* | aux* | hcos* \
|
||||||
| chorusrdb* | cegcc* | glidix* \
|
| chorusrdb* | cegcc* | glidix* | serenity* \
|
||||||
| cygwin* | msys* | pe* | moss* | proelf* | rtems* \
|
| cygwin* | msys* | moss* | proelf* | rtems* \
|
||||||
| midipix* | mingw32* | mingw64* | mint* \
|
| midipix* | mingw32* | mingw64* | mint* \
|
||||||
| uxpv* | beos* | mpeix* | udk* | moxiebox* \
|
| uxpv* | beos* | mpeix* | udk* | moxiebox* \
|
||||||
| interix* | uwin* | mks* | rhapsody* | darwin* \
|
| interix* | uwin* | mks* | rhapsody* | darwin* \
|
||||||
@@ -1722,42 +1767,117 @@ case $os in
|
|||||||
| skyos* | haiku* | rdos* | toppers* | drops* | es* \
|
| skyos* | haiku* | rdos* | toppers* | drops* | es* \
|
||||||
| onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
|
| onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
|
||||||
| midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \
|
| midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \
|
||||||
| nsk* | powerunix* | genode* | zvmoe* )
|
| nsk* | powerunix* | genode* | zvmoe* | qnx* | emx* | zephyr* \
|
||||||
|
| fiwix* | mlibc* | cos* | mbr* | ironclad* )
|
||||||
;;
|
;;
|
||||||
# This one is extra strict with allowed versions
|
# This one is extra strict with allowed versions
|
||||||
sco3.2v2 | sco3.2v[4-9]* | sco5v6*)
|
sco3.2v2 | sco3.2v[4-9]* | sco5v6*)
|
||||||
# Don't forget version if it is 3.2v4 or newer.
|
# Don't forget version if it is 3.2v4 or newer.
|
||||||
;;
|
;;
|
||||||
|
# This refers to builds using the UEFI calling convention
|
||||||
|
# (which depends on the architecture) and PE file format.
|
||||||
|
# Note that this is both a different calling convention and
|
||||||
|
# different file format than that of GNU-EFI
|
||||||
|
# (x86_64-w64-mingw32).
|
||||||
|
uefi)
|
||||||
|
;;
|
||||||
none)
|
none)
|
||||||
;;
|
;;
|
||||||
|
kernel* | msvc* )
|
||||||
|
# Restricted further below
|
||||||
|
;;
|
||||||
|
'')
|
||||||
|
if test x"$obj" = x
|
||||||
|
then
|
||||||
|
echo "Invalid configuration '$1': Blank OS only allowed with explicit machine code file format" 1>&2
|
||||||
|
fi
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo Invalid configuration \`"$1"\': OS \`"$os"\' not recognized 1>&2
|
echo "Invalid configuration '$1': OS '$os' not recognized" 1>&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
case $obj in
|
||||||
|
aout* | coff* | elf* | pe*)
|
||||||
|
;;
|
||||||
|
'')
|
||||||
|
# empty is fine
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Invalid configuration '$1': Machine code format '$obj' not recognized" 1>&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
# Here we handle the constraint that a (synthetic) cpu and os are
|
||||||
|
# valid only in combination with each other and nowhere else.
|
||||||
|
case $cpu-$os in
|
||||||
|
# The "javascript-unknown-ghcjs" triple is used by GHC; we
|
||||||
|
# accept it here in order to tolerate that, but reject any
|
||||||
|
# variations.
|
||||||
|
javascript-ghcjs)
|
||||||
|
;;
|
||||||
|
javascript-* | *-ghcjs)
|
||||||
|
echo "Invalid configuration '$1': cpu '$cpu' is not valid with os '$os$obj'" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# As a final step for OS-related things, validate the OS-kernel combination
|
# As a final step for OS-related things, validate the OS-kernel combination
|
||||||
# (given a valid OS), if there is a kernel.
|
# (given a valid OS), if there is a kernel.
|
||||||
case $kernel-$os in
|
case $kernel-$os-$obj in
|
||||||
linux-gnu* | linux-dietlibc* | linux-android* | linux-newlib* | linux-musl* | linux-uclibc* )
|
linux-gnu*- | linux-android*- | linux-dietlibc*- | linux-llvm*- \
|
||||||
|
| linux-mlibc*- | linux-musl*- | linux-newlib*- \
|
||||||
|
| linux-relibc*- | linux-uclibc*- )
|
||||||
;;
|
;;
|
||||||
-dietlibc* | -newlib* | -musl* | -uclibc* )
|
uclinux-uclibc*- )
|
||||||
|
;;
|
||||||
|
managarm-mlibc*- | managarm-kernel*- )
|
||||||
|
;;
|
||||||
|
windows*-msvc*-)
|
||||||
|
;;
|
||||||
|
-dietlibc*- | -llvm*- | -mlibc*- | -musl*- | -newlib*- | -relibc*- \
|
||||||
|
| -uclibc*- )
|
||||||
# These are just libc implementations, not actual OSes, and thus
|
# These are just libc implementations, not actual OSes, and thus
|
||||||
# require a kernel.
|
# require a kernel.
|
||||||
echo "Invalid configuration \`$1': libc \`$os' needs explicit kernel." 1>&2
|
echo "Invalid configuration '$1': libc '$os' needs explicit kernel." 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
kfreebsd*-gnu* | kopensolaris*-gnu*)
|
-kernel*- )
|
||||||
|
echo "Invalid configuration '$1': '$os' needs explicit kernel." 1>&2
|
||||||
|
exit 1
|
||||||
;;
|
;;
|
||||||
nto-qnx*)
|
*-kernel*- )
|
||||||
|
echo "Invalid configuration '$1': '$kernel' does not support '$os'." 1>&2
|
||||||
|
exit 1
|
||||||
;;
|
;;
|
||||||
*-eabi* | *-gnueabi*)
|
*-msvc*- )
|
||||||
|
echo "Invalid configuration '$1': '$os' needs 'windows'." 1>&2
|
||||||
|
exit 1
|
||||||
;;
|
;;
|
||||||
-*)
|
kfreebsd*-gnu*- | kopensolaris*-gnu*-)
|
||||||
|
;;
|
||||||
|
vxworks-simlinux- | vxworks-simwindows- | vxworks-spe-)
|
||||||
|
;;
|
||||||
|
nto-qnx*-)
|
||||||
|
;;
|
||||||
|
os2-emx-)
|
||||||
|
;;
|
||||||
|
*-eabi*- | *-gnueabi*-)
|
||||||
|
;;
|
||||||
|
none--*)
|
||||||
|
# None (no kernel, i.e. freestanding / bare metal),
|
||||||
|
# can be paired with an machine code file format
|
||||||
|
;;
|
||||||
|
-*-)
|
||||||
# Blank kernel with real OS is always fine.
|
# Blank kernel with real OS is always fine.
|
||||||
;;
|
;;
|
||||||
*-*)
|
--*)
|
||||||
echo "Invalid configuration \`$1': Kernel \`$kernel' not known to work with OS \`$os'." 1>&2
|
# Blank kernel and OS with real machine code file format is always fine.
|
||||||
|
;;
|
||||||
|
*-*-*)
|
||||||
|
echo "Invalid configuration '$1': Kernel '$kernel' not known to work with OS '$os'." 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
@@ -1840,7 +1960,7 @@ case $vendor in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
echo "$cpu-$vendor-${kernel:+$kernel-}$os"
|
echo "$cpu-$vendor${kernel:+-$kernel}${os:+-$os}${obj:+-$obj}"
|
||||||
exit
|
exit
|
||||||
|
|
||||||
# Local variables:
|
# Local variables:
|
||||||
|
|||||||
@@ -9,7 +9,8 @@
|
|||||||
# #
|
# #
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
||||||
os=${LDEARCH:-`./config.guess`}
|
SCRIPTPATH="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
|
||||||
|
os=${LDEARCH:-`$SCRIPTPATH/config.guess`}
|
||||||
# o/s switch block
|
# o/s switch block
|
||||||
case "$os" in
|
case "$os" in
|
||||||
m68k-*) echo m68k ;;
|
m68k-*) echo m68k ;;
|
||||||
|
|||||||
@@ -16,8 +16,8 @@ XFILES = $(OBJECTDIR)xmkicon.o \
|
|||||||
XFLAGS = -I/opt/X11/include -DXWINDOW
|
XFLAGS = -I/opt/X11/include -DXWINDOW
|
||||||
|
|
||||||
# OPTFLAGS is normally -O2.
|
# OPTFLAGS is normally -O2.
|
||||||
OPTFLAGS = -g -O2
|
OPTFLAGS = -O2
|
||||||
DEBUGFLAGS = -DARRAYCHECK -DDTDDEBUG # -DDEBUG -DOPTRACE
|
DEBUGFLAGS = # -DDEBUG -DOPTRACE
|
||||||
DFLAGS = $(DEBUGFLAGS) $(XFLAGS) -DRELEASE=351
|
DFLAGS = $(DEBUGFLAGS) $(XFLAGS) -DRELEASE=351
|
||||||
|
|
||||||
LDFLAGS = -L/opt/X11/lib -lX11 -lm
|
LDFLAGS = -L/opt/X11/lib -lX11 -lm
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ XFLAGS = -I/opt/X11/include -DXWINDOW
|
|||||||
|
|
||||||
# OPTFLAGS is normally -O2.
|
# OPTFLAGS is normally -O2.
|
||||||
OPTFLAGS = -O1 -g
|
OPTFLAGS = -O1 -g
|
||||||
DEBUGFLAGS = -DARRAYCHECK -DDTDDEBUG # -DDEBUG -DOPTRACE
|
DEBUGFLAGS = # -DDEBUG -DOPTRACE
|
||||||
DFLAGS = $(DEBUGFLAGS) $(XFLAGS) -DRELEASE=351
|
DFLAGS = $(DEBUGFLAGS) $(XFLAGS) -DRELEASE=351
|
||||||
|
|
||||||
LDFLAGS = -L/opt/X11/lib -lX11 -lm
|
LDFLAGS = -L/opt/X11/lib -lX11 -lm
|
||||||
|
|||||||
34
bin/makefile-emscripten.wasm-wasm
Normal file
34
bin/makefile-emscripten.wasm-wasm
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
# Options for Emscripten, WASM and SDL
|
||||||
|
|
||||||
|
CC = emcc $(CLANG_CFLAGS)
|
||||||
|
|
||||||
|
XFILES = $(OBJECTDIR)sdl.o
|
||||||
|
|
||||||
|
XFLAGS = -DSDL -sUSE_SDL=2
|
||||||
|
|
||||||
|
# OPTFLAGS is normally -O2.
|
||||||
|
OPTFLAGS = -O2
|
||||||
|
DFLAGS = $(XFLAGS) -DRELEASE=351 -DMAIKO_ENABLE_NETHUB
|
||||||
|
|
||||||
|
MEDLEY?=../../medley
|
||||||
|
SYSOUT?=$(MEDLEY)/loadups/full.sysout
|
||||||
|
|
||||||
|
LD = emcc
|
||||||
|
LDFLAGS = -sUSE_SDL=2 -sASYNCIFY -sALLOW_MEMORY_GROWTH -sEXIT_RUNTIME=1 \
|
||||||
|
--preload-file $(SYSOUT)@medley/loadups/full.sysout \
|
||||||
|
--preload-file $(MEDLEY)/loadups/whereis.hash@medley/loadups/whereis.hash \
|
||||||
|
--preload-file $(MEDLEY)/greetfiles/MEDLEYDIR-INIT.LCOM@usr/local/lde/site-init.lisp \
|
||||||
|
--preload-file $(MEDLEY)/docs/@medley/docs \
|
||||||
|
--preload-file $(MEDLEY)/doctools/@medley/doctools \
|
||||||
|
--preload-file $(MEDLEY)/greetfiles/@medley/greetfiles \
|
||||||
|
--preload-file $(MEDLEY)/internal/@medley/internal \
|
||||||
|
--preload-file $(MEDLEY)/sources/@medley/sources \
|
||||||
|
--preload-file $(MEDLEY)/library/@medley/library \
|
||||||
|
--preload-file $(MEDLEY)/lispusers/@medley/lispusers \
|
||||||
|
--preload-file $(MEDLEY)/fonts/@medley/fonts
|
||||||
|
|
||||||
|
LDELDFLAGS =
|
||||||
|
|
||||||
|
OBJECTDIR = ../$(RELEASENAME)/
|
||||||
|
|
||||||
|
default : ../$(OSARCHNAME)/ldesdl.js
|
||||||
23
bin/makefile-emscripten.wasm_nl-wasm_nl
Normal file
23
bin/makefile-emscripten.wasm_nl-wasm_nl
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
# Options for Emscripten, WASM and SDL
|
||||||
|
|
||||||
|
CC = emcc $(CLANG_CFLAGS)
|
||||||
|
|
||||||
|
XFILES = $(OBJECTDIR)sdl.o
|
||||||
|
|
||||||
|
XFLAGS = -DSDL -sUSE_SDL=2
|
||||||
|
|
||||||
|
# OPTFLAGS is normally -O2.
|
||||||
|
OPTFLAGS = -O2
|
||||||
|
DFLAGS = $(XFLAGS) -DRELEASE=351 -DMAIKO_ENABLE_NETHUB
|
||||||
|
|
||||||
|
MEDLEY?=../../medley
|
||||||
|
SYSOUT?=$(MEDLEY)/loadups/full.sysout
|
||||||
|
|
||||||
|
LD = emcc
|
||||||
|
LDFLAGS = -sUSE_SDL=2 -sASYNCIFY -sALLOW_MEMORY_GROWTH -sEXIT_RUNTIME=1 -sFORCE_FILESYSTEM -sLZ4
|
||||||
|
|
||||||
|
LDELDFLAGS =
|
||||||
|
|
||||||
|
OBJECTDIR = ../$(RELEASENAME)/
|
||||||
|
|
||||||
|
default : ../$(OSARCHNAME)/ldesdl.js
|
||||||
19
bin/makefile-haiku.x86_64-sdl
Normal file
19
bin/makefile-haiku.x86_64-sdl
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
# Options for Haiku, Intel x86_64 and SDL
|
||||||
|
|
||||||
|
CC = gcc -m64 $(GCC_CFLAGS)
|
||||||
|
# CC = clang -m64 $(CLANG_CFLAGS)
|
||||||
|
|
||||||
|
XFILES = $(OBJECTDIR)sdl.o
|
||||||
|
|
||||||
|
XFLAGS = -DSDL
|
||||||
|
|
||||||
|
# OPTFLAGS is normally -O2.
|
||||||
|
OPTFLAGS = -O2 -g3
|
||||||
|
DFLAGS = $(XFLAGS) -DRELEASE=351
|
||||||
|
|
||||||
|
LDFLAGS = -lSDL2 -lnetwork
|
||||||
|
LDELDFLAGS = -lnetwork -lbsd
|
||||||
|
|
||||||
|
OBJECTDIR = ../$(RELEASENAME)/
|
||||||
|
|
||||||
|
default : ../$(OSARCHNAME)/lde ../$(OSARCHNAME)/ldesdl
|
||||||
29
bin/makefile-init-linux.aarch64
Normal file
29
bin/makefile-init-linux.aarch64
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
# Options for Linux, aarch64 processor, X windows, for INIT processing
|
||||||
|
|
||||||
|
CC = gcc $(GCC_CFLAGS)
|
||||||
|
#CC = clang $(CLANG_CFLAGS)
|
||||||
|
|
||||||
|
XFILES = $(OBJECTDIR)xmkicon.o \
|
||||||
|
$(OBJECTDIR)xbbt.o \
|
||||||
|
$(OBJECTDIR)dspif.o \
|
||||||
|
$(OBJECTDIR)xinit.o \
|
||||||
|
$(OBJECTDIR)xscroll.o \
|
||||||
|
$(OBJECTDIR)xcursor.o \
|
||||||
|
$(OBJECTDIR)xlspwin.o \
|
||||||
|
$(OBJECTDIR)xrdopt.o \
|
||||||
|
$(OBJECTDIR)xwinman.o
|
||||||
|
|
||||||
|
|
||||||
|
XFLAGS = -DXWINDOW
|
||||||
|
|
||||||
|
# OPTFLAGS is normally -O2, for INIT we want unoptimized in case we need to debug it
|
||||||
|
OPTFLAGS = -O0 -g
|
||||||
|
DEBUGFLAGS =
|
||||||
|
DFLAGS = $(DEBUGFLAGS) $(XFLAGS) -DRELEASE=351 -DNOVERSION -DINIT
|
||||||
|
|
||||||
|
LDFLAGS = -L/usr/X11/lib -lX11 -lc -lm
|
||||||
|
LDELDFLAGS = -L/usr/X11/lib -lX11 -lc -lm
|
||||||
|
|
||||||
|
OBJECTDIR = ../$(RELEASENAME)/
|
||||||
|
|
||||||
|
default : ../$(OSARCHNAME)/ldeinit
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
# Options for Linux, x86 processor, X windows, for INIT processing
|
# Options for Linux, x86 processor, X windows, for INIT processing
|
||||||
|
|
||||||
#CC = gcc -m64 $(GCC_CFLAGS)
|
CC = gcc $(GCC_CFLAGS)
|
||||||
CC = clang -m64 $(CLANG_CFLAGS)
|
#CC = clang $(CLANG_CFLAGS)
|
||||||
|
|
||||||
XFILES = $(OBJECTDIR)xmkicon.o \
|
XFILES = $(OBJECTDIR)xmkicon.o \
|
||||||
$(OBJECTDIR)xbbt.o \
|
$(OBJECTDIR)xbbt.o \
|
||||||
|
|||||||
27
bin/makefile-init-openbsd.x86_64
Normal file
27
bin/makefile-init-openbsd.x86_64
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
# Options for OpenBSD, Intel x86_64 and X-Window
|
||||||
|
|
||||||
|
CC = clang -m64 $(CLANG_CFLAGS)
|
||||||
|
|
||||||
|
XFILES = $(OBJECTDIR)xmkicon.o \
|
||||||
|
$(OBJECTDIR)xbbt.o \
|
||||||
|
$(OBJECTDIR)dspif.o \
|
||||||
|
$(OBJECTDIR)xinit.o \
|
||||||
|
$(OBJECTDIR)xscroll.o \
|
||||||
|
$(OBJECTDIR)xcursor.o \
|
||||||
|
$(OBJECTDIR)xlspwin.o \
|
||||||
|
$(OBJECTDIR)xrdopt.o \
|
||||||
|
$(OBJECTDIR)xwinman.o
|
||||||
|
|
||||||
|
|
||||||
|
XFLAGS = -I/usr/X11R6/include -DXWINDOW
|
||||||
|
|
||||||
|
# OPTFLAGS is normally -O2.
|
||||||
|
OPTFLAGS = -O2 -g3
|
||||||
|
DFLAGS = $(XFLAGS) -DRELEASE=351 -DNOVERSION -DINIT
|
||||||
|
|
||||||
|
LDFLAGS = -L/usr/X11R6/lib -lX11 -lc -lm
|
||||||
|
LDELDFLAGS = -L/usr/X11R6/lib -lX11 -lc -lm
|
||||||
|
|
||||||
|
OBJECTDIR = ../$(RELEASENAME)/
|
||||||
|
|
||||||
|
default : ../$(OSARCHNAME)/ldeinit
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# Options for Linux, ARMv7 and X-Window
|
# Options for Linux, aarch64 and X-Window
|
||||||
|
|
||||||
CC = gcc $(GCC_CFLAGS)
|
CC = gcc $(GCC_CFLAGS)
|
||||||
#CC = clang $(CLANG_CFLAGS)
|
#CC = clang $(CLANG_CFLAGS)
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
# Nov 20 2001 JDS: Convert to use BASH, not CSH, for open-source...
|
# Nov 20 2001 JDS: Convert to use BASH, not CSH, for open-source...
|
||||||
#
|
#
|
||||||
# usage: makeright [display-option] [other-option]
|
# usage: makeright [display-option] [other-option]
|
||||||
#
|
#
|
||||||
# example: makeright single ; make lde for mmaped displayFB
|
# example: makeright single ; make lde for mmaped displayFB
|
||||||
# makeright multi ; make lde for cg3,cg6
|
# makeright multi ; make lde for cg3,cg6
|
||||||
# makeright x ; make lde for X-windows
|
# makeright x ; make lde for X-windows
|
||||||
@@ -33,27 +33,41 @@
|
|||||||
#
|
#
|
||||||
# makeright init requires directory "maiko/init.${architecture}
|
# makeright init requires directory "maiko/init.${architecture}
|
||||||
#
|
#
|
||||||
# Note: X11R4 environment link shared libraries.
|
# Note: X11R4 environment link shared libraries.
|
||||||
# lde need X library. If lde links shared libraries,
|
# lde need X library. If lde links shared libraries,
|
||||||
# X shared libraries are needed at run time.
|
# X shared libraries are needed at run time.
|
||||||
#
|
#
|
||||||
# Hide X shared libraries from link libraries search path.
|
# Hide X shared libraries from link libraries search path.
|
||||||
LD_LIBRARY_PATH=/usr/local/lib
|
LD_LIBRARY_PATH=/usr/local/lib
|
||||||
|
|
||||||
export PATH=".:$PATH"
|
export PATH=".:$PATH"
|
||||||
|
|
||||||
|
noshift="false"
|
||||||
if test "$1" = ""
|
if test "$1" = ""
|
||||||
then
|
then
|
||||||
display="single"
|
display="single"
|
||||||
|
noshift="true"
|
||||||
|
elif test "$1" = "nethub"
|
||||||
|
then
|
||||||
|
display="single"
|
||||||
|
noshift="true"
|
||||||
else
|
else
|
||||||
display="$1"
|
display="$1"
|
||||||
|
noshift="false"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test $# -gt 0
|
if test "$noshift" = "false"
|
||||||
then
|
then
|
||||||
shift
|
shift
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
nethub="false"
|
||||||
|
if test "$1" = "nethub"
|
||||||
|
then
|
||||||
|
nethub="true"
|
||||||
|
shift
|
||||||
|
fi
|
||||||
|
|
||||||
architecture=`machinetype`
|
architecture=`machinetype`
|
||||||
osversion=`osversion`
|
osversion=`osversion`
|
||||||
echo "making so far for ${osversion} on ${architecture}."
|
echo "making so far for ${osversion} on ${architecture}."
|
||||||
@@ -74,6 +88,16 @@ case "$display" in
|
|||||||
sdl) releasename=${osversion}.${architecture}-${display}
|
sdl) releasename=${osversion}.${architecture}-${display}
|
||||||
ldename=ldesdl
|
ldename=ldesdl
|
||||||
;;
|
;;
|
||||||
|
wasm) osversion=emscripten
|
||||||
|
architecture=wasm
|
||||||
|
releasename=${osversion}.${architecture}-${display}
|
||||||
|
ldename=ldesdl.js
|
||||||
|
;;
|
||||||
|
wasm_nl) osversion=emscripten
|
||||||
|
architecture=wasm_nl
|
||||||
|
releasename=${osversion}.${architecture}-${display}
|
||||||
|
ldename=ldesdl.js
|
||||||
|
;;
|
||||||
*) echo "display-option: $display is not supported."
|
*) echo "display-option: $display is not supported."
|
||||||
exit
|
exit
|
||||||
;;
|
;;
|
||||||
@@ -101,7 +125,12 @@ echo start making lde for ${releasename}.
|
|||||||
# then finally do the make, including the right stuff
|
# then finally do the make, including the right stuff
|
||||||
# With makefile-tail merged, this should only take ONE make command....
|
# With makefile-tail merged, this should only take ONE make command....
|
||||||
|
|
||||||
|
cp -p makefile-${releasename} /tmp/makefile-${releasename}-$$
|
||||||
|
if test "$nethub" = "true"
|
||||||
|
then
|
||||||
|
sed -e "/^DFLAGS = /s/$/ -DMAIKO_ENABLE_NETHUB/" -i /tmp/makefile-${releasename}-$$
|
||||||
|
fi
|
||||||
make RELEASENAME=${releasename} LDENAME=${ldename} \
|
make RELEASENAME=${releasename} LDENAME=${ldename} \
|
||||||
OSARCHNAME=${osversion}.${architecture} \
|
OSARCHNAME=${osversion}.${architecture} \
|
||||||
-f makefile-header -f makefile-${releasename} \
|
-f makefile-header -f /tmp/makefile-${releasename}-$$ \
|
||||||
-f makefile-tail $*
|
-f makefile-tail $*
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
os=${LDEARCH:-`./config.guess`}
|
SCRIPTPATH="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
|
||||||
|
os=${LDEARCH:-`$SCRIPTPATH/config.guess`}
|
||||||
case "$os" in
|
case "$os" in
|
||||||
m68k-*-amigaos) echo amigaos ;;
|
m68k-*-amigaos) echo amigaos ;;
|
||||||
sparc-sun-sunos*) echo sunos4 ;;
|
sparc-sun-sunos*) echo sunos4 ;;
|
||||||
@@ -11,6 +12,7 @@ case "$os" in
|
|||||||
*-*-openbsd*) echo openbsd ;;
|
*-*-openbsd*) echo openbsd ;;
|
||||||
*-*-freebsd*) echo freebsd ;;
|
*-*-freebsd*) echo freebsd ;;
|
||||||
*-*-cygwin*) echo cygwin ;;
|
*-*-cygwin*) echo cygwin ;;
|
||||||
|
*-*-haiku*) echo haiku ;;
|
||||||
esac
|
esac
|
||||||
### Don't leave the variable set.
|
### Don't leave the variable set.
|
||||||
unset os
|
unset os
|
||||||
|
|||||||
17
inc/adr68k.h
17
inc/adr68k.h
@@ -28,19 +28,11 @@
|
|||||||
*/
|
*/
|
||||||
/**********************************************************************/
|
/**********************************************************************/
|
||||||
|
|
||||||
#include <execinfo.h>
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "lispemul.h"
|
#include "lispemul.h"
|
||||||
#include "lspglob.h"
|
#include "lspglob.h"
|
||||||
|
|
||||||
static inline void dobacktrace()
|
|
||||||
{
|
|
||||||
void* callstack[128];
|
|
||||||
int i, frames = backtrace(callstack, 128);
|
|
||||||
backtrace_symbols_fd(callstack, frames, 2);
|
|
||||||
}
|
|
||||||
|
|
||||||
static inline LispPTR LAddrFromNative(void *NAddr)
|
static inline LispPTR LAddrFromNative(void *NAddr)
|
||||||
{
|
{
|
||||||
if ((uintptr_t)NAddr & 1) {
|
if ((uintptr_t)NAddr & 1) {
|
||||||
@@ -56,9 +48,8 @@ static inline DLword *NativeAligned2FromLAddr(LispPTR LAddr)
|
|||||||
|
|
||||||
static inline LispPTR *NativeAligned4FromLAddr(LispPTR LAddr)
|
static inline LispPTR *NativeAligned4FromLAddr(LispPTR LAddr)
|
||||||
{
|
{
|
||||||
if (LAddr & 1 || LAddr > 0x0FFFFFFF) {
|
if (LAddr & 1) {
|
||||||
printf("Misaligned/bad pointer in NativeAligned4FromLAddr 0x%x\n", LAddr);
|
printf("Misaligned pointer in NativeAligned4FromLAddr 0x%x\n", LAddr);
|
||||||
dobacktrace();
|
|
||||||
}
|
}
|
||||||
return (void *)(Lisp_world + LAddr);
|
return (void *)(Lisp_world + LAddr);
|
||||||
}
|
}
|
||||||
@@ -72,8 +63,8 @@ static inline DLword StackOffsetFromNative(void *SAddr)
|
|||||||
{
|
{
|
||||||
/* Stack offsets are expressed as an offset in DLwords from the stack base */
|
/* Stack offsets are expressed as an offset in DLwords from the stack base */
|
||||||
ptrdiff_t hoffset = (DLword *)SAddr - Stackspace;
|
ptrdiff_t hoffset = (DLword *)SAddr - Stackspace;
|
||||||
if (hoffset > 0xffff) {
|
if (hoffset > 0xffff || hoffset < 0) {
|
||||||
printf("Stack offset is too large: 0x%tx\n", hoffset);
|
printf("Stack offset is out of range: 0x%tx\n", hoffset);
|
||||||
}
|
}
|
||||||
return (DLword)hoffset;
|
return (DLword)hoffset;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ extern int flushing;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
#define DBPRINT(X) do {printf X ; if (flushing) fflush(stdout); } while(0)
|
#define DBPRINT(X) do { printf("%s:%d ", __FILE__, __LINE__); printf X ; if (flushing) fflush(stdout); } while(0)
|
||||||
#define DEBUGGER(X) X
|
#define DEBUGGER(X) X
|
||||||
#else
|
#else
|
||||||
#define DBPRINT(X) if (0) do {printf X ; } while(0)
|
#define DBPRINT(X) if (0) do {printf X ; } while(0)
|
||||||
@@ -51,7 +51,7 @@ extern int flushing;
|
|||||||
/* For trace print statements */
|
/* For trace print statements */
|
||||||
|
|
||||||
#ifdef TRACE
|
#ifdef TRACE
|
||||||
#define TPRINT(X) do { printf X; if (flushing) fflush(stdout); } while (0)
|
#define TPRINT(X) do { printf("%s:%d ", __FILE__, __LINE__); printf X; if (flushing) fflush(stdout); } while (0)
|
||||||
#define TRACER(X) X
|
#define TRACER(X) X
|
||||||
#else /* TRACE */
|
#else /* TRACE */
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@ extern int flushing;
|
|||||||
/* For tracing individual opcode executions */
|
/* For tracing individual opcode executions */
|
||||||
|
|
||||||
#ifdef OPTRACE
|
#ifdef OPTRACE
|
||||||
#define OPTPRINT(X) do { printf X; if (flushing) fflush(stdout); } while (0)
|
#define OPTPRINT(X) do { printf("%s:%d ", __FILE__, __LINE__); printf X; if (flushing) fflush(stdout); } while (0)
|
||||||
#define OPTRACER(X) X
|
#define OPTRACER(X) X
|
||||||
#else
|
#else
|
||||||
#define OPTPRINT(X) if (0) do { printf X; } while (0)
|
#define OPTPRINT(X) if (0) do { printf X; } while (0)
|
||||||
@@ -75,7 +75,7 @@ extern int flushing;
|
|||||||
/* For tracing function calls */
|
/* For tracing function calls */
|
||||||
|
|
||||||
#ifdef FNTRACE
|
#ifdef FNTRACE
|
||||||
#define FNTPRINT(X) do { printf X; if (flushing) fflush(stdout); } while (0)
|
#define FNTPRINT(X) do { printf("%s:%d ", __FILE__, __LINE__); printf X; if (flushing) fflush(stdout); } while (0)
|
||||||
#define FNTRACER(X) X
|
#define FNTRACER(X) X
|
||||||
#else
|
#else
|
||||||
#define FNTPRINT(X) if (0) do { printf X; } while (0)
|
#define FNTPRINT(X) if (0) do { printf X; } while (0)
|
||||||
@@ -86,7 +86,7 @@ extern int flushing;
|
|||||||
/* For function-call & return stack checking */
|
/* For function-call & return stack checking */
|
||||||
|
|
||||||
#ifdef FNSTKCHECK
|
#ifdef FNSTKCHECK
|
||||||
#define FNCHKPRINT(X) do { printf X ; if (flushing) fflush(stdout); } while (0)
|
#define FNCHKPRINT(X) do { printf("%s:%d ", __FILE__, __LINE__); printf X ; if (flushing) fflush(stdout); } while (0)
|
||||||
#define FNCHECKER(X) X
|
#define FNCHECKER(X) X
|
||||||
#else
|
#else
|
||||||
#define FNCHKPRINT(X) if (0) do { printf X; } while (0)
|
#define FNCHKPRINT(X) if (0) do { printf X; } while (0)
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
void process_io_events(void);
|
void process_io_events(void);
|
||||||
void kb_trans(u_short keycode, u_short upflg);
|
void kb_trans(u_short keycode, u_short upflg);
|
||||||
void taking_mouse_down(void);
|
void taking_mouse_down(void);
|
||||||
|
void taking_mouse_up(int newx, int newy);
|
||||||
void copy_cursor(int newx, int newy);
|
void copy_cursor(int newx, int newy);
|
||||||
void cursor_hidden_bitmap(int x, int y);
|
void cursor_hidden_bitmap(int x, int y);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -194,8 +194,9 @@ do { \
|
|||||||
#endif /* min */
|
#endif /* min */
|
||||||
|
|
||||||
#define LispNumToCInt(Lisp) \
|
#define LispNumToCInt(Lisp) \
|
||||||
( (((Lisp) & SEGMASK) == S_POSITIVE) ? \
|
( (((Lisp) & SEGMASK) == S_POSITIVE) ? ((Lisp) & 0xFFFF) : \
|
||||||
((Lisp) & 0xFFFF) : (*((int *)(NativeAligned4FromLAddr(Lisp)))) )
|
(((Lisp) & SEGMASK) == S_NEGATIVE) ? ((Lisp) | 0xFFFF0000) : \
|
||||||
|
(*((int *)(NativeAligned4FromLAddr(Lisp)))) )
|
||||||
|
|
||||||
#define UPLOWDIFF 0x20
|
#define UPLOWDIFF 0x20
|
||||||
|
|
||||||
|
|||||||
@@ -83,6 +83,19 @@
|
|||||||
# define MAIKO_OS_DETECTED 1
|
# define MAIKO_OS_DETECTED 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __EMSCRIPTEN__
|
||||||
|
# define MAIKO_OS_LINUX 1
|
||||||
|
# define MAIKO_OS_EMSCRIPTEN 1
|
||||||
|
# define MAIKO_OS_NAME "Emscripten"
|
||||||
|
# define MAIKO_EMULATE_TIMER_INTERRUPTS 1
|
||||||
|
# define MAIKO_EMULATE_ASYNC_INTERRUPTS 1
|
||||||
|
# define MAIKO_OS_UNIX_LIKE 1
|
||||||
|
# define MAIKO_OS_DETECTED
|
||||||
|
# define MAIKO_ARCH_NAME "WebAssembly"
|
||||||
|
# define MAIKO_ARCH_WORD_BITS 32
|
||||||
|
# define MAIKO_ARCH_DETECTED 1
|
||||||
|
#endif
|
||||||
|
|
||||||
/* __x86_64__: GNU C, __x86_64: Sun Studio, _M_AMD64: Visual Studio */
|
/* __x86_64__: GNU C, __x86_64: Sun Studio, _M_AMD64: Visual Studio */
|
||||||
#if defined(__x86_64__) || defined(__x86_64) || defined(_M_AMD64)
|
#if defined(__x86_64__) || defined(__x86_64) || defined(_M_AMD64)
|
||||||
# define MAIKO_ARCH_X86_64 1
|
# define MAIKO_ARCH_X86_64 1
|
||||||
@@ -153,6 +166,12 @@
|
|||||||
# define MAIKO_ARCH_DETECTED 1
|
# define MAIKO_ARCH_DETECTED 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __HAIKU__
|
||||||
|
# define MAIKO_OS_HAIKU 1
|
||||||
|
# define MAIKO_OS_NAME "Haiku"
|
||||||
|
# define MAIKO_OS_UNIX_LIKE 1
|
||||||
|
# define MAIKO_OS_DETECTED 1
|
||||||
|
#endif
|
||||||
/* Modern GNU C, Clang, Sun Studio provide __BYTE_ORDER__
|
/* Modern GNU C, Clang, Sun Studio provide __BYTE_ORDER__
|
||||||
* Older GNU C (ca. 4.0.1) provides __BIG_ENDIAN__/__LITTLE_ENDIAN__
|
* Older GNU C (ca. 4.0.1) provides __BIG_ENDIAN__/__LITTLE_ENDIAN__
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
#define FastRetCALL \
|
#define FastRetCALL \
|
||||||
do { \
|
do { \
|
||||||
/* Get IVar from Returnee's IVAR offset slot(BF) */ \
|
/* Get IVar from Returnee's IVAR offset slot(BF) */ \
|
||||||
IVar = NativeAligned2FromLAddr(STK_OFFSET | GETWORD((DLword *)CURRENTFX -1)); \
|
IVar = NativeAligned2FromStackOffset(GETWORD((DLword *)CURRENTFX - 1)); \
|
||||||
/* Get FuncObj from Returnee's FNHEAD slot in FX */ \
|
/* Get FuncObj from Returnee's FNHEAD slot in FX */ \
|
||||||
FuncObj = (struct fnhead *)NativeAligned4FromLAddr(FX_FNHEADER); \
|
FuncObj = (struct fnhead *)NativeAligned4FromLAddr(FX_FNHEADER); \
|
||||||
/* Get PC from Returnee's pc slot in FX */ \
|
/* Get PC from Returnee's pc slot in FX */ \
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
#define FastRetCALL \
|
#define FastRetCALL \
|
||||||
do { \
|
do { \
|
||||||
/* Get IVar from Returnee's IVAR offset slot(BF) */ \
|
/* Get IVar from Returnee's IVAR offset slot(BF) */ \
|
||||||
IVar = NativeAligned2FromLAddr(STK_OFFSET | GETWORD((DLword *)CURRENTFX -1)); \
|
IVar = NativeAligned2FromStackOffset(GETWORD((DLword *)CURRENTFX - 1)); \
|
||||||
/* Get FuncObj from Returnee's FNHEAD slot in FX */ \
|
/* Get FuncObj from Returnee's FNHEAD slot in FX */ \
|
||||||
FuncObj = (struct fnhead *)NativeAligned4FromLAddr(FX_FNHEADER); \
|
FuncObj = (struct fnhead *)NativeAligned4FromLAddr(FX_FNHEADER); \
|
||||||
/* Get PC from Returnee's pc slot in FX */ \
|
/* Get PC from Returnee's pc slot in FX */ \
|
||||||
|
|||||||
102
inc/stack.h
102
inc/stack.h
@@ -79,22 +79,22 @@ typedef struct fnhead {
|
|||||||
} FNHEAD;
|
} FNHEAD;
|
||||||
|
|
||||||
typedef struct frameex1 {
|
typedef struct frameex1 {
|
||||||
unsigned flags : 3;
|
unsigned short flags : 3;
|
||||||
unsigned fast : 1;
|
unsigned short fast : 1;
|
||||||
unsigned nil2 : 1; /* not used, prev: This frame treats N-func */
|
unsigned short nil2 : 1; /* not used, prev: This frame treats N-func */
|
||||||
unsigned incall : 1;
|
unsigned short incall : 1;
|
||||||
unsigned validnametable : 1;
|
unsigned short validnametable : 1;
|
||||||
/* 0: look for FunctionHeader
|
/* 0: look for FunctionHeader
|
||||||
1: look for NameTable on this FrameEx */
|
1: look for NameTable on this FrameEx */
|
||||||
unsigned nopush : 1;
|
unsigned short nopush : 1;
|
||||||
unsigned usecount : 8;
|
unsigned short usecount : 8;
|
||||||
DLword alink; /* alink pointer (Low addr) */
|
DLword alink; /* alink pointer (Low addr) */
|
||||||
#ifdef BIGVM
|
#ifdef BIGVM
|
||||||
LispPTR fnheader; /* pointer to FunctionHeader (Hi2 addr) */
|
LispPTR fnheader; /* pointer to FunctionHeader (Hi2 addr) */
|
||||||
#else
|
#else
|
||||||
DLword lofnheader; /* pointer to FunctionHeader (Low addr) */
|
DLword lofnheader; /* pointer to FunctionHeader (Low addr) */
|
||||||
unsigned hi1fnheader : 8; /* pointer to FunctionHeader (Hi1 addr) */
|
unsigned short hi1fnheader : 8; /* pointer to FunctionHeader (Hi1 addr) */
|
||||||
unsigned hi2fnheader : 8; /* pointer to FunctionHeader (Hi2 addr) */
|
unsigned short hi2fnheader : 8; /* pointer to FunctionHeader (Hi2 addr) */
|
||||||
#endif /* BIGVM */
|
#endif /* BIGVM */
|
||||||
DLword nextblock; /* pointer to FreeStackBlock */
|
DLword nextblock; /* pointer to FreeStackBlock */
|
||||||
DLword pc; /* Program counter */
|
DLword pc; /* Program counter */
|
||||||
@@ -102,23 +102,23 @@ typedef struct frameex1 {
|
|||||||
LispPTR nametable; /* ptr to NameTable of this FrameEx (Hi2 addr) */
|
LispPTR nametable; /* ptr to NameTable of this FrameEx (Hi2 addr) */
|
||||||
#else
|
#else
|
||||||
DLword lonametable; /* ptr to NameTable of this FrameEx (Low addr) */
|
DLword lonametable; /* ptr to NameTable of this FrameEx (Low addr) */
|
||||||
unsigned hi1nametable : 8; /* ptr to NameTable of this FrameEx (Hi1 addr) */
|
unsigned short hi1nametable : 8; /* ptr to NameTable of this FrameEx (Hi1 addr) */
|
||||||
unsigned hi2nametable : 8; /* ptr to NameTable of this FrameEx (Hi2 addr) */
|
unsigned short hi2nametable : 8; /* ptr to NameTable of this FrameEx (Hi2 addr) */
|
||||||
#endif /* BIGVM */
|
#endif /* BIGVM */
|
||||||
DLword blink; /* blink pointer (Low addr) */
|
DLword blink; /* blink pointer (Low addr) */
|
||||||
DLword clink; /* clink pointer (Low addr) */
|
DLword clink; /* clink pointer (Low addr) */
|
||||||
} FX;
|
} FX;
|
||||||
|
|
||||||
typedef struct frameex2 {
|
typedef struct frameex2 {
|
||||||
unsigned flags : 3;
|
unsigned short flags : 3;
|
||||||
unsigned fast : 1;
|
unsigned short fast : 1;
|
||||||
unsigned nil2 : 1; /* not used, prev: This frame treats N-func */
|
unsigned short nil2 : 1; /* not used, prev: This frame treats N-func */
|
||||||
unsigned incall : 1;
|
unsigned short incall : 1;
|
||||||
unsigned validnametable : 1;
|
unsigned short validnametable : 1;
|
||||||
/* 0: look for FunctionHeader
|
/* 0: look for FunctionHeader
|
||||||
1: look for NameTable on this FrameEx */
|
1: look for NameTable on this FrameEx */
|
||||||
unsigned nopush : 1;
|
unsigned short nopush : 1;
|
||||||
unsigned usecount : 8;
|
unsigned short usecount : 8;
|
||||||
DLword alink; /* alink pointer (Low addr) */
|
DLword alink; /* alink pointer (Low addr) */
|
||||||
LispPTR fnheader; /* pointer to FunctionHeader */
|
LispPTR fnheader; /* pointer to FunctionHeader */
|
||||||
DLword nextblock; /* pointer to FreeStackBlock */
|
DLword nextblock; /* pointer to FreeStackBlock */
|
||||||
@@ -135,11 +135,11 @@ typedef struct fxblock {
|
|||||||
} FXBLOCK;
|
} FXBLOCK;
|
||||||
|
|
||||||
typedef struct basic_frame {
|
typedef struct basic_frame {
|
||||||
unsigned flags : 3;
|
unsigned short flags : 3;
|
||||||
unsigned nil : 3;
|
unsigned short nil : 3;
|
||||||
unsigned residual : 1;
|
unsigned short residual : 1;
|
||||||
unsigned padding : 1;
|
unsigned short padding : 1;
|
||||||
unsigned usecnt : 8;
|
unsigned short usecnt : 8;
|
||||||
DLword ivar; /* stk offset of IVARs for this frame ?? */
|
DLword ivar; /* stk offset of IVARs for this frame ?? */
|
||||||
|
|
||||||
} Bframe;
|
} Bframe;
|
||||||
@@ -185,33 +185,33 @@ typedef struct fnhead {
|
|||||||
unsigned nil3 : 2; /* not used */
|
unsigned nil3 : 2; /* not used */
|
||||||
unsigned nil2 : 2; /* not used */
|
unsigned nil2 : 2; /* not used */
|
||||||
#endif /* BIGVM */
|
#endif /* BIGVM */
|
||||||
unsigned argtype : 2; /* ?? */
|
unsigned short argtype : 2; /* ?? */
|
||||||
unsigned byteswapped : 1; /* code was reswapped. */
|
unsigned short byteswapped : 1; /* code was reswapped. */
|
||||||
unsigned nil4 : 1; /* not used, prev: native translated? */
|
unsigned short nil4 : 1; /* not used, prev: native translated? */
|
||||||
unsigned fvaroffset : 8;
|
unsigned short fvaroffset : 8;
|
||||||
/* DLword offset from head of NameTable */
|
/* DLword offset from head of NameTable */
|
||||||
unsigned nlocals : 8; /* ?? */
|
unsigned short nlocals : 8; /* ?? */
|
||||||
DLword ntsize; /* size of NameTable */
|
DLword ntsize; /* size of NameTable */
|
||||||
/* NameTable of variable length is following with this structure. */
|
/* NameTable of variable length is following with this structure. */
|
||||||
} FNHEAD;
|
} FNHEAD;
|
||||||
|
|
||||||
typedef struct frameex1 {
|
typedef struct frameex1 {
|
||||||
DLword alink; /* alink pointer (Low addr) */
|
DLword alink; /* alink pointer (Low addr) */
|
||||||
unsigned usecount : 8;
|
unsigned short usecount : 8;
|
||||||
unsigned nopush : 1;
|
unsigned short nopush : 1;
|
||||||
unsigned validnametable : 1;
|
unsigned short validnametable : 1;
|
||||||
/* 0: look for FunctionHeader
|
/* 0: look for FunctionHeader
|
||||||
1: look for NameTable on this FrameEx */
|
1: look for NameTable on this FrameEx */
|
||||||
unsigned incall : 1;
|
unsigned short incall : 1;
|
||||||
unsigned nil2 : 1; /* not used, prev: This frame treats N-func */
|
unsigned short nil2 : 1; /* not used, prev: This frame treats N-func */
|
||||||
unsigned fast : 1;
|
unsigned short fast : 1;
|
||||||
unsigned flags : 3; /* hi word */
|
unsigned short flags : 3; /* hi word */
|
||||||
|
|
||||||
#ifdef BIGVM
|
#ifdef BIGVM
|
||||||
LispPTR fnheader; /* pointer to FunctionHeader (Hi2 addr) */
|
LispPTR fnheader; /* pointer to FunctionHeader (Hi2 addr) */
|
||||||
#else
|
#else
|
||||||
unsigned hi2fnheader : 8; /* pointer to FunctionHeader (Hi2 addr) */
|
unsigned short hi2fnheader : 8; /* pointer to FunctionHeader (Hi2 addr) */
|
||||||
unsigned hi1fnheader : 8; /* pointer to FunctionHeader (Hi1 addr) */
|
unsigned short hi1fnheader : 8; /* pointer to FunctionHeader (Hi1 addr) */
|
||||||
DLword lofnheader; /* pointer to FunctionHeader (Low addr) */
|
DLword lofnheader; /* pointer to FunctionHeader (Low addr) */
|
||||||
#endif /* BIGVM */
|
#endif /* BIGVM */
|
||||||
|
|
||||||
@@ -221,8 +221,8 @@ typedef struct frameex1 {
|
|||||||
#ifdef BIGVM
|
#ifdef BIGVM
|
||||||
LispPTR nametable; /* pointer to NameTable of this FX (Hi2 addr) */
|
LispPTR nametable; /* pointer to NameTable of this FX (Hi2 addr) */
|
||||||
#else
|
#else
|
||||||
unsigned hi2nametable : 8; /* pointer to NameTable of this FX (Hi2 addr) */
|
unsigned short hi2nametable : 8; /* pointer to NameTable of this FX (Hi2 addr) */
|
||||||
unsigned hi1nametable : 8; /* pointer to NameTable of this FX (Hi1 addr) */
|
unsigned short hi1nametable : 8; /* pointer to NameTable of this FX (Hi1 addr) */
|
||||||
DLword lonametable; /* pointer to NameTable of this FX (Low addr) */
|
DLword lonametable; /* pointer to NameTable of this FX (Low addr) */
|
||||||
#endif /* BIGVM */
|
#endif /* BIGVM */
|
||||||
|
|
||||||
@@ -232,15 +232,15 @@ typedef struct frameex1 {
|
|||||||
|
|
||||||
typedef struct frameex2 {
|
typedef struct frameex2 {
|
||||||
DLword alink; /* alink pointer (Low addr) */
|
DLword alink; /* alink pointer (Low addr) */
|
||||||
unsigned usecount : 8;
|
unsigned short usecount : 8;
|
||||||
unsigned nopush : 1;
|
unsigned short nopush : 1;
|
||||||
unsigned validnametable : 1;
|
unsigned short validnametable : 1;
|
||||||
/* 0: look for FunctionHeader
|
/* 0: look for FunctionHeader
|
||||||
1: look for NameTable on this FrameEx */
|
1: look for NameTable on this FrameEx */
|
||||||
unsigned incall : 1;
|
unsigned short incall : 1;
|
||||||
unsigned nil2 : 1; /* not used, prev: This frame treats N-func */
|
unsigned short nil2 : 1; /* not used, prev: This frame treats N-func */
|
||||||
unsigned fast : 1;
|
unsigned short fast : 1;
|
||||||
unsigned flags : 3;
|
unsigned short flags : 3;
|
||||||
|
|
||||||
LispPTR fnheader; /* pointer to FunctionHeader (swapped) */
|
LispPTR fnheader; /* pointer to FunctionHeader (swapped) */
|
||||||
|
|
||||||
@@ -261,11 +261,11 @@ typedef struct fxblock {
|
|||||||
|
|
||||||
typedef struct basic_frame {
|
typedef struct basic_frame {
|
||||||
DLword ivar;
|
DLword ivar;
|
||||||
unsigned usecnt : 8;
|
unsigned short usecnt : 8;
|
||||||
unsigned padding : 1;
|
unsigned short padding : 1;
|
||||||
unsigned residual : 1;
|
unsigned short residual : 1;
|
||||||
unsigned nil : 3;
|
unsigned short nil : 3;
|
||||||
unsigned flags : 3;
|
unsigned short flags : 3;
|
||||||
|
|
||||||
} Bframe;
|
} Bframe;
|
||||||
|
|
||||||
|
|||||||
@@ -1664,7 +1664,7 @@ void ccfuncall(unsigned int atom_index, int argnum, int bytenum)
|
|||||||
CURRENTFX->nextblock = (LAddrFromNative(CurrentStackPTR) & 0x0ffff) - (argnum << 1) + 4 /* +3 */;
|
CURRENTFX->nextblock = (LAddrFromNative(CurrentStackPTR) & 0x0ffff) - (argnum << 1) + 4 /* +3 */;
|
||||||
|
|
||||||
/* Setup IVar */ /* XXX: is it really only 2-byte aligned? */
|
/* Setup IVar */ /* XXX: is it really only 2-byte aligned? */
|
||||||
IVar = NativeAligned2FromLAddr((((LispPTR)(CURRENTFX->nextblock)) | STK_OFFSET));
|
IVar = NativeAligned2FromStackOffset(CURRENTFX->nextblock);
|
||||||
|
|
||||||
/* Set PC to the Next Instruction and save into FX */
|
/* Set PC to the Next Instruction and save into FX */
|
||||||
CURRENTFX->pc = ((UNSIGNED)PC - (UNSIGNED)FuncObj) + bytenum;
|
CURRENTFX->pc = ((UNSIGNED)PC - (UNSIGNED)FuncObj) + bytenum;
|
||||||
@@ -1799,7 +1799,7 @@ void tedit_bltchar(LispPTR *args)
|
|||||||
|
|
||||||
} /* end tedit_bltchar */
|
} /* end tedit_bltchar */
|
||||||
|
|
||||||
#if defined(REALCURSOR) || defined(SUNDISPLAY)
|
#if defined(REALCURSOR)
|
||||||
#ifndef COLOR
|
#ifndef COLOR
|
||||||
/* Lisp addr hi-word, lo-word, ... */
|
/* Lisp addr hi-word, lo-word, ... */
|
||||||
static int old_cursorin(DLword addrhi, DLword addrlo, int x, int w, int h, int y, int backward)
|
static int old_cursorin(DLword addrhi, DLword addrlo, int x, int w, int h, int y, int backward)
|
||||||
@@ -1866,4 +1866,4 @@ static int old_cursorin(DLword addrhi, DLword addrlo, int x, int w, int h, int y
|
|||||||
} /* COLOR case end */
|
} /* COLOR case end */
|
||||||
}
|
}
|
||||||
#endif /* COLOR */
|
#endif /* COLOR */
|
||||||
#endif /* defined(REALCURSOR) || defined(SUNDISPLAY) */
|
#endif /* defined(REALCURSOR) */
|
||||||
|
|||||||
@@ -64,14 +64,14 @@ LispPTR Uraid_mess = NIL;
|
|||||||
int error(const char *cp) {
|
int error(const char *cp) {
|
||||||
char *ptr;
|
char *ptr;
|
||||||
if (device_before_raid() < 0) {
|
if (device_before_raid() < 0) {
|
||||||
fprintf(stderr, "Can't Enter URAID.\n");
|
(void)fprintf(stderr, "Can't Enter URAID.\n");
|
||||||
exit(-1);
|
exit(-1);
|
||||||
}
|
}
|
||||||
/* comm read */
|
/* comm read */
|
||||||
URaid_errmess = cp;
|
URaid_errmess = cp;
|
||||||
fprintf(stderr, "\n*Error* %s\n", cp);
|
(void)fprintf(stderr, "\n*Error* %s\n", cp);
|
||||||
fflush(stdin);
|
fflush(stdin);
|
||||||
fprintf(stderr, "Enter the URaid\n");
|
(void)fprintf(stderr, "Enter the URaid\n");
|
||||||
print(Uraid_mess);
|
print(Uraid_mess);
|
||||||
putchar('\n');
|
putchar('\n');
|
||||||
/* XXX: make sure output is flushed so we can see where we are */
|
/* XXX: make sure output is flushed so we can see where we are */
|
||||||
|
|||||||
@@ -303,14 +303,14 @@ int sf(struct frameex1 *fx_addr68k) {
|
|||||||
if (((fx_addr68k)->alink & 1) == 0) { /* FAST */
|
if (((fx_addr68k)->alink & 1) == 0) { /* FAST */
|
||||||
bf = (Bframe *)(((DLword *)fx_addr68k) - 2);
|
bf = (Bframe *)(((DLword *)fx_addr68k) - 2);
|
||||||
} else { /* SLOW */
|
} else { /* SLOW */
|
||||||
bf = (Bframe *)NativeAligned4FromLAddr(((fx_addr68k)->blink + STK_OFFSET));
|
bf = (Bframe *)NativeAligned4FromStackOffset((fx_addr68k)->blink);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Print IVARs */
|
/* Print IVARs */
|
||||||
printf("IVAR -------\n");
|
printf("IVAR -------\n");
|
||||||
BT_morep;
|
BT_morep;
|
||||||
|
|
||||||
ptr = NativeAligned2FromLAddr(STK_OFFSET + bf->ivar);
|
ptr = NativeAligned2FromStackOffset(bf->ivar);
|
||||||
i = 0;
|
i = 0;
|
||||||
while (ptr != (DLword *)bf) {
|
while (ptr != (DLword *)bf) {
|
||||||
ptrlo = ptr + 1;
|
ptrlo = ptr + 1;
|
||||||
@@ -475,7 +475,7 @@ int sf(struct frameex1 *fx_addr68k) {
|
|||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
if (fx_addr68k->alink == 11) /* for contextsw */
|
if (fx_addr68k->alink == 11) /* for contextsw */
|
||||||
next68k = (DLword *)NativeAligned2FromLAddr((fx_addr68k->nextblock + STK_OFFSET));
|
next68k = NativeAligned2FromStackOffset(fx_addr68k->nextblock);
|
||||||
|
|
||||||
else
|
else
|
||||||
next68k = CurrentStackPTR;
|
next68k = CurrentStackPTR;
|
||||||
@@ -493,7 +493,7 @@ int sf(struct frameex1 *fx_addr68k) {
|
|||||||
return (-1);
|
return (-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
next68k = (DLword *)NativeAligned2FromLAddr((fx_addr68k->nextblock + STK_OFFSET));
|
next68k = NativeAligned2FromStackOffset(fx_addr68k->nextblock);
|
||||||
ptr = (DLword *)(fx_addr68k + 1);
|
ptr = (DLword *)(fx_addr68k + 1);
|
||||||
|
|
||||||
i = 0;
|
i = 0;
|
||||||
|
|||||||
@@ -2150,7 +2150,8 @@ LispPTR COM_next_file(LispPTR *args)
|
|||||||
propp = gfsp->propp;
|
propp = gfsp->propp;
|
||||||
|
|
||||||
dfp = &FinfoArray[finfoid];
|
dfp = &FinfoArray[finfoid];
|
||||||
if (dfp->head == (FINFO *)0 || (fp = dfp->next) == (FINFO *)0) return (SMALLP_MINUSONE);
|
fp = dfp->next;
|
||||||
|
if (dfp->head == NULL || fp == NULL) return (SMALLP_MINUSONE);
|
||||||
dfp->next = fp->next;
|
dfp->next = fp->next;
|
||||||
|
|
||||||
laddr = gfsp->name;
|
laddr = gfsp->name;
|
||||||
|
|||||||
14
src/dlpi.c
14
src/dlpi.c
@@ -188,7 +188,7 @@ int setup_dlpi_dev(char *device)
|
|||||||
dlbindreq(fd, 0x0600, 0, DL_CLDLS, 0, 0);
|
dlbindreq(fd, 0x0600, 0, DL_CLDLS, 0, 0);
|
||||||
|
|
||||||
if (dlbindack(fd, buf) < 0) {
|
if (dlbindack(fd, buf) < 0) {
|
||||||
fprintf(stderr, "%s: dlbindack failed.\n", pname);
|
(void)fprintf(stderr, "%s: dlbindack failed.\n", pname);
|
||||||
return (-1);
|
return (-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -202,14 +202,14 @@ int setup_dlpi_dev(char *device)
|
|||||||
dlpromisconreq(fd, DL_PROMISC_SAP);
|
dlpromisconreq(fd, DL_PROMISC_SAP);
|
||||||
|
|
||||||
if (dlokack(fd, buf) < 0) {
|
if (dlokack(fd, buf) < 0) {
|
||||||
fprintf(stderr, "%s: DL_PROMISC_SAP failed.\n", pname);
|
(void)fprintf(stderr, "%s: DL_PROMISC_SAP failed.\n", pname);
|
||||||
return (-1);
|
return (-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
dlpromisconreq(fd, DL_PROMISC_MULTI);
|
dlpromisconreq(fd, DL_PROMISC_MULTI);
|
||||||
|
|
||||||
if (dlokack(fd, buf) < 0) {
|
if (dlokack(fd, buf) < 0) {
|
||||||
fprintf(stderr, "%s: DL_PROMISC_MULTI failed.\n", pname);
|
(void)fprintf(stderr, "%s: DL_PROMISC_MULTI failed.\n", pname);
|
||||||
return (-1);
|
return (-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -329,8 +329,8 @@ int dlpi_devtype(int fd)
|
|||||||
case DL_FDDI: return (DLT_FDDI);
|
case DL_FDDI: return (DLT_FDDI);
|
||||||
#endif
|
#endif
|
||||||
default:
|
default:
|
||||||
fprintf(stderr, "%s: DLPI MACtype %ld unknown, ", pname, (long)dlp->info_ack.dl_mac_type);
|
(void)fprintf(stderr, "%s: DLPI MACtype %ld unknown, ", pname, (long)dlp->info_ack.dl_mac_type);
|
||||||
fprintf(stderr, "assuming ethernet.\n");
|
(void)fprintf(stderr, "assuming ethernet.\n");
|
||||||
return (DLT_EN10MB);
|
return (DLT_EN10MB);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -585,7 +585,7 @@ static int strgetmsg(int fd, struct strbuf *ctlp, struct strbuf *datap, int *fla
|
|||||||
/*
|
/*
|
||||||
* sigalrm - handle alarms.
|
* sigalrm - handle alarms.
|
||||||
*/
|
*/
|
||||||
static void sigalrm(int sig) { (void)fprintf(stderr, "dlpi: timeout\n"); }
|
static void sigalrm(int sig) { (void)(void)fprintf(stderr, "dlpi: timeout\n"); }
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* savestr - save string in dynamic memory.
|
* savestr - save string in dynamic memory.
|
||||||
@@ -595,7 +595,7 @@ static char *savestr(char *s)
|
|||||||
char *t;
|
char *t;
|
||||||
|
|
||||||
if ((t = malloc(strlen(s) + 1)) == NULL) {
|
if ((t = malloc(strlen(s) + 1)) == NULL) {
|
||||||
(void)fprintf(stderr, "%s: out of memory.\n", pname);
|
(void)(void)fprintf(stderr, "%s: out of memory.\n", pname);
|
||||||
(void)exit(1);
|
(void)exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
40
src/dsk.c
40
src/dsk.c
@@ -3053,10 +3053,8 @@ static int get_version_array(char *dir, char *file, FileName *varray, CurrentVAr
|
|||||||
FileName *svarray;
|
FileName *svarray;
|
||||||
DIR *dirp;
|
DIR *dirp;
|
||||||
struct dirent *dp;
|
struct dirent *dp;
|
||||||
/* Used in commented out code below:
|
|
||||||
int rval;
|
int rval;
|
||||||
struct stat sbuf;
|
struct stat sbuf;
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* First of all, prepare a lower cased file name for the case insensitive
|
* First of all, prepare a lower cased file name for the case insensitive
|
||||||
@@ -3066,20 +3064,14 @@ static int get_version_array(char *dir, char *file, FileName *varray, CurrentVAr
|
|||||||
separate_version(lcased_file, ver, 1);
|
separate_version(lcased_file, ver, 1);
|
||||||
DOWNCASE(lcased_file);
|
DOWNCASE(lcased_file);
|
||||||
|
|
||||||
/*
|
TIMEOUT(rval = stat(dir, &sbuf));
|
||||||
TIMEOUT(rval = stat(dir, &sbuf));
|
if (rval == -1) {
|
||||||
if (rval == -1) {
|
*Lisp_errno = errno;
|
||||||
*Lisp_errno = errno;
|
return(0);
|
||||||
return(0);
|
}
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* If the cached version array is still valid, we can return immediately.
|
* Cache mechanism was not used because of a bug in Sun OS.
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Cache mechanism is not used now, because of the bug of Sun OS.
|
|
||||||
* Sometimes just after unlinking a file on a directory, the st_mtime
|
* Sometimes just after unlinking a file on a directory, the st_mtime
|
||||||
* of the directory does not change. This will make Maiko believe
|
* of the directory does not change. This will make Maiko believe
|
||||||
* cached version array is still valid, although it is already invalid.
|
* cached version array is still valid, although it is already invalid.
|
||||||
@@ -3087,9 +3079,15 @@ static int get_version_array(char *dir, char *file, FileName *varray, CurrentVAr
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
if ((sbuf.st_mtime == cache->mtime) && strcmp(dir, cache->path) == 0
|
* If the cached version array is still valid, we can return immediately.
|
||||||
&& strcmp(lcased_file, cache->file) == 0) return(1);
|
*/
|
||||||
*/
|
|
||||||
|
#if 0
|
||||||
|
/* there is a (different?) problem (#1661) with the caching - disable until it's solved */
|
||||||
|
if ((sbuf.st_mtime == cache->mtime) && strcmp(dir, cache->path) == 0
|
||||||
|
&& strcmp(lcased_file, cache->file) == 0) return(1);
|
||||||
|
#endif
|
||||||
|
|
||||||
errno = 0;
|
errno = 0;
|
||||||
TIMEOUT0(dirp = opendir(dir));
|
TIMEOUT0(dirp = opendir(dir));
|
||||||
if (dirp == NULL) {
|
if (dirp == NULL) {
|
||||||
@@ -3140,11 +3138,9 @@ static int get_version_array(char *dir, char *file, FileName *varray, CurrentVAr
|
|||||||
/*
|
/*
|
||||||
* Update cache information.
|
* Update cache information.
|
||||||
*/
|
*/
|
||||||
/*
|
strcpy(cache->path, dir);
|
||||||
strcpy(cache->path, dir);
|
strcpy(cache->file, lcased_file);
|
||||||
strcpy(cache->file, lcased_file);
|
cache->mtime = sbuf.st_mtime;
|
||||||
cache->mtime = sbuf.st_mtime;
|
|
||||||
*/
|
|
||||||
TIMEOUT(closedir(dirp));
|
TIMEOUT(closedir(dirp));
|
||||||
return (1);
|
return (1);
|
||||||
#endif /* DOS */
|
#endif /* DOS */
|
||||||
|
|||||||
@@ -59,8 +59,8 @@ void make_dsp_instance(DspInterface dsp, char *lispbitmap, int width_hint, int h
|
|||||||
} else if (VGA_p()) {
|
} else if (VGA_p()) {
|
||||||
VGA_init(dsp, 0, 0, 0, depth_hint);
|
VGA_init(dsp, 0, 0, 0, depth_hint);
|
||||||
} else { /* Can't set *ANY* video mode! */
|
} else { /* Can't set *ANY* video mode! */
|
||||||
(void)fprintf(stderr, "No portable graphics mode supported by this host.\n");
|
(void)(void)fprintf(stderr, "No portable graphics mode supported by this host.\n");
|
||||||
(void)fprintf(stderr, "\n-Expected VESA or VGA.\n");
|
(void)(void)fprintf(stderr, "\n-Expected VESA or VGA.\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
@@ -69,7 +69,7 @@ void make_dsp_instance(DspInterface dsp, char *lispbitmap, int width_hint, int h
|
|||||||
#elif XWINDOW
|
#elif XWINDOW
|
||||||
/* lispbitmap is 0 when we call X_init the first time. */
|
/* lispbitmap is 0 when we call X_init the first time. */
|
||||||
if (X_init(dsp, 0, LispDisplayRequestedWidth, LispDisplayRequestedHeight, depth_hint) == NULL) {
|
if (X_init(dsp, 0, LispDisplayRequestedWidth, LispDisplayRequestedHeight, depth_hint) == NULL) {
|
||||||
fprintf(stderr, "Can't open display.");
|
(void)fprintf(stderr, "Can't open display.");
|
||||||
exit(-1);
|
exit(-1);
|
||||||
}
|
}
|
||||||
#endif /* DOS | XWINDOW */
|
#endif /* DOS | XWINDOW */
|
||||||
@@ -87,7 +87,7 @@ void GenericReturnVoid(void *d) {(void)d; return; }
|
|||||||
void GenericPanic(void *d) {
|
void GenericPanic(void *d) {
|
||||||
(void)d;
|
(void)d;
|
||||||
TPRINT(("Enter GenericPanic\n"));
|
TPRINT(("Enter GenericPanic\n"));
|
||||||
fprintf(stderr, "Panic! Call to uninitialized display slot!");
|
(void)fprintf(stderr, "Panic! Call to uninitialized display slot!");
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ LispPTR N_OP_findkey(LispPTR tos, int byte) {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (CURRENTFX->alink & 1) { /* slow case */
|
if (CURRENTFX->alink & 1) { /* slow case */
|
||||||
find_end = (DLword *)NativeAligned2FromLAddr(STK_OFFSET | (CURRENTFX->blink - 4));
|
find_end = NativeAligned2FromStackOffset(CURRENTFX->blink - 4);
|
||||||
} else { /* Fast cae */
|
} else { /* Fast cae */
|
||||||
find_end = ((DLword *)CURRENTFX) - 2 - 4;
|
find_end = ((DLword *)CURRENTFX) - 2 - 4;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -156,10 +156,8 @@ LispPTR findptrsbuffer(LispPTR ptr) {
|
|||||||
while (LAddrFromNative(bptr) != NIL) {
|
while (LAddrFromNative(bptr) != NIL) {
|
||||||
if (ptr == bptr->vmempage)
|
if (ptr == bptr->vmempage)
|
||||||
return (LAddrFromNative(bptr));
|
return (LAddrFromNative(bptr));
|
||||||
else {
|
else
|
||||||
if (bptr->sysnext & 0xF0000000) printf("findptrsbuffer: would have failed %p 0x%X\n", bptr, bptr->sysnext);
|
|
||||||
bptr = (struct buf *)NativeAligned4FromLAddr(bptr->sysnext);
|
bptr = (struct buf *)NativeAligned4FromLAddr(bptr->sysnext);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
return (NIL);
|
return (NIL);
|
||||||
}
|
}
|
||||||
@@ -226,9 +224,8 @@ LispPTR checkarrayblock(LispPTR base, LispPTR free, LispPTR onfreelist) {
|
|||||||
printarrayblock(base);
|
printarrayblock(base);
|
||||||
error("ARRAYBLOCK Trailer INUSE bit set wrong\n");
|
error("ARRAYBLOCK Trailer INUSE bit set wrong\n");
|
||||||
} else if (!onfreelist || (bbase->arlen < MINARRAYBLOCKSIZE))
|
} else if (!onfreelist || (bbase->arlen < MINARRAYBLOCKSIZE))
|
||||||
/* Remaining tests only for free list. */
|
|
||||||
return (NIL);
|
return (NIL);
|
||||||
|
/* Remaining tests only for free list. */
|
||||||
bfwd = (struct arrayblock *)NativeAligned4FromLAddr(bbase->fwd);
|
bfwd = (struct arrayblock *)NativeAligned4FromLAddr(bbase->fwd);
|
||||||
bbwd = (struct arrayblock *)NativeAligned4FromLAddr(bbase->bkwd);
|
bbwd = (struct arrayblock *)NativeAligned4FromLAddr(bbase->bkwd);
|
||||||
if ((bbwd->fwd != base) || (bfwd->bkwd != base)) {
|
if ((bbwd->fwd != base) || (bfwd->bkwd != base)) {
|
||||||
@@ -353,7 +350,6 @@ LispPTR makefreearrayblock(LispPTR block, DLword length) {
|
|||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/************************************************************************/
|
/************************************************************************/
|
||||||
|
|
||||||
LispPTR arrayblockmerger(LispPTR base, LispPTR nbase) {
|
LispPTR arrayblockmerger(LispPTR base, LispPTR nbase) {
|
||||||
DLword arlens, narlens, secondbite, minblocksize, shaveback;
|
DLword arlens, narlens, secondbite, minblocksize, shaveback;
|
||||||
struct arrayblock *bbase, *bnbase;
|
struct arrayblock *bbase, *bnbase;
|
||||||
@@ -362,12 +358,23 @@ LispPTR arrayblockmerger(LispPTR base, LispPTR nbase) {
|
|||||||
arlens = bbase->arlen;
|
arlens = bbase->arlen;
|
||||||
narlens = bnbase->arlen;
|
narlens = bnbase->arlen;
|
||||||
secondbite = MAXARRAYBLOCKSIZE - arlens;
|
secondbite = MAXARRAYBLOCKSIZE - arlens;
|
||||||
if (narlens > secondbite) {
|
/* There are three cases for merging the blocks
|
||||||
|
* (1) the total size of the two blocks is less than max:
|
||||||
|
* merge into a single block
|
||||||
|
* (2) creating a max size block leaves a viable leftover block:
|
||||||
|
* move the boundary to make a max block and a leftover block
|
||||||
|
* (3) creating a max size block leaves a non-viable leftover block
|
||||||
|
* move the boundary to make a big block and a minimum size leftover block
|
||||||
|
*/
|
||||||
|
if (base + (2 * arlens) != nbase) {
|
||||||
|
error("Attempt to merge non-adjacent blocks in array space\n");
|
||||||
|
}
|
||||||
|
if (narlens > secondbite) { /* (2) or (3) */
|
||||||
arlens = MAXARRAYBLOCKSIZE;
|
arlens = MAXARRAYBLOCKSIZE;
|
||||||
narlens = narlens - secondbite;
|
narlens = narlens - secondbite;
|
||||||
minblocksize =
|
minblocksize =
|
||||||
((*Hunk_word == ATOM_T) ? (ARRAYBLOCKOVERHEADCELLS + MAXCELLSPERHUNK) : MINARRAYBLOCKSIZE);
|
((*Hunk_word == ATOM_T) ? (ARRAYBLOCKOVERHEADCELLS + MAXCELLSPERHUNK) : MINARRAYBLOCKSIZE);
|
||||||
if (narlens < minblocksize) {
|
if (narlens < minblocksize) { /* (3) */
|
||||||
shaveback = narlens - minblocksize;
|
shaveback = narlens - minblocksize;
|
||||||
narlens = minblocksize;
|
narlens = minblocksize;
|
||||||
arlens += shaveback;
|
arlens += shaveback;
|
||||||
@@ -391,10 +398,10 @@ LispPTR mergebackward(LispPTR base) {
|
|||||||
LispPTR pbase;
|
LispPTR pbase;
|
||||||
struct arrayblock *ptrailer;
|
struct arrayblock *ptrailer;
|
||||||
|
|
||||||
ptrailer = (struct arrayblock *)NativeAligned4FromLAddr(base - ARRAYBLOCKTRAILERWORDS);
|
|
||||||
if (base == NIL)
|
if (base == NIL)
|
||||||
return (NIL);
|
return (NIL);
|
||||||
else if ((*ArrayMerging_word == NIL) ||
|
ptrailer = (struct arrayblock *)NativeAligned4FromLAddr(base - ARRAYBLOCKTRAILERWORDS);
|
||||||
|
if ((*ArrayMerging_word == NIL) ||
|
||||||
((base == *ArraySpace_word) || ((base == *ArraySpace2_word) || (ptrailer->inuse == T))))
|
((base == *ArraySpace_word) || ((base == *ArraySpace2_word) || (ptrailer->inuse == T))))
|
||||||
return (linkblock(base));
|
return (linkblock(base));
|
||||||
pbase = base - 2 * ptrailer->arlen;
|
pbase = base - 2 * ptrailer->arlen;
|
||||||
@@ -414,16 +421,18 @@ LispPTR mergebackward(LispPTR base) {
|
|||||||
LispPTR mergeforward(LispPTR base) {
|
LispPTR mergeforward(LispPTR base) {
|
||||||
LispPTR nbase, nbinuse;
|
LispPTR nbase, nbinuse;
|
||||||
struct arrayblock *bbase, *bnbase;
|
struct arrayblock *bbase, *bnbase;
|
||||||
|
if (*ArrayMerging_word == NIL) return NIL;
|
||||||
|
if (base == NIL) return NIL;
|
||||||
|
if (checkarrayblock(base, T, T)) return NIL;
|
||||||
|
|
||||||
bbase = (struct arrayblock *)NativeAligned4FromLAddr(base);
|
bbase = (struct arrayblock *)NativeAligned4FromLAddr(base);
|
||||||
nbase = base + 2 * (bbase->arlen);
|
nbase = base + 2 * (bbase->arlen);
|
||||||
|
if (nbase == *ArrayFrLst_word || nbase == *ArrayFrLst2_word) return NIL;
|
||||||
|
|
||||||
bnbase = (struct arrayblock *)NativeAligned4FromLAddr(nbase);
|
bnbase = (struct arrayblock *)NativeAligned4FromLAddr(nbase);
|
||||||
if ((*ArrayMerging_word == NIL) ||
|
nbinuse = bnbase->inuse;
|
||||||
((base == NIL) ||
|
if (checkarrayblock(nbase, !nbinuse, NIL)) return NIL;
|
||||||
(checkarrayblock(base, T, T) ||
|
if (nbinuse) return (NIL);
|
||||||
((nbase == *ArrayFrLst_word) ||
|
|
||||||
((nbase == *ArrayFrLst2_word) ||
|
|
||||||
(checkarrayblock(nbase, (!(nbinuse = bnbase->inuse)), NIL) || nbinuse))))))
|
|
||||||
return (NIL);
|
|
||||||
deleteblock(nbase);
|
deleteblock(nbase);
|
||||||
deleteblock(base);
|
deleteblock(base);
|
||||||
return (arrayblockmerger(base, nbase));
|
return (arrayblockmerger(base, nbase));
|
||||||
|
|||||||
35
src/inet.c
35
src/inet.c
@@ -26,6 +26,7 @@
|
|||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
/* if using inet_ntop you must #include <arpa/inet.h> */
|
||||||
#endif /* DOS */
|
#endif /* DOS */
|
||||||
|
|
||||||
#if (defined(OS5) || defined(__CYGWIN__)) && !defined(O_ASYNC)
|
#if (defined(OS5) || defined(__CYGWIN__)) && !defined(O_ASYNC)
|
||||||
@@ -93,7 +94,8 @@ LispPTR subr_TCP_ops(int op, LispPTR nameConn, LispPTR proto, LispPTR length, Li
|
|||||||
LispStringToCString(nameConn, namestring, 100);
|
LispStringToCString(nameConn, namestring, 100);
|
||||||
host = gethostbyname(namestring);
|
host = gethostbyname(namestring);
|
||||||
if (!host) return (NIL);
|
if (!host) return (NIL);
|
||||||
N_ARITH_SWITCH(ntohl(*(long *)host->h_addr));
|
res = ntohl(*(in_addr_t *)host->h_addr);
|
||||||
|
N_ARITH_SWITCH(res);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case TCPservicelookup:
|
case TCPservicelookup:
|
||||||
@@ -107,14 +109,20 @@ LispPTR subr_TCP_ops(int op, LispPTR nameConn, LispPTR proto, LispPTR length, Li
|
|||||||
addr_class = LispNumToCInt(nameConn);
|
addr_class = LispNumToCInt(nameConn);
|
||||||
protocol = LispNumToCInt(proto);
|
protocol = LispNumToCInt(proto);
|
||||||
result = socket(addr_class, protocol, 0);
|
result = socket(addr_class, protocol, 0);
|
||||||
|
#ifndef MAIKO_OS_HAIKU
|
||||||
fcntl(result, F_SETFL, fcntl(result, F_GETFL, 0) | O_ASYNC | O_NONBLOCK);
|
fcntl(result, F_SETFL, fcntl(result, F_GETFL, 0) | O_ASYNC | O_NONBLOCK);
|
||||||
|
#else
|
||||||
|
fcntl(result, F_SETFL, fcntl(result, F_GETFL, 0) | O_NONBLOCK);
|
||||||
|
#endif
|
||||||
|
#ifdef F_SETOWN
|
||||||
fcntl(result, F_SETOWN, getpid());
|
fcntl(result, F_SETOWN, getpid());
|
||||||
|
#endif
|
||||||
|
|
||||||
return (GetSmallp(result));
|
return (GetSmallp(result));
|
||||||
case TCPconnect: /* args: hostname or (fixp)address, socket# */
|
case TCPconnect: /* args: hostname or (fixp)address, socket# */
|
||||||
memset(&farend, 0, sizeof farend);
|
memset(&farend, 0, sizeof farend);
|
||||||
N_GETNUMBER(nameConn, res, string_host);
|
N_GETNUMBER(nameConn, res, string_host);
|
||||||
farend.sin_addr.s_addr = htons(res);
|
farend.sin_addr.s_addr = htonl(res);
|
||||||
goto host_ok;
|
goto host_ok;
|
||||||
string_host:
|
string_host:
|
||||||
LispStringToCString(nameConn, namestring, 100);
|
LispStringToCString(nameConn, namestring, 100);
|
||||||
@@ -131,7 +139,9 @@ LispPTR subr_TCP_ops(int op, LispPTR nameConn, LispPTR proto, LispPTR length, Li
|
|||||||
return (NIL);
|
return (NIL);
|
||||||
}
|
}
|
||||||
fcntl(result, F_SETFL, fcntl(result, F_GETFL, 0) | O_NONBLOCK);
|
fcntl(result, F_SETFL, fcntl(result, F_GETFL, 0) | O_NONBLOCK);
|
||||||
|
#ifdef F_SETOWN
|
||||||
fcntl(result, F_SETOWN, getpid());
|
fcntl(result, F_SETOWN, getpid());
|
||||||
|
#endif
|
||||||
|
|
||||||
return (GetSmallp(result));
|
return (GetSmallp(result));
|
||||||
|
|
||||||
@@ -197,13 +207,20 @@ LispPTR subr_TCP_ops(int op, LispPTR nameConn, LispPTR proto, LispPTR length, Li
|
|||||||
sigset_t signals;
|
sigset_t signals;
|
||||||
|
|
||||||
sigemptyset(&signals);
|
sigemptyset(&signals);
|
||||||
|
#ifndef MAIKO_OS_HAIKU
|
||||||
sigaddset(&signals, SIGIO);
|
sigaddset(&signals, SIGIO);
|
||||||
|
#endif
|
||||||
sigprocmask(SIG_BLOCK, &signals, NULL);
|
sigprocmask(SIG_BLOCK, &signals, NULL);
|
||||||
|
|
||||||
|
#ifndef MAIKO_OS_HAIKU
|
||||||
fcntl(result, F_SETFL, fcntl(result, F_GETFL, 0) | O_ASYNC | O_NONBLOCK);
|
fcntl(result, F_SETFL, fcntl(result, F_GETFL, 0) | O_ASYNC | O_NONBLOCK);
|
||||||
fcntl(result, F_SETOWN, getpid());
|
#else
|
||||||
|
fcntl(result, F_SETFL, fcntl(result, F_GETFL, 0) | O_NONBLOCK);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef F_SETOWN
|
||||||
|
fcntl(result, F_SETOWN, getpid());
|
||||||
|
#endif
|
||||||
if (listen(result, 5) == -1) {
|
if (listen(result, 5) == -1) {
|
||||||
perror("TCP Listen");
|
perror("TCP Listen");
|
||||||
close(result);
|
close(result);
|
||||||
@@ -225,8 +242,9 @@ LispPTR subr_TCP_ops(int op, LispPTR nameConn, LispPTR proto, LispPTR length, Li
|
|||||||
return (NIL);
|
return (NIL);
|
||||||
}
|
}
|
||||||
fcntl(result, F_SETFL, fcntl(result, F_GETFL, 0) | O_NONBLOCK);
|
fcntl(result, F_SETFL, fcntl(result, F_GETFL, 0) | O_NONBLOCK);
|
||||||
|
#ifdef F_SETOWN
|
||||||
fcntl(result, F_SETOWN, getpid());
|
fcntl(result, F_SETOWN, getpid());
|
||||||
|
#endif
|
||||||
return (GetSmallp(result));
|
return (GetSmallp(result));
|
||||||
|
|
||||||
case INETpeername: /* socket#, buffer for name string */
|
case INETpeername: /* socket#, buffer for name string */
|
||||||
@@ -259,9 +277,14 @@ LispPTR subr_TCP_ops(int op, LispPTR nameConn, LispPTR proto, LispPTR length, Li
|
|||||||
close(result);
|
close(result);
|
||||||
return (NIL);
|
return (NIL);
|
||||||
}
|
}
|
||||||
|
#ifndef MAIKO_OS_HAIKU
|
||||||
fcntl(result, F_SETFL, fcntl(result, F_GETFL, 0) | O_ASYNC | O_NONBLOCK);
|
fcntl(result, F_SETFL, fcntl(result, F_GETFL, 0) | O_ASYNC | O_NONBLOCK);
|
||||||
|
#else
|
||||||
|
fcntl(result, F_SETFL, fcntl(result, F_GETFL, 0) | O_NONBLOCK);
|
||||||
|
#endif
|
||||||
|
#ifdef F_SETOWN
|
||||||
fcntl(result, F_SETOWN, getpid());
|
fcntl(result, F_SETOWN, getpid());
|
||||||
|
#endif
|
||||||
FD_SET(result, &LispIOFds); /* so we get interrupts */
|
FD_SET(result, &LispIOFds); /* so we get interrupts */
|
||||||
FD_SET(result, &LispReadFds);
|
FD_SET(result, &LispReadFds);
|
||||||
DBPRINT(("LispIOFds = %p\n", (void *)&LispIOFds));
|
DBPRINT(("LispIOFds = %p\n", (void *)&LispIOFds));
|
||||||
|
|||||||
@@ -375,8 +375,6 @@ static u_char *make_X_keymap(void) {
|
|||||||
table[xcode - 7] = code;
|
table[xcode - 7] = code;
|
||||||
}
|
}
|
||||||
|
|
||||||
XFree(mapping); /* No locking required? */
|
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
printf("\n\n\tXGetKeyboardMapping table\n\n");
|
printf("\n\n\tXGetKeyboardMapping table\n\n");
|
||||||
for (i = 0; i < codecount * symspercode; i += symspercode) {
|
for (i = 0; i < codecount * symspercode; i += symspercode) {
|
||||||
@@ -394,6 +392,8 @@ static u_char *make_X_keymap(void) {
|
|||||||
}
|
}
|
||||||
#endif /* DEBUG */
|
#endif /* DEBUG */
|
||||||
|
|
||||||
|
XFree(mapping); /* No locking required? */
|
||||||
|
|
||||||
return (table);
|
return (table);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
#include "ifpage.h" // for IFPAGE, MACHINETYPE_MAIKO
|
#include "ifpage.h" // for IFPAGE, MACHINETYPE_MAIKO
|
||||||
#include "initsoutdefs.h" // for build_lisp_map, fixp_value, init_for_bitblt
|
#include "initsoutdefs.h" // for build_lisp_map, fixp_value, init_for_bitblt
|
||||||
#include "iopage.h" // for IOPAGE
|
#include "iopage.h" // for IOPAGE
|
||||||
#include "lispemul.h" // for LispPTR, DLword, NIL, BYTESPER_DLWORD
|
#include "lispemul.h" // for LispPTR, DLword, NIL, BYTESPER_DLWORD, POINTERMASK
|
||||||
#include "lispmap.h" // for ATMHT_OFFSET, ATOMS_OFFSET, DEFS_OFFSET
|
#include "lispmap.h" // for ATMHT_OFFSET, ATOMS_OFFSET, DEFS_OFFSET
|
||||||
#include "lspglob.h" // for InterfacePage, IOPage, AtomHT, Closure_Cac...
|
#include "lspglob.h" // for InterfacePage, IOPage, AtomHT, Closure_Cac...
|
||||||
#include "lsptypes.h" // for GetDTD, TYPE_FIXP, TYPE_LISTP
|
#include "lsptypes.h" // for GetDTD, TYPE_FIXP, TYPE_LISTP
|
||||||
@@ -124,7 +124,7 @@ void init_ifpage(unsigned sysout_size) {
|
|||||||
new_lastvmem = (sysout_size * PAGES_IN_MBYTE) - 1;
|
new_lastvmem = (sysout_size * PAGES_IN_MBYTE) - 1;
|
||||||
|
|
||||||
if ((!Storage_expanded) && (InterfacePage->dllastvmempage != new_lastvmem)) {
|
if ((!Storage_expanded) && (InterfacePage->dllastvmempage != new_lastvmem)) {
|
||||||
fprintf(stderr, "You can't expand VMEM\n");
|
(void)fprintf(stderr, "You can't expand VMEM\n");
|
||||||
exit(-1);
|
exit(-1);
|
||||||
} else { /* Set value which will be set to \\LASTVMEMFILEPAGE in LISP */
|
} else { /* Set value which will be set to \\LASTVMEMFILEPAGE in LISP */
|
||||||
InterfacePage->dllastvmempage = new_lastvmem;
|
InterfacePage->dllastvmempage = new_lastvmem;
|
||||||
@@ -140,9 +140,9 @@ void init_ifpage(unsigned sysout_size) {
|
|||||||
#endif /* BIGVM */
|
#endif /* BIGVM */
|
||||||
|
|
||||||
/* unfortunately, Lisp only looks at a 16 bit serial number */
|
/* unfortunately, Lisp only looks at a 16 bit serial number */
|
||||||
#ifndef DOS
|
#if !defined(DOS) && !defined(MAIKO_OS_HAIKU)
|
||||||
InterfacePage->serialnumber = 0xffff & gethostid();
|
InterfacePage->serialnumber = 0xffff & gethostid();
|
||||||
#endif /* DOS */
|
#endif /* DOS MAIKO_OS_HAIKU */
|
||||||
|
|
||||||
/* get user name and stuff into vmem; this is the VMEM buffer;
|
/* get user name and stuff into vmem; this is the VMEM buffer;
|
||||||
This is a BCPL string -- it starts with a length count. C strings
|
This is a BCPL string -- it starts with a length count. C strings
|
||||||
@@ -405,7 +405,9 @@ void init_for_keyhandle(void) {
|
|||||||
MOUSECHORDTICKS68k = MakeAtom68k("\\MOUSECHORDTICKS");
|
MOUSECHORDTICKS68k = MakeAtom68k("\\MOUSECHORDTICKS");
|
||||||
LASTUSERACTION68k = MakeAtom68k("\\LASTUSERACTION");
|
LASTUSERACTION68k = MakeAtom68k("\\LASTUSERACTION");
|
||||||
|
|
||||||
CLastUserActionCell68k = (LispPTR *)NativeAligned4FromLAddr(*LASTUSERACTION68k & 0xffffff);
|
#ifndef INIT
|
||||||
|
CLastUserActionCell68k = (LispPTR *)NativeAligned4FromLAddr(*LASTUSERACTION68k & POINTERMASK);
|
||||||
|
#endif
|
||||||
|
|
||||||
DOBUFFEREDTRANSITION_index = MAKEATOM("\\DOBUFFEREDTRANSITIONS");
|
DOBUFFEREDTRANSITION_index = MAKEATOM("\\DOBUFFEREDTRANSITIONS");
|
||||||
INTERRUPTFRAME_index = MAKEATOM("\\INTERRUPTFRAME");
|
INTERRUPTFRAME_index = MAKEATOM("\\INTERRUPTFRAME");
|
||||||
|
|||||||
24
src/lde.html
Normal file
24
src/lde.html
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<!-- Based on https://github.com/timhutton/sdl-canvas-wasm/blob/main/index.html -->
|
||||||
|
<!-- html to set up WebAssembly module for Medley running in a browser -->
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<canvas id="canvas" oncontextmenu="event.preventDefault()"></canvas>
|
||||||
|
</div>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var width = 32*Math.trunc(Math.min(Math.max(window.innerWidth, 512), 1664)/32);
|
||||||
|
var height = Math.min(Math.max(window.innerHeight, 512), 1260);
|
||||||
|
var Module = {
|
||||||
|
preRun: [ function() {ENV.MEDLEYDIR = "{DSK}<medley>";} ],
|
||||||
|
arguments: ["medley/loadups/full.sysout","-sc", width+"x"+height, "-nh-host", "127.0.0.1"],
|
||||||
|
canvas: (function() { return document.getElementById('canvas'); })()
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
<script src="ldesdl.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -93,7 +93,7 @@ int main(int argc, char *argv[]) {
|
|||||||
for (i = 1; i < argc; i++) {
|
for (i = 1; i < argc; i++) {
|
||||||
if ((strcmp(argv[i], "-d") == 0) || (strcmp(argv[i], "-display") == 0)) {
|
if ((strcmp(argv[i], "-d") == 0) || (strcmp(argv[i], "-display") == 0)) {
|
||||||
if (i == argc - 1) {
|
if (i == argc - 1) {
|
||||||
fprintf(stderr, "Missing argument to -display option.\n");
|
(void)fprintf(stderr, "Missing argument to -display option.\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
displayName = argv[++i];
|
displayName = argv[++i];
|
||||||
@@ -138,7 +138,7 @@ int main(int argc, char *argv[]) {
|
|||||||
filetorun = LDEX;
|
filetorun = LDEX;
|
||||||
goto run;
|
goto run;
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "Unable to open X11 display %s\n",
|
(void)fprintf(stderr, "Unable to open X11 display %s\n",
|
||||||
displayName ? displayName : "from DISPLAY");
|
displayName ? displayName : "from DISPLAY");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
@@ -147,7 +147,7 @@ int main(int argc, char *argv[]) {
|
|||||||
|
|
||||||
#ifdef USESUNSCREEN
|
#ifdef USESUNSCREEN
|
||||||
if ((FrameBufferFd = open("/dev/fb", O_RDWR)) < 0) {
|
if ((FrameBufferFd = open("/dev/fb", O_RDWR)) < 0) {
|
||||||
fprintf(stderr, "lde: can't open FrameBuffer\n");
|
(void)fprintf(stderr, "lde: can't open FrameBuffer\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
if (ioctl(FrameBufferFd, FBIOGTYPE, &my_screen) < 0) {
|
if (ioctl(FrameBufferFd, FBIOGTYPE, &my_screen) < 0) {
|
||||||
@@ -187,7 +187,7 @@ int main(int argc, char *argv[]) {
|
|||||||
|
|
||||||
run:
|
run:
|
||||||
if (filetorun == NULL) {
|
if (filetorun == NULL) {
|
||||||
fprintf(stderr, "Unable to determine what display program to run.\n");
|
(void)fprintf(stderr, "Unable to determine what display program to run.\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -201,6 +201,7 @@ int main(int argc, char *argv[]) {
|
|||||||
} else {
|
} else {
|
||||||
/* copy up to and including the final "/" in the path */
|
/* copy up to and including the final "/" in the path */
|
||||||
dirsepp = stpncpy(filetorunpath, argv[0], dirsepp + 1 - argv[0]);
|
dirsepp = stpncpy(filetorunpath, argv[0], dirsepp + 1 - argv[0]);
|
||||||
|
|
||||||
/* dirsepp now points to the trailing null in the copy */
|
/* dirsepp now points to the trailing null in the copy */
|
||||||
strncpy(dirsepp, filetorun, PATH_MAX - (dirsepp - filetorunpath));
|
strncpy(dirsepp, filetorun, PATH_MAX - (dirsepp - filetorunpath));
|
||||||
argv[0] = filetorunpath;
|
argv[0] = filetorunpath;
|
||||||
|
|||||||
16
src/ldsout.c
16
src/ldsout.c
@@ -121,14 +121,14 @@ unsigned sysout_loader(const char *sysout_file_name, unsigned sys_size) {
|
|||||||
*/
|
*/
|
||||||
#ifndef NOVERSION
|
#ifndef NOVERSION
|
||||||
if (ifpage.lversion < LVERSION) {
|
if (ifpage.lversion < LVERSION) {
|
||||||
fprintf(stderr, "Lisp VM is too old for this emulator.\n");
|
(void)fprintf(stderr, "Lisp VM is too old for this emulator.\n");
|
||||||
fprintf(stderr, "(version is %d, must be at least %d.)\n", ifpage.lversion, LVERSION);
|
(void)fprintf(stderr, "(version is %d, must be at least %d.)\n", ifpage.lversion, LVERSION);
|
||||||
exit(-1);
|
exit(-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ifpage.minbversion > MINBVERSION) {
|
if (ifpage.minbversion > MINBVERSION) {
|
||||||
fprintf(stderr, "Emulator is too old for this Lisp VM.\n");
|
(void)fprintf(stderr, "Emulator is too old for this Lisp VM.\n");
|
||||||
fprintf(stderr, "(version is %d, must be at least %d.)\n", MINBVERSION, ifpage.minbversion);
|
(void)fprintf(stderr, "(version is %d, must be at least %d.)\n", MINBVERSION, ifpage.minbversion);
|
||||||
exit(-1);
|
exit(-1);
|
||||||
}
|
}
|
||||||
#endif /* NOVERSION */
|
#endif /* NOVERSION */
|
||||||
@@ -157,9 +157,9 @@ unsigned sysout_loader(const char *sysout_file_name, unsigned sys_size) {
|
|||||||
/* Hence we have to observe the display protocol. */
|
/* Hence we have to observe the display protocol. */
|
||||||
VESA_errorexit(tmp);
|
VESA_errorexit(tmp);
|
||||||
#else
|
#else
|
||||||
fprintf(stderr, "sysout_loader: You can't specify the process size.\n");
|
(void)fprintf(stderr, "sysout_loader: You can't specify the process size.\n");
|
||||||
fprintf(stderr, "Because, secondary space is already used.\n");
|
(void)fprintf(stderr, "Because, secondary space is already used.\n");
|
||||||
fprintf(stderr, "(size is %d, you specified %d.)\n", ifpage.process_size, sys_size);
|
(void)fprintf(stderr, "(size is %d, you specified %d.)\n", ifpage.process_size, sys_size);
|
||||||
exit(-1);
|
exit(-1);
|
||||||
#endif /* DOS */
|
#endif /* DOS */
|
||||||
}
|
}
|
||||||
@@ -176,7 +176,7 @@ unsigned sysout_loader(const char *sysout_file_name, unsigned sys_size) {
|
|||||||
|
|
||||||
lispworld_scratch = mmap(0, sys_size * MBYTE, PROT_READ|PROT_WRITE, MAP_ANON | MAP_PRIVATE, -1, 0);
|
lispworld_scratch = mmap(0, sys_size * MBYTE, PROT_READ|PROT_WRITE, MAP_ANON | MAP_PRIVATE, -1, 0);
|
||||||
if (lispworld_scratch == MAP_FAILED) {
|
if (lispworld_scratch == MAP_FAILED) {
|
||||||
fprintf(stderr, "sysout_loader: can't allocate Lisp %dMBytes VM \n", sys_size);
|
(void)fprintf(stderr, "sysout_loader: can't allocate Lisp %dMBytes VM \n", sys_size);
|
||||||
exit(-1);
|
exit(-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
#include "gcarraydefs.h" // for get_package_atom
|
#include "gcarraydefs.h" // for get_package_atom
|
||||||
#include "gcdata.h" // for FRPLPTR
|
#include "gcdata.h" // for FRPLPTR
|
||||||
#include "lispemul.h" // for LispPTR, state, CurrentStackPTR, NIL_PTR, NIL
|
#include "lispemul.h" // for LispPTR, state, CurrentStackPTR, NIL_PTR, NIL
|
||||||
#include "lispmap.h" // for S_POSITIVE, STK_OFFSET
|
#include "lispmap.h" // for S_POSITIVE
|
||||||
#include "loopsopsdefs.h" // for lcfuncall, LCFetchMethod, LCFetchMethodOrHelp
|
#include "loopsopsdefs.h" // for lcfuncall, LCFetchMethod, LCFetchMethodOrHelp
|
||||||
#include "lspglob.h"
|
#include "lspglob.h"
|
||||||
#include "lsptypes.h" // for GetDTD, GetTypeNumber, dtd, Listp, GETWORD
|
#include "lsptypes.h" // for GetDTD, GetTypeNumber, dtd, Listp, GETWORD
|
||||||
@@ -358,7 +358,7 @@ LispPTR lcfuncall(unsigned int atom_index, int argnum, int bytenum)
|
|||||||
CURRENTFX->nextblock = (LAddrFromNative(CurrentStackPTR) & 0x0ffff) - (argnum << 1) + 4 /* +3 */;
|
CURRENTFX->nextblock = (LAddrFromNative(CurrentStackPTR) & 0x0ffff) - (argnum << 1) + 4 /* +3 */;
|
||||||
|
|
||||||
/* Setup IVar */
|
/* Setup IVar */
|
||||||
IVar = NativeAligned2FromLAddr((((LispPTR)(CURRENTFX->nextblock)) | STK_OFFSET));
|
IVar = NativeAligned2FromStackOffset(CURRENTFX->nextblock);
|
||||||
|
|
||||||
/* Set PC to the Next Instruction and save into FX */
|
/* Set PC to the Next Instruction and save into FX */
|
||||||
CURRENTFX->pc = ((UNSIGNED)PC - (UNSIGNED)FuncObj) + bytenum;
|
CURRENTFX->pc = ((UNSIGNED)PC - (UNSIGNED)FuncObj) + bytenum;
|
||||||
|
|||||||
58
src/main.c
58
src/main.c
@@ -364,7 +364,7 @@ int main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (argv[i] && ((strcmp(argv[i], "-help") == 0) || (strcmp(argv[i], "-HELP") == 0))) {
|
if (argv[i] && ((strcmp(argv[i], "-help") == 0) || (strcmp(argv[i], "-HELP") == 0))) {
|
||||||
fprintf(stderr, "%s%s", helpstring, nethubHelpstring);
|
(void)fprintf(stderr, "%s%s", helpstring, nethubHelpstring);
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -387,7 +387,7 @@ int main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
if (access(sysout_name, R_OK)) {
|
if (access(sysout_name, R_OK)) {
|
||||||
perror("Couldn't find a sysout to run");
|
perror("Couldn't find a sysout to run");
|
||||||
fprintf(stderr, "%s%s", helpstring, nethubHelpstring);
|
(void)fprintf(stderr, "%s%s", helpstring, nethubHelpstring);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
/* OK, sysout name is now in sysout_name, and i is moved past a supplied name */
|
/* OK, sysout name is now in sysout_name, and i is moved past a supplied name */
|
||||||
@@ -403,11 +403,11 @@ int main(int argc, char *argv[])
|
|||||||
if (errno == 0 && tmpint > 0) {
|
if (errno == 0 && tmpint > 0) {
|
||||||
TIMER_INTERVAL = tmpint;
|
TIMER_INTERVAL = tmpint;
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "Bad value for -t (integer > 0)\n");
|
(void)fprintf(stderr, "Bad value for -t (integer > 0)\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "Missing argument after -t\n");
|
(void)fprintf(stderr, "Missing argument after -t\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -419,11 +419,11 @@ int main(int argc, char *argv[])
|
|||||||
if (errno == 0 && tmpint > 0) {
|
if (errno == 0 && tmpint > 0) {
|
||||||
sysout_size = (unsigned)tmpint;
|
sysout_size = (unsigned)tmpint;
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "Bad value for -m (integer > 0)\n");
|
(void)fprintf(stderr, "Bad value for -m (integer > 0)\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "Missing argument after -m\n");
|
(void)fprintf(stderr, "Missing argument after -m\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -462,22 +462,22 @@ int main(int argc, char *argv[])
|
|||||||
if (argc > ++i) {
|
if (argc > ++i) {
|
||||||
int read = sscanf(argv[i], "%dx%d", &width, &height);
|
int read = sscanf(argv[i], "%dx%d", &width, &height);
|
||||||
if(read != 2) {
|
if(read != 2) {
|
||||||
fprintf(stderr, "Could not parse -sc argument %s\n", argv[i]);
|
(void)fprintf(stderr, "Could not parse -sc argument %s\n", argv[i]);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "Missing argument after -sc\n");
|
(void)fprintf(stderr, "Missing argument after -sc\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
} else if ((strcmp(argv[i], "-pixelscale") == 0) || (strcmp(argv[i], "-PIXELSCALE") == 0)) {
|
} else if ((strcmp(argv[i], "-pixelscale") == 0) || (strcmp(argv[i], "-PIXELSCALE") == 0)) {
|
||||||
if (argc > ++i) {
|
if (argc > ++i) {
|
||||||
int read = sscanf(argv[i], "%d", &pixelscale);
|
int read = sscanf(argv[i], "%d", &pixelscale);
|
||||||
if(read != 1) {
|
if(read != 1) {
|
||||||
fprintf(stderr, "Could not parse -pixelscale argument %s\n", argv[i]);
|
(void)fprintf(stderr, "Could not parse -pixelscale argument %s\n", argv[i]);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "Missing argument after -pixelscale\n");
|
(void)fprintf(stderr, "Missing argument after -pixelscale\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
} else if ((strcmp(argv[i], "-t") == 0) || (strcmp(argv[i], "-T") == 0)
|
} else if ((strcmp(argv[i], "-t") == 0) || (strcmp(argv[i], "-T") == 0)
|
||||||
@@ -485,7 +485,7 @@ int main(int argc, char *argv[])
|
|||||||
if (argc > ++i) {
|
if (argc > ++i) {
|
||||||
windowtitle = argv[i];
|
windowtitle = argv[i];
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "Missing argument after -title\n");
|
(void)fprintf(stderr, "Missing argument after -title\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -511,7 +511,7 @@ int main(int argc, char *argv[])
|
|||||||
ether_host[4] = b4;
|
ether_host[4] = b4;
|
||||||
ether_host[5] = b5;
|
ether_host[5] = b5;
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "Missing or bogus -E argument\n");
|
(void)fprintf(stderr, "Missing or bogus -E argument\n");
|
||||||
ether_fd = -1;
|
ether_fd = -1;
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
@@ -524,7 +524,7 @@ int main(int argc, char *argv[])
|
|||||||
if (argc > ++i) {
|
if (argc > ++i) {
|
||||||
setNethubHost(argv[i]);
|
setNethubHost(argv[i]);
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "Missing argument after -nh-host\n");
|
(void)fprintf(stderr, "Missing argument after -nh-host\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -535,11 +535,11 @@ int main(int argc, char *argv[])
|
|||||||
if (errno == 0 && tmpint > 0) {
|
if (errno == 0 && tmpint > 0) {
|
||||||
setNethubPort(tmpint);
|
setNethubPort(tmpint);
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "Bad value for -nh-port\n");
|
(void)fprintf(stderr, "Bad value for -nh-port\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "Missing argument after -nh-port\n");
|
(void)fprintf(stderr, "Missing argument after -nh-port\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -549,11 +549,11 @@ int main(int argc, char *argv[])
|
|||||||
if (sscanf(argv[i], "%x-%x-%x-%x-%x-%x", &b0, &b1, &b2, &b3, &b4, &b5) == 6) {
|
if (sscanf(argv[i], "%x-%x-%x-%x-%x-%x", &b0, &b1, &b2, &b3, &b4, &b5) == 6) {
|
||||||
setNethubMac(b0, b1, b2, b3, b4, b5);
|
setNethubMac(b0, b1, b2, b3, b4, b5);
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "Invalid argument for -nh-mac\n");
|
(void)fprintf(stderr, "Invalid argument for -nh-mac\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "Missing argument after -nh-mac\n");
|
(void)fprintf(stderr, "Missing argument after -nh-mac\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -564,11 +564,11 @@ int main(int argc, char *argv[])
|
|||||||
if (errno == 0 && tmpint >= 0) {
|
if (errno == 0 && tmpint >= 0) {
|
||||||
setNethubLogLevel(tmpint);
|
setNethubLogLevel(tmpint);
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "Bad value for -nh-loglevel\n");
|
(void)fprintf(stderr, "Bad value for -nh-loglevel\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "Missing argument after -nh-loglevel\n");
|
(void)fprintf(stderr, "Missing argument after -nh-loglevel\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -582,11 +582,11 @@ int main(int argc, char *argv[])
|
|||||||
if (errno == 0 && tmpint > 1000) {
|
if (errno == 0 && tmpint > 1000) {
|
||||||
insnsCountdownForTimerAsyncEmulation = tmpint;
|
insnsCountdownForTimerAsyncEmulation = tmpint;
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "Bad value for -intr-emu-insns (integer > 1000)\n");
|
(void)fprintf(stderr, "Bad value for -intr-emu-insns (integer > 1000)\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "Missing argument after -intr-emu-insns\n");
|
(void)fprintf(stderr, "Missing argument after -intr-emu-insns\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -600,11 +600,11 @@ int main(int argc, char *argv[])
|
|||||||
if (errno == 0 && tmpint > 0) {
|
if (errno == 0 && tmpint > 0) {
|
||||||
maxpages = (unsigned)tmpint;
|
maxpages = (unsigned)tmpint;
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "Bad value for -xpages (integer > 0)\n");
|
(void)fprintf(stderr, "Bad value for -xpages (integer > 0)\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "Missing argument after -xpages\n");
|
(void)fprintf(stderr, "Missing argument after -xpages\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -615,9 +615,9 @@ int main(int argc, char *argv[])
|
|||||||
probemouse(); /* See if the mouse is connected. */
|
probemouse(); /* See if the mouse is connected. */
|
||||||
#else
|
#else
|
||||||
if (getuid() != geteuid()) {
|
if (getuid() != geteuid()) {
|
||||||
fprintf(stderr, "Effective user is not real user. Resetting uid\n");
|
(void)fprintf(stderr, "Effective user is not real user. Resetting uid\n");
|
||||||
if (setuid(getuid()) == -1) {
|
if (setuid(getuid()) == -1) {
|
||||||
fprintf(stderr, "Unable to reset user id to real user id\n");
|
(void)fprintf(stderr, "Unable to reset user id to real user id\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -641,7 +641,7 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
if (FindUnixPipes()) /* must call the routine to allocate storage, */
|
if (FindUnixPipes()) /* must call the routine to allocate storage, */
|
||||||
{ /* in case we're re-starting a savevm w/open ptys */
|
{ /* in case we're re-starting a savevm w/open ptys */
|
||||||
if (please_fork) fprintf(stderr, "Failed to find UNIXCOMM file handles; no processes\n");
|
if (please_fork) (void)fprintf(stderr, "Failed to find UNIXCOMM file handles; no processes\n");
|
||||||
}
|
}
|
||||||
#endif /* DOS */
|
#endif /* DOS */
|
||||||
|
|
||||||
@@ -665,7 +665,7 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
/* file system directory enumeration stuff */
|
/* file system directory enumeration stuff */
|
||||||
if (!init_finfo()) {
|
if (!init_finfo()) {
|
||||||
fprintf(stderr, "Cannot allocate internal data.\n");
|
(void)fprintf(stderr, "Cannot allocate internal data.\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
#ifdef RS232
|
#ifdef RS232
|
||||||
@@ -727,9 +727,9 @@ void start_lisp(void) {
|
|||||||
TopOfStack = 0;
|
TopOfStack = 0;
|
||||||
Error_Exit = 0;
|
Error_Exit = 0;
|
||||||
|
|
||||||
PVar = (DLword *)NativeAligned2FromLAddr(STK_OFFSET | InterfacePage->currentfxp) + FRAMESIZE;
|
PVar = NativeAligned2FromStackOffset(InterfacePage->currentfxp) + FRAMESIZE;
|
||||||
|
|
||||||
freeptr = next68k = NativeAligned2FromLAddr(STK_OFFSET | CURRENTFX->nextblock);
|
freeptr = next68k = NativeAligned2FromStackOffset(CURRENTFX->nextblock);
|
||||||
|
|
||||||
if (GETWORD(next68k) != STK_FSB_WORD) error("Starting Lisp: Next stack block isn't free!");
|
if (GETWORD(next68k) != STK_FSB_WORD) error("Starting Lisp: Next stack block isn't free!");
|
||||||
|
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ retry:
|
|||||||
if (917505 == *(LispPTR *)ptr) error("N_OP_createcell E0001 error");
|
if (917505 == *(LispPTR *)ptr) error("N_OP_createcell E0001 error");
|
||||||
/* replace dtd_free with newcell's top DLword (it may keep next chain)*/
|
/* replace dtd_free with newcell's top DLword (it may keep next chain)*/
|
||||||
dtd68k->dtd_free = (*((LispPTR *)ptr)) & POINTERMASK;
|
dtd68k->dtd_free = (*((LispPTR *)ptr)) & POINTERMASK;
|
||||||
if (dtd68k->dtd_free & 0x8000001) error("bad entry on free chain(1).");
|
if (dtd68k->dtd_free & 0x8000001) error("bad entry on free chain.");
|
||||||
|
|
||||||
dtd68k->dtd_oldcnt++;
|
dtd68k->dtd_oldcnt++;
|
||||||
|
|
||||||
@@ -84,7 +84,7 @@ retry:
|
|||||||
return (tos);
|
return (tos);
|
||||||
} else {
|
} else {
|
||||||
dtd68k->dtd_free = initmdspage(alloc_mdspage(dtd68k->dtd_typeentry), dtd68k->dtd_size, NIL);
|
dtd68k->dtd_free = initmdspage(alloc_mdspage(dtd68k->dtd_typeentry), dtd68k->dtd_size, NIL);
|
||||||
if (dtd68k->dtd_free & 0x8000000) error("bad entry on free chain(2).");
|
if (dtd68k->dtd_free & 0x8000000) error("bad entry on free chain.");
|
||||||
goto retry;
|
goto retry;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -119,7 +119,7 @@ retry:
|
|||||||
|
|
||||||
/* replace dtd_free with newcell's top DLword (it may keep next chain)*/
|
/* replace dtd_free with newcell's top DLword (it may keep next chain)*/
|
||||||
dtd68k->dtd_free = (*((LispPTR *)ptr)) & POINTERMASK;
|
dtd68k->dtd_free = (*((LispPTR *)ptr)) & POINTERMASK;
|
||||||
if (dtd68k->dtd_free & 0x8000000) error("bad entry on free chain(3).");
|
if (dtd68k->dtd_free & 0x8000000) error("bad entry on free chain.");
|
||||||
|
|
||||||
#ifdef DTDDEBUG
|
#ifdef DTDDEBUG
|
||||||
if ((dtd68k->dtd_free != 0) && (type != GetTypeNumber(dtd68k->dtd_free)))
|
if ((dtd68k->dtd_free != 0) && (type != GetTypeNumber(dtd68k->dtd_free)))
|
||||||
@@ -144,7 +144,7 @@ retry:
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
dtd68k->dtd_free = initmdspage(alloc_mdspage(dtd68k->dtd_typeentry), dtd68k->dtd_size, NIL);
|
dtd68k->dtd_free = initmdspage(alloc_mdspage(dtd68k->dtd_typeentry), dtd68k->dtd_size, NIL);
|
||||||
if (dtd68k->dtd_free & 0x8000000) error("bad entry on free chain(4).");
|
if (dtd68k->dtd_free & 0x8000000) error("bad entry on free chain.");
|
||||||
|
|
||||||
#ifdef DTDDEBUG
|
#ifdef DTDDEBUG
|
||||||
check_dtd_chain(type);
|
check_dtd_chain(type);
|
||||||
|
|||||||
@@ -25,8 +25,8 @@
|
|||||||
/************************************************************************/
|
/************************************************************************/
|
||||||
|
|
||||||
void perrorn(char *s, int n) {
|
void perrorn(char *s, int n) {
|
||||||
if (s != NULL && *s != '\0') { fprintf(stderr, "%s: ", s); }
|
if (s != NULL && *s != '\0') { (void)fprintf(stderr, "%s: ", s); }
|
||||||
fprintf(stderr, "%s\n", strerror(n));
|
(void)fprintf(stderr, "%s\n", strerror(n));
|
||||||
}
|
}
|
||||||
|
|
||||||
/************************************************************************/
|
/************************************************************************/
|
||||||
@@ -42,7 +42,7 @@ void err_mess(char *from, int no) {
|
|||||||
int save_errno = errno; /* Save errno around OSMESSAGE_PRINT */
|
int save_errno = errno; /* Save errno around OSMESSAGE_PRINT */
|
||||||
|
|
||||||
OSMESSAGE_PRINT({
|
OSMESSAGE_PRINT({
|
||||||
fprintf(stderr, "System call error: %s errno=%d ", from, no);
|
(void)fprintf(stderr, "System call error: %s errno=%d ", from, no);
|
||||||
perror("");
|
perror("");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -37,9 +37,11 @@
|
|||||||
|
|
||||||
#include "gcarraydefs.h"
|
#include "gcarraydefs.h"
|
||||||
#include "testtooldefs.h"
|
#include "testtooldefs.h"
|
||||||
|
#include "lineblt8defs.h"
|
||||||
#include "lsthandldefs.h"
|
#include "lsthandldefs.h"
|
||||||
#include "car-cdrdefs.h"
|
#include "car-cdrdefs.h"
|
||||||
#include "keyeventdefs.h"
|
#include "keyeventdefs.h"
|
||||||
|
#include "rawcolordefs.h"
|
||||||
|
|
||||||
#define IMIN(x, y) (((x) > (y)) ? (y) : (x))
|
#define IMIN(x, y) (((x) > (y)) ? (y) : (x))
|
||||||
#define IMAX(x, y) (((x) > (y)) ? (x) : (y))
|
#define IMAX(x, y) (((x) > (y)) ? (x) : (y))
|
||||||
@@ -72,6 +74,15 @@ LispPTR SLOWBLTCHAR_index;
|
|||||||
return; \
|
return; \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static void ColorizeFont8(BITMAP *sBM, DLword sXOffset, DLword sYOffset,
|
||||||
|
BITMAP *dBM, DLword dXOffset, DLword dYOffset,
|
||||||
|
DLword width, DLword height, u_char col0, u_char col1,
|
||||||
|
LispPTR sourcetype, LispPTR operation);
|
||||||
|
static void ColorizeFont8_BIGBM(BITMAP *sBM, DLword sXOffset, DLword sYOffset,
|
||||||
|
BIGBM *dBM, DLword dXOffset, DLword dYOffset,
|
||||||
|
DLword width, DLword height, u_char col0, u_char col1,
|
||||||
|
LispPTR sourcetype, LispPTR operation);
|
||||||
|
|
||||||
/***********************************************************/
|
/***********************************************************/
|
||||||
/*
|
/*
|
||||||
C_slowbltchar
|
C_slowbltchar
|
||||||
@@ -302,7 +313,7 @@ void C_slowbltchar(LispPTR *args)
|
|||||||
|
|
||||||
u_int ColorizedFont8CACHE[MAXFONTHEIGHT / BITSPERNIBBLE * MAXFONTWIDTH / BITSPERNIBBLE];
|
u_int ColorizedFont8CACHE[MAXFONTHEIGHT / BITSPERNIBBLE * MAXFONTWIDTH / BITSPERNIBBLE];
|
||||||
|
|
||||||
void ColorizeFont8(BITMAP *sBM, DLword sXOffset, DLword sYOffset, BITMAP *dBM, DLword dXOffset, DLword dYOffset, DLword width, DLword height, u_char col0, u_char col1,
|
static void ColorizeFont8(BITMAP *sBM, DLword sXOffset, DLword sYOffset, BITMAP *dBM, DLword dXOffset, DLword dYOffset, DLword width, DLword height, u_char col0, u_char col1,
|
||||||
LispPTR sourcetype, LispPTR operation)
|
LispPTR sourcetype, LispPTR operation)
|
||||||
{
|
{
|
||||||
DLword *nbase;
|
DLword *nbase;
|
||||||
@@ -312,10 +323,10 @@ void ColorizeFont8(BITMAP *sBM, DLword sXOffset, DLword sYOffset, BITMAP *dBM, D
|
|||||||
sYOffset = sBM->bmheight - (sYOffset + height);
|
sYOffset = sBM->bmheight - (sYOffset + height);
|
||||||
dYOffset = dBM->bmheight - (dYOffset + height);
|
dYOffset = dBM->bmheight - (dYOffset + height);
|
||||||
|
|
||||||
nbase = (DLword *)NativeAligned2FromLAddr(sBM->bmbase) + (sBM->bmrasterwidth * sYOffset);
|
nbase = NativeAligned2FromLAddr(sBM->bmbase) + (sBM->bmrasterwidth * sYOffset);
|
||||||
(DLword *)dbase = (DLword *)NativeAligned2FromLAddr(dBM->bmbase) + (dBM->bmrasterwidth * dYOffset);
|
dbase = (u_char *)NativeAligned2FromLAddr(dBM->bmbase) + (dBM->bmrasterwidth * dYOffset);
|
||||||
for (i = 0, dbase += dXOffset; /* 8bpp */
|
for (i = 0, dbase += dXOffset; /* 8bpp */
|
||||||
i < height; i++, nbase += sBM->bmrasterwidth, ((DLword *)dbase) += dBM->bmrasterwidth) {
|
i < height; i++, nbase += sBM->bmrasterwidth, dbase += dBM->bmrasterwidth * BYTESPER_DLWORD) {
|
||||||
lineBlt8(nbase, (int)sXOffset, dbase, (int)width, col0, col1, sourcetype, operation);
|
lineBlt8(nbase, (int)sXOffset, dbase, (int)width, col0, col1, sourcetype, operation);
|
||||||
} /* for end */
|
} /* for end */
|
||||||
|
|
||||||
@@ -332,7 +343,7 @@ void ColorizeFont8(BITMAP *sBM, DLword sXOffset, DLword sYOffset, BITMAP *dBM, D
|
|||||||
/* */
|
/* */
|
||||||
/************************************************************************/
|
/************************************************************************/
|
||||||
|
|
||||||
void ColorizeFont8_BIGBM(BITMAP *sBM, DLword sXOffset, DLword sYOffset, BIGBM *dBM, DLword dXOffset, DLword dYOffset, DLword width, DLword height, u_char col0, u_char col1,
|
static void ColorizeFont8_BIGBM(BITMAP *sBM, DLword sXOffset, DLword sYOffset, BIGBM *dBM, DLword dXOffset, DLword dYOffset, DLword width, DLword height, u_char col0, u_char col1,
|
||||||
LispPTR sourcetype, LispPTR operation)
|
LispPTR sourcetype, LispPTR operation)
|
||||||
{
|
{
|
||||||
DLword *nbase;
|
DLword *nbase;
|
||||||
@@ -375,14 +386,13 @@ loop:
|
|||||||
dest_h = dest_fragbottom - (dest_fragtop + dest_yoffset);
|
dest_h = dest_fragbottom - (dest_fragtop + dest_yoffset);
|
||||||
} /* end if */
|
} /* end if */
|
||||||
|
|
||||||
dbase =
|
dbase = (u_char *)NativeAligned2FromLAddr(dest_frag->bmbase) + (dest_frag->bmrasterwidth * dest_yoffset);
|
||||||
(DLword *)NativeAligned2FromLAddr(dest_frag->bmbase) + (dest_frag->bmrasterwidth * dest_yoffset);
|
nbase = NativeAligned2FromLAddr(sBM->bmbase) + (sBM->bmrasterwidth * sYOffset);
|
||||||
nbase = (DLword *)NativeAligned2FromLAddr(sBM->bmbase) + (sBM->bmrasterwidth * sYOffset);
|
|
||||||
|
|
||||||
sYOffset += (DLword)dest_h; /* next src yoffset */
|
sYOffset += (DLword)dest_h; /* next src yoffset */
|
||||||
|
|
||||||
for (i = 0, dbase += dXOffset; i < dest_h;
|
for (i = 0, dbase += dXOffset; i < dest_h;
|
||||||
i++, nbase += sBM->bmrasterwidth, ((DLword *)dbase) += dest_frag->bmrasterwidth) {
|
i++, nbase += sBM->bmrasterwidth, dbase += dest_frag->bmrasterwidth * BYTESPER_DLWORD) {
|
||||||
lineBlt8(nbase, (int)sXOffset, dbase, (int)width, col0, col1, sourcetype, operation);
|
lineBlt8(nbase, (int)sXOffset, dbase, (int)width, col0, col1, sourcetype, operation);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -415,8 +425,8 @@ void newColorizeFont8(PILOTBBT *pbt, u_char backcolor, u_char forecolor, LispPTR
|
|||||||
u_char *dbase;
|
u_char *dbase;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
nbase = (DLword *)NativeAligned2FromLAddr((pbt->pbtsourcehi << 16) | (pbt->pbtsourcelo));
|
nbase = NativeAligned2FromLAddr((pbt->pbtsourcehi << 16) | (pbt->pbtsourcelo));
|
||||||
(DLword *)dbase = (DLword *)NativeAligned2FromLAddr((pbt->pbtdesthi << 16) | (pbt->pbtdestlo));
|
dbase = (u_char *)NativeAligned2FromLAddr((pbt->pbtdesthi << 16) | (pbt->pbtdestlo));
|
||||||
dbase += pbt->pbtdestbit;
|
dbase += pbt->pbtdestbit;
|
||||||
for (i = 0; i < pbt->pbtheight;
|
for (i = 0; i < pbt->pbtheight;
|
||||||
i++, nbase += pbt->pbtsourcebpl / 16, dbase += pbt->pbtdestbpl / 8) {
|
i++, nbase += pbt->pbtsourcebpl / 16, dbase += pbt->pbtdestbpl / 8) {
|
||||||
@@ -494,7 +504,7 @@ void Uncolorize_Bitmap(LispPTR args[])
|
|||||||
|
|
||||||
if ((x & 0xF) != 0) *(d_base++) = word;
|
if ((x & 0xF) != 0) *(d_base++) = word;
|
||||||
|
|
||||||
if (y != (s_height - 1)) { (DLword *)s_base += s_rasterwidth; } /* end if( y ) */
|
if (y != (s_height - 1)) { s_base += s_rasterwidth * BYTESPER_DLWORD; } /* end if( y ) */
|
||||||
|
|
||||||
} /* end for( y ) */
|
} /* end for( y ) */
|
||||||
|
|
||||||
@@ -532,11 +542,11 @@ LispPTR Colorize_Bitmap(LispPTR args[])
|
|||||||
|
|
||||||
s_base = (DLword *)NativeAligned2FromLAddr(s_bitmap->bmbase) +
|
s_base = (DLword *)NativeAligned2FromLAddr(s_bitmap->bmbase) +
|
||||||
s_bitmap->bmrasterwidth * (s_bitmap->bmheight - (s_bottom + height));
|
s_bitmap->bmrasterwidth * (s_bitmap->bmheight - (s_bottom + height));
|
||||||
(DLword *)d_base = (DLword *)NativeAligned2FromLAddr(d_bitmap->bmbase) +
|
d_base = (u_char *)NativeAligned2FromLAddr(d_bitmap->bmbase) +
|
||||||
d_bitmap->bmrasterwidth * (d_bitmap->bmheight - (d_bottom + height));
|
d_bitmap->bmrasterwidth * (d_bitmap->bmheight - (d_bottom + height));
|
||||||
|
|
||||||
for (i = 0, d_base += d_left; i < height;
|
for (i = 0, d_base += d_left; i < height;
|
||||||
i++, s_base += s_bitmap->bmrasterwidth, (DLword *)d_base += d_bitmap->bmrasterwidth) {
|
i++, s_base += s_bitmap->bmrasterwidth, d_base += d_bitmap->bmrasterwidth * BYTESPER_DLWORD) {
|
||||||
lineBlt8(s_base, s_left, d_base, width, (u_char)color0, (u_char)color1, INPUT_atom,
|
lineBlt8(s_base, s_left, d_base, width, (u_char)color0, (u_char)color1, INPUT_atom,
|
||||||
REPLACE_atom);
|
REPLACE_atom);
|
||||||
|
|
||||||
|
|||||||
@@ -129,7 +129,7 @@ void contextsw(DLword fxnum, DLword bytenum, DLword flags)
|
|||||||
|
|
||||||
Midpunt(fxnum); /* exchanging FX */
|
Midpunt(fxnum); /* exchanging FX */
|
||||||
|
|
||||||
next68k = (DLword *)NativeAligned2FromLAddr(STK_OFFSET | CURRENTFX->nextblock);
|
next68k = NativeAligned2FromStackOffset(CURRENTFX->nextblock);
|
||||||
|
|
||||||
if (GETWORD(next68k) != STK_FSB_WORD) error("contextsw(): MP9316");
|
if (GETWORD(next68k) != STK_FSB_WORD) error("contextsw(): MP9316");
|
||||||
freeptr = next68k;
|
freeptr = next68k;
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
#include "gcarraydefs.h" // for aref1
|
#include "gcarraydefs.h" // for aref1
|
||||||
#include "kprintdefs.h" // for print, prindatum
|
#include "kprintdefs.h" // for print, prindatum
|
||||||
#include "lispemul.h" // for DLword, LispPTR, DLbyte, state, T, ConsCell
|
#include "lispemul.h" // for DLword, LispPTR, DLbyte, state, T, ConsCell
|
||||||
#include "lispmap.h" // for STK_OFFSET, ATOMS_HI
|
#include "lispmap.h" // for ATOMS_HI
|
||||||
#include "lspglob.h" // for Package_from_Index_word, Stackspace
|
#include "lspglob.h" // for Package_from_Index_word, Stackspace
|
||||||
#include "lsptypes.h" // for GETWORD, dtd, GETBYTE, NEWSTRINGP, GetType...
|
#include "lsptypes.h" // for GETWORD, dtd, GETBYTE, NEWSTRINGP, GetType...
|
||||||
#include "mkatomdefs.h" // for compare_chars, make_atom
|
#include "mkatomdefs.h" // for compare_chars, make_atom
|
||||||
@@ -852,7 +852,7 @@ void dump_bf(Bframe *bf) {
|
|||||||
|
|
||||||
if (BFRAMEPTR(bf)->residual) { goto printflags; }
|
if (BFRAMEPTR(bf)->residual) { goto printflags; }
|
||||||
|
|
||||||
ptr = NativeAligned2FromLAddr(STK_OFFSET + bf->ivar);
|
ptr = NativeAligned2FromStackOffset(bf->ivar);
|
||||||
if ((((DLword *)bf - ptr) > 512) || (((UNSIGNED)ptr & 1) != 0)) {
|
if ((((DLword *)bf - ptr) > 512) || (((UNSIGNED)ptr & 1) != 0)) {
|
||||||
printf("\nInvalid basic frame");
|
printf("\nInvalid basic frame");
|
||||||
return;
|
return;
|
||||||
@@ -910,7 +910,7 @@ void dump_fx(struct frameex1 *fx_addr68k) {
|
|||||||
|
|
||||||
/* should pay attention to the name table like RAID does */
|
/* should pay attention to the name table like RAID does */
|
||||||
|
|
||||||
next68k = (DLword *)NativeAligned2FromLAddr((fx_addr68k->nextblock + STK_OFFSET));
|
next68k = NativeAligned2FromStackOffset(fx_addr68k->nextblock);
|
||||||
if (fx_addr68k == CURRENTFX) { next68k = CurrentStackPTR + 2; }
|
if (fx_addr68k == CURRENTFX) { next68k = CurrentStackPTR + 2; }
|
||||||
|
|
||||||
if ((next68k < ptr) || (((UNSIGNED)next68k & 1) != 0)) {
|
if ((next68k < ptr) || (((UNSIGNED)next68k & 1) != 0)) {
|
||||||
@@ -937,7 +937,7 @@ void dump_stackframe(struct frameex1 *fx_addr68k) {
|
|||||||
if ((fx_addr68k->alink & 1) == 0) { /* FAST */
|
if ((fx_addr68k->alink & 1) == 0) { /* FAST */
|
||||||
bf = (Bframe *)(((DLword *)fx_addr68k) - 2);
|
bf = (Bframe *)(((DLword *)fx_addr68k) - 2);
|
||||||
} else { /* SLOW */
|
} else { /* SLOW */
|
||||||
bf = (Bframe *)NativeAligned4FromLAddr((fx_addr68k->blink + STK_OFFSET));
|
bf = (Bframe *)NativeAligned4FromStackOffset(fx_addr68k->blink);
|
||||||
}
|
}
|
||||||
dump_bf(bf);
|
dump_bf(bf);
|
||||||
dump_fx((struct frameex1 *)fx_addr68k);
|
dump_fx((struct frameex1 *)fx_addr68k);
|
||||||
@@ -1104,12 +1104,12 @@ void all_stack_dump(DLword start, DLword end, DLword silent)
|
|||||||
if (start == 0)
|
if (start == 0)
|
||||||
start68k = Stackspace + InterfacePage->stackbase;
|
start68k = Stackspace + InterfacePage->stackbase;
|
||||||
else
|
else
|
||||||
start68k = NativeAligned2FromLAddr(STK_OFFSET | start);
|
start68k = NativeAligned2FromStackOffset(start);
|
||||||
|
|
||||||
if (end == 0)
|
if (end == 0)
|
||||||
end68k = Stackspace + InterfacePage->endofstack;
|
end68k = Stackspace + InterfacePage->endofstack;
|
||||||
else
|
else
|
||||||
end68k = NativeAligned2FromLAddr(STK_OFFSET | end);
|
end68k = NativeAligned2FromStackOffset(end);
|
||||||
|
|
||||||
stkptr = (STKH *)start68k;
|
stkptr = (STKH *)start68k;
|
||||||
|
|
||||||
@@ -1156,7 +1156,7 @@ void all_stack_dump(DLword start, DLword end, DLword silent)
|
|||||||
printf(" <-***current***");
|
printf(" <-***current***");
|
||||||
size = EndSTKP - (DLword *)stkptr;
|
size = EndSTKP - (DLword *)stkptr;
|
||||||
} else {
|
} else {
|
||||||
size = NativeAligned2FromLAddr(STK_OFFSET | ((FX *)stkptr)->nextblock) - (DLword *)stkptr;
|
size = NativeAligned2FromStackOffset(((FX *)stkptr)->nextblock) - (DLword *)stkptr;
|
||||||
}
|
}
|
||||||
goto checksize;
|
goto checksize;
|
||||||
default:
|
default:
|
||||||
|
|||||||
31
src/timer.c
31
src/timer.c
@@ -47,6 +47,10 @@ unsigned long tick_count = 0; /* approx 18 ticks per sec */
|
|||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#endif /* DOS */
|
#endif /* DOS */
|
||||||
|
|
||||||
|
#ifdef MAIKO_OS_HAIKU
|
||||||
|
#include <OS.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(USE_DLPI)
|
#if defined(USE_DLPI)
|
||||||
#include <stropts.h>
|
#include <stropts.h>
|
||||||
extern int ether_fd;
|
extern int ether_fd;
|
||||||
@@ -118,6 +122,19 @@ void update_miscstats(void) {
|
|||||||
MiscStats->diskiotime = 0; /* ?? not available ?? */
|
MiscStats->diskiotime = 0; /* ?? not available ?? */
|
||||||
MiscStats->diskops = 0;
|
MiscStats->diskops = 0;
|
||||||
MiscStats->secondstmp = MiscStats->secondsclock = (time(0) + UNIX_ALTO_TIME_DIFF);
|
MiscStats->secondstmp = MiscStats->secondsclock = (time(0) + UNIX_ALTO_TIME_DIFF);
|
||||||
|
#elif defined(MAIKO_OS_EMSCRIPTEN)
|
||||||
|
/* Emscripten does not provide getrusage() functionality */
|
||||||
|
struct timeval timev;
|
||||||
|
|
||||||
|
MiscStats->totaltime = gettime(0) - MiscStats->starttime;
|
||||||
|
MiscStats->swapwaittime = 0;
|
||||||
|
MiscStats->pagefaults = 0;
|
||||||
|
MiscStats->swapwrites = 0;
|
||||||
|
MiscStats->diskiotime = 0;
|
||||||
|
MiscStats->diskops = 0;
|
||||||
|
|
||||||
|
gettimeofday(&timev, NULL);
|
||||||
|
MiscStats->secondstmp = MiscStats->secondsclock = (timev.tv_sec + UNIX_ALTO_TIME_DIFF);
|
||||||
#else
|
#else
|
||||||
struct timeval timev;
|
struct timeval timev;
|
||||||
struct rusage ru;
|
struct rusage ru;
|
||||||
@@ -288,6 +305,10 @@ void subr_settime(LispPTR args[])
|
|||||||
dosday.year = uxtime.tm_year;
|
dosday.year = uxtime.tm_year;
|
||||||
dosday.dayofweek = uxtime.tm_wday;
|
dosday.dayofweek = uxtime.tm_wday;
|
||||||
_dos_setdate(&dosday);
|
_dos_setdate(&dosday);
|
||||||
|
#elif defined(MAIKO_OS_HAIKU)
|
||||||
|
(void)args[0];
|
||||||
|
#elif defined(MAIKO_OS_EMSCRIPTEN)
|
||||||
|
(void)args[0];
|
||||||
#else
|
#else
|
||||||
struct timeval timev;
|
struct timeval timev;
|
||||||
timev.tv_sec = *((int *)NativeAligned4FromLAddr(args[0])) - UNIX_ALTO_TIME_DIFF;
|
timev.tv_sec = *((int *)NativeAligned4FromLAddr(args[0])) - UNIX_ALTO_TIME_DIFF;
|
||||||
@@ -541,17 +562,19 @@ static void int_io_service(int sig)
|
|||||||
/************************************************************************/
|
/************************************************************************/
|
||||||
|
|
||||||
static void int_io_init(void) {
|
static void int_io_init(void) {
|
||||||
#ifndef DOS
|
#if !defined(DOS) || !defined(MAIKO_OS_HAIKU)
|
||||||
struct sigaction io_action;
|
struct sigaction io_action;
|
||||||
io_action.sa_handler = int_io_service;
|
io_action.sa_handler = int_io_service;
|
||||||
sigemptyset(&io_action.sa_mask);
|
sigemptyset(&io_action.sa_mask);
|
||||||
io_action.sa_flags = 0;
|
io_action.sa_flags = 0;
|
||||||
|
|
||||||
|
#ifndef MAIKO_OS_HAIKU
|
||||||
if (sigaction(SIGIO, &io_action, NULL) == -1) {
|
if (sigaction(SIGIO, &io_action, NULL) == -1) {
|
||||||
perror("sigaction: SIGIO");
|
perror("sigaction: SIGIO");
|
||||||
} else {
|
} else {
|
||||||
DBPRINT(("I/O interrupts enabled\n"));
|
DBPRINT(("I/O interrupts enabled\n"));
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(USE_DLPI)
|
#if defined(USE_DLPI)
|
||||||
DBPRINT(("INIT ETHER: Doing I_SETSIG.\n"));
|
DBPRINT(("INIT ETHER: Doing I_SETSIG.\n"));
|
||||||
@@ -563,7 +586,7 @@ static void int_io_init(void) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif /* USE_DLPI */
|
#endif /* USE_DLPI */
|
||||||
#endif /* DOS */
|
#endif /* DOS MAIKO_OS_HAIKU */
|
||||||
}
|
}
|
||||||
|
|
||||||
/************************************************************************/
|
/************************************************************************/
|
||||||
@@ -585,7 +608,9 @@ void int_block(void) {
|
|||||||
sigset_t signals;
|
sigset_t signals;
|
||||||
sigemptyset(&signals);
|
sigemptyset(&signals);
|
||||||
sigaddset(&signals, SIGVTALRM);
|
sigaddset(&signals, SIGVTALRM);
|
||||||
|
#ifndef MAIKO_OS_HAIKU
|
||||||
sigaddset(&signals, SIGIO);
|
sigaddset(&signals, SIGIO);
|
||||||
|
#endif
|
||||||
sigaddset(&signals, SIGALRM);
|
sigaddset(&signals, SIGALRM);
|
||||||
sigaddset(&signals, SIGXFSZ);
|
sigaddset(&signals, SIGXFSZ);
|
||||||
#ifdef FLTINT
|
#ifdef FLTINT
|
||||||
@@ -613,7 +638,9 @@ void int_unblock(void) {
|
|||||||
sigset_t signals;
|
sigset_t signals;
|
||||||
sigemptyset(&signals);
|
sigemptyset(&signals);
|
||||||
sigaddset(&signals, SIGVTALRM);
|
sigaddset(&signals, SIGVTALRM);
|
||||||
|
#ifndef MAIKO_OS_HAIKU
|
||||||
sigaddset(&signals, SIGIO);
|
sigaddset(&signals, SIGIO);
|
||||||
|
#endif
|
||||||
sigaddset(&signals, SIGALRM);
|
sigaddset(&signals, SIGALRM);
|
||||||
sigaddset(&signals, SIGXFSZ);
|
sigaddset(&signals, SIGXFSZ);
|
||||||
#ifdef FLTINT
|
#ifdef FLTINT
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ void check_sysout(char *sysout_file_name, int verbose) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void usage(char *prog) {
|
void usage(char *prog) {
|
||||||
fprintf(stderr, "Usage: %s [-v] sysout-filename\n", prog);
|
(void)fprintf(stderr, "Usage: %s [-v] sysout-filename\n", prog);
|
||||||
exit(-1);
|
exit(-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -51,7 +51,11 @@ void tty_open(void)
|
|||||||
if (TTY_Fd < 0) {
|
if (TTY_Fd < 0) {
|
||||||
if ((TTY_Fd = open(TTY_Dev, O_RDWR)) >= 0) {
|
if ((TTY_Fd = open(TTY_Dev, O_RDWR)) >= 0) {
|
||||||
tcgetattr(TTY_Fd, &options);
|
tcgetattr(TTY_Fd, &options);
|
||||||
|
#ifndef MAIKO_OS_HAIKU
|
||||||
options.c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR);
|
options.c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR);
|
||||||
|
#else
|
||||||
|
options.c_iflag &= ~(IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR);
|
||||||
|
#endif
|
||||||
options.c_iflag |= IGNBRK;
|
options.c_iflag |= IGNBRK;
|
||||||
options.c_oflag &= ~OPOST;
|
options.c_oflag &= ~OPOST;
|
||||||
options.c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|ICANON|ISIG|IEXTEN|NOFLSH|TOSTOP);
|
options.c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|ICANON|ISIG|IEXTEN|NOFLSH|TOSTOP);
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ void ufn(DLword bytecode)
|
|||||||
(LAddrFromNative(CurrentStackPTR) & 0x0ffff) - (entry68k->arg_num << 1) + 2 /** +1 **/;
|
(LAddrFromNative(CurrentStackPTR) & 0x0ffff) - (entry68k->arg_num << 1) + 2 /** +1 **/;
|
||||||
|
|
||||||
/* Setup IVar */
|
/* Setup IVar */
|
||||||
IVar = NativeAligned2FromLAddr((((LispPTR)(CURRENTFX->nextblock)) | STK_OFFSET));
|
IVar = NativeAligned2FromStackOffset(CURRENTFX->nextblock);
|
||||||
|
|
||||||
#ifdef LISPTRACE
|
#ifdef LISPTRACE
|
||||||
print(entry68k->atom_name);
|
print(entry68k->atom_name);
|
||||||
|
|||||||
@@ -518,6 +518,7 @@ LispPTR Unix_handlecomm(LispPTR *args) {
|
|||||||
DBPRINT(("Terminating process in slot %d.\n", slot));
|
DBPRINT(("Terminating process in slot %d.\n", slot));
|
||||||
if (!valid_slot(slot)) return (ATOM_T);
|
if (!valid_slot(slot)) return (ATOM_T);
|
||||||
/* in all cases we need to close() the file descriptor */
|
/* in all cases we need to close() the file descriptor */
|
||||||
|
if (slot == 0) DBPRINT(("ZERO SLOT\n"));
|
||||||
close(slot);
|
close(slot);
|
||||||
switch (UJ[slot].type) {
|
switch (UJ[slot].type) {
|
||||||
case UJSHELL:
|
case UJSHELL:
|
||||||
@@ -699,7 +700,7 @@ LispPTR Unix_handlecomm(LispPTR *args) {
|
|||||||
if (!valid_slot(slot)) return (NIL); /* No fd open; punt the read */
|
if (!valid_slot(slot)) return (NIL); /* No fd open; punt the read */
|
||||||
|
|
||||||
bufp = (NativeAligned2FromLAddr(args[2])); /* User buffer */
|
bufp = (NativeAligned2FromLAddr(args[2])); /* User buffer */
|
||||||
DBPRINT(("Read buffer slot %d, type is %d\n", slot, UJ[slot].type));
|
DBPRINT(("Read buffer slot %d, type is %d buffer LAddr 0x%x (native %p)\n", slot, UJ[slot].type, args[2], bufp));
|
||||||
|
|
||||||
switch (UJ[slot].type) {
|
switch (UJ[slot].type) {
|
||||||
case UJSHELL:
|
case UJSHELL:
|
||||||
|
|||||||
@@ -98,7 +98,7 @@ static int ForkUnixShell(int slot, char *PtySlave, char *termtype, char *shellar
|
|||||||
if (SlaveFD == -1) {
|
if (SlaveFD == -1) {
|
||||||
perror("Slave Open");
|
perror("Slave Open");
|
||||||
perror(PtySlave);
|
perror(PtySlave);
|
||||||
exit(0);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef OS5
|
#ifdef OS5
|
||||||
@@ -132,7 +132,7 @@ static int ForkUnixShell(int slot, char *PtySlave, char *termtype, char *shellar
|
|||||||
for (userShell = getusershell(); userShell != NULL && strcmp(shell, userShell) != 0; userShell = getusershell());
|
for (userShell = getusershell(); userShell != NULL && strcmp(shell, userShell) != 0; userShell = getusershell());
|
||||||
if (userShell == NULL) {
|
if (userShell == NULL) {
|
||||||
perror("$(SHELL) not found in /etc/shells");
|
perror("$(SHELL) not found in /etc/shells");
|
||||||
exit(0);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* argvec entries initialized to NULL */
|
/* argvec entries initialized to NULL */
|
||||||
@@ -146,7 +146,7 @@ static int ForkUnixShell(int slot, char *PtySlave, char *termtype, char *shellar
|
|||||||
|
|
||||||
/* Should never get here */
|
/* Should never get here */
|
||||||
perror("execv");
|
perror("execv");
|
||||||
exit(0);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* fork_Unix is the secondary process spawned right after LISP is
|
/* fork_Unix is the secondary process spawned right after LISP is
|
||||||
@@ -219,7 +219,9 @@ int fork_Unix(void) {
|
|||||||
/* interrupts need to be blocked here so subprocess won't see them */
|
/* interrupts need to be blocked here so subprocess won't see them */
|
||||||
sigemptyset(&signals);
|
sigemptyset(&signals);
|
||||||
sigaddset(&signals, SIGVTALRM);
|
sigaddset(&signals, SIGVTALRM);
|
||||||
|
#ifndef MAIKO_OS_HAIKU
|
||||||
sigaddset(&signals, SIGIO);
|
sigaddset(&signals, SIGIO);
|
||||||
|
#endif
|
||||||
sigaddset(&signals, SIGALRM);
|
sigaddset(&signals, SIGALRM);
|
||||||
sigaddset(&signals, SIGXFSZ);
|
sigaddset(&signals, SIGXFSZ);
|
||||||
sigaddset(&signals, SIGFPE);
|
sigaddset(&signals, SIGFPE);
|
||||||
@@ -234,19 +236,23 @@ int fork_Unix(void) {
|
|||||||
/* JRB - fork_Unix is now called in ldeboot; leave UnixPipe{In,Out} open
|
/* JRB - fork_Unix is now called in ldeboot; leave UnixPipe{In,Out} open
|
||||||
and put their numbers in the environment so parent can find them */
|
and put their numbers in the environment so parent can find them */
|
||||||
/* JDS - NB that sprintf doesn't always return a string! */
|
/* JDS - NB that sprintf doesn't always return a string! */
|
||||||
|
/* NHB - if the return value of snprintf() is greater than or equal to the
|
||||||
|
* size argument, the string was too short and some of the printed
|
||||||
|
* characters were discarded. However we're printing numbers, so we know
|
||||||
|
* that the buffer is big enough
|
||||||
|
*/
|
||||||
char tempstring[30];
|
char tempstring[30];
|
||||||
|
|
||||||
snprintf(tempstring, sizeof(tempstring), "%d", UnixToLisp[0]);
|
(void)snprintf(tempstring, sizeof(tempstring), "%d", UnixToLisp[0]);
|
||||||
setenv("LDEPIPEIN", tempstring, 1);
|
setenv("LDEPIPEIN", tempstring, 1);
|
||||||
|
|
||||||
snprintf(tempstring, sizeof(tempstring), "%d", LispToUnix[1]);
|
(void)snprintf(tempstring, sizeof(tempstring), "%d", LispToUnix[1]);
|
||||||
setenv("LDEPIPEOUT", tempstring, 1);
|
setenv("LDEPIPEOUT", tempstring, 1);
|
||||||
|
|
||||||
snprintf(tempstring, sizeof(tempstring), "%ld", StartTime);
|
(void)snprintf(tempstring, sizeof(tempstring), "%ld", StartTime);
|
||||||
setenv("LDESTARTTIME", tempstring, 1);
|
setenv("LDESTARTTIME", tempstring, 1);
|
||||||
|
|
||||||
snprintf(tempstring, sizeof(tempstring), "%d", UnixPID);
|
(void)snprintf(tempstring, sizeof(tempstring), "%d", UnixPID);
|
||||||
setenv("LDEUNIXPID", tempstring, 1);
|
setenv("LDEUNIXPID", tempstring, 1);
|
||||||
|
|
||||||
close(LispToUnix[0]);
|
close(LispToUnix[0]);
|
||||||
@@ -264,14 +270,16 @@ int fork_Unix(void) {
|
|||||||
while (1) {
|
while (1) {
|
||||||
ssize_t len;
|
ssize_t len;
|
||||||
len = SAFEREAD(LispPipeIn, IOBuf, 6);
|
len = SAFEREAD(LispPipeIn, IOBuf, 6);
|
||||||
|
if (len == 0)
|
||||||
|
exit(0);
|
||||||
if (len < 0) {
|
if (len < 0) {
|
||||||
perror("Error reading packet by slave");
|
perror("Error reading packet by slave");
|
||||||
exit(0);
|
exit(1);
|
||||||
} else if (len != 6) {
|
} else if (len != 6) {
|
||||||
DBPRINT(("Input packet wrong length: %zd", len));
|
DBPRINT(("Input packet wrong length: %zd", len));
|
||||||
exit(0);
|
exit(1);
|
||||||
}
|
}
|
||||||
slot = IOBuf[3];
|
slot = (int)IOBuf[3];
|
||||||
IOBuf[3] = 1; /* Start by signalling success in return-code */
|
IOBuf[3] = 1; /* Start by signalling success in return-code */
|
||||||
|
|
||||||
switch (IOBuf[0]) {
|
switch (IOBuf[0]) {
|
||||||
@@ -345,9 +353,9 @@ int fork_Unix(void) {
|
|||||||
sock = socket(AF_UNIX, SOCK_STREAM, 0);
|
sock = socket(AF_UNIX, SOCK_STREAM, 0);
|
||||||
if (sock < 0) {
|
if (sock < 0) {
|
||||||
perror("slave socket");
|
perror("slave socket");
|
||||||
exit(0);
|
exit(1);
|
||||||
}
|
}
|
||||||
sprintf(PipeName, "/tmp/LPU%ld-%d", StartTime, slot);
|
(void)snprintf(PipeName, sizeof(PipeName), "/tmp/LPU%ld-%d", StartTime, slot);
|
||||||
memset(&addr, 0, sizeof(struct sockaddr_un));
|
memset(&addr, 0, sizeof(struct sockaddr_un));
|
||||||
addr.sun_family = AF_UNIX;
|
addr.sun_family = AF_UNIX;
|
||||||
strcpy(addr.sun_path, PipeName);
|
strcpy(addr.sun_path, PipeName);
|
||||||
@@ -357,7 +365,7 @@ int fork_Unix(void) {
|
|||||||
perror("slave connect");
|
perror("slave connect");
|
||||||
printf("Name = %s.\n", PipeName);
|
printf("Name = %s.\n", PipeName);
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
exit(0);
|
exit(1);
|
||||||
} else {
|
} else {
|
||||||
DBPRINT(("Slave connected on %s.\n", PipeName));
|
DBPRINT(("Slave connected on %s.\n", PipeName));
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -776,7 +776,7 @@ LispPTR uraid_commands(void) {
|
|||||||
break;
|
break;
|
||||||
case 's': /* SHELL */
|
case 's': /* SHELL */
|
||||||
switch (vfork()) {
|
switch (vfork()) {
|
||||||
case -1: (void)fprintf(stderr, "uraid: Fork failed.\n"); exit(1);
|
case -1: (void)(void)fprintf(stderr, "uraid: Fork failed.\n"); exit(1);
|
||||||
|
|
||||||
case 0: (void)execl("/bin/sh", "sh", "-i", NULL); exit(1);
|
case 0: (void)execl("/bin/sh", "sh", "-i", NULL); exit(1);
|
||||||
|
|
||||||
@@ -864,7 +864,9 @@ int device_before_raid(void) {
|
|||||||
#ifdef XWINDOW
|
#ifdef XWINDOW
|
||||||
/* So X events still get recognized. */
|
/* So X events still get recognized. */
|
||||||
sigemptyset(&signals);
|
sigemptyset(&signals);
|
||||||
|
#ifndef MAIKO_OS_HAIKU
|
||||||
sigaddset(&signals, SIGIO);
|
sigaddset(&signals, SIGIO);
|
||||||
|
#endif
|
||||||
sigprocmask(SIG_UNBLOCK, &signals, NULL);
|
sigprocmask(SIG_UNBLOCK, &signals, NULL);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -901,7 +903,7 @@ char *alloc_hideDISP(int size)
|
|||||||
{
|
{
|
||||||
case SFS_NOTSWITCHABLE :
|
case SFS_NOTSWITCHABLE :
|
||||||
if((retaddr =malloc(size)) ==0){
|
if((retaddr =malloc(size)) ==0){
|
||||||
fprintf(stderr,"can't alloc hide space\n");
|
(void)fprintf(stderr,"can't alloc hide space\n");
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 0 :
|
case 0 :
|
||||||
@@ -925,7 +927,7 @@ char *alloc_hideDISP(int size)
|
|||||||
printf("Hidespace inside Lisp(4)\n");
|
printf("Hidespace inside Lisp(4)\n");
|
||||||
}
|
}
|
||||||
else if((retaddr=malloc(size)) ==0){
|
else if((retaddr=malloc(size)) ==0){
|
||||||
fprintf(stderr,"can't alloc hide disp\n");
|
(void)fprintf(stderr,"can't alloc hide disp\n");
|
||||||
}
|
}
|
||||||
printf("Hidespace new\n");
|
printf("Hidespace new\n");
|
||||||
break;
|
break;
|
||||||
|
|||||||
19
src/uutils.c
19
src/uutils.c
@@ -204,18 +204,10 @@ LispPTR unix_getparm(LispPTR *args) {
|
|||||||
#else
|
#else
|
||||||
envvalue = "mc68020";
|
envvalue = "mc68020";
|
||||||
#endif
|
#endif
|
||||||
|
} else if (strcmp(envname, "OSNAME") == 0) {
|
||||||
|
envvalue = MAIKO_OS_NAME;
|
||||||
} else if (strcmp(envname, "ARCH") == 0) {
|
} else if (strcmp(envname, "ARCH") == 0) {
|
||||||
#if defined(sparc)
|
envvalue = MAIKO_ARCH_NAME;
|
||||||
envvalue = "sun4";
|
|
||||||
#elif defined(DOS)
|
|
||||||
envvalue = "dos";
|
|
||||||
#elif defined(MAIKO_OS_MACOS)
|
|
||||||
envvalue = "i386";
|
|
||||||
#else
|
|
||||||
envvalue = "sun3";
|
|
||||||
#endif
|
|
||||||
|
|
||||||
} else if (strcmp(envname, "DISPLAY") == 0) {
|
} else if (strcmp(envname, "DISPLAY") == 0) {
|
||||||
#if defined(XWINDOW)
|
#if defined(XWINDOW)
|
||||||
envvalue = "X";
|
envvalue = "X";
|
||||||
@@ -239,10 +231,13 @@ LispPTR unix_getparm(LispPTR *args) {
|
|||||||
struct passwd *pwd;
|
struct passwd *pwd;
|
||||||
if ((pwd = getpwuid(getuid())) == NULL) return NIL;
|
if ((pwd = getpwuid(getuid())) == NULL) return NIL;
|
||||||
envvalue = pwd->pw_gecos;
|
envvalue = pwd->pw_gecos;
|
||||||
} else if (strcmp(envname, "HOSTID") == 0) {
|
}
|
||||||
|
#ifndef MAIKO_OS_HAIKU
|
||||||
|
else if (strcmp(envname, "HOSTID") == 0) {
|
||||||
snprintf(result, sizeof(result), "%lx", gethostid());
|
snprintf(result, sizeof(result), "%lx", gethostid());
|
||||||
envvalue = result;
|
envvalue = result;
|
||||||
}
|
}
|
||||||
|
#endif /* MAIKO_OS_HAIKU */
|
||||||
#endif /* DOS */
|
#endif /* DOS */
|
||||||
else
|
else
|
||||||
return NIL;
|
return NIL;
|
||||||
|
|||||||
@@ -235,7 +235,7 @@ void VESA_enter(DspInterface dsp)
|
|||||||
if (VESA_describemode(dsp->graphicsmode) != 0) {
|
if (VESA_describemode(dsp->graphicsmode) != 0) {
|
||||||
_setvideomode(_DEFAULTMODE);
|
_setvideomode(_DEFAULTMODE);
|
||||||
_clearscreen(_GCLEARSCREEN);
|
_clearscreen(_GCLEARSCREEN);
|
||||||
fprintf(stderr, "Can't set VESA mode %o.\n", dsp->graphicsmode);
|
(void)fprintf(stderr, "Can't set VESA mode %o.\n", dsp->graphicsmode);
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
/* Get the segaddr. An addr. is a seg shifted 4 bits! */
|
/* Get the segaddr. An addr. is a seg shifted 4 bits! */
|
||||||
@@ -326,7 +326,7 @@ VESA_errorexit(char *s, int errno)
|
|||||||
{
|
{
|
||||||
_setvideomode(_DEFAULTMODE);
|
_setvideomode(_DEFAULTMODE);
|
||||||
_clearscreen(_GCLEARSCREEN);
|
_clearscreen(_GCLEARSCREEN);
|
||||||
fprintf(stderr, s);
|
(void)fprintf(stderr, s);
|
||||||
fflush(stderr);
|
fflush(stderr);
|
||||||
exit(errno);
|
exit(errno);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ void VGA_setmax(DspInterface dsp)
|
|||||||
struct videoconfig vc;
|
struct videoconfig vc;
|
||||||
|
|
||||||
if (!_setvideomode(_MAXRESMODE)) {
|
if (!_setvideomode(_MAXRESMODE)) {
|
||||||
fprintf(stderr, "Can't set graphics mode.\n");
|
(void)fprintf(stderr, "Can't set graphics mode.\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
_getvideoconfig(&vc);
|
_getvideoconfig(&vc);
|
||||||
|
|||||||
@@ -354,7 +354,7 @@ LispPTR vmem_save(char *sysout_file_name)
|
|||||||
TIMEOUT(sysout = open(sysout_file_name, O_WRONLY, 0666));
|
TIMEOUT(sysout = open(sysout_file_name, O_WRONLY, 0666));
|
||||||
if (sysout == -1) {
|
if (sysout == -1) {
|
||||||
/* No file error skip return. */
|
/* No file error skip return. */
|
||||||
if (errno != 2) return (FILECANNOTOPEN); /* No such file error.*/
|
if (errno != ENOENT) return (FILECANNOTOPEN); /* No such file error.*/
|
||||||
} else
|
} else
|
||||||
TIMEOUT(rval = close(sysout));
|
TIMEOUT(rval = close(sysout));
|
||||||
|
|
||||||
@@ -481,13 +481,13 @@ LispPTR vmem_save(char *sysout_file_name)
|
|||||||
TIMEOUT(rval = unlink(sysout_file_name));
|
TIMEOUT(rval = unlink(sysout_file_name));
|
||||||
if (rval == -1) {
|
if (rval == -1) {
|
||||||
/* No file error skip return. */
|
/* No file error skip return. */
|
||||||
if (errno != 2) /* No such file error.*/
|
if (errno != ENOENT) /* No such file error.*/
|
||||||
return (FILECANNOTOPEN);
|
return (FILECANNOTOPEN);
|
||||||
}
|
}
|
||||||
|
|
||||||
TIMEOUT(rval = rename(tempname, sysout_file_name));
|
TIMEOUT(rval = rename(tempname, sysout_file_name));
|
||||||
if (rval == -1) {
|
if (rval == -1) {
|
||||||
fprintf(stderr, "sysout is saved to temp file, %s.", tempname);
|
(void)fprintf(stderr, "sysout is saved to temp file, %s.", tempname);
|
||||||
return (FILECANNOTWRITE);
|
return (FILECANNOTWRITE);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -531,5 +531,5 @@ void lisp_finish(void) {
|
|||||||
#ifdef DOS
|
#ifdef DOS
|
||||||
exit_host_filesystem();
|
exit_host_filesystem();
|
||||||
#endif /* DOS */
|
#endif /* DOS */
|
||||||
exit(1);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|||||||
6
src/xc.c
6
src/xc.c
@@ -20,6 +20,9 @@
|
|||||||
/* */
|
/* */
|
||||||
/************************************************************************/
|
/************************************************************************/
|
||||||
|
|
||||||
|
#ifdef MAIKO_OS_EMSCRIPTEN
|
||||||
|
#include <emscripten.h>
|
||||||
|
#endif
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@@ -286,6 +289,9 @@ nextopcode:
|
|||||||
Irq_Stk_End = 0;
|
Irq_Stk_End = 0;
|
||||||
#if defined(MAIKO_EMULATE_ASYNC_INTERRUPTS)
|
#if defined(MAIKO_EMULATE_ASYNC_INTERRUPTS)
|
||||||
IO_Signalled = TRUE;
|
IO_Signalled = TRUE;
|
||||||
|
#endif
|
||||||
|
#ifdef MAIKO_OS_EMSCRIPTEN
|
||||||
|
emscripten_sleep(1);
|
||||||
#endif
|
#endif
|
||||||
pseudoTimerAsyncCountdown = insnsCountdownForTimerAsyncEmulation;
|
pseudoTimerAsyncCountdown = insnsCountdownForTimerAsyncEmulation;
|
||||||
}
|
}
|
||||||
|
|||||||
26
src/xinit.c
26
src/xinit.c
@@ -16,6 +16,7 @@
|
|||||||
#include <signal.h> // for sig_atomic_t
|
#include <signal.h> // for sig_atomic_t
|
||||||
#include <stdbool.h> // for false, bool, true
|
#include <stdbool.h> // for false, bool, true
|
||||||
#include <stdio.h> // for NULL
|
#include <stdio.h> // for NULL
|
||||||
|
#include <stdlib.h> // for exit
|
||||||
#include "adr68k.h" // for NativeAligned4FromLAddr
|
#include "adr68k.h" // for NativeAligned4FromLAddr
|
||||||
#include "dbprint.h" // for TPRINT
|
#include "dbprint.h" // for TPRINT
|
||||||
#include "devif.h" // for (anonymous), MRegion, DspInterface, OUTER_S...
|
#include "devif.h" // for (anonymous), MRegion, DspInterface, OUTER_S...
|
||||||
@@ -200,6 +201,27 @@ void Open_Display(DspInterface dsp)
|
|||||||
init_Xevent(dsp); /* Turn on the event reporting */
|
init_Xevent(dsp); /* Turn on the event reporting */
|
||||||
} /* end OpenDisplay */
|
} /* end OpenDisplay */
|
||||||
|
|
||||||
|
int X_FatalErrorHandler(Display *display)
|
||||||
|
{
|
||||||
|
/* when the fatal error handler gets called it can do cleanup
|
||||||
|
* and either exit, or return. If it returns, the
|
||||||
|
* FatalErrorExitHandler will be called
|
||||||
|
*/
|
||||||
|
/* If we could do a SAVEVM in the interrupt context we would mark it
|
||||||
|
* as needed here. Returning will cause the FatalErrorExitHandler
|
||||||
|
* hook to be called.
|
||||||
|
*/
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
void X_FatalErrorExitHandler(Display *display, void *userdata)
|
||||||
|
{
|
||||||
|
/* If we were invoking a SAVEVM/LOGOUT in the interrupt context we
|
||||||
|
* would not exit here, as the Lisp VM needs to continue to run
|
||||||
|
*/
|
||||||
|
exit(1);
|
||||||
|
}
|
||||||
|
|
||||||
/*********************************************************************/
|
/*********************************************************************/
|
||||||
/* */
|
/* */
|
||||||
/* X _ i n i t */
|
/* X _ i n i t */
|
||||||
@@ -236,6 +258,10 @@ DspInterface X_init(DspInterface dsp, LispPTR lispbitmap, unsigned width_hint, u
|
|||||||
/* Try to open the X display. If this isn't possible, we just */
|
/* Try to open the X display. If this isn't possible, we just */
|
||||||
/* return FALSE. */
|
/* return FALSE. */
|
||||||
if ((dsp->display_id = XOpenDisplay(dsp->identifier)) == NULL) return (NULL);
|
if ((dsp->display_id = XOpenDisplay(dsp->identifier)) == NULL) return (NULL);
|
||||||
|
|
||||||
|
XSetIOErrorHandler(X_FatalErrorHandler);
|
||||||
|
XSetIOErrorExitHandler(dsp->display_id, X_FatalErrorExitHandler, NULL);
|
||||||
|
|
||||||
/* Load the dsp structure */
|
/* Load the dsp structure */
|
||||||
|
|
||||||
Xscreen = ScreenOfDisplay(dsp->display_id, DefaultScreen(dsp->display_id));
|
Xscreen = ScreenOfDisplay(dsp->display_id, DefaultScreen(dsp->display_id));
|
||||||
|
|||||||
@@ -136,8 +136,8 @@ Pixmap make_Xicon(DspInterface dsp)
|
|||||||
Lisp_icon_height);
|
Lisp_icon_height);
|
||||||
|
|
||||||
} else if (value == BitmapFileInvalid)
|
} else if (value == BitmapFileInvalid)
|
||||||
fprintf(stderr, "Iconpixmapfile %s contains invalid bitmap data\n", iconpixmapfile);
|
(void)fprintf(stderr, "Iconpixmapfile %s contains invalid bitmap data\n", iconpixmapfile);
|
||||||
else if (value == BitmapNoMemory)
|
else if (value == BitmapNoMemory)
|
||||||
fprintf(stderr, "Not enough memory to allocate icon pixmap\n");
|
(void)fprintf(stderr, "Not enough memory to allocate icon pixmap\n");
|
||||||
return (IconPixmap);
|
return (IconPixmap);
|
||||||
} /* end make_Xicon */
|
} /* end make_Xicon */
|
||||||
|
|||||||
40
src/xrdopt.c
40
src/xrdopt.c
@@ -110,30 +110,30 @@ extern struct sockaddr_nit snit;
|
|||||||
|
|
||||||
void print_Xusage(const char *prog)
|
void print_Xusage(const char *prog)
|
||||||
{
|
{
|
||||||
fprintf(stderr, " %s options:\n", prog);
|
(void)fprintf(stderr, " %s options:\n", prog);
|
||||||
fprintf(stderr, " [-sysout] [<sysout>] -path to the Medley image\n");
|
(void)fprintf(stderr, " [-sysout] [<sysout>] -path to the Medley image\n");
|
||||||
fprintf(stderr, " -h[elp] -prints this text\n");
|
(void)fprintf(stderr, " -h[elp] -prints this text\n");
|
||||||
fprintf(stderr, " -info -prints configuration info\n");
|
(void)fprintf(stderr, " -info -prints configuration info\n");
|
||||||
fprintf(stderr, " -d[isplay] <host>:<display>.<screen>\n");
|
(void)fprintf(stderr, " -d[isplay] <host>:<display>.<screen>\n");
|
||||||
fprintf(stderr,
|
(void)fprintf(stderr,
|
||||||
" -g[eometry] <geom> -size & placement for the medley window on your X "
|
" -g[eometry] <geom> -size & placement for the medley window on your X "
|
||||||
"screen\n");
|
"screen\n");
|
||||||
fprintf(stderr,
|
(void)fprintf(stderr,
|
||||||
" -sc[reen] <geom> -size & placement for the medley display\n");
|
" -sc[reen] <geom> -size & placement for the medley display\n");
|
||||||
fprintf(stderr, " -t[itle] <string> -titlebar text for the window manager\n");
|
(void)fprintf(stderr, " -t[itle] <string> -titlebar text for the window manager\n");
|
||||||
fprintf(stderr, " -icontitle <string> | -it <string> -text for the medley icon\n");
|
(void)fprintf(stderr, " -icontitle <string> | -it <string> -text for the medley icon\n");
|
||||||
fprintf(stderr, " -iconbitmap <path> | -ibm <path> -bitmap for the medley icon\n");
|
(void)fprintf(stderr, " -iconbitmap <path> | -ibm <path> -bitmap for the medley icon\n");
|
||||||
fprintf(stderr,
|
(void)fprintf(stderr,
|
||||||
" -xsync -turn XSynchronize on. (default is off)\n\n");
|
" -xsync -turn XSynchronize on. (default is off)\n\n");
|
||||||
#if defined(MAIKO_ENABLE_NETHUB)
|
#if defined(MAIKO_ENABLE_NETHUB)
|
||||||
fprintf(stderr,"\
|
(void)fprintf(stderr,"\
|
||||||
-nh-host dodo-host Hostname for Dodo Nethub (no networking if missing)\n\
|
-nh-host dodo-host Hostname for Dodo Nethub (no networking if missing)\n\
|
||||||
-nh-port port-number Port for Dodo Nethub (optional, default: 3333)\n\
|
-nh-port port-number Port for Dodo Nethub (optional, default: 3333)\n\
|
||||||
-nh-mac XX-XX-XX-XX-XX-XX Machine-ID for Maiko-VM (optional, default: CA-FF-EE-12-34-56) \n\
|
-nh-mac XX-XX-XX-XX-XX-XX Machine-ID for Maiko-VM (optional, default: CA-FF-EE-12-34-56) \n\
|
||||||
-nh-loglevel level Loglevel for Dodo networking (0..2, optional, default: 0)\n\n");
|
-nh-loglevel level Loglevel for Dodo networking (0..2, optional, default: 0)\n\n");
|
||||||
#endif
|
#endif
|
||||||
fprintf(stderr, "Please refer to the manual for further information.\n\n");
|
(void)fprintf(stderr, "Please refer to the manual for further information.\n\n");
|
||||||
exit(0);
|
exit(EXIT_FAILURE);
|
||||||
} /* end print_Xusage() */
|
} /* end print_Xusage() */
|
||||||
|
|
||||||
/************************************************************************/
|
/************************************************************************/
|
||||||
@@ -206,9 +206,9 @@ void read_Xoption(int *argc, char *argv[])
|
|||||||
if (XrmGetResource(commandlineDB, "ldex.display", "Ldex.Display", str_type, &value) == True) {
|
if (XrmGetResource(commandlineDB, "ldex.display", "Ldex.Display", str_type, &value) == True) {
|
||||||
(void)strncpy(Display_Name, value.addr, value.size);
|
(void)strncpy(Display_Name, value.addr, value.size);
|
||||||
} else if (getenv("DISPLAY") == (char *)NULL) {
|
} else if (getenv("DISPLAY") == (char *)NULL) {
|
||||||
fprintf(stderr, "Can't find a display. Either set the shell\n");
|
(void)fprintf(stderr, "Can't find a display. Either set the shell\n");
|
||||||
fprintf(stderr, "variable DISPLAY to an appropriate display\n");
|
(void)fprintf(stderr, "variable DISPLAY to an appropriate display\n");
|
||||||
fprintf(stderr, "or provide a -display argument.\n");
|
(void)fprintf(stderr, "or provide a -display argument.\n");
|
||||||
print_Xusage(argv[0]);
|
print_Xusage(argv[0]);
|
||||||
} else {
|
} else {
|
||||||
envname = getenv("DISPLAY");
|
envname = getenv("DISPLAY");
|
||||||
@@ -228,7 +228,7 @@ void read_Xoption(int *argc, char *argv[])
|
|||||||
}
|
}
|
||||||
XCloseDisplay(xdisplay);
|
XCloseDisplay(xdisplay);
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "Open_Display: cannot connect to display %s.", XDisplayName(Display_Name));
|
(void)fprintf(stderr, "Open_Display: cannot connect to display %s.", XDisplayName(Display_Name));
|
||||||
exit(-1);
|
exit(-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -248,7 +248,7 @@ void read_Xoption(int *argc, char *argv[])
|
|||||||
(void)strncpy(sysout_name, value.addr, value.size);
|
(void)strncpy(sysout_name, value.addr, value.size);
|
||||||
}
|
}
|
||||||
if (sysout_name[0] == '\0') {
|
if (sysout_name[0] == '\0') {
|
||||||
fprintf(stderr, "Couldn't find a sysout to run;\n");
|
(void)fprintf(stderr, "Couldn't find a sysout to run;\n");
|
||||||
print_Xusage(argv[0]);
|
print_Xusage(argv[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -329,7 +329,7 @@ void read_Xoption(int *argc, char *argv[])
|
|||||||
ether_host[4] = b4;
|
ether_host[4] = b4;
|
||||||
ether_host[5] = b5;
|
ether_host[5] = b5;
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "Missing or bogus -E argument\n");
|
(void)fprintf(stderr, "Missing or bogus -E argument\n");
|
||||||
ether_fd = -1;
|
ether_fd = -1;
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -188,6 +188,7 @@ void process_Xevents(DspInterface dsp)
|
|||||||
XNextEvent(dsp->display_id, &report);
|
XNextEvent(dsp->display_id, &report);
|
||||||
if (report.xany.window == dsp->DisplayWindow) /* Try the most important window first. */
|
if (report.xany.window == dsp->DisplayWindow) /* Try the most important window first. */
|
||||||
switch (report.type) {
|
switch (report.type) {
|
||||||
|
#ifndef INIT
|
||||||
case MotionNotify:
|
case MotionNotify:
|
||||||
*CLastUserActionCell68k = MiscStats->secondstmp;
|
*CLastUserActionCell68k = MiscStats->secondstmp;
|
||||||
*EmCursorX68K = (*((DLword *)EmMouseX68K)) =
|
*EmCursorX68K = (*((DLword *)EmMouseX68K)) =
|
||||||
@@ -235,6 +236,7 @@ void process_Xevents(DspInterface dsp)
|
|||||||
break;
|
break;
|
||||||
case EnterNotify: Mouse_Included = TRUE; break;
|
case EnterNotify: Mouse_Included = TRUE; break;
|
||||||
case LeaveNotify: Mouse_Included = FALSE; break;
|
case LeaveNotify: Mouse_Included = FALSE; break;
|
||||||
|
#endif
|
||||||
case Expose:
|
case Expose:
|
||||||
(dsp->bitblt_to_screen)(dsp, 0, report.xexpose.x + dsp->Visible.x,
|
(dsp->bitblt_to_screen)(dsp, 0, report.xexpose.x + dsp->Visible.x,
|
||||||
report.xexpose.y + dsp->Visible.y, report.xexpose.width,
|
report.xexpose.y + dsp->Visible.y, report.xexpose.width,
|
||||||
|
|||||||
Reference in New Issue
Block a user