merge
This commit is contained in:
commit
e1a0aa42dc
4 changed files with 9 additions and 3 deletions
|
@ -101,3 +101,5 @@ Is Pike an ancient old queen, or am I missing something?
|
|||
Japan's A-bomb survivors warn against nuclear power.
|
||||
(#cat-v) aiju → stop being so hostile
|
||||
The go executable is pretty small. Usually 3M or so.
|
||||
I want to understand what the diffrence between things like slackware and plan9
|
||||
this bug was introduced with the new parallel dial implementation.
|
||||
|
|
|
@ -4720,3 +4720,6 @@ so far nothing's gone right today!
|
|||
Firefox is pretty stable, and it does everything I think I need.
|
||||
If that isn't progress, I don't know what is.
|
||||
I'm in prison, so it doesn't matter if it's not C.
|
||||
Can Designers And Developers Save Health Care?
|
||||
Add-on Memory Leak Fix
|
||||
b.root-servers.net should be 'Seal Target Geronimo.epub'
|
||||
|
|
5
sys/lib/dist/ndb/common
vendored
5
sys/lib/dist/ndb/common
vendored
|
@ -6,7 +6,7 @@
|
|||
# real dns root server ips
|
||||
#
|
||||
dom=A.ROOT-SERVERS.NET ip=198.41.0.4
|
||||
dom=B.ROOT-SERVERS.NET ip=128.9.0.107
|
||||
dom=B.ROOT-SERVERS.NET ip=192.228.79.201 # jan 2004
|
||||
dom=C.ROOT-SERVERS.NET ip=192.33.4.12
|
||||
dom=D.ROOT-SERVERS.NET ip=128.8.10.90
|
||||
dom=E.ROOT-SERVERS.NET ip=192.203.230.10
|
||||
|
@ -14,7 +14,7 @@ dom=F.ROOT-SERVERS.NET ip=192.5.5.241
|
|||
dom=G.ROOT-SERVERS.NET ip=192.112.36.4
|
||||
dom=H.ROOT-SERVERS.NET ip=128.63.2.53
|
||||
dom=I.ROOT-SERVERS.NET ip=192.36.148.17
|
||||
dom=J.ROOT-SERVERS.NET ip=198.41.0.10
|
||||
dom=J.ROOT-SERVERS.NET ip=192.58.128.30 # nov 2002
|
||||
dom=K.ROOT-SERVERS.NET ip=193.0.14.129
|
||||
dom=L.ROOT-SERVERS.NET ip=199.7.83.42 # nov 2007
|
||||
dom=M.ROOT-SERVERS.NET ip=202.12.27.33
|
||||
|
@ -285,6 +285,7 @@ tcp=wiki port=17035
|
|||
tcp=vica port=17036
|
||||
tcp=aan port=17037
|
||||
|
||||
|
||||
# testing
|
||||
tcp=9fsa port=18008
|
||||
|
||||
|
|
|
@ -140,7 +140,7 @@ sysrfork(ulong *arg)
|
|||
incref(p->pgrp);
|
||||
}
|
||||
if(flag & RFNOMNT)
|
||||
up->pgrp->noattach = 1;
|
||||
p->pgrp->noattach = 1;
|
||||
|
||||
if(flag & RFREND)
|
||||
p->rgrp = newrgrp();
|
||||
|
|
Loading…
Reference in a new issue