Liam Fitzgerald
0a555981cc
landscape: optionally disable memory mitigations in OTA
2022-11-29 13:25:15 +10:00
Liam Fitzgerald
37339bed31
group-store: cleanup sign handling
2022-11-29 13:17:28 +10:00
Liam Fitzgerald
06a2fe5b69
landscape: crash the event if migration fails
2022-11-29 13:12:10 +10:00
Philip Monk
c23fec3e70
Merge remote-tracking branch 'origin/next/417' into next/arvo
2022-11-28 18:32:05 -07:00
Philip Monk
4e95a45dab
clay: don't clear ford cache on %trim
...
Most of the memory stays in gall anyway, and this means you need to
recompile everything the next time anything changes, which could be
counterproductive. It's important that %trim not make things worse.
The functionality is moved to the debug %stir task.
2022-11-28 16:17:41 -07:00
Philip Monk
cb0bbf1e32
clay: don't eagerly build marks
...
Building the marks adds 50% to the memory requirements for reloading
clay on ~wicdev, from 320MB to 470MB. This isn't worth it for now.
2022-11-28 16:11:34 -07:00
Philip Monk
38a26041c2
clay: don't add road transitions in clay
...
These were originally added because they reduced memory usage, primarily
by clearing the memoization cache. Now that the memoization cache is
no longer used, we use less memory without them. On ~wicdev-wisryt with
~30 apps, updating Clay now takes ~320MB.
2022-11-28 16:08:41 -07:00
Ted Blackman
35194a6a08
Merge pull request #6102 from urbit/yu/kill-nack-flows
...
ames, gall: send a %cork if getting a %nack for a %watch
2022-11-28 11:57:07 -06:00
Ted Blackman
da4046a859
Merge pull request #6076 from urbit/yu/remove-num-live
...
ames: remove num-live from pump-metrics
2022-11-28 11:50:01 -06:00
yosoyubik
a7eee8ae6b
Merge branch 'next/arvo' into yu/kill-nack-flows
2022-11-28 17:22:15 +01:00
yosoyubik
403b3eef82
ames, gall: address feedback
2022-11-28 17:21:41 +01:00
fang
42a02074c4
Merge pull request #6101 from urbit/m/debug-dashboard-darkmode
...
dbug: make sure text is legible in dark mode
2022-11-28 10:48:06 +01:00
Ted Blackman
08c95f2b6f
Merge pull request #5475 from dasrun-fadben/bitcoin-compact-size
...
bitcoin-utils: Fix parsing of of CompactSize integers
2022-11-27 14:11:06 -06:00
fang
61c1c76570
dbug: make sure text is legible in dark mode
...
Makes foreground text white by default, if the dark color scheme is
enabled.
Fixes #6013 .
2022-11-25 20:56:20 +01:00
fang
3ef5260efc
Merge branch 'next/arvo' into pkova/ruin-comets
2022-11-25 12:20:46 +01:00
Liam Fitzgerald
ce1332565e
graph-store: drop signatures
2022-11-25 18:14:53 +10:00
Liam Fitzgerald
8f6366d1c9
landscape: remove testing cruft
2022-11-25 12:32:13 +10:00
Liam Fitzgerald
9d0877c219
landscape: support pending state in migration
2022-11-24 15:42:50 +10:00
Liam Fitzgerald
0f7f4d554d
graph-store: use standard archive format
2022-11-24 15:16:17 +10:00
Liam Fitzgerald
b76ea6516c
graph-store: add thread for recovering archives
2022-11-24 15:12:21 +10:00
Liam Fitzgerald
d9ae7c307b
graph-store: standardise archive format
2022-11-24 14:55:02 +10:00
Liam Fitzgerald
ab578c7018
graph-store: nuke groups desk and uninstall
2022-11-24 14:52:03 +10:00
Liam Fitzgerald
a64881ccb2
graph-store: drop archives and backup
2022-11-24 14:41:07 +10:00
Liam Fitzgerald
e41e589367
landscape: add backups to groups 2 migration
2022-11-24 14:21:17 +10:00
Ted Blackman
fc32dde010
Merge pull request #6059 from urbit/ames-verb-fixes
...
ames: debug print msg formatting fixes
2022-11-23 17:23:16 -06:00
Joe Bryan
dac240bdfa
vere: bumps version
2022-11-23 10:38:02 -05:00
Liam Fitzgerald
dd04bd8f79
landscape: include club migration
2022-11-23 14:29:40 +10:00
Liam Fitzgerald
bc787310d9
landscape: fix wire consistency in migration
2022-11-23 12:43:11 +10:00
Ted Blackman
99acf3a2c8
Merge pull request #6055 from urbit/jon/lustar-barbuc-lsp
...
language server: change +* to |$
2022-11-22 19:49:39 -06:00
Philip Monk
c4eb399839
Merge pull request #6094 from urbit/m/jael-broader-subs
...
jael: send updates to all "general" pubkey subs
2022-11-22 17:27:25 -07:00
Philip Monk
15c5447a05
Merge branch 'philip/agent-clay' into next/arvo
2022-11-22 17:24:15 -07:00
fang
95e7b8598e
jael: send updates to all "general" pubkey subs
...
Subscribing with `[%public-keys ~]` should give updates for all ships we know
about, including moons.
2022-11-22 23:11:39 +01:00
Joe Bryan
2e861dafcf
vere: supports --loom in eval cmd
2022-11-22 15:38:15 -05:00
Joe Bryan
670ebc8f8c
vere: bumps benchmarks to 16MB loom, initializes guard page
2022-11-22 15:23:29 -05:00
Philip Monk
284043f465
garden: glob
2022-11-21 23:25:16 -07:00
Philip Monk
c136598016
Merge remote-tracking branch 'origin/th/install-system-updates' into philip/agent-clay
2022-11-21 23:20:15 -07:00
Philip Monk
c60e5db6f4
docket: ensure tire stays
2022-11-21 23:17:36 -07:00
Liam Fitzgerald
d5f3374756
landscape: sketch of staggered deployment
2022-11-22 16:09:40 +10:00
tomholford
12a789656c
grid: install foreign system updates to local desk
...
This addresses PR feedback:
https://github.com/urbit/urbit/pull/6093#discussion_r1028798146
2022-11-21 21:52:11 -08:00
Philip Monk
968fec4655
docket: ensure warps start
2022-11-21 22:33:59 -07:00
Philip Monk
d30a6c7a7b
garden: glob
2022-11-21 20:40:08 -07:00
Philip Monk
45db57ad3a
Merge remote-tracking branch 'origin/th/install-system-updates' into philip/agent-clay
2022-11-21 20:25:48 -07:00
Philip Monk
715c95e742
garden: glob
2022-11-21 20:12:14 -07:00
tomholford
1bd0f4be77
grid: distinguish app sync from system install
...
By using `%kiln-install` instead of `%kiln-sync` for System Updates, this ensures that the `%kids` desk is also updated.
Also, address UX feedback: render the entire source ship's patp to avoid ambiguity. (as opposed to truncating a moon's name).
2022-11-21 16:10:59 -08:00
Philip Monk
280c1cb19a
clay: crash if conflicting agent names
2022-11-21 11:05:55 -07:00
yosoyubik
430233a3de
ames, gall: cork flow if getting %nack for %watch
2022-11-21 14:23:19 +01:00
Philip Monk
a600ca0663
clay: don't re-commit %base during kelvin upgrade
2022-11-20 22:06:29 -07:00
Philip Monk
d5ecc3c053
lull: bump to 328
2022-11-20 20:58:39 -07:00
Philip Monk
aacee91e0f
arvo: don't assume crud tanks are cells
2022-11-20 20:57:45 -07:00
Philip Monk
1dd993a103
Merge remote-tracking branch 'origin/master' into philip/agent-clay
2022-11-20 18:48:44 -07:00
Philip Monk
8376a759ae
clay: make compile
2022-11-20 18:41:00 -07:00
Joe Bryan
f40db733ba
vere: bumps version
2022-11-18 17:44:46 -05:00
Joe Bryan
efd49ed338
Merge branch 'jb/restage/bump' into jb/release/vere
2022-11-18 17:43:57 -05:00
Joe Bryan
320740c5b9
vere: preserve 2GB defaults for --loom and --loom-urth
2022-11-18 17:41:54 -05:00
Joe Bryan
fd7e84e26d
u3: bumps maximum reference bits on all platforms
2022-11-18 17:41:50 -05:00
Joe Bryan
f78e6a5447
Merge branch 'jb/release/vere' into jb/restage/chop-fast
2022-11-18 10:41:23 -05:00
Joe Bryan
5c3daa265d
Merge branch 'jb/loom-everywhere' into jb/release/vere
2022-11-17 22:41:25 -05:00
pkova
2300d4fbcb
vere: check for permission error on old process kill
2022-11-17 22:30:53 -05:00
Philip Monk
45b5257c04
clay: document [tare] invariant
2022-11-17 19:32:40 -07:00
Joe Bryan
255c08f53d
vere: supports --loom for all relevant subcommands
2022-11-17 20:42:48 -05:00
Joe Bryan
12a7fae0b5
vere: adds args to set mars/urth looms by binary exponent
2022-11-17 19:54:21 -05:00
Philip Monk
8255dcd4bd
clay: document [goad] invariant
2022-11-17 17:45:19 -07:00
Philip Monk
54c2b652e5
clay: document [wick] invariant
2022-11-17 17:30:06 -07:00
Philip Monk
3ec3516ccb
clay: document [ergo] invariant
2022-11-17 17:19:02 -07:00
Philip Monk
df130fc015
clay: document [wake] invariant
2022-11-17 16:47:56 -07:00
Joe Bryan
7ae6005f87
u3: adds loom size to u3m_boot() / u3m_boot_lite()
2022-11-17 17:44:16 -05:00
Joe Bryan
0f0ab948f1
u3: restages #6001 for release
2022-11-17 17:39:09 -05:00
Joe Bryan
3fe55a9f84
test: bump loom to 16MB in jam tests
2022-11-17 15:46:29 -05:00
Joe Bryan
1c6aba94f2
Merge branch 'master' into jb/release/vere
2022-11-17 15:38:11 -05:00
Joe Bryan
5841d97832
Merge commit '330db284e8^2' into jb/release/vere
2022-11-17 14:57:59 -05:00
Joe Bryan
31b9a4b470
vere: adds %vile command for extracting keys
2022-11-17 14:57:05 -05:00
Joe Bryan
4d57c3c9a0
u3: backports u3v_soft_peek()
2022-11-17 14:57:04 -05:00
Joe Bryan
d0dc3e7710
Merge commit '264e63330f^2' into jb/release/vere
2022-11-17 14:36:01 -05:00
yosoyubik
012c1e19bf
ames: don't use num-live from pump-metrics
2022-11-17 08:38:50 -08:00
yosoyubik
8bb969c2ec
Revert "ames: remove num-live from pump-metrics"
...
This reverts commit b2a0f2fd304f961e4db89499aedefe0be95e6239.
2022-11-17 08:38:50 -08:00
yosoyubik
8709476ccd
dbug: num-live counts number of packets in flight
2022-11-17 08:38:50 -08:00
yosoyubik
a3e8607cb1
ames: remove num-live from pump-metrics
2022-11-17 08:38:50 -08:00
yosoyubik
4b0c1fab3b
ames: count in flight packets in packet pump
...
num-live is still used—the state update will be addressed later, as well as the update in %lull
2022-11-17 08:38:50 -08:00
fang
2027907db5
Merge branch 'master' into next/arvo
2022-11-16 16:11:53 +01:00
Joe Bryan
12196d1113
Merge tag 'urbit-v1.12'
...
urbit-v1.12
Arvo 417K
Vere 1.12
This is a hotfix release, fixing another memory corruption vulnerability
introduced in v1.10 and improving snapshot durability.
Release Notes
- restores the guard page (preventing road stack overflow) after |meld
- improves snapshot error handling and messaging
- fixes an overflow bug affecting jammed scry output (-X)
Contributions:
Joe Bryan (16):
u3: protect guard page in u3e_yolo()
vere: bumps version
u3: assert guard page invariants when saving snapshot
u3: initialize guard page in u3m_boot_lite()
vere: bumps version
nix: update linux-aarch64 overlay to exclude macos m1
u3: handle partial reads in snapshot system
u3: handle partial writes in snapshot system
u3: print mprotect errors in snapshot system
u3: print error msg if system page size is incompatible
u3: detect snapshots from a larger loom, print and exit
u3: normalize home-road stack after snapshot restoration
u3: handle and print lseek errors in snapshot system
u3: print errors while deleting snapshot patch
vere: bumps version
vere: bumps version
Liam Fitzgerald (1):
pier: fix jamming archive
2022-11-15 14:43:12 -05:00
Joe Bryan
d07e31ac60
vere: bumps version
2022-11-15 14:07:27 -05:00
zalberico
9da139dada
Fix typo setings -> settings
2022-11-15 09:47:13 -08:00
jose
1b4f045499
Merge pull request #6046 from urbit/lf/fix-cork
...
ames: prevent crashes when corking an alien flow
2022-11-15 08:43:46 +01:00
Joe Bryan
215f6ce650
vere: bumps version
2022-11-14 23:30:29 -05:00
Joe Bryan
58805b8cef
u3: print errors while deleting snapshot patch
2022-11-14 23:18:43 -05:00
Joe Bryan
284addf159
u3: handle and print lseek errors in snapshot system
2022-11-14 23:15:11 -05:00
Joe Bryan
4f5f7e2804
u3: normalize home-road stack after snapshot restoration
2022-11-14 23:15:10 -05:00
Joe Bryan
2a1a707900
u3: detect snapshots from a larger loom, print and exit
2022-11-14 23:15:10 -05:00
Joe Bryan
4c930162e0
u3: print error msg if system page size is incompatible
2022-11-14 23:15:10 -05:00
Joe Bryan
adc058724c
u3: print mprotect errors in snapshot system
2022-11-14 23:15:10 -05:00
Joe Bryan
6ea0af456e
u3: handle partial writes in snapshot system
2022-11-14 23:15:10 -05:00
Joe Bryan
72eb04bf51
u3: handle partial reads in snapshot system
2022-11-14 23:15:10 -05:00
Philip Monk
57be9e28bc
clay: light cleanup
2022-11-14 16:12:20 -07:00
Philip Monk
c382eb14f9
clay: call +tare when tire might have changed
2022-11-14 14:59:44 -07:00
Joe Bryan
e8879fb5ab
vere: bumps version
2022-11-14 14:10:02 -05:00
Liam Fitzgerald
e1e0ca76d8
pier: fix jamming archive
2022-11-14 13:53:43 -05:00
Joe Bryan
6dea612849
u3: initialize guard page in u3m_boot_lite()
2022-11-14 13:38:50 -05:00
Joe Bryan
f7275b6e67
u3: assert guard page invariants when saving snapshot
2022-11-14 13:38:46 -05:00
Joe Bryan
196bb4ae1f
vere: bumps version
2022-11-13 20:27:19 -05:00
Joe Bryan
95650edb3a
u3: protect guard page in u3e_yolo()
2022-11-13 20:26:50 -05:00