9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Alex Musolino <musolinoa@gmail.com>
To: 9front <9front@9front.org>
Subject: ACHTUNG! CRITICAL PATCH! PLEASE APPLY!
Date: Thu, 6 Jul 2017 23:53:30 +0930	[thread overview]
Message-ID: <CAMVULc6tiB=RZU8zRBccH6Kz6bFobArrE_SE=bseZ2LAc=Boxw@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 215 bytes --]

Greetings,

Sorry for the somewhat alarmist subject line, but I trust you will all
appreciate the gravity of the situation.  As it stands, games/[45]s are
broken on amd64.

Patch attached.

--
Cheers,
Alex Musolino

[-- Attachment #2: xs.patch --]
[-- Type: text/x-patch, Size: 424 bytes --]

diff -r 8551f3aaa97d sys/src/games/xs.c
--- a/sys/src/games/xs.c	Thu Jun 22 07:31:35 2017 +0000
+++ b/sys/src/games/xs.c	Thu Jul 06 23:44:57 2017 +0930
@@ -877,7 +877,7 @@
 	suspc= chancreate(sizeof(int), 0);
 	mousec= chancreate(sizeof(Mouse), 0);
 	kbdc= chancreate(sizeof(Rune), 0);
-	threadcreate(suspproc, nil, 1024);
+	threadcreate(suspproc, nil, 2*1024);
 	points = 0;
 	memset(board, 0, sizeof(board));
 	redraw(0);

             reply	other threads:[~2017-07-06 14:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-06 14:23 Alex Musolino [this message]
2017-07-08 19:46 ` [9front] " jamos
2017-07-09  6:51   ` Alex Musolino
2017-07-09 16:33     ` jamos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMVULc6tiB=RZU8zRBccH6Kz6bFobArrE_SE=bseZ2LAc=Boxw@mail.gmail.com' \
    --to=musolinoa@gmail.com \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).