BernardoDeLaPlaz
c0403d2096
code review
2019-04-25 18:05:26 -04:00
BernardoDeLaPlaz
22fe68f67c
fix one new build warning
2019-04-25 16:24:55 -04:00
~rigdyn-sondur
b7c7b7f6be
Merge branch 'cc-release' into vere_build_warnings
2019-04-25 14:46:11 -04:00
BernardoDeLaPlaz
61bf83ff56
remove all build warnings
2019-04-25 14:01:21 -04:00
benjamin-tlon
3c3f7e761e
Misc cleanup blocking CC-Release. ( #1249 )
...
* Move extraneous stuff out of pkg/urbit/*
* s/urb/herb/g
* Removed some boilerplate for `urbit` builds.
* Build urbit tests and run them in the nix build.
2019-04-24 17:27:27 -07:00
Joe Bryan
62e7c8272b
Merge pull request #1243 from urbit/ccr-signal-reform
...
cc-release: cleanup of signal handling
2019-04-24 12:52:26 -07:00
Joe Bryan
96ad21c476
updates libnoun to ignore SIGINT upon completion of a soft
2019-04-24 11:29:12 -07:00
Joe Bryan
d4321aa28c
Merge pull request #1247 from urbit/ccr-start-nosync
...
cc-release: removes clay mount auto-sync on restart
2019-04-23 20:20:52 -07:00
benjamin-tlon
edd57d380d
Finish cc-release cross-compilation. ( #1202 )
...
- Fixes the IPC bug
- Fixes the terminfo bug
- Moves the OSX SDK out of our nixcrpkgs fork.
- Vendor nixcrpkgs instead of having it be a submodule.
2019-04-23 19:50:38 -07:00
Joe Bryan
3b5644f582
removes clay mount auto-sync on restart
2019-04-23 18:28:58 -07:00
Joe Bryan
349ac4b54c
Merge pull request #1244 from urbit/ccr-samp-prof
...
cc-release: restores -P sample-based profiling
2019-04-23 13:19:30 -07:00
Joe Bryan
4dabad9120
restores -P sample-based profiling
2019-04-23 12:56:03 -07:00
Joe Bryan
23cbb45ffe
removes obsolete, commented-out signal handling in main.c
2019-04-23 12:04:12 -07:00
Joe Bryan
ead1b2443e
corrects typos in libnoun commented-out code
2019-04-23 10:46:34 -07:00
Joe Bryan
beafc011cd
consolidates daemon signal handling
2019-04-23 10:46:34 -07:00
Joe Bryan
075bc5109e
consistently aborts immediately on ctrl-z (SIGTSTP)
2019-04-23 10:46:29 -07:00
Elliot Glaysher
afb9911636
Merge pull request #1241 from urbit/cc-enhancements
...
Adds u3l_log() and moves most things to it.
2019-04-16 11:14:42 -07:00
Elliot Glaysher
4cf58f27bd
Cleanups
2019-04-16 10:14:15 -07:00
Elliot Glaysher
2aa45f828e
Restore git submodule screw up.
2019-04-15 15:57:06 -07:00
Elliot Glaysher
29d40e032e
Also remove uH/uL macros.
2019-04-15 15:14:07 -07:00
Elliot Glaysher
1e468f75d6
Pass stderr from worker to daemon.
2019-04-15 15:06:19 -07:00
Elliot Glaysher
4f313f05fa
Merge remote-tracking branch 'origin/cc-release' into cc-enhancements
2019-04-15 14:25:50 -07:00
Joe Bryan
d6c01fc27c
Merge pull request #1237 from urbit/ccr-slog-clean
...
cc-release: reliable output handling and refactoring
2019-04-12 23:11:18 -07:00
Joe Bryan
ea30e715dd
uses stderr in daemon mode for slog printing
2019-04-12 22:51:43 -07:00
Joe Bryan
417dbf298b
(re-)disable terminal spinner in daemon mode
2019-04-12 22:27:41 -07:00
Joe Bryan
4ccf069458
restores terminal spinner
2019-04-12 22:15:59 -07:00
Joe Bryan
2585e1ca76
adds argument comment to _serf_send_slog
2019-04-12 22:15:59 -07:00
Joe Bryan
05ce835b55
miscellaneous output cleanup
2019-04-12 22:14:55 -07:00
Joe Bryan
daac99c91e
moves slog function pointer to u3C (to preserve across roads)
2019-04-12 22:13:00 -07:00
Joe Bryan
4873309e81
send slog hints over the king/serf pipe
2019-04-12 22:12:31 -07:00
Joe Bryan
3eaa470d98
moves slog implementation out of trace.c and libnoun
...
and removes unused u3t_shiv()
2019-04-12 22:11:49 -07:00
Joe Bryan
3f6c9326fb
improves error message when attempting to recreate existing ship
2019-04-12 22:07:31 -07:00
Joe Bryan
3f7f57a247
removes obsolete ames initialization on boot
2019-04-12 21:57:33 -07:00
Joe Bryan
93ce637e96
updates arvo submodule to latest master
2019-04-12 21:57:02 -07:00
Joe Bryan
55aa3b70bd
refactors/reorders functions in pier.c
2019-04-12 21:48:38 -07:00
Elliot Glaysher
367bf939d2
Move all logging onto a dedicated u3l_log() statement.
...
This makes things in libnoun not depend on the specifics of the terminal
driver for logging, using a implementor customizable logging function.
This allows the daemon process to intercept all logging lines without
breaking the console, and should allow the worker process to forward all
logging messages to the daemon so the daemon can print them without
breaking the console.
2019-04-12 16:21:35 -07:00
Elliot Glaysher
dbeb2c2a8b
Normalize on the preexisting daemon/worker nomenclature.
...
We were calling the worker process three different things, standardize
on the name worker. Same for the daemon.
2019-04-12 13:30:36 -07:00
Joe Bryan
53dec05b1c
Merge pull request #1238 from urbit/remove-l-from-cp
...
Remove the -L from the cp statements, since it is erroring on OSX.
2019-04-12 11:02:57 -07:00
Elliot Glaysher
f388526fdb
Remove the -L from the cp statements, since it is erroring on OSX.
2019-04-12 10:30:34 -07:00
Joe Bryan
af0c53ca16
Merge pull request #1236 from urbit/ccr-boot-redux
...
cc-release pier boot state-machine corrections
2019-04-11 17:08:39 -07:00
Joe Bryan
1b503d9e26
ensure that event-log header is first in the log
2019-04-11 00:11:45 -07:00
Joe Bryan
f5da7da563
reads events in batches of 1K during replay
2019-04-11 00:07:35 -07:00
Joe Bryan
2eff7240ac
refactors event-log replay preparation
2019-04-10 23:50:47 -07:00
Joe Bryan
8c0a8a182f
adds explicit boot controller, refactors state transitions
2019-04-10 23:32:13 -07:00
Joe Bryan
671eeaaf00
prevent spurious first-boot of existing pier
2019-04-10 23:18:54 -07:00
Joe Bryan
f68e27e68a
removes superfluous pier liv_o flag
2019-04-10 22:33:40 -07:00
Joe Bryan
785839db5c
Merge pull request #1232 from urbit/ccr-vent-sane
...
cc-release event state machine corrections
2019-04-05 16:58:46 -07:00
ixv
ad76d45a37
Merge pull request #1223 from urbit/ccr-tracing
...
cc-release tracing
2019-04-05 15:43:35 -07:00
Isaac Visintainer
f9a61b36a3
fixes for review
2019-04-05 15:03:19 -07:00
Isaac Visintainer
7c9b8d71ef
put tracing calls in serf
2019-04-05 14:56:58 -07:00