Commit Graph

3993 Commits

Author SHA1 Message Date
Frank Ch. Eigler
b12f2dd9b3
vere/unix.c: set _XOPEN_SOURCE
Above feature macro is needed on glibc 2.17 era, in order to activate ftw* related functions/macros.
2019-01-19 22:54:25 -05:00
Ted Blackman
5b6749d2ad no-op in ames.c if no galaxy domain 2019-01-18 14:17:56 -08:00
Joe Bryan
7e416d202d
Merge pull request #1157 from mrdomino/update-libent
Updates libent (fixes #1155)
2019-01-18 12:57:11 -05:00
Jōshin
8669d7bf78 Updates libent (fixes #1155) 2019-01-18 09:38:16 -08:00
Joe Bryan
fe9f8a8aad
Merge pull request #3 from mrdomino/master
Latest upstream + abliss's fix
2019-01-18 12:33:54 -05:00
Jōshin
659aaed38c Clarify README comment 2019-01-18 08:47:42 -08:00
Jōshin
d95464622e Version bump, remove double negative
I almost would rather say syscall(...) == 0 ? 0 : 1, but decided not to.
2019-01-18 08:35:57 -08:00
Steven Dee
91d5fff630
Merge pull request #2 from abliss/getrandom
Actually try calling getrandom while configuring
2019-01-18 08:15:14 -08:00
Adam Bliss
bc607bdfa0 Actually try calling getrandom while configuring 2019-01-17 23:12:58 -05:00
Joe Bryan
0418c510c1 updates ivory.c to release pill 2019-01-17 22:18:18 -05:00
Joe Bryan
8bf02a857a Merge branch 'master' into cc-release-rc-merge
* master: (99 commits)
  updates contact instructions
  erased some lines in raft
  updates libent submodule
  cleans up event error handling in _raft_lame
  Remove includes introduced for getentropy
  Use libent for getentropy
  Fix link in README
  remove old version of u3r_mug()
  renames test-hash
  removes temporary u3r_mug tests
  adds assertions to protect u3r_mug against stack overflow
  adds a u3_none explicit bottom stack frame to u3r_mug
  WIP simplified conditionals, still dies, appears stateful?
  WIP refactored but still dying
  WIP still dying
  WIP testing and printing
  WIP compiles but crashes
  updates CONTRIBUTING.md, removing obsolete instructions
  exit cleanly if $galaxy is already running (fake or real)
  corrects usage instructions
  ...
2019-01-17 22:05:19 -05:00
Joe Bryan
a42f2cbe5c
Merge pull request #1154 from urbit/release-candidate
release
2019-01-17 20:15:27 -05:00
Joe Bryan
b6bb7a05ba updates contact instructions 2019-01-17 20:02:14 -05:00
Joe Bryan
57dc3c3b8c Merge branch 'master' into release-candidate
* master:
  Fix link in README
  Update README.md with correct installation link
2019-01-17 19:43:45 -05:00
Jōshin
950b19cad8 v0.2.0
- ent_install option to install locally (defaults to false.)

- Add pkg-config info if we're installing (hence the minor version
  bump.)

- Remove ENT_IMPL, making the preprocessor logic in ent.c more
  foolproof.

- Change meson.build style around a bit.
2019-01-17 15:48:49 -08:00
Joe Bryan
8b171941ca
Merge pull request #1153 from urbit/raft-change
erased some lines in raft
2019-01-16 23:46:46 -05:00
Joe Bryan
287dcd77e7
Merge pull request #1152 from urbit/libent-update
updates libent submodule
2019-01-16 23:46:07 -05:00
Isaac Visintainer
6df2f6c789 erased some lines in raft 2019-01-16 20:40:18 -08:00
Isaac Visintainer
67712f5426 updates libent submodule 2019-01-16 23:37:04 -05:00
Joe Bryan
6dddf328f1
Merge pull request #2 from mrdomino/master
Add all config vars to config.h.in
2019-01-16 21:08:34 -05:00
Jōshin
76251f6b4c v0.1.4 2019-01-16 17:28:53 -08:00
Jōshin
3e1ccc3b10 Add all config vars to config.h.in 2019-01-16 17:23:10 -08:00
ixv
4f7dc3321c
Merge pull request #1 from urbit/bs/old-meson
Support Meson 29.
2019-01-16 15:30:53 -08:00
Benjamin Summers
1d325649b9 Wrote a config.h.in file for old meson versions. 2019-01-16 15:23:46 -08:00
Joe Bryan
31bdb1cc3c
Merge pull request #1149 from urbit/raft-lame-clean
cleans up event error handling in _raft_lame
2019-01-16 17:20:48 -05:00
Joe Bryan
2847573ccd cleans up event error handling in _raft_lame 2019-01-16 16:24:48 -05:00
Joe Bryan
521d165775
Merge pull request #1147 from mrdomino/libent
Use libent for getentropy
2019-01-16 14:31:47 -05:00
Jōshin
680fe91953 Remove includes introduced for getentropy 2019-01-16 09:14:11 -08:00
Jōshin
30b616dd8b Use libent for getentropy 2019-01-16 09:06:12 -08:00
Jōshin
7506fb3157 Minor cleanup 2019-01-16 09:00:29 -08:00
Ted Blackman
ced10a3818
Merge pull request #1144 from urbit/mug-stack
Mug stack
2019-01-15 22:02:37 -08:00
Joe Bryan
a25fe8ca64
Merge pull request #1145 from l2dy/fix/readme
Fix link in README
2019-01-16 00:50:26 -05:00
Zero King
42d598d15c Fix link in README 2019-01-16 05:12:15 +00:00
Ted Blackman
86ccb0b173 remove old version of u3r_mug() 2019-01-15 21:09:05 -08:00
Joe Bryan
18ba299912 renames test-hash 2019-01-15 23:58:29 -05:00
Joe Bryan
ee835ee87f removes temporary u3r_mug tests 2019-01-15 23:58:16 -05:00
Joe Bryan
e655b07ecb adds assertions to protect u3r_mug against stack overflow 2019-01-15 23:57:45 -05:00
Joe Bryan
76fa248700 adds a u3_none explicit bottom stack frame to u3r_mug 2019-01-15 23:49:03 -05:00
Ted Blackman
6d70ad19dd WIP simplified conditionals, still dies, appears stateful? 2019-01-15 20:03:24 -08:00
Ted Blackman
e815ad4be7 WIP refactored but still dying 2019-01-15 19:42:40 -08:00
Ted Blackman
63ccf3ad7e WIP still dying 2019-01-15 19:29:11 -08:00
Ted Blackman
b105e5e6db WIP testing and printing 2019-01-15 18:58:28 -08:00
Ted Blackman
e22884ef7e WIP compiles but crashes 2019-01-15 18:08:21 -08:00
Joe Bryan
f4d10b2d08
Merge pull request #1143 from urbit/contributing-updates
updates CONTRIBUTING.md, removing obsolete instructions
2019-01-15 19:35:53 -05:00
Joe Bryan
c0138ad0d3 updates CONTRIBUTING.md, removing obsolete instructions 2019-01-15 16:13:38 -05:00
Joe Bryan
fac0fef804
Merge pull request #1141 from urbit/readme-help
updates README and usage instructions
2019-01-15 15:19:56 -05:00
Joe Bryan
56b20626bd
Merge pull request #1142 from urbit/ames-bail-clean
exit cleanly if $galaxy is already running (fake or real)
2019-01-15 14:44:48 -05:00
Joe Bryan
449b2c1a5d exit cleanly if $galaxy is already running (fake or real) 2019-01-15 14:28:55 -05:00
Joe Bryan
16c99e75af corrects usage instructions 2019-01-15 13:23:11 -05:00
Joe Bryan
2a5757ab9d corrects build/dependency sections of README 2019-01-15 13:22:47 -05:00