code wiki / _hdl_build / nx_ims_batch2_repush.nx

nx_ims_batch2_repush.nx

buildroot/runtime/_hdl_build/nx_ims_batch2_repush.nx

4632 B74 linesdepth 10pulls 11 transitivereach 0 importersview sourcekind tooltopic ims
docsdependenciesstructsconstsfunctions

about

nx_ims_batch2_repush.nx -- re-land the batch-#2 leaf pages whose live push did not confirm on the first multi-page run (the documented fork-ENOMEM after several large sys_read_file calls -> push_rc=-1 = the push subprocess could not be spawned, NOT a guard reject; the version snapshot was retained, so this is a safe additive retry). Argv-free, fixed list, strict push_rc==0 confirmation. Same guarded+ versioned vpub path as the batch publisher. Run repeatedly if a single run still exhausts forks; each run retains a new rollback version (additive). license_tier: ORIGINAL

dependencies 2 imports · 0 importers

nx_wiki_versioned_publish.nx nx_syscalls.nx nx_ims_batch2_repush.nx

imports: nx_wiki_versioned_publish.nxnx_syscalls.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sys_mmap nxa_die sys_write sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ p_w sys_write ↻ pb_publish sys_mmap ↻ p_w ↻ p_num sys_mmap ↻ sys_write ↻ p_num ↻ sys_exit ↻

structs

none

consts

20const PB_EPOCH: i64 = 1781870001

functions

10func p_w(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 }
called by 2: pb_publishmain calls 1: sys_write
11func p_num(v: i64) -> i64
called by 2: pb_publishmain calls 2: sys_mmapsys_write
23func pb_publish(slug: *u8, path: *u8, cs_ptr: *i64, cs_len: *i64, ncorpus: i64) -> i64
called by 1: main calls 3: sys_mmapp_wp_num
37func main() -> i64