C. Guy Yarvin
c9d6b7f079
Merge branch 'master' of github.com:urbit/urbit
2013-11-04 08:58:54 -08:00
C. Guy Yarvin
8c1ebc268b
Added Alex Moskalyuk as ~hes. Some chat fixes.
2013-11-04 08:58:28 -08:00
johncburnham
5a261954c5
Merge pull request #77 from mrdomino/master
...
Get it builing on OpenBSD 5.3
2013-11-03 12:04:30 -08:00
johncburnham
254dd6d718
Merge pull request #77 from mrdomino/master
...
Get it builing on OpenBSD 5.3
2013-11-03 12:04:30 -08:00
Curtis Yarvin
5455429895
Fix a typo in hoon.hoon
2013-11-03 19:56:40 +00:00
Steven Dee
a662f4e357
Get it builing on OpenBSD 5.3
...
Turns out 4.8 and 5.3 offer mutually incompatible kvm_getprocs
interfaces. kvm_getproc2 was removed at some point, and kvm_getprocs
changed to have the API that kvm_getproc2 used to have.
I've decided to sac 4.8 support. devio.us still runs 4.8, but their
ulimit is set too low for vere anyway.
This reverts commit b9a83028891652e2e994f7c0a1cbb992c647f145.
2013-11-03 14:43:44 -05:00
johncburnham
5f6c435aa8
Merge pull request #76 from mrdomino/master
...
Get it building on OpenBSD 4.8
2013-11-03 08:43:58 -08:00
Steve Dee
e189698575
Get it building on OpenBSD 4.8
...
This patch results in successful compilation on <http://devio.us/ >.
Sadly I can't guarantee anything more than that yet, since their ulimits
are impossible to change and insufficient to make vere happy.
2013-11-03 11:39:35 -05:00
C. Guy Yarvin
0dc82fc41a
Merge branch 'master' of github.com:urbit/urbit
2013-11-02 18:29:47 -07:00
C. Guy Yarvin
bb2a087822
Merge branch 'master' of github.com:urbit/urbit
2013-11-02 18:29:47 -07:00
C. Guy Yarvin
d5efd98997
New chat ready for testing.
2013-11-02 18:29:28 -07:00
C. Guy Yarvin
ff906e5b59
New chat ready for testing.
2013-11-02 18:29:28 -07:00
cgyarvin
e75faa46cf
Merge pull request #75 from mrdomino/master
...
Remove remainder of sprintf & strcpy calls
2013-11-01 12:20:13 -07:00
Steven Dee
c489d2dc7d
Remove remainder of sprintf & strcpy calls
...
Note that there are still some in libuv.
2013-11-01 15:10:41 -04:00
Curtis Yarvin
5b4c4437ce
Merge branch 'master' of github.com:urbit/urbit
2013-10-31 17:20:57 +00:00
Curtis Yarvin
91adaea16a
Fix SO_REUSEPORT issue in linux.
2013-10-31 17:20:42 +00:00
cgyarvin
395ddde229
Merge pull request #72 from mrdomino/master
...
!!! Fix hom_w calculation
2013-10-30 14:51:14 -07:00
Steven Dee
ef40109ea9
Fix hom_w calculation
2013-10-30 16:59:57 -04:00
Steven Dee
324c6a235d
Remove most instances of strcpy and sprintf
...
OpenBSD whines about these and recommends using strlcpy / snprintf
instead. Since strlcpy isn't quite universal yet, we use strncpy instead
and be careful about terminating the string. We could implement a
portable strlcpy in terms of strncpy, but that'd add another function to
the namespace.
Yes, usually the length is obviously bounded. Still, pretending
strcpy/sprintf don't exist seems like a great strategy.
N.B. there are still a few occurrences of strcpy and sprintf under f/
and in libuv, but I don't have time to tackle them right now.
2013-10-30 15:25:22 -04:00
Steven Dee
ffe0786f03
Remove trailing paren
2013-10-30 14:44:35 -04:00
C. Guy Yarvin
367838774a
Fix broken build.
2013-10-30 11:42:24 -07:00
C. Guy Yarvin
08573d0a5d
Merge branch 'master' of https://github.com/urbit/urbit
2013-10-30 11:27:05 -07:00
C. Guy Yarvin
e91048a915
Merge branch 'master' of https://github.com/urbit/urbit
2013-10-30 11:27:05 -07:00
C. Guy Yarvin
9fd3e1ce1f
Various fixes and improvements.
2013-10-30 11:26:51 -07:00
C. Guy Yarvin
549d090add
Various fixes and improvements.
2013-10-30 11:26:51 -07:00
cgyarvin
26a99db922
Merge pull request #69 from bpdavenport/master
...
Add Ben Davenport as ~rex
2013-10-30 07:47:36 -07:00
Ben Davenport
a0486bf95a
Add Ben Davenport as ~rex
2013-10-29 21:08:14 -07:00
C. Guy Yarvin
b016be2a6b
Merge branch 'master' of github.com:urbit/urbit
2013-10-26 20:56:19 -07:00
C. Guy Yarvin
658aacf7df
Merge branch 'master' of github.com:urbit/urbit
2013-10-26 20:56:19 -07:00
C. Guy Yarvin
25b7ed9a9c
Various fixes and improvements.
2013-10-26 20:55:53 -07:00
C. Guy Yarvin
0f6c4037d7
Various fixes and improvements.
2013-10-26 20:55:53 -07:00
johncburnham
59b02facc6
Merge pull request #65 from ab9/nyt_token
...
Add François-René Rideau as ~nyt
2013-10-24 09:11:00 -07:00
Aaron Beckerman
b1b7820bbb
Add François-René Rideau as ~nyt
...
This is based on a patch sent by François-René Rideau to the Urbit
developers' mailing list:
https://groups.google.com/d/msg/urbit-dev/s3i-oORXNm8/uzgrY3EkL5UJ
The claim is based on solving the Nock Challenge in 2010. To keep the
line within 80 characters, I have abbreviated the name to "F. Rideau".
2013-10-24 18:37:17 +08:00
johncburnham
35fc6190af
added Jonathan Perlow as ~per
2013-10-23 22:52:43 -07:00
C. Guy Yarvin
fa2bccf255
Merge branch 'master' of github.com:urbit/urbit
2013-10-23 14:48:47 -07:00
C. Guy Yarvin
d869bf154d
Merge branch 'master' of github.com:urbit/urbit
2013-10-23 14:48:47 -07:00
C. Guy Yarvin
e6441de170
Correctly load original pill after checkpoint failure.
2013-10-23 14:48:14 -07:00
cgyarvin
172e4a26b3
Merge pull request #63 from ab9/fix_begin
...
Fix begin: allow answer of "no"
2013-10-22 19:54:31 -07:00
Aaron Beckerman
8cbd5e3125
Fix begin: allow answer of "no"
...
When begin asks the user "Do you have a ship and a ticket?", the answer
"no" is considered invalid. This fixes the problem.
2013-10-22 17:46:57 +08:00
C. Guy Yarvin
1b51fc3c4d
Merge branch 'master' of github.com:urbit/urbit
2013-10-21 12:30:24 -07:00
C. Guy Yarvin
f6b8f019bd
Merge branch 'master' of github.com:urbit/urbit
2013-10-21 12:30:24 -07:00
C. Guy Yarvin
afbe915fda
Fix default %yu handling.
2013-10-21 12:30:03 -07:00
cgyarvin
c7368f526c
Merge pull request #62 from mrdomino/master
...
Don't fork in daemon mode
2013-10-21 12:08:16 -07:00
Steven Dee
d51339b885
Don't fork in daemon mode
2013-10-21 14:55:19 -04:00
C. Guy Yarvin
cdd397e6f1
Continuity breach and flag day.
2013-10-21 11:10:38 -07:00
cgyarvin
c9d51d63f8
Merge pull request #61 from mrdomino/master
...
Exit 0 on successful daemonization
2013-10-21 10:59:14 -07:00
Steven Dee
b0e2f692ac
Exit 0 on successful daemonization
2013-10-21 13:13:53 -04:00
johncburnham
1006ab4d99
Merge pull request #58 from ab9/official_email
...
Use official email address
2013-10-20 00:18:40 -07:00
johncburnham
f536794b17
Merge pull request #58 from ab9/official_email
...
Use official email address
2013-10-20 00:18:40 -07:00
johncburnham
aa6305f8ea
Merge pull request #59 from mrdomino/master
...
The shell is named %batz
2013-10-19 23:19:26 -07:00