Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update submodules. #2356

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/cbridge
Submodule cbridge updated 15 files
+105 −0 EXAMPLES.md
+1 −1 NCP.md
+30 −10 bhostat.py
+45 −0 bhostat_html.py
+38 −30 cbridge.c
+43 −4 chaos.lua
+45 −29 chaosnet.py
+2 −2 chip.c
+23 −5 chtls.c
+10 −2 chudp.c
+73 −3 hostabd.py
+212 −0 minid.py
+51 −13 ncp.c
+1 −0 pkqueue.c
+5 −1 telnet.py
2 changes: 1 addition & 1 deletion tools/chaosnet-tools
Submodule chaosnet-tools updated 7 files
+2 −0 .gitignore
+9 −1 Makefile
+22 −0 README.md
+25 −0 qsend-incoming
+107 −0 qsend.c
+49 −16 rtape.c
+265 −0 senver.c
2 changes: 1 addition & 1 deletion tools/dasm
Submodule dasm updated 11 files
+1 −0 .gitignore
+5 −2 Makefile
+1 −0 README.md
+1 −0 dis.h
+1 −0 file.c
+6 −0 libword/tape-word.c
+150 −0 plt.c
+171 −0 simh-file.c
+60 −0 svg.c
+8 −0 svg.h
+11 −8 tito.c
2 changes: 1 addition & 1 deletion tools/pdp6
Submodule pdp6 updated 92 files
+3 −24 README.md
+7 −4 emu/apr.c
+3 −2 emu/dis340.c
+2 −2 emu/dt.c
+3 −1 emu/joy.c
+2 −2 emu/main_panel.c
+1 −4 emu/pt.c
+4 −0 emu/threading.c
+52 −0 emu/util.c
+3 −0 emu/util.h
+11 −0 newemu/Makefile
+27 −0 newemu/args.h
+66 −0 newemu/audio.c
+781 −0 newemu/chargen.inc
+396 −0 newemu/common.c
+47 −0 newemu/common.h
+182 −0 newemu/dc.c
+648 −0 newemu/dis340.c
+172 −0 newemu/ge.c
+5,486 −0 newemu/instgen.inc
+304 −0 newemu/main.c
+159 −0 newemu/netmem.c
+102 −0 newemu/panel10.c
+91 −0 newemu/panel6.c
+2,783 −0 newemu/pdp6.c
+327 −0 newemu/pdp6.h
+267 −0 newemu/pt.c
+135 −0 newemu/tty.c
+616 −0 newemu/ut.c
+98 −1 panel/panel6.c
+65 −0 panel/panel6.h
+42 −1 tools/ld6.c
+0 −3,341 verilog/apr.v
+0 −85 verilog/arbiter.v
+0 −31 verilog/clk.v
+0 −337 verilog/core161c.v
+0 −362 verilog/core164.v
+0 −404 verilog/core256k_x.v
+0 −362 verilog/core32k.v
+0 −405 verilog/core32k_x.v
+0 −367 verilog/core64k.v
+0 −581 verilog/dis340.v
+0 −504 verilog/dly_50.v
+0 −100 verilog/fakeapr.v
+0 −234 verilog/fast162.v
+0 −251 verilog/fast162_dp.v
+0 −13 verilog/fe_req.v
+0 −126 verilog/gendly6.py
+0 −29 verilog/iobus_0_connect.v
+0 −58 verilog/iobus_1_connect.v
+0 −87 verilog/iobus_2_connect.v
+0 −116 verilog/iobus_3_connect.v
+0 −145 verilog/iobus_4_connect.v
+0 −203 verilog/iobus_6_connect.v
+0 −46 verilog/membus_1_connect.v
+0 −68 verilog/membus_2_connect.v
+0 −90 verilog/membus_3_connect.v
+0 −118 verilog/membusif.v
+0 −80 verilog/memif.v
+0 −80 verilog/memif_d.v
+0 −80 verilog/memory.v
+0 −42 verilog/memory_16.v
+0 −42 verilog/memory_16k.v
+0 −29 verilog/memory_256k_dram.v
+0 −42 verilog/memory_32k.v
+0 −42 verilog/memory_64k.v
+0 −139 verilog/modules_50.v
+0 −30 verilog/onchip_ram.v
+0 −392 verilog/panel_6.v
+0 −191 verilog/ptp.v
+0 −201 verilog/ptr.v
+0 −35 verilog/tb/Makefile
+0 −299 verilog/tb/tb_apr.v
+0 −120 verilog/tb/tb_arbit.v
+0 −183 verilog/tb/tb_dis.v
+0 −66 verilog/tb/tb_dly.v
+0 −54 verilog/tb/tb_mem.v
+0 −5,042 verilog/tb/tb_membusif
+0 −232 verilog/tb/tb_membusif.v
+0 −12,324 verilog/tb/tb_membusif_x
+0 −327 verilog/tb/tb_membusif_x.v
+0 −111 verilog/tb/tb_memif.v
+0 −284 verilog/tb/tb_panel.v
+0 −177 verilog/tb/tb_ptp.v
+0 −154 verilog/tb/tb_ptr.v
+0 −332 verilog/testcore161c.v
+0 −33 verilog/testfmem.v
+0 −45 verilog/testmem16k.v
+0 −339 verilog/tty.v
+0 −59 verilog/wcsl420.v
+0 −36 verilog/wcsl724.v
+0 −32 verilog/wcsl_av.v
2 changes: 1 addition & 1 deletion tools/simh
Submodule simh updated 215 files
2 changes: 1 addition & 1 deletion tools/supdup
Submodule supdup updated 10 files
+3 −0 .gitignore
+1 −1 INFO
+76 −15 Makefile
+95 −1 README.md
+5 −3 chaos.c
+1 −1 supdup-login.c
+41 −21 supdup.c
+1 −1 supdup.h
+25 −10 supdupd.c
+14 −3 tcp.c
2 changes: 1 addition & 1 deletion tools/tapeutils
Submodule tapeutils updated 2 files
+4 −0 dumper.h
+36 −1 read20.c
2 changes: 1 addition & 1 deletion tools/tek4010
2 changes: 1 addition & 1 deletion tools/tv11
Submodule tv11 updated 2 files
+3 −1 tv11.c
+3 −1 xgp11.c