1
0
mirror of https://github.com/DoctorWkt/pdp7-unix.git synced 2026-03-09 12:31:07 +00:00
Commit Graph

854 Commits

Author SHA1 Message Date
phil
8dcc21ed8d mkfs7: add uid function to handle -1 2019-10-28 02:39:13 -04:00
phil
07c9a5c2d7 README.md: update 2019-10-26 23:11:11 -04:00
phil
396492720b sys.rc: use rn command for rename 2019-10-26 22:31:36 -04:00
phil
970c5b6347 b_readme: B compiler now named 'b' 2019-10-26 22:29:57 -04:00
phil
e1ee7f254a as7: change directive prefix from "<TAB>." to "@" 2019-10-26 12:38:18 -04:00
phil
f51734d3de Makefile: add adm, proto wants it (but dataphone h/w & GCOS not avail!) 2019-10-26 01:14:55 -04:00
phil
c2ba39ba0f add (d)ttt to image 2019-10-26 01:14:55 -04:00
phil
9f818a984b fsck7/mkfs7/proto/password: interpret/dislpay uids strictly as octal 2019-10-26 01:14:55 -04:00
phil
bceda25306 update README.md to reflect reality in original-commands branch. 2019-10-26 01:14:55 -04:00
phil
d2690695db add bwk & doug users; have ken & dmr files use uids from password file
put B files in bwk; tmg files in doug
2019-10-26 01:14:55 -04:00
phil
7af29dd922 b_readme: update to reflect op.s 2019-10-26 01:14:55 -04:00
phil
0c65c8f1d6 t7.s: add guesses at missing variable declarations (missing last page?) 2019-10-26 01:14:55 -04:00
phil
e22f0e74df add tmg sources to src/cmd 2019-10-26 01:14:55 -04:00
phil
3fa173ab56 Makefile: call CFLAGS for compiling near-B code BFLAGS! 2019-10-26 01:14:55 -04:00
phil
963ea7c170 as7 tweaks: make it clear multiple define is not an error; fix = for tmg 2019-10-26 01:14:55 -04:00
phil
dbd19c5478 G2TTY support is in github SimH: remove old comment that it isn't 2019-10-26 01:14:55 -04:00
phil
ddf4ab1f23 renamed B compiler binary to b: new scans include a bc.s 2019-10-26 01:14:55 -04:00
phil
663faf8a00 adjust sys.rc for original link, rm commands 2019-10-26 01:14:55 -04:00
phil
9e61d74691 add "link" as alias for ln; use original op.s 2019-10-26 01:14:55 -04:00
phil
1c039339ef copy scan/op.s to cmd/src 2019-10-26 01:14:55 -04:00
phil
668de66579 Makefile and proto using original cat, cp, ln, ls, sh, stat
couldn't deal with the alt clutter
consider this a sandbox
2019-10-26 01:14:55 -04:00
phil
f6a5663640 Add missing files to src/cmd 2019-10-26 01:13:37 -04:00
phil
87d23ebbf6 st4.s: correct crvflg to grvflg (only var with rvflag in it) 2019-10-26 01:08:31 -04:00
phil
9b10ea0458 add ttt[12].s to cmd/src 2019-10-26 00:52:13 -04:00
phil
4a308618c5 moo.s: revert to long standings reference (as7 now truncates to 8) 2019-10-26 00:51:23 -04:00
phil
30c7e9bdca as7: truncate labels to 8 characters for moo.s 2019-10-26 00:40:33 -04:00
Phil Budne
65cdd42232 Merge pull request #162 from philbudne/master
un.s: fix typo in n.out file name literal
2019-10-25 20:03:26 -04:00
phil
fea4f2e7b8 un.s: fix typo in n.out file name literal 2019-10-25 20:02:37 -04:00
Tom Everett
80796e15f5 Merge pull request #161 from teverett/master
added adm to image
2019-10-25 15:09:45 -04:00
Tom Everett
bf75cb86c7 added adm to image 2019-10-25 15:07:12 -04:00
Tom Everett
329aa45c11 Merge pull request #160 from teverett/master
added un to build
2019-10-25 15:05:50 -04:00
Tom Everett
205d6bf90d added un to build 2019-10-25 15:02:23 -04:00
phil
12e8f6f8ab merge differences between scans/as.s and src/cmd/as.s 2019-10-24 23:14:09 -04:00
phil
dbb1c55a80 copied ln.s and un.s from scans 2019-10-24 21:02:37 -04:00
phil
3ba97b8b0a un: fix assembly error 2019-10-24 20:56:49 -04:00
Phil Budne
2bcafe61b0 Merge pull request #148 from philbudne/mkfs
two mkfs7 changes (.. and link to inum -1), make hard link for list program
2019-10-24 19:47:29 -04:00
phil
0761c062ec add compare: script to remove annotations and diff src and scan dir files 2019-10-24 16:50:38 -04:00
Phil Budne
710dd89a49 Merge pull request #155 from sebras/typos/moo.s
Fix typos in moo.s after manual review
2019-10-23 22:15:10 -04:00
Phil Budne
d004ce3253 Merge pull request #156 from sebras/typos/nm.s
Fix typos in nm.s after manual review
2019-10-23 22:12:26 -04:00
Phil Budne
448527f5ef Merge pull request #154 from sebras/typos/ln.s
Fix typos in ln.s after manual review
2019-10-23 22:10:48 -04:00
Phil Budne
b0b27fd43e Merge pull request #153 from sebras/typos/dsw.s
Fix typos in dsw.s
2019-10-23 22:07:47 -04:00
Phil Budne
d173e63897 Merge pull request #157 from sebras/typos/roff.s
Fixed spacing in roff.s after manual review
2019-10-23 22:05:45 -04:00
Phil Budne
7bf8a49fb7 Merge pull request #158 from sebras/typos/stat.s
Fix typos in stat.s after manual review
2019-10-23 22:02:11 -04:00
Sebastian Rasmussen
3b91271606 Fix typos in moo.s after manual review 2019-10-24 00:27:10 +02:00
Sebastian Rasmussen
e479293788 Fix typos in nm.s after manual review 2019-10-24 00:26:10 +02:00
Sebastian Rasmussen
246781a210 Fix typos in stat.s after manual review 2019-10-24 00:25:22 +02:00
Sebastian Rasmussen
f5b298b12a Fixed typos in roff.s after manual review 2019-10-24 00:24:29 +02:00
Sebastian Rasmussen
c03fc017a9 Fix typos in scans/dsw.s 2019-10-24 00:23:18 +02:00
Sebastian Rasmussen
4affe9ee8d Add page comments to scans/dsw.s 2019-10-24 00:23:18 +02:00
Sebastian Rasmussen
897c491606 Fix typos in ln.s after manual review 2019-10-24 00:22:05 +02:00