From 6a182d56b738f36e32427b8696c8ab03794ec9a2 Mon Sep 17 00:00:00 2001 From: stanley lieber Date: Sun, 29 Jun 2014 14:58:03 -0400 Subject: [PATCH 1/3] nusbrc: ensure rpi ethernet always appears as /net/etherU0 --- sys/src/9/boot/nusbrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/src/9/boot/nusbrc b/sys/src/9/boot/nusbrc index 29a2d8b56..28e467a71 100755 --- a/sys/src/9/boot/nusbrc +++ b/sys/src/9/boot/nusbrc @@ -48,8 +48,9 @@ if(! nusb/usbd) } }&} case * + # Raspberry Pi ethernet will always appear as /net/etherU0 if(~ $2 0424) - nusb/ether -t smsc $etherargs $id + nusb/ether -t smsc $etherargs $1:0 } } } From 114a5bdce67f7f44a70bb59e88933cc746151721 Mon Sep 17 00:00:00 2001 From: stanley lieber Date: Sun, 29 Jun 2014 15:01:44 -0400 Subject: [PATCH 2/3] fortunes: Subject: ftp(1) User-Agent --- lib/rob | 5 +++++ lib/rsc | 4 ++++ lib/theo | 2 ++ lib/troll | 5 +++++ sys/games/lib/fortunes | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/lib/rob b/lib/rob index c9aa1ec34..11c5c0624 100644 --- a/lib/rob +++ b/lib/rob @@ -214,3 +214,8 @@ Why does this matter? Does anyone know of a version of sam for Windows that will run on 64-bit installations? Great, thanks. I used to be a physicist. +Please file an issue at golang.org/issue/new +There is no simple definition for what people want. +One man's toy is another's real system, and every tool adds to the arsenal. +There is no problem in computer science that cannot be solved by another JSON configuration file. +Anything important enough to be in a dot-file is important enough not to be in a dot-file. diff --git a/lib/rsc b/lib/rsc index ab3c98ba0..0d3e90faf 100644 --- a/lib/rsc +++ b/lib/rsc @@ -121,3 +121,7 @@ i don't look at build failures at all anymore because they are all false positiv Grumble grumble. I don't remember the last time I saw a sam-fans message. I'll fix it. +working as intended; please don't file an issue. +sure +I would love it if someone would create a well-tested emacs Go module. +Honestly it sounds like you have not written any Go programs. diff --git a/lib/theo b/lib/theo index 99e6094fb..a73865f7d 100644 --- a/lib/theo +++ b/lib/theo @@ -370,3 +370,5 @@ ANSWER THE QUESTION. I am not playing any games. Let's look at the facts. I haven't even read this. I don't care. +I quite dislike the direction this is going. +Nothing ever changes, noone ever learns, noone cares. diff --git a/lib/troll b/lib/troll index 01cd37ad7..fec860312 100644 --- a/lib/troll +++ b/lib/troll @@ -162,3 +162,8 @@ To keep the ball rolling, let me suggest that we drop the requirement that Plan Plan 9 does not (yet?) contain sufficient tools to be self-sustaining. Has anyone else had trouble getting recent plan9.iso’s to boot? This year I'll continue to work on the Dart implementation of dis interpreter. +Would it be possible to change a bit the 9front mercurial repository so that it can work on MacOS filesystem. +I'm doing a research about OS'GUI, and I'd like to know if Plan 9 has a GUI. If so, where can I take some screenshoots? Thanks in advance +Is there a list somewhere on the web with all those 9atom patches? +I created a web service in Go for transcoding gif to html5 video +Higher level terminal UI library? diff --git a/sys/games/lib/fortunes b/sys/games/lib/fortunes index e23c77e9f..798d88fbc 100644 --- a/sys/games/lib/fortunes +++ b/sys/games/lib/fortunes @@ -5041,3 +5041,7 @@ We are programmers, not lawyers. -- Aram The urine collection device also was rebuilt to eliminate leakage.[30] That's Rob Pike. I remember when he came to Bell Labs, we even shared an office for three months. -- Bjarne Stroustrup It's tricky when you're marketing a language. -- Niko Matsakis +RFC 2616, which was written more than 15 years ago, was the specification everybody has implemented, and I suspect many of you occassionally have used as a reference. +The biggest difference compared to the old spec, is that there is simply a lot more text. +Subject: ftp(1) User-Agent +It may seem counterintuitive, but skilled professionals working behind the scenes may actually be more fulfilled than the rest of us. From 92e43acb1cdf521094b626444f73cae5d77a7b69 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Mon, 30 Jun 2014 08:27:51 +0200 Subject: [PATCH 3/3] authsrv(6): fix typos (from /n/sources/patch/authsrv-6-typos) --- sys/man/6/authsrv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/man/6/authsrv b/sys/man/6/authsrv index 911b1f4b1..4ff5057b2 100644 --- a/sys/man/6/authsrv +++ b/sys/man/6/authsrv @@ -407,7 +407,7 @@ database file exists for the AS. This database maintains ``speaks for'' relationships, i.e., it lists which users may speak for other users when -authtenticating. +authenticating. The attribute types used by the AS are .B hostid and @@ -418,7 +418,7 @@ is a client host's ID. The values in the .B uid pairs in the same entry list which users that host ID -make speak for. +may speak for. A uid value of .B * means the host ID may speak for all users. @@ -672,7 +672,7 @@ authentication The .I challenge is eight random bytes. -The two responses are Microsofts LM and NT hashes. +The two responses are Microsoft's LM and NT hashes. Only the NT hash may be used to authenticate, as the LM hash is considered too weak. The reply packet is defined as