BSD 3 development
authorCharles B. Haley <cbh@research.uucp>
Wed, 17 Oct 1979 19:18:49 +0000 (11:18 -0800)
committerCharles B. Haley <cbh@research.uucp>
Wed, 17 Oct 1979 19:18:49 +0000 (11:18 -0800)
commitb202b2da3819475912294fd6740ab4adbffbf038
tree27baa0bd29e03c798076314b5efbfaa649e70241
parent7a1fc31152b4ad720c44f10b7f8da5111e9c45ee
BSD 3 development
Work on file usr/src/cmd/px/03bool.s
Work on file usr/src/cmd/px/04as.s
Work on file usr/src/cmd/px/05index.s
Work on file usr/src/cmd/px/06add.s
Work on file usr/src/cmd/px/07sub.s
Work on file usr/src/cmd/px/12div.s
Work on file usr/src/cmd/px/10mul.s
Work on file usr/src/cmd/px/13mod.s
Work on file usr/src/cmd/px/16dvd.s
Work on file usr/src/cmd/px/14neg.s
Work on file usr/src/cmd/px/20con.s
Work on file usr/src/cmd/px/21rang.s
Work on file usr/src/cmd/px/17rv.s
Work on file usr/src/cmd/px/25set.s
Work on file usr/src/cmd/px/27conv.s
Work on file usr/src/cmd/px/30read.s
Work on file usr/src/cmd/px/31write.s
Work on file usr/src/cmd/px/32iostat.s
Work on file usr/src/cmd/px/33iofile.s
Work on file usr/src/cmd/px/34err.s
Work on file usr/src/cmd/px/errdata
Work on file usr/src/cmd/px/h01errs.h
Work on file usr/src/cmd/px/h02opcs.h
Work on file usr/src/cmd/px/h04aout.h
Work on file usr/src/cmd/px/make.ed2
Work on file usr/src/cmd/px/make.ed1
Work on file usr/src/cmd/px/malloc.c

Co-Authored-By: Bill Joy <wnj@ucbvax.Berkeley.EDU>
Co-Authored-By: Ken Thompson <ken@research.uucp>
Synthesized-from: 3bsd
27 files changed:
usr/src/cmd/px/03bool.s [new file with mode: 0644]
usr/src/cmd/px/04as.s [new file with mode: 0644]
usr/src/cmd/px/05index.s [new file with mode: 0644]
usr/src/cmd/px/06add.s [new file with mode: 0644]
usr/src/cmd/px/07sub.s [new file with mode: 0644]
usr/src/cmd/px/10mul.s [new file with mode: 0644]
usr/src/cmd/px/12div.s [new file with mode: 0644]
usr/src/cmd/px/13mod.s [new file with mode: 0644]
usr/src/cmd/px/14neg.s [new file with mode: 0644]
usr/src/cmd/px/16dvd.s [new file with mode: 0644]
usr/src/cmd/px/17rv.s [new file with mode: 0644]
usr/src/cmd/px/20con.s [new file with mode: 0644]
usr/src/cmd/px/21rang.s [new file with mode: 0644]
usr/src/cmd/px/25set.s [new file with mode: 0644]
usr/src/cmd/px/27conv.s [new file with mode: 0644]
usr/src/cmd/px/30read.s [new file with mode: 0644]
usr/src/cmd/px/31write.s [new file with mode: 0644]
usr/src/cmd/px/32iostat.s [new file with mode: 0644]
usr/src/cmd/px/33iofile.s [new file with mode: 0644]
usr/src/cmd/px/34err.s [new file with mode: 0644]
usr/src/cmd/px/errdata [new file with mode: 0644]
usr/src/cmd/px/h01errs.h [new file with mode: 0644]
usr/src/cmd/px/h02opcs.h [new file with mode: 0644]
usr/src/cmd/px/h04aout.h [new file with mode: 0644]
usr/src/cmd/px/make.ed1 [new file with mode: 0644]
usr/src/cmd/px/make.ed2 [new file with mode: 0644]
usr/src/cmd/px/malloc.c [new file with mode: 0644]