~avr

Recent activity

[PATCH v3] NetBSD support for harec 2 years ago

From Andreas van Ruth to ~sircmpwn/hare-dev

From: Andreas R <avr@geminet.org>

Signed-off-by: Andreas van Ruth <avr@geminet.org>
---
undo erroneous indent correction in tests/configure
 .builds/netbsd.yml          |  21 ++
 README.md                   |   1 +
 rt/+netbsd/errno.ha         |  98 ++++++++
 rt/+netbsd/segmalloc.ha     |  10 +
 rt/+netbsd/start+x86_64.s   |  16 ++
 rt/+netbsd/syscall+x86_64.s |  69 ++++++
 rt/+netbsd/syscallno.ha     | 429 ++++++++++++++++++++++++++++++++++++
 rt/+netbsd/syscalls.ha      |  84 +++++++
 rt/hare+netbsd.sc           |  47 ++++
[message trimmed]

[PATCH v2] NetBSD support for harec 2 years ago

From Andreas van Ruth to ~sircmpwn/hare-dev

From: Andreas R <avr@geminet.org>

Signed-off-by: Andreas van Ruth <avr@geminet.org>
---
 .builds/netbsd.yml          |  21 ++
 README.md                   |   1 +
 rt/+netbsd/errno.ha         |  98 ++++++++
 rt/+netbsd/segmalloc.ha     |  10 +
 rt/+netbsd/start+x86_64.s   |  16 ++
 rt/+netbsd/syscall+x86_64.s |  69 ++++++
 rt/+netbsd/syscallno.ha     | 429 ++++++++++++++++++++++++++++++++++++
 rt/+netbsd/syscalls.ha      |  84 +++++++
 rt/configure                |  27 ++-
 rt/hare+netbsd.sc           |  47 ++++
[message trimmed]

[PATCH v2] NetBSD support for harec 2 years ago

From Andreas R to ~sircmpwn/hare-dev

---
added NetBSD build manifest, NetBSD README.md build status
 .builds/netbsd.yml          |  21 ++
 README.md                   |   1 +
 rt/+netbsd/errno.ha         |  98 ++++++++
 rt/+netbsd/segmalloc.ha     |  10 +
 rt/+netbsd/start+x86_64.s   |  16 ++
 rt/+netbsd/syscall+x86_64.s |  69 ++++++
 rt/+netbsd/syscallno.ha     | 429 ++++++++++++++++++++++++++++++++++++
 rt/+netbsd/syscalls.ha      |  84 +++++++
 rt/configure                |  27 ++-
 rt/hare+netbsd.sc           |  47 ++++
 tests/configure             |   5 +
 11 files changed, 806 insertions(+), 1 deletion(-)
[message trimmed]

using email for comments on gemlogs 2 years ago

From avr to ~sario528/gemini-community

大家好

if anyone is looking for adding a bit of interactivity to their gemlog
with regards to comments and using a standard Unix setup, I describe a setup here:

gemini://gems.geminet.org/avr/2022-10-23-enabling-gemlog-comments-over-email.gmi

To see what it looks/feels like, you can test an example here:

gemini://gems.geminet.org/test/2022-10-23-reply-by-email-test.gmi

        cheers,
        Andreas

[PATCH] NetBSD support for harec 2 years ago

From Andreas R to ~sircmpwn/hare-dev

---
 rt/+netbsd/errno.ha         |  98 ++++++++
 rt/+netbsd/segmalloc.ha     |  10 +
 rt/+netbsd/start+x86_64.s   |  16 ++
 rt/+netbsd/syscall+x86_64.s |  69 ++++++
 rt/+netbsd/syscallno.ha     | 429 ++++++++++++++++++++++++++++++++++++
 rt/+netbsd/syscalls.ha      |  84 +++++++
 rt/configure                |  27 ++-
 rt/hare+netbsd.sc           |  47 ++++
 tests/configure             |   5 +
 9 files changed, 784 insertions(+), 1 deletion(-)
 create mode 100644 rt/+netbsd/errno.ha
 create mode 100644 rt/+netbsd/segmalloc.ha
 create mode 100644 rt/+netbsd/start+x86_64.s
[message trimmed]