~jfrent

Recent activity

[PATCH hare] Makefile: Fix quoting of $(VERSION) a month ago

From Josiah Frentsos to ~sircmpwn/hare-dev

Signed-off-by: Josiah Frentsos <jfrent@tilde.team>
---
Before:

	% hare version
	hare $(./scripts/version)

After:

	% hare version
	hare dev+9dec7021

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
[message trimmed]

[PATCH] Fix architecture detection on OpenBSD/arm64 2 months ago

From Josiah Frentsos to ~mpu/qbe

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 0dbe5f7..3266c76 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ config.h:
		;;                                     \
	*)                                             \
		case `uname -m` in                     \
		*aarch64*)                             \
		*aarch64*|*arm64*)                     \
[message trimmed]

[PATCH] README.md: Remove outdated note about gmake 11 months ago

From Josiah Frentsos to ~mcf/cproc

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 322874ed1b8a..7310614cec1d 100644
--- a/README.md
+++ b/README.md
@@ -61,11 +61,11 @@ You may also want to customize your environment or `config.mk` with the
appropriate `CC`, `CFLAGS` and `LDFLAGS`.

If you don't have QBE installed, you can build it from the included
submodule (NOTE: BSD users will need to use gmake here), then add it to
your PATH so that the driver will be able to run it.
[message trimmed]

[PATCH hare] README.md: Change a comma to a semicolon 1 year, 6 days ago

From Josiah Frentsos to ~sircmpwn/hare-dev

Signed-off-by: Josiah Frentsos <jfrent@tilde.team>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 63919f97d16b..5c92f9e32169 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ For information about bootstrapping a working Hare toolchain from scratch, see
All contributors are required to "sign-off" their commits (using `git commit
-s`) to indicate that they have agreed to the [Developer Certificate of
Origin][dco], reproduced below. Your commit authorship must reflect the name
you use in meatspace, anonymous or pseudonymous contributions are not permitted.
[message trimmed]

[PATCH harec v2] rt: Fix architecture detection on OpenBSD/arm64 1 year, 10 days ago

From Josiah Frentsos to ~sircmpwn/hare-dev

Signed-off-by: Josiah Frentsos <jfrent@tilde.team>
---
 rt/configure | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/rt/configure b/rt/configure
index d887ce3726b7..63f290509c19 100644
--- a/rt/configure
+++ b/rt/configure
@@ -53,7 +53,10 @@ rt() {
				amd64)
					arch=x86_64
					;;
				aarch64|riscv64)
[message trimmed]

[PATCH harec] rt: Fix architecture detection on OpenBSD/arm64 1 year, 10 days ago

From Josiah Frentsos to ~sircmpwn/hare-dev

---
 rt/configure | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/rt/configure b/rt/configure
index d887ce3726b7..63f290509c19 100644
--- a/rt/configure
+++ b/rt/configure
@@ -53,7 +53,10 @@ rt() {
				amd64)
					arch=x86_64
					;;
				aarch64|riscv64)
				arm64)
[message trimmed]

[PATCH builds.sr.ht v2] openbsd: Disable some unnecessary daemons 1 year, 1 month ago

From Josiah Frentsos to ~sircmpwn/sr.ht-dev

---
 images/openbsd/genimg | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/images/openbsd/genimg b/images/openbsd/genimg
index ae69a242fa26..f986f0268c77 100755
--- a/images/openbsd/genimg
+++ b/images/openbsd/genimg
@@ -113,8 +113,12 @@ echo "$openbsd_installurl" > /mnt/etc/installurl
ln -sf /usr/share/zoneinfo/UTC /mnt/etc/localtime

cat >>/mnt/etc/rc.conf.local <<EOF
dhcpleased_flags=NO
library_aslr=NO
[message trimmed]

[PATCH builds.sr.ht] openbsd: Disable some unnecessary daemons 1 year, 1 month ago

From Josiah Frentsos to ~sircmpwn/sr.ht-dev

---
 images/openbsd/genimg | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/images/openbsd/genimg b/images/openbsd/genimg
index ae69a242fa26..5021f2046381 100755
--- a/images/openbsd/genimg
+++ b/images/openbsd/genimg
@@ -113,8 +113,11 @@ echo "$openbsd_installurl" > /mnt/etc/installurl
ln -sf /usr/share/zoneinfo/UTC /mnt/etc/localtime

cat >>/mnt/etc/rc.conf.local <<EOF
dhcpleased_flags=NO
library_aslr=NO
[message trimmed]

[PATCH v2] Demonstrate that I can use git send-email 1 year, 2 months ago

From Josiah Frentsos to ~sircmpwn/email-test-drive

---
 josiah-frentsos | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 josiah-frentsos

diff --git a/josiah-frentsos b/josiah-frentsos
new file mode 100644
index 000000000000..66cb3d48deef
--- /dev/null
+++ b/josiah-frentsos
@@ -0,0 +1 @@
I have successfully used git send-email!
-- 
2.37.3
[message trimmed]

[PATCH] Demonstrate that I can use git send-email 1 year, 2 months ago

From Josiah Frentsos to ~sircmpwn/email-test-drive

---
 josiah-frentsos | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 josiah-frentsos

diff --git a/josiah-frentsos b/josiah-frentsos
new file mode 100644
index 000000000000..6d0ecfd83321
--- /dev/null
+++ b/josiah-frentsos
@@ -0,0 +1 @@
I'm about to try git send-email
-- 
2.37.3
[message trimmed]