1
0
mirror of https://github.com/DoctorWkt/pdp7-unix.git synced 2026-01-29 21:31:06 +00:00
Commit Graph

877 Commits

Author SHA1 Message Date
Phil Budne
80e75e71f7 Merge pull request #174 from sebras/notes/st3.s
Add handwritten notes to st3.s.
2019-11-12 20:43:16 -05:00
Phil Budne
f5130c914e Merge pull request #173 from sebras/notes/st1.s
Add handwritten notes to st1.s.
2019-11-12 20:42:32 -05:00
Sebastian Rasmussen
d4e4101a49 Add handwritten notes to st3.s. 2019-11-12 21:58:48 +01:00
Sebastian Rasmussen
c45fba954f Add handwritten notes to st1.s. 2019-11-12 21:55:34 +01:00
Phil Budne
312f8a507f Merge pull request #179 from sebras/typos/fop.s
Fix spacing in fop.s after manual review.
2019-11-11 20:07:46 -05:00
Sebastian Rasmussen
141efe0218 Fix typos in fop.s after manual review. 2019-11-03 03:23:44 +01:00
Phil Budne
34a1554780 Merge pull request #171 from sebras/typos/dmabs.s
Add page comments and fix typos in dmabs.s
2019-11-01 23:54:49 -04:00
Phil Budne
32d91d1e7d Merge pull request #172 from sebras/typos/check.s
Add page comments and fix typo in check.s
2019-11-01 23:52:05 -04:00
Phil Budne
4090183dc5 Merge pull request #169 from sebras/typos/ed1.s
Fix typos in ed1.s
2019-11-01 23:48:49 -04:00
Sebastian Rasmussen
b909a75810 Fix typos in ed1.s after manual review. 2019-11-02 02:14:14 +01:00
Phil Budne
bc2c181798 Merge pull request #170 from sebras/typos/ed2.s
Fix typos in ed2.s
2019-11-01 14:16:31 -04:00
Sebastian Rasmussen
e37757e00c Fix typo in check.s after manual review. 2019-11-01 03:19:23 +01:00
Sebastian Rasmussen
ccc4e3d2da Add page comments to check.s. 2019-11-01 03:19:19 +01:00
Sebastian Rasmussen
8876fcf79b Fix typo in dmabs.s after manual review. 2019-11-01 03:17:50 +01:00
Sebastian Rasmussen
6e410e9d9f Add page comments to dmabs.s 2019-11-01 03:17:44 +01:00
Sebastian Rasmussen
4df9bc464a Fix typos in ed2.s after manual review. 2019-11-01 02:15:36 +01:00
Phil Budne
73dd17d3c6 Merge pull request #164 from sebras/describe/dskres.s
Attempt to describe purpose of source code in dskres.s
2019-10-31 16:11:20 -04:00
Phil Budne
fdb0fd8c68 Merge pull request #165 from sebras/describe/dsksav.s
Attempt to describe purpose of source code in dsksav.s
2019-10-31 16:11:15 -04:00
Phil Budne
226f0e3300 Merge pull request #163 from sebras/describe/dskio.s
Attempt to describe purpose of source code in dskio.s
2019-10-31 16:04:05 -04:00
Sebastian Rasmussen
79cdb51378 Attempt to describe purpose of source code in dskres.s 2019-10-31 15:16:12 +01:00
Sebastian Rasmussen
55383ce528 Attempt to describe purpose of source code in dsksav.s 2019-10-31 15:14:31 +01:00
Sebastian Rasmussen
f576bec7f9 Attempt to describe purpose of source code in dskio.s 2019-10-31 15:00:20 +01:00
phil
716480cb8a rn.1 tweak man page 2019-10-30 18:21:45 -04:00
phil
844fc3c795 fs.5: fix typo 2019-10-30 15:04:31 -04:00
phil
1fb8cedb1d rn takes pairs of files, like cp. 2019-10-30 02:12:48 -04:00
phil
364736a4a7 proto: remove redundant adm entry 2019-10-30 02:03:17 -04:00
phil
7a32025611 create rn.1 man page from mv.1 2019-10-30 02:01:59 -04:00
phil
016c6adca9 clerify ln.1 2019-10-30 01:58:45 -04:00
phil
1619f46122 update ln, ls, stat man pages for original commands. add link man page. 2019-10-30 01:57:08 -04:00
phil
c5c29ec771 fs.5: format under UNIX-7 roff!
mention boot & swap track locations
2019-10-30 01:34:25 -04:00
phil
db6bcaef6e rename filesys.5 to fs.5 (fit in 8 characters) 2019-10-30 01:33:27 -04:00
phil
2b2e057f7f more system comments 2019-10-30 00:53:48 -04:00
phil
f9dbe7e946 as7: add --no-label-warnings flag 2019-10-29 21:29:55 -04:00
Phil Budne
be3f9de0e2 Merge pull request #167 from philbudne/noc
use original commands, add tmg, use octal in proto file, fsck7 output
2019-10-29 21:04:56 -04:00
phil
1a35c9146d switch to original commands, alphabetize proto and Makefile 2019-10-29 00:00:55 -04:00
phil
917cde2693 add op.s from scans to src/cmd 2019-10-28 23:59:25 -04:00
phil
094766a167 build/Makefile: turn of "implicit" warnings for b.c compilation 2019-10-28 23:14:16 -04:00
phil
4c0eee2fbf fix g2tty comments in unixv0.simh files 2019-10-28 23:14:16 -04:00
phil
4ffabd8bdf add tmg to src/cmd and image
add doug user to image, put tmg sources there
fix an as7 bug found by tmg
2019-10-28 23:14:16 -04:00
phil
ab38b0e263 use explicit octal uid values in proto
to match password file, list output
make fsck output octal too
2019-10-28 23:14:16 -04:00
Phil Budne
07b5d101bd Merge pull request #166 from teverett/master
unrefactored
2019-10-27 20:16:08 -04:00
Tom Everett
c51d8ce87e updated travis to prevent breaking the alt build again 2019-10-27 19:28:12 -04:00
Tom Everett
72f187357b unrefactored 2019-10-27 19:24:21 -04:00
phil
9c5f034193 as7: change directive prefix from "<TAB>." to "@" 2019-10-26 12:36:09 -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