* added compilers lcc and bcc (linux86)
commit7199eca738f3eb8a71d054b37017c66b60805d56
authorMarius Vlad <m3s0n3.14@gmail.com>
Wed, 11 Apr 2012 08:47:49 +0000 (11 11:47 +0300)
committerMarius Vlad <m3s0n3.14@gmail.com>
Wed, 11 Apr 2012 08:47:49 +0000 (11 11:47 +0300)
treeb94017e51e750817ac90543884057ed60b5f052b
parentb2de774b4a1b32cb023a532773ac5f0fe9f2011b
* added compilers lcc and bcc (linux86)
* re-ordered mtx and added minix w/ i86 support
1408 files changed:
compilers/asm/README.Id [new file with mode: 0644]
compilers/asm/cmdlib.c [new file with mode: 0644]
compilers/asm/cmdlib.h [new file with mode: 0644]
compilers/asm/lib.txt [new file with mode: 0644]
compilers/asm/mathlib.h [new file with mode: 0644]
compilers/asm/notes.txt [new file with mode: 0644]
compilers/asm/ops.txt [new file with mode: 0644]
compilers/asm/opstrings.h [new file with mode: 0644]
compilers/asm/q3asm.c [new file with mode: 0644]
compilers/lcc-4.2/CPYRIGHT [new file with mode: 0755]
compilers/lcc-4.2/LOG [new file with mode: 0755]
compilers/lcc-4.2/README [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/8q.1bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/8q.2bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/8q.sbk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/array.1bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/array.2bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/array.sbk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/cf.1bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/cf.2bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/cf.sbk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/cq.1bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/cq.2bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/cq.sbk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/cvt.1bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/cvt.2bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/cvt.sbk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/fields.1bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/fields.2bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/fields.sbk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/front.2bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/front.sbk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/incr.1bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/incr.2bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/incr.sbk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/init.1bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/init.2bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/init.sbk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/limits.1bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/limits.2bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/limits.sbk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/paranoia.1bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/paranoia.2bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/paranoia.sbk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/sort.1bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/sort.2bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/sort.sbk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/spill.1bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/spill.2bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/spill.sbk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/stdarg.1bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/stdarg.2bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/stdarg.sbk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/struct.1bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/struct.2bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/struct.sbk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/switch.1bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/switch.2bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/switch.sbk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/wf1.1bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/wf1.2bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/wf1.sbk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/yacc.1bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/yacc.2bk [new file with mode: 0755]
compilers/lcc-4.2/alpha/osf/tst/yacc.sbk [new file with mode: 0755]
compilers/lcc-4.2/cpp/cpp.c [new file with mode: 0755]
compilers/lcc-4.2/cpp/cpp.h [new file with mode: 0755]
compilers/lcc-4.2/cpp/eval.c [new file with mode: 0755]
compilers/lcc-4.2/cpp/getopt.c [new file with mode: 0755]
compilers/lcc-4.2/cpp/hideset.c [new file with mode: 0755]
compilers/lcc-4.2/cpp/include.c [new file with mode: 0755]
compilers/lcc-4.2/cpp/lex.c [new file with mode: 0755]
compilers/lcc-4.2/cpp/macro.c [new file with mode: 0755]
compilers/lcc-4.2/cpp/nlist.c [new file with mode: 0755]
compilers/lcc-4.2/cpp/tokens.c [new file with mode: 0755]
compilers/lcc-4.2/cpp/unix.c [new file with mode: 0755]
compilers/lcc-4.2/custom.mk [new file with mode: 0755]
compilers/lcc-4.2/doc/bprint.1 [new file with mode: 0755]
compilers/lcc-4.2/doc/install.html [new file with mode: 0755]
compilers/lcc-4.2/doc/lcc.1 [new file with mode: 0755]
compilers/lcc-4.2/etc/bprint.c [new file with mode: 0755]
compilers/lcc-4.2/etc/gcc-solaris.c [new file with mode: 0755]
compilers/lcc-4.2/etc/irix.c [new file with mode: 0755]
compilers/lcc-4.2/etc/lcc.c [new file with mode: 0755]
compilers/lcc-4.2/etc/linux.c [new file with mode: 0755]
compilers/lcc-4.2/etc/ops.c [new file with mode: 0755]
compilers/lcc-4.2/etc/osf.c [new file with mode: 0755]
compilers/lcc-4.2/etc/solaris.c [new file with mode: 0755]
compilers/lcc-4.2/etc/win32.c [new file with mode: 0755]
compilers/lcc-4.2/include/alpha/osf/assert.h [new file with mode: 0755]
compilers/lcc-4.2/include/alpha/osf/ctype.h [new file with mode: 0755]
compilers/lcc-4.2/include/alpha/osf/errno.h [new file with mode: 0755]
compilers/lcc-4.2/include/alpha/osf/float.h [new file with mode: 0755]
compilers/lcc-4.2/include/alpha/osf/limits.h [new file with mode: 0755]
compilers/lcc-4.2/include/alpha/osf/locale.h [new file with mode: 0755]
compilers/lcc-4.2/include/alpha/osf/math.h [new file with mode: 0755]
compilers/lcc-4.2/include/alpha/osf/setjmp.h [new file with mode: 0755]
compilers/lcc-4.2/include/alpha/osf/signal.h [new file with mode: 0755]
compilers/lcc-4.2/include/alpha/osf/stdarg.h [new file with mode: 0755]
compilers/lcc-4.2/include/alpha/osf/stddef.h [new file with mode: 0755]
compilers/lcc-4.2/include/alpha/osf/stdio.h [new file with mode: 0755]
compilers/lcc-4.2/include/alpha/osf/stdlib.h [new file with mode: 0755]
compilers/lcc-4.2/include/alpha/osf/string.h [new file with mode: 0755]
compilers/lcc-4.2/include/alpha/osf/time.h [new file with mode: 0755]
compilers/lcc-4.2/include/mips/irix/assert.h [new file with mode: 0755]
compilers/lcc-4.2/include/mips/irix/ctype.h [new file with mode: 0755]
compilers/lcc-4.2/include/mips/irix/errno.h [new file with mode: 0755]
compilers/lcc-4.2/include/mips/irix/float.h [new file with mode: 0755]
compilers/lcc-4.2/include/mips/irix/limits.h [new file with mode: 0755]
compilers/lcc-4.2/include/mips/irix/locale.h [new file with mode: 0755]
compilers/lcc-4.2/include/mips/irix/math.h [new file with mode: 0755]
compilers/lcc-4.2/include/mips/irix/setjmp.h [new file with mode: 0755]
compilers/lcc-4.2/include/mips/irix/signal.h [new file with mode: 0755]
compilers/lcc-4.2/include/mips/irix/stdarg.h [new file with mode: 0755]
compilers/lcc-4.2/include/mips/irix/stddef.h [new file with mode: 0755]
compilers/lcc-4.2/include/mips/irix/stdio.h [new file with mode: 0755]
compilers/lcc-4.2/include/mips/irix/stdlib.h [new file with mode: 0755]
compilers/lcc-4.2/include/mips/irix/string.h [new file with mode: 0755]
compilers/lcc-4.2/include/mips/irix/time.h [new file with mode: 0755]
compilers/lcc-4.2/include/sparc/solaris/assert.h [new file with mode: 0755]
compilers/lcc-4.2/include/sparc/solaris/ctype.h [new file with mode: 0755]
compilers/lcc-4.2/include/sparc/solaris/errno.h [new file with mode: 0755]
compilers/lcc-4.2/include/sparc/solaris/float.h [new file with mode: 0755]
compilers/lcc-4.2/include/sparc/solaris/limits.h [new file with mode: 0755]
compilers/lcc-4.2/include/sparc/solaris/locale.h [new file with mode: 0755]
compilers/lcc-4.2/include/sparc/solaris/math.h [new file with mode: 0755]
compilers/lcc-4.2/include/sparc/solaris/setjmp.h [new file with mode: 0755]
compilers/lcc-4.2/include/sparc/solaris/signal.h [new file with mode: 0755]
compilers/lcc-4.2/include/sparc/solaris/stdarg.h [new file with mode: 0755]
compilers/lcc-4.2/include/sparc/solaris/stddef.h [new file with mode: 0755]
compilers/lcc-4.2/include/sparc/solaris/stdio.h [new file with mode: 0755]
compilers/lcc-4.2/include/sparc/solaris/stdlib.h [new file with mode: 0755]
compilers/lcc-4.2/include/sparc/solaris/string.h [new file with mode: 0755]
compilers/lcc-4.2/include/sparc/solaris/time.h [new file with mode: 0755]
compilers/lcc-4.2/include/symbolic/irix/assert.h [new file with mode: 0755]
compilers/lcc-4.2/include/symbolic/irix/ctype.h [new file with mode: 0755]
compilers/lcc-4.2/include/symbolic/irix/errno.h [new file with mode: 0755]
compilers/lcc-4.2/include/symbolic/irix/float.h [new file with mode: 0755]
compilers/lcc-4.2/include/symbolic/irix/limits.h [new file with mode: 0755]
compilers/lcc-4.2/include/symbolic/irix/locale.h [new file with mode: 0755]
compilers/lcc-4.2/include/symbolic/irix/math.h [new file with mode: 0755]
compilers/lcc-4.2/include/symbolic/irix/setjmp.h [new file with mode: 0755]
compilers/lcc-4.2/include/symbolic/irix/signal.h [new file with mode: 0755]
compilers/lcc-4.2/include/symbolic/irix/stdarg.h [new file with mode: 0755]
compilers/lcc-4.2/include/symbolic/irix/stddef.h [new file with mode: 0755]
compilers/lcc-4.2/include/symbolic/irix/stdio.h [new file with mode: 0755]
compilers/lcc-4.2/include/symbolic/irix/stdlib.h [new file with mode: 0755]
compilers/lcc-4.2/include/symbolic/irix/string.h [new file with mode: 0755]
compilers/lcc-4.2/include/symbolic/irix/time.h [new file with mode: 0755]
compilers/lcc-4.2/include/x86/linux/assert.h [new file with mode: 0755]
compilers/lcc-4.2/include/x86/linux/float.h [new file with mode: 0755]
compilers/lcc-4.2/include/x86/linux/limits.h [new file with mode: 0755]
compilers/lcc-4.2/include/x86/linux/math.h [new file with mode: 0755]
compilers/lcc-4.2/include/x86/linux/stdarg.h [new file with mode: 0755]
compilers/lcc-4.2/lburg/gram.c [new file with mode: 0755]
compilers/lcc-4.2/lburg/gram.y [new file with mode: 0755]
compilers/lcc-4.2/lburg/lburg.1 [new file with mode: 0755]
compilers/lcc-4.2/lburg/lburg.c [new file with mode: 0755]
compilers/lcc-4.2/lburg/lburg.h [new file with mode: 0755]
compilers/lcc-4.2/lib/assert.c [new file with mode: 0755]
compilers/lcc-4.2/lib/bbexit.c [new file with mode: 0755]
compilers/lcc-4.2/lib/yynull.c [new file with mode: 0755]
compilers/lcc-4.2/makefile [new file with mode: 0755]
compilers/lcc-4.2/makefile.nt [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/8q.1bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/8q.2bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/8q.sbk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/array.1bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/array.2bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/array.sbk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/cf.1bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/cf.2bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/cf.sbk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/cq.1bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/cq.2bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/cq.sbk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/cvt.1bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/cvt.2bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/cvt.sbk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/fields.1bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/fields.2bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/fields.sbk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/front.2bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/front.sbk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/incr.2bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/incr.sbk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/init.1bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/init.2bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/init.sbk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/limits.1bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/limits.2bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/limits.sbk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/paranoia.1bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/paranoia.2bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/paranoia.sbk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/sort.1bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/sort.2bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/sort.sbk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/spill.2bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/spill.sbk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/stdarg.1bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/stdarg.2bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/stdarg.sbk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/struct.1bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/struct.2bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/struct.sbk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/switch.1bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/switch.2bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/switch.sbk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/wf1.1bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/wf1.2bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/wf1.sbk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/yacc.1bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/yacc.2bk [new file with mode: 0755]
compilers/lcc-4.2/mips/irix/tst/yacc.sbk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/8q.1bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/8q.2bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/8q.sbk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/array.1bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/array.2bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/array.sbk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/cf.1bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/cf.2bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/cf.sbk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/cq.1bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/cq.2bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/cq.sbk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/cvt.1bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/cvt.2bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/cvt.sbk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/fields.1bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/fields.2bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/fields.sbk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/front.2bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/front.sbk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/incr.1bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/incr.2bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/incr.sbk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/init.1bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/init.2bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/init.sbk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/limits.1bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/limits.2bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/limits.sbk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/paranoia.1bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/paranoia.2bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/paranoia.sbk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/sort.1bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/sort.2bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/sort.sbk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/spill.1bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/spill.2bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/spill.sbk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/stdarg.1bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/stdarg.2bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/stdarg.sbk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/struct.1bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/struct.2bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/struct.sbk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/switch.1bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/switch.2bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/switch.sbk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/wf1.1bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/wf1.2bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/wf1.sbk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/yacc.1bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/yacc.2bk [new file with mode: 0755]
compilers/lcc-4.2/sparc/solaris/tst/yacc.sbk [new file with mode: 0755]
compilers/lcc-4.2/src/alloc.c [new file with mode: 0755]
compilers/lcc-4.2/src/alpha.md [new file with mode: 0755]
compilers/lcc-4.2/src/bind.c [new file with mode: 0755]
compilers/lcc-4.2/src/bytecode.c [new file with mode: 0755]
compilers/lcc-4.2/src/c.h [new file with mode: 0755]
compilers/lcc-4.2/src/config.h [new file with mode: 0755]
compilers/lcc-4.2/src/dag.c [new file with mode: 0755]
compilers/lcc-4.2/src/dagcheck.md [new file with mode: 0755]
compilers/lcc-4.2/src/decl.c [new file with mode: 0755]
compilers/lcc-4.2/src/enode.c [new file with mode: 0755]
compilers/lcc-4.2/src/error.c [new file with mode: 0755]
compilers/lcc-4.2/src/event.c [new file with mode: 0755]
compilers/lcc-4.2/src/expr.c [new file with mode: 0755]
compilers/lcc-4.2/src/gen.c [new file with mode: 0755]
compilers/lcc-4.2/src/init.c [new file with mode: 0755]
compilers/lcc-4.2/src/inits.c [new file with mode: 0755]
compilers/lcc-4.2/src/input.c [new file with mode: 0755]
compilers/lcc-4.2/src/lex.c [new file with mode: 0755]
compilers/lcc-4.2/src/list.c [new file with mode: 0755]
compilers/lcc-4.2/src/main.c [new file with mode: 0755]
compilers/lcc-4.2/src/mips.md [new file with mode: 0755]
compilers/lcc-4.2/src/null.c [new file with mode: 0755]
compilers/lcc-4.2/src/ops.h [new file with mode: 0755]
compilers/lcc-4.2/src/output.c [new file with mode: 0755]
compilers/lcc-4.2/src/prof.c [new file with mode: 0755]
compilers/lcc-4.2/src/profio.c [new file with mode: 0755]
compilers/lcc-4.2/src/run.sh [new file with mode: 0755]
compilers/lcc-4.2/src/simp.c [new file with mode: 0755]
compilers/lcc-4.2/src/sparc.md [new file with mode: 0755]
compilers/lcc-4.2/src/stab.c [new file with mode: 0755]
compilers/lcc-4.2/src/stab.h [new file with mode: 0755]
compilers/lcc-4.2/src/stmt.c [new file with mode: 0755]
compilers/lcc-4.2/src/string.c [new file with mode: 0755]
compilers/lcc-4.2/src/sym.c [new file with mode: 0755]
compilers/lcc-4.2/src/symbolic.c [new file with mode: 0755]
compilers/lcc-4.2/src/token.h [new file with mode: 0755]
compilers/lcc-4.2/src/trace.c [new file with mode: 0755]
compilers/lcc-4.2/src/tree.c [new file with mode: 0755]
compilers/lcc-4.2/src/types.c [new file with mode: 0755]
compilers/lcc-4.2/src/x86.md [new file with mode: 0755]
compilers/lcc-4.2/src/x86linux.md [new file with mode: 0755]
compilers/lcc-4.2/tst/8q.0 [new file with mode: 0755]
compilers/lcc-4.2/tst/8q.c [new file with mode: 0755]
compilers/lcc-4.2/tst/array.0 [new file with mode: 0755]
compilers/lcc-4.2/tst/array.c [new file with mode: 0755]
compilers/lcc-4.2/tst/cf.0 [new file with mode: 0755]
compilers/lcc-4.2/tst/cf.c [new file with mode: 0755]
compilers/lcc-4.2/tst/cq.0 [new file with mode: 0755]
compilers/lcc-4.2/tst/cq.c [new file with mode: 0755]
compilers/lcc-4.2/tst/cvt.0 [new file with mode: 0755]
compilers/lcc-4.2/tst/cvt.c [new file with mode: 0755]
compilers/lcc-4.2/tst/fields.0 [new file with mode: 0755]
compilers/lcc-4.2/tst/fields.c [new file with mode: 0755]
compilers/lcc-4.2/tst/front.0 [new file with mode: 0755]
compilers/lcc-4.2/tst/front.c [new file with mode: 0755]
compilers/lcc-4.2/tst/incr.0 [new file with mode: 0755]
compilers/lcc-4.2/tst/incr.c [new file with mode: 0755]
compilers/lcc-4.2/tst/init.0 [new file with mode: 0755]
compilers/lcc-4.2/tst/init.c [new file with mode: 0755]
compilers/lcc-4.2/tst/limits.0 [new file with mode: 0755]
compilers/lcc-4.2/tst/limits.c [new file with mode: 0755]
compilers/lcc-4.2/tst/paranoia.0 [new file with mode: 0755]
compilers/lcc-4.2/tst/paranoia.c [new file with mode: 0755]
compilers/lcc-4.2/tst/sort.0 [new file with mode: 0755]
compilers/lcc-4.2/tst/sort.c [new file with mode: 0755]
compilers/lcc-4.2/tst/spill.0 [new file with mode: 0755]
compilers/lcc-4.2/tst/spill.c [new file with mode: 0755]
compilers/lcc-4.2/tst/stdarg.0 [new file with mode: 0755]
compilers/lcc-4.2/tst/stdarg.c [new file with mode: 0755]
compilers/lcc-4.2/tst/struct.0 [new file with mode: 0755]
compilers/lcc-4.2/tst/struct.c [new file with mode: 0755]
compilers/lcc-4.2/tst/switch.0 [new file with mode: 0755]
compilers/lcc-4.2/tst/switch.c [new file with mode: 0755]
compilers/lcc-4.2/tst/wf1.0 [new file with mode: 0755]
compilers/lcc-4.2/tst/wf1.c [new file with mode: 0755]
compilers/lcc-4.2/tst/yacc.0 [new file with mode: 0755]
compilers/lcc-4.2/tst/yacc.c [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/8q.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/8q.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/8q.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/array.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/array.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/array.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/cf.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/cf.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/cf.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/cq.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/cq.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/cq.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/cvt.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/cvt.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/cvt.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/fields.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/fields.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/fields.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/front.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/front.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/incr.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/incr.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/incr.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/init.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/init.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/init.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/limits.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/limits.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/limits.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/paranoia.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/paranoia.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/paranoia.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/sort.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/sort.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/sort.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/spill.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/spill.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/spill.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/stdarg.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/stdarg.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/stdarg.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/struct.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/struct.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/struct.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/switch.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/switch.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/switch.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/wf1.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/wf1.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/wf1.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/yacc.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/yacc.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/linux/tst/yacc.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/8q.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/8q.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/8q.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/array.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/array.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/array.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/cf.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/cf.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/cf.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/cq.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/cq.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/cq.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/cvt.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/cvt.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/cvt.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/fields.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/fields.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/fields.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/front.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/front.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/incr.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/incr.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/incr.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/init.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/init.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/init.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/limits.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/limits.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/limits.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/paranoia.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/paranoia.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/paranoia.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/sort.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/sort.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/sort.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/spill.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/spill.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/spill.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/stdarg.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/stdarg.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/stdarg.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/struct.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/struct.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/struct.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/switch.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/switch.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/switch.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/wf1.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/wf1.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/wf1.sbk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/yacc.1bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/yacc.2bk [new file with mode: 0755]
compilers/lcc-4.2/x86/win32/tst/yacc.sbk [new file with mode: 0755]
compilers/lcc/COPYRIGHT [new file with mode: 0644]
compilers/lcc/LOG [new file with mode: 0644]
compilers/lcc/README [new file with mode: 0644]
compilers/lcc/README.id [new file with mode: 0644]
compilers/lcc/cpp/.svn/entries [new file with mode: 0644]
compilers/lcc/cpp/.svn/text-base/cpp.c.svn-base [new file with mode: 0644]
compilers/lcc/cpp/.svn/text-base/cpp.h.svn-base [new file with mode: 0644]
compilers/lcc/cpp/.svn/text-base/eval.c.svn-base [new file with mode: 0644]
compilers/lcc/cpp/.svn/text-base/getopt.c.svn-base [new file with mode: 0644]
compilers/lcc/cpp/.svn/text-base/hideset.c.svn-base [new file with mode: 0644]
compilers/lcc/cpp/.svn/text-base/include.c.svn-base [new file with mode: 0644]
compilers/lcc/cpp/.svn/text-base/lex.c.svn-base [new file with mode: 0644]
compilers/lcc/cpp/.svn/text-base/macro.c.svn-base [new file with mode: 0644]
compilers/lcc/cpp/.svn/text-base/nlist.c.svn-base [new file with mode: 0644]
compilers/lcc/cpp/.svn/text-base/tokens.c.svn-base [new file with mode: 0644]
compilers/lcc/cpp/.svn/text-base/unix.c.svn-base [new file with mode: 0644]
compilers/lcc/cpp/cpp.c [new file with mode: 0644]
compilers/lcc/cpp/cpp.h [new file with mode: 0644]
compilers/lcc/cpp/eval.c [new file with mode: 0644]
compilers/lcc/cpp/getopt.c [new file with mode: 0644]
compilers/lcc/cpp/hideset.c [new file with mode: 0644]
compilers/lcc/cpp/include.c [new file with mode: 0644]
compilers/lcc/cpp/lex.c [new file with mode: 0644]
compilers/lcc/cpp/macro.c [new file with mode: 0644]
compilers/lcc/cpp/nlist.c [new file with mode: 0644]
compilers/lcc/cpp/tokens.c [new file with mode: 0644]
compilers/lcc/cpp/unix.c [new file with mode: 0644]
compilers/lcc/doc/.svn/entries [new file with mode: 0644]
compilers/lcc/doc/.svn/prop-base/bprint.pdf.svn-base [new file with mode: 0644]
compilers/lcc/doc/.svn/prop-base/lcc.pdf.svn-base [new file with mode: 0644]
compilers/lcc/doc/.svn/text-base/4.html.svn-base [new file with mode: 0644]
compilers/lcc/doc/.svn/text-base/bprint.1.svn-base [new file with mode: 0644]
compilers/lcc/doc/.svn/text-base/bprint.pdf.svn-base [new file with mode: 0644]
compilers/lcc/doc/.svn/text-base/install.html.svn-base [new file with mode: 0644]
compilers/lcc/doc/.svn/text-base/lcc.1.svn-base [new file with mode: 0644]
compilers/lcc/doc/.svn/text-base/lcc.pdf.svn-base [new file with mode: 0644]
compilers/lcc/doc/4.html [new file with mode: 0644]
compilers/lcc/doc/bprint.1 [new file with mode: 0644]
compilers/lcc/doc/bprint.pdf [new file with mode: 0644]
compilers/lcc/doc/install.html [new file with mode: 0644]
compilers/lcc/doc/lcc.1 [new file with mode: 0644]
compilers/lcc/doc/lcc.pdf [new file with mode: 0644]
compilers/lcc/etc/.svn/entries [new file with mode: 0644]
compilers/lcc/etc/.svn/text-base/bytecode.c.svn-base [new file with mode: 0644]
compilers/lcc/etc/.svn/text-base/lcc.c.svn-base [new file with mode: 0644]
compilers/lcc/etc/bytecode.c [new file with mode: 0644]
compilers/lcc/etc/lcc.c [new file with mode: 0644]
compilers/lcc/lburg/.svn/entries [new file with mode: 0644]
compilers/lcc/lburg/.svn/text-base/gram.c.svn-base [new file with mode: 0644]
compilers/lcc/lburg/.svn/text-base/gram.y.svn-base [new file with mode: 0644]
compilers/lcc/lburg/.svn/text-base/lburg.1.svn-base [new file with mode: 0644]
compilers/lcc/lburg/.svn/text-base/lburg.c.svn-base [new file with mode: 0644]
compilers/lcc/lburg/.svn/text-base/lburg.h.svn-base [new file with mode: 0644]
compilers/lcc/lburg/gram.c [new file with mode: 0644]
compilers/lcc/lburg/gram.y [new file with mode: 0644]
compilers/lcc/lburg/lburg.1 [new file with mode: 0644]
compilers/lcc/lburg/lburg.c [new file with mode: 0644]
compilers/lcc/lburg/lburg.h [new file with mode: 0644]
compilers/lcc/src/.svn/entries [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/alloc.c.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/bind.c.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/bytecode.c.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/c.h.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/config.h.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/dag.c.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/dagcheck.md.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/decl.c.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/enode.c.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/error.c.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/event.c.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/expr.c.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/gen.c.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/init.c.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/inits.c.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/input.c.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/lex.c.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/list.c.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/main.c.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/null.c.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/output.c.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/prof.c.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/profio.c.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/simp.c.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/stmt.c.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/string.c.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/sym.c.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/symbolic.c.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/token.h.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/trace.c.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/tree.c.svn-base [new file with mode: 0644]
compilers/lcc/src/.svn/text-base/types.c.svn-base [new file with mode: 0644]
compilers/lcc/src/alloc.c [new file with mode: 0644]
compilers/lcc/src/bind.c [new file with mode: 0644]
compilers/lcc/src/bytecode.c [new file with mode: 0644]
compilers/lcc/src/c.h [new file with mode: 0644]
compilers/lcc/src/config.h [new file with mode: 0644]
compilers/lcc/src/dag.c [new file with mode: 0644]
compilers/lcc/src/dagcheck.md [new file with mode: 0644]
compilers/lcc/src/decl.c [new file with mode: 0644]
compilers/lcc/src/enode.c [new file with mode: 0644]
compilers/lcc/src/error.c [new file with mode: 0644]
compilers/lcc/src/event.c [new file with mode: 0644]
compilers/lcc/src/expr.c [new file with mode: 0644]
compilers/lcc/src/gen.c [new file with mode: 0644]
compilers/lcc/src/init.c [new file with mode: 0644]
compilers/lcc/src/inits.c [new file with mode: 0644]
compilers/lcc/src/input.c [new file with mode: 0644]
compilers/lcc/src/lex.c [new file with mode: 0644]
compilers/lcc/src/list.c [new file with mode: 0644]
compilers/lcc/src/main.c [new file with mode: 0644]
compilers/lcc/src/null.c [new file with mode: 0644]
compilers/lcc/src/output.c [new file with mode: 0644]
compilers/lcc/src/prof.c [new file with mode: 0644]
compilers/lcc/src/profio.c [new file with mode: 0644]
compilers/lcc/src/simp.c [new file with mode: 0644]
compilers/lcc/src/stmt.c [new file with mode: 0644]
compilers/lcc/src/string.c [new file with mode: 0644]
compilers/lcc/src/sym.c [new file with mode: 0644]
compilers/lcc/src/symbolic.c [new file with mode: 0644]
compilers/lcc/src/token.h [new file with mode: 0644]
compilers/lcc/src/trace.c [new file with mode: 0644]
compilers/lcc/src/tree.c [new file with mode: 0644]
compilers/lcc/src/types.c [new file with mode: 0644]
compilers/linux86-0.16.17/COPYING [new file with mode: 0644]
compilers/linux86-0.16.17/Changes [new file with mode: 0644]
compilers/linux86-0.16.17/Contributors [new file with mode: 0644]
compilers/linux86-0.16.17/GNUmakefile [new file with mode: 0644]
compilers/linux86-0.16.17/MAGIC [new file with mode: 0644]
compilers/linux86-0.16.17/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/Mk_dist [new file with mode: 0644]
compilers/linux86-0.16.17/README [new file with mode: 0644]
compilers/linux86-0.16.17/ar/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/ar/alloca.c [new file with mode: 0644]
compilers/linux86-0.16.17/ar/ar.c [new file with mode: 0644]
compilers/linux86-0.16.17/as/6809/const.h [new file with mode: 0644]
compilers/linux86-0.16.17/as/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/as/address.h [new file with mode: 0644]
compilers/linux86-0.16.17/as/align.h [new file with mode: 0644]
compilers/linux86-0.16.17/as/alloc.c [new file with mode: 0644]
compilers/linux86-0.16.17/as/as.c [new file with mode: 0644]
compilers/linux86-0.16.17/as/as86_encap.sh [new file with mode: 0644]
compilers/linux86-0.16.17/as/as86_to_data [new file with mode: 0644]
compilers/linux86-0.16.17/as/asm/calljmp.asm [new file with mode: 0644]
compilers/linux86-0.16.17/as/asm/ea.asm [new file with mode: 0644]
compilers/linux86-0.16.17/as/asm/each.asm [new file with mode: 0644]
compilers/linux86-0.16.17/as/asm/easlow.as [new file with mode: 0644]
compilers/linux86-0.16.17/as/asm/f.asm [new file with mode: 0644]
compilers/linux86-0.16.17/as/asm/fadd.asm [new file with mode: 0644]
compilers/linux86-0.16.17/as/asm/farcall.asm [new file with mode: 0644]
compilers/linux86-0.16.17/as/asm/group1.asm [new file with mode: 0644]
compilers/linux86-0.16.17/as/asm/group6.asm [new file with mode: 0644]
compilers/linux86-0.16.17/as/asm/group7.asm [new file with mode: 0644]
compilers/linux86-0.16.17/as/asm/imul.asm [new file with mode: 0644]
compilers/linux86-0.16.17/as/asm/incdec.asm [new file with mode: 0644]
compilers/linux86-0.16.17/as/asm/inher.asm [new file with mode: 0644]
compilers/linux86-0.16.17/as/asm/inout.asm [new file with mode: 0644]
compilers/linux86-0.16.17/as/asm/movspec.asm [new file with mode: 0644]
compilers/linux86-0.16.17/as/asm/pushpop.asm [new file with mode: 0644]
compilers/linux86-0.16.17/as/asm/seg.asm [new file with mode: 0644]
compilers/linux86-0.16.17/as/asm/shdouble.asm [new file with mode: 0644]
compilers/linux86-0.16.17/as/asm/shift.asm [new file with mode: 0644]
compilers/linux86-0.16.17/as/asm/summary.as [new file with mode: 0644]
compilers/linux86-0.16.17/as/asm/xchg.asm [new file with mode: 0644]
compilers/linux86-0.16.17/as/assemble.c [new file with mode: 0644]
compilers/linux86-0.16.17/as/bin/calljmp.bin [new file with mode: 0644]
compilers/linux86-0.16.17/as/bin/ea.bin [new file with mode: 0644]
compilers/linux86-0.16.17/as/bin/each.bin [new file with mode: 0644]
compilers/linux86-0.16.17/as/bin/f.bin [new file with mode: 0644]
compilers/linux86-0.16.17/as/bin/fadd.bin [new file with mode: 0644]
compilers/linux86-0.16.17/as/bin/farcall.bin [new file with mode: 0644]
compilers/linux86-0.16.17/as/bin/group1.bin [new file with mode: 0644]
compilers/linux86-0.16.17/as/bin/group6.bin [new file with mode: 0644]
compilers/linux86-0.16.17/as/bin/group7.bin [new file with mode: 0644]
compilers/linux86-0.16.17/as/bin/imul.bin [new file with mode: 0644]
compilers/linux86-0.16.17/as/bin/incdec.bin [new file with mode: 0644]
compilers/linux86-0.16.17/as/bin/inher.bin [new file with mode: 0644]
compilers/linux86-0.16.17/as/bin/inout.bin [new file with mode: 0644]
compilers/linux86-0.16.17/as/bin/movspec.bin [new file with mode: 0644]
compilers/linux86-0.16.17/as/bin/pushpop.bin [new file with mode: 0644]
compilers/linux86-0.16.17/as/bin/seg.bin [new file with mode: 0644]
compilers/linux86-0.16.17/as/bin/shdouble.bin [new file with mode: 0644]
compilers/linux86-0.16.17/as/bin/shift.bin [new file with mode: 0644]
compilers/linux86-0.16.17/as/bin/xchg.bin [new file with mode: 0644]
compilers/linux86-0.16.17/as/byteord.h [new file with mode: 0644]
compilers/linux86-0.16.17/as/chk [new file with mode: 0755]
compilers/linux86-0.16.17/as/const.h [new file with mode: 0644]
compilers/linux86-0.16.17/as/errors.c [new file with mode: 0644]
compilers/linux86-0.16.17/as/errors.h [new file with mode: 0644]
compilers/linux86-0.16.17/as/express.c [new file with mode: 0644]
compilers/linux86-0.16.17/as/file.h [new file with mode: 0644]
compilers/linux86-0.16.17/as/flag.h [new file with mode: 0644]
compilers/linux86-0.16.17/as/genbin.c [new file with mode: 0644]
compilers/linux86-0.16.17/as/genlist.c [new file with mode: 0644]
compilers/linux86-0.16.17/as/genobj.c [new file with mode: 0644]
compilers/linux86-0.16.17/as/gensym.c [new file with mode: 0644]
compilers/linux86-0.16.17/as/globvar.h [new file with mode: 0644]
compilers/linux86-0.16.17/as/keywords.c [new file with mode: 0644]
compilers/linux86-0.16.17/as/macro.c [new file with mode: 0644]
compilers/linux86-0.16.17/as/macro.h [new file with mode: 0644]
compilers/linux86-0.16.17/as/mops.c [new file with mode: 0644]
compilers/linux86-0.16.17/as/obj1/calljmp.obj [new file with mode: 0644]
compilers/linux86-0.16.17/as/obj1/ea.obj [new file with mode: 0644]
compilers/linux86-0.16.17/as/obj1/each.obj [new file with mode: 0644]
compilers/linux86-0.16.17/as/obj1/f.obj [new file with mode: 0644]
compilers/linux86-0.16.17/as/obj1/fadd.obj [new file with mode: 0644]
compilers/linux86-0.16.17/as/obj1/farcall.obj [new file with mode: 0644]
compilers/linux86-0.16.17/as/obj1/group1.obj [new file with mode: 0644]
compilers/linux86-0.16.17/as/obj1/group6.obj [new file with mode: 0644]
compilers/linux86-0.16.17/as/obj1/group7.obj [new file with mode: 0644]
compilers/linux86-0.16.17/as/obj1/imul.obj [new file with mode: 0644]
compilers/linux86-0.16.17/as/obj1/incdec.obj [new file with mode: 0644]
compilers/linux86-0.16.17/as/obj1/inher.obj [new file with mode: 0644]
compilers/linux86-0.16.17/as/obj1/inout.obj [new file with mode: 0644]
compilers/linux86-0.16.17/as/obj1/movspec.obj [new file with mode: 0644]
compilers/linux86-0.16.17/as/obj1/pushpop.obj [new file with mode: 0644]
compilers/linux86-0.16.17/as/obj1/seg.obj [new file with mode: 0644]
compilers/linux86-0.16.17/as/obj1/shdouble.obj [new file with mode: 0644]
compilers/linux86-0.16.17/as/obj1/shift.obj [new file with mode: 0644]
compilers/linux86-0.16.17/as/obj1/xchg.obj [new file with mode: 0644]
compilers/linux86-0.16.17/as/opcode.h [new file with mode: 0644]
compilers/linux86-0.16.17/as/pops.c [new file with mode: 0644]
compilers/linux86-0.16.17/as/proto.h [new file with mode: 0644]
compilers/linux86-0.16.17/as/readsrc.c [new file with mode: 0644]
compilers/linux86-0.16.17/as/scan.c [new file with mode: 0644]
compilers/linux86-0.16.17/as/scan.h [new file with mode: 0644]
compilers/linux86-0.16.17/as/source.h [new file with mode: 0644]
compilers/linux86-0.16.17/as/syshead.h [new file with mode: 0644]
compilers/linux86-0.16.17/as/table.c [new file with mode: 0644]
compilers/linux86-0.16.17/as/type.h [new file with mode: 0644]
compilers/linux86-0.16.17/as/typeconv.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/6809/const.h [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/align.h [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/assign.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/bcc-cc1.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/bcc.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/bcc.doc [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/bcc.h [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/byteord.h [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/codefrag.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/condcode.h [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/const.h [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/dbnode.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/dbprintf.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/debug.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/debug.h [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/declare.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/express.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/exptree.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/floatop.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/function.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/gencode.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/gencode.h [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/genloads.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/glogcode.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/hardop.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/hashcmd.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/input.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/input.h [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/label.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/label.h [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/loadexp.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/longop.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/os.h [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/output.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/output.h [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/parse.h [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/preproc.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/preserve.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/proto.h [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/reg.h [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/sc.h [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/scan.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/scan.h [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/sizes.h [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/softop.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/state.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/sysproto.h [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/table.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/table.h [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/type.c [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/type.h [new file with mode: 0644]
compilers/linux86-0.16.17/bcc/types.h [new file with mode: 0644]
compilers/linux86-0.16.17/bin86/ChangeLog [new file with mode: 0644]
compilers/linux86-0.16.17/bin86/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/bin86/README [new file with mode: 0644]
compilers/linux86-0.16.17/bin86/README-0.4 [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/README [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/bb_init1.s [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/bb_init2.s [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/bb_linux.s [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/boot_fpy.s [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/boot_win.c [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/buffer.c [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/bzimage.c [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/commands.c [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/fs.c [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/fs_dos.c [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/fs_min.c [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/fs_tar.c [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/help.c [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/i86_funcs.c [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/i86_funcs.h [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/killhd.s [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/lsys.c [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/makeboot.c [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/mbr.s [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/minix.c [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/minix.h [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/minix_elks.c [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/monitor.c [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/monitor.h [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/msdos.s [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/noboot.s [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/readfs.h [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/relocate.c [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/skip.s [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/sysboot.s [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/tarboot.s [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/unix.c [new file with mode: 0644]
compilers/linux86-0.16.17/bootblocks/zimage.s [new file with mode: 0644]
compilers/linux86-0.16.17/copt/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/copt/README [new file with mode: 0644]
compilers/linux86-0.16.17/copt/copt.c [new file with mode: 0644]
compilers/linux86-0.16.17/copt/rules.186 [new file with mode: 0644]
compilers/linux86-0.16.17/copt/rules.386 [new file with mode: 0644]
compilers/linux86-0.16.17/copt/rules.86 [new file with mode: 0644]
compilers/linux86-0.16.17/copt/rules.end [new file with mode: 0644]
compilers/linux86-0.16.17/copt/rules.i [new file with mode: 0644]
compilers/linux86-0.16.17/copt/rules.net [new file with mode: 0644]
compilers/linux86-0.16.17/copt/rules.start [new file with mode: 0644]
compilers/linux86-0.16.17/cpp/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/cpp/cc.h [new file with mode: 0644]
compilers/linux86-0.16.17/cpp/cpp.c [new file with mode: 0644]
compilers/linux86-0.16.17/cpp/hash.c [new file with mode: 0644]
compilers/linux86-0.16.17/cpp/main.c [new file with mode: 0644]
compilers/linux86-0.16.17/cpp/token1.c [new file with mode: 0644]
compilers/linux86-0.16.17/cpp/token1.h [new file with mode: 0644]
compilers/linux86-0.16.17/cpp/token1.tok [new file with mode: 0644]
compilers/linux86-0.16.17/cpp/token2.c [new file with mode: 0644]
compilers/linux86-0.16.17/cpp/token2.h [new file with mode: 0644]
compilers/linux86-0.16.17/cpp/token2.tok [new file with mode: 0644]
compilers/linux86-0.16.17/cpp/torture.c [new file with mode: 0644]
compilers/linux86-0.16.17/debian/changelog [new file with mode: 0644]
compilers/linux86-0.16.17/debian/control [new file with mode: 0644]
compilers/linux86-0.16.17/debian/copyright.bcc [new file with mode: 0644]
compilers/linux86-0.16.17/debian/copyright.bin86 [new file with mode: 0644]
compilers/linux86-0.16.17/debian/copyright.elks-libc [new file with mode: 0644]
compilers/linux86-0.16.17/debian/lintian.overrides [new file with mode: 0644]
compilers/linux86-0.16.17/debian/rules [new file with mode: 0755]
compilers/linux86-0.16.17/dis88/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/dis88/README [new file with mode: 0644]
compilers/linux86-0.16.17/dis88/ansi.h [new file with mode: 0644]
compilers/linux86-0.16.17/dis88/dis.h [new file with mode: 0644]
compilers/linux86-0.16.17/dis88/dis88.1 [new file with mode: 0644]
compilers/linux86-0.16.17/dis88/disfp.c [new file with mode: 0644]
compilers/linux86-0.16.17/dis88/dishand.c [new file with mode: 0644]
compilers/linux86-0.16.17/dis88/dismain.c [new file with mode: 0644]
compilers/linux86-0.16.17/dis88/disrel.c [new file with mode: 0644]
compilers/linux86-0.16.17/dis88/distabs.c [new file with mode: 0644]
compilers/linux86-0.16.17/dis88/old_a.out.h [new file with mode: 0644]
compilers/linux86-0.16.17/doselks/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/doselks/coroutine.c [new file with mode: 0644]
compilers/linux86-0.16.17/doselks/doselks.c [new file with mode: 0644]
compilers/linux86-0.16.17/doselks/doselks.h [new file with mode: 0644]
compilers/linux86-0.16.17/doselks/syscalls.c [new file with mode: 0644]
compilers/linux86-0.16.17/doselks/syscalls.h [new file with mode: 0644]
compilers/linux86-0.16.17/elksemu/Kernel_patch [new file with mode: 0644]
compilers/linux86-0.16.17/elksemu/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/elksemu/README [new file with mode: 0644]
compilers/linux86-0.16.17/elksemu/Security [new file with mode: 0644]
compilers/linux86-0.16.17/elksemu/binfmt_elks.c [new file with mode: 0644]
compilers/linux86-0.16.17/elksemu/elks.c [new file with mode: 0644]
compilers/linux86-0.16.17/elksemu/elks.h [new file with mode: 0644]
compilers/linux86-0.16.17/elksemu/elks_signal.c [new file with mode: 0644]
compilers/linux86-0.16.17/elksemu/elks_sys.c [new file with mode: 0644]
compilers/linux86-0.16.17/elksemu/minix.c [new file with mode: 0644]
compilers/linux86-0.16.17/elksemu/mkefile [new file with mode: 0644]
compilers/linux86-0.16.17/ifdef.c [new file with mode: 0644]
compilers/linux86-0.16.17/ld/6809/config.h [new file with mode: 0644]
compilers/linux86-0.16.17/ld/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/ld/align.h [new file with mode: 0644]
compilers/linux86-0.16.17/ld/bindef.h [new file with mode: 0644]
compilers/linux86-0.16.17/ld/byteord.h [new file with mode: 0644]
compilers/linux86-0.16.17/ld/catimage.c [new file with mode: 0644]
compilers/linux86-0.16.17/ld/config.h [new file with mode: 0644]
compilers/linux86-0.16.17/ld/const.h [new file with mode: 0644]
compilers/linux86-0.16.17/ld/dumps.c [new file with mode: 0644]
compilers/linux86-0.16.17/ld/globvar.h [new file with mode: 0644]
compilers/linux86-0.16.17/ld/io.c [new file with mode: 0644]
compilers/linux86-0.16.17/ld/ld.c [new file with mode: 0644]
compilers/linux86-0.16.17/ld/ld86r.c [new file with mode: 0644]
compilers/linux86-0.16.17/ld/linksyms.c [new file with mode: 0644]
compilers/linux86-0.16.17/ld/mkar.c [new file with mode: 0644]
compilers/linux86-0.16.17/ld/obj.h [new file with mode: 0644]
compilers/linux86-0.16.17/ld/objchop.c [new file with mode: 0644]
compilers/linux86-0.16.17/ld/objdump86.c [new file with mode: 0644]
compilers/linux86-0.16.17/ld/readobj.c [new file with mode: 0644]
compilers/linux86-0.16.17/ld/rel_aout.h [new file with mode: 0644]
compilers/linux86-0.16.17/ld/syshead.h [new file with mode: 0644]
compilers/linux86-0.16.17/ld/table.c [new file with mode: 0644]
compilers/linux86-0.16.17/ld/type.h [new file with mode: 0644]
compilers/linux86-0.16.17/ld/typeconv.c [new file with mode: 0644]
compilers/linux86-0.16.17/ld/writebin.c [new file with mode: 0644]
compilers/linux86-0.16.17/ld/writeemu.c [new file with mode: 0644]
compilers/linux86-0.16.17/ld/writex86.c [new file with mode: 0644]
compilers/linux86-0.16.17/ld/x86_aout.h [new file with mode: 0644]
compilers/linux86-0.16.17/ld/x86_cpm86.h [new file with mode: 0644]
compilers/linux86-0.16.17/libbsd/Make.defs [new file with mode: 0644]
compilers/linux86-0.16.17/libbsd/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/libbsd/README [new file with mode: 0644]
compilers/linux86-0.16.17/libbsd/README.HLU [new file with mode: 0644]
compilers/linux86-0.16.17/libbsd/cfsetspeed.c [new file with mode: 0644]
compilers/linux86-0.16.17/libbsd/checkrhosts.c [new file with mode: 0644]
compilers/linux86-0.16.17/libbsd/daemon.c [new file with mode: 0644]
compilers/linux86-0.16.17/libbsd/login_tty.c [new file with mode: 0644]
compilers/linux86-0.16.17/libbsd/logout.c [new file with mode: 0644]
compilers/linux86-0.16.17/libbsd/logwtmp.c [new file with mode: 0644]
compilers/linux86-0.16.17/libbsd/pty.c [new file with mode: 0644]
compilers/linux86-0.16.17/libbsd/revoke.c [new file with mode: 0644]
compilers/linux86-0.16.17/libbsd/setpassent.c [new file with mode: 0644]
compilers/linux86-0.16.17/libbsd/sgtty.c [new file with mode: 0644]
compilers/linux86-0.16.17/libbsd/snprintf.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/COPYING [new file with mode: 0644]
compilers/linux86-0.16.17/libc/Config.dflt [new file with mode: 0644]
compilers/linux86-0.16.17/libc/Config_sh [new file with mode: 0644]
compilers/linux86-0.16.17/libc/KERNEL [new file with mode: 0644]
compilers/linux86-0.16.17/libc/Make.defs [new file with mode: 0644]
compilers/linux86-0.16.17/libc/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/libc/New_subdir [new file with mode: 0755]
compilers/linux86-0.16.17/libc/Pre_main [new file with mode: 0644]
compilers/linux86-0.16.17/libc/README [new file with mode: 0644]
compilers/linux86-0.16.17/libc/bcc/Config [new file with mode: 0644]
compilers/linux86-0.16.17/libc/bcc/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/libc/bcc/__ldivmod.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/bcc/alloca.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/bcc/bcc_bsw.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/bcc/bcc_i386.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/bcc/bcc_int.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/bcc/bcc_io.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/bcc/bcc_long.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/bcc/heap.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/bcc/ldiv.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/bios/Config [new file with mode: 0644]
compilers/linux86-0.16.17/libc/bios/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/libc/bios/README [new file with mode: 0644]
compilers/linux86-0.16.17/libc/bios/ansi.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/bios/bios.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/bios/bios_disk.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/bios/bios_min.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/bios/bios_vid.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/bios/fileops.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/bios/fs_dos.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/bios/io.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/bios/rawio.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/bios/rawio.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/bios/time.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/bios/vt52.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/conio/Config [new file with mode: 0644]
compilers/linux86-0.16.17/libc/conio/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/libc/conio/conio.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/conio/cprintf.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/crt0.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/error/Config [new file with mode: 0644]
compilers/linux86-0.16.17/libc/error/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/libc/error/README [new file with mode: 0644]
compilers/linux86-0.16.17/libc/error/__assert.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/error/error.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/error/error2.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/error/liberror.txt [new file with mode: 0644]
compilers/linux86-0.16.17/libc/error/mktab.sh [new file with mode: 0644]
compilers/linux86-0.16.17/libc/error/perror.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/error/sys_errlist.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/error/sys_siglist.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/getent/Config [new file with mode: 0644]
compilers/linux86-0.16.17/libc/getent/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/libc/getent/__getgrent.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/getent/__getpwent.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/getent/config-grp.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/getent/config.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/getent/fgetgrent.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/getent/fgetpwent.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/getent/getgrgid.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/getent/getgrnam.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/getent/getpw.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/getent/getpwnam.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/getent/getpwuid.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/getent/grent.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/getent/initgroups.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/getent/putpwent.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/getent/pwent.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/getent/test_grp.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/getent/test_pwd.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/getent/utent.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/gnu_i386/Config [new file with mode: 0644]
compilers/linux86-0.16.17/libc/gnu_i386/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/libc/gnu_i386/cstartup.s [new file with mode: 0644]
compilers/linux86-0.16.17/libc/gnu_i386/dirent.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/gnu_i386/exec.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/gnu_i386/heap.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/gnu_i386/mksyscall [new file with mode: 0644]
compilers/linux86-0.16.17/libc/gnu_i386/syscall.dat [new file with mode: 0644]
compilers/linux86-0.16.17/libc/gnu_i386/syscall.s [new file with mode: 0644]
compilers/linux86-0.16.17/libc/gtermcap/COPYING [new file with mode: 0644]
compilers/linux86-0.16.17/libc/gtermcap/ChangeLog [new file with mode: 0644]
compilers/linux86-0.16.17/libc/gtermcap/Config [new file with mode: 0644]
compilers/linux86-0.16.17/libc/gtermcap/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/libc/gtermcap/Makefile.old [new file with mode: 0644]
compilers/linux86-0.16.17/libc/gtermcap/NEWS [new file with mode: 0644]
compilers/linux86-0.16.17/libc/gtermcap/README [new file with mode: 0644]
compilers/linux86-0.16.17/libc/gtermcap/termcap.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/gtermcap/tparam.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/gtermcap/version.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386fp/Config [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386fp/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386fp/bccfp.tex [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386fp/changes [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386fp/ecvt.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386fp/fabs.x [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386fp/fadd.x [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386fp/fcomp.x [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386fp/fdiv.x [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386fp/fmul.x [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386fp/fpbsr.x [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386fp/fperr.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386fp/fperr.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386fp/fperror.x [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386fp/fplib.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386fp/fptoi.x [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386fp/fpulld.x [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386fp/fpullf.x [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386fp/fpushd.x [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386fp/fpushf.x [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386fp/fpushi.x [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386fp/frexp.x [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386fp/ftst.x [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386fp/ldexp.x [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386fp/modf.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386fp/test.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386sys/Config [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386sys/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386sys/cstartup.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386sys/dirent.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386sys/exec.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386sys/mksyscall [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386sys/setjmp3.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/i386sys/syscall.dat [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/a.out.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/ar.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/asm/limits.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/asm/types.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/assert.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/bios.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/bsd/bsd.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/bsd/errno.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/bsd/sgtty.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/bsd/signal.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/bsd/stdlib.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/bsd/sys/ttychars.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/bsd/tzfile.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/bsd/unistd.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/conio.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/ctype.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/dirent.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/dos.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/errno.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/fcntl.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/features.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/generic/errno.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/generic/fcntl.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/generic/types.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/getopt.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/grp.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/limits.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/linux/errno.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/linux/fcntl.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/linux/ioctl.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/linux/mman.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/linux/resource.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/linux/stat.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/linux/termios.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/linux/types.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/linux/utsname.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/linux/vm86.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/math.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/memory.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/msdos/errno.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/msdos/fcntl.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/msdos/types.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/paths.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/pwd.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/search.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/setjmp.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/signal.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/stdarg.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/stddef.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/stdlib.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/strings.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/sys/cdefs.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/sys/errno.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/sys/fcntl.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/sys/file.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/sys/ioctl.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/sys/mman.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/sys/param.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/sys/resource.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/sys/signal.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/sys/socket.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/sys/stat.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/sys/time.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/sys/times.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/sys/types.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/sys/utsname.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/sys/vm86.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/sys/wait.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/termcap.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/termio.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/termios.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/time.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/unistd.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/utime.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/utmp.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/include/varargs.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/kinclude/Config [new file with mode: 0644]
compilers/linux86-0.16.17/libc/kinclude/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/libc/kinclude/arch/errno.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/kinclude/arch/ioctl.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/kinclude/arch/stat.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/kinclude/arch/types.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/kinclude/linuxmt/errno.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/kinclude/linuxmt/fcntl.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/kinclude/linuxmt/ioctl.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/kinclude/linuxmt/resource.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/kinclude/linuxmt/stat.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/kinclude/linuxmt/termios.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/kinclude/linuxmt/types.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/malloc/Config [new file with mode: 0644]
compilers/linux86-0.16.17/libc/malloc/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/libc/malloc/README [new file with mode: 0644]
compilers/linux86-0.16.17/libc/malloc/malloc.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/malloc/malloc.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/Config [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/aliases.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/atexit.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/atof.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/atoi.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/atol.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/bsearch.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/cputype.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/crypt.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/ctype.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/ctypefn.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/getcwd.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/getenv.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/getopt.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/itoa.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/lsearch.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/ltoa.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/ltostr.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/popen.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/putenv.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/qsort.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/rand.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/setenv.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/strtod.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/strtol.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/syslib.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/system.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/misc/tmpnam.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/msdos/Config [new file with mode: 0644]
compilers/linux86-0.16.17/libc/msdos/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/libc/msdos/Notes [new file with mode: 0644]
compilers/linux86-0.16.17/libc/msdos/TODO [new file with mode: 0644]
compilers/linux86-0.16.17/libc/msdos/dirent.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/msdos/dosound.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/msdos/i86.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/msdos/intr.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/msdos/msdos.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/msdos/mslib.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/msdos/new86.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/msdos/sound.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/msdos/time.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/regexp/Config [new file with mode: 0644]
compilers/linux86-0.16.17/libc/regexp/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/libc/regexp/Makefile.org [new file with mode: 0644]
compilers/linux86-0.16.17/libc/regexp/README [new file with mode: 0644]
compilers/linux86-0.16.17/libc/regexp/README.rdb [new file with mode: 0644]
compilers/linux86-0.16.17/libc/regexp/patch.1 [new file with mode: 0644]
compilers/linux86-0.16.17/libc/regexp/patch.2 [new file with mode: 0644]
compilers/linux86-0.16.17/libc/regexp/patch.3 [new file with mode: 0644]
compilers/linux86-0.16.17/libc/regexp/patch.4 [new file with mode: 0644]
compilers/linux86-0.16.17/libc/regexp/regerror.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/regexp/regexp.3 [new file with mode: 0644]
compilers/linux86-0.16.17/libc/regexp/regexp.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/regexp/regexp.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/regexp/regmagic.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/regexp/regsub.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/regexp/tests [new file with mode: 0644]
compilers/linux86-0.16.17/libc/regexp/timer.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/regexp/try.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/stdio/Config [new file with mode: 0644]
compilers/linux86-0.16.17/libc/stdio/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/libc/stdio/printf.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/stdio/scanf.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/stdio/stdio.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/stdio/stdio.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/string/Config [new file with mode: 0644]
compilers/linux86-0.16.17/libc/string/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/libc/string/strcasecmp.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/string/strcspn.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/string/string.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/string/string.h [new file with mode: 0644]
compilers/linux86-0.16.17/libc/string/strncasecmp.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/string/strpbrk.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/string/strsep.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/string/strspn.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/string/strstr.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/string/strtok.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/syscall/Config [new file with mode: 0644]
compilers/linux86-0.16.17/libc/syscall/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/libc/syscall/TODO [new file with mode: 0644]
compilers/linux86-0.16.17/libc/syscall/dirent.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/syscall/exec.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/syscall/mkentry.sh [new file with mode: 0644]
compilers/linux86-0.16.17/libc/syscall/mksyscall [new file with mode: 0644]
compilers/linux86-0.16.17/libc/syscall/setjmp.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/syscall/signal.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/syscall/syscall.dev86 [new file with mode: 0644]
compilers/linux86-0.16.17/libc/syscall/syscall.dev86.old [new file with mode: 0644]
compilers/linux86-0.16.17/libc/syscall/syslib0.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/termios/Config [new file with mode: 0644]
compilers/linux86-0.16.17/libc/termios/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/libc/termios/README [new file with mode: 0644]
compilers/linux86-0.16.17/libc/termios/termios.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/termios/ttyname.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/time/Config [new file with mode: 0644]
compilers/linux86-0.16.17/libc/time/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/libc/time/README [new file with mode: 0644]
compilers/linux86-0.16.17/libc/time/asc_conv.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/time/asctime.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/time/ctime.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/time/gmtime.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/time/localtime.c [new file with mode: 0644]
compilers/linux86-0.16.17/libc/time/tm_conv.c [new file with mode: 0644]
compilers/linux86-0.16.17/libcompat [new file with mode: 0644]
compilers/linux86-0.16.17/makefile.in [new file with mode: 0644]
compilers/linux86-0.16.17/man/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/man/ar86.1 [new file with mode: 0644]
compilers/linux86-0.16.17/man/as86.1 [new file with mode: 0644]
compilers/linux86-0.16.17/man/bcc.1 [new file with mode: 0644]
compilers/linux86-0.16.17/man/elks.1 [new file with mode: 0644]
compilers/linux86-0.16.17/man/elksemu.1 [new file with mode: 0644]
compilers/linux86-0.16.17/man/ld86.1 [new file with mode: 0644]
compilers/linux86-0.16.17/man/objdump86.1 [new file with mode: 0644]
compilers/linux86-0.16.17/mkcompile [new file with mode: 0644]
compilers/linux86-0.16.17/tests/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/tests/README [new file with mode: 0644]
compilers/linux86-0.16.17/tests/compr.c [new file with mode: 0644]
compilers/linux86-0.16.17/tests/env.c [new file with mode: 0644]
compilers/linux86-0.16.17/tests/ft.c [new file with mode: 0644]
compilers/linux86-0.16.17/tests/grab.c [new file with mode: 0644]
compilers/linux86-0.16.17/tests/hd.c [new file with mode: 0644]
compilers/linux86-0.16.17/tests/line2.c [new file with mode: 0644]
compilers/linux86-0.16.17/tests/lines.c [new file with mode: 0644]
compilers/linux86-0.16.17/tests/ouch.c [new file with mode: 0644]
compilers/linux86-0.16.17/tests/rand.c [new file with mode: 0644]
compilers/linux86-0.16.17/tests/sync.c [new file with mode: 0644]
compilers/linux86-0.16.17/tests/ucomp.c [new file with mode: 0644]
compilers/linux86-0.16.17/tests/wc.c [new file with mode: 0644]
compilers/linux86-0.16.17/unproto/Makefile [new file with mode: 0644]
compilers/linux86-0.16.17/unproto/Makefile.old [new file with mode: 0644]
compilers/linux86-0.16.17/unproto/README [new file with mode: 0644]
compilers/linux86-0.16.17/unproto/Sharheader [new file with mode: 0644]
compilers/linux86-0.16.17/unproto/acc.sh [new file with mode: 0644]
compilers/linux86-0.16.17/unproto/cpp.sh [new file with mode: 0644]
compilers/linux86-0.16.17/unproto/error.c [new file with mode: 0644]
compilers/linux86-0.16.17/unproto/error.h [new file with mode: 0644]
compilers/linux86-0.16.17/unproto/example.c [new file with mode: 0644]
compilers/linux86-0.16.17/unproto/example.out [new file with mode: 0644]
compilers/linux86-0.16.17/unproto/hash.c [new file with mode: 0644]
compilers/linux86-0.16.17/unproto/stdarg.h [new file with mode: 0644]
compilers/linux86-0.16.17/unproto/stddef.h [new file with mode: 0644]
compilers/linux86-0.16.17/unproto/stdlib.h [new file with mode: 0644]
compilers/linux86-0.16.17/unproto/strsave.c [new file with mode: 0644]
compilers/linux86-0.16.17/unproto/symbol.c [new file with mode: 0644]
compilers/linux86-0.16.17/unproto/symbol.h [new file with mode: 0644]
compilers/linux86-0.16.17/unproto/tok_class.c [new file with mode: 0644]
compilers/linux86-0.16.17/unproto/tok_io.c [new file with mode: 0644]
compilers/linux86-0.16.17/unproto/tok_pool.c [new file with mode: 0644]
compilers/linux86-0.16.17/unproto/token.h [new file with mode: 0644]
compilers/linux86-0.16.17/unproto/unproto.1 [new file with mode: 0644]
compilers/linux86-0.16.17/unproto/unproto.c [new file with mode: 0644]
compilers/linux86-0.16.17/unproto/unproto.c.old [new file with mode: 0644]
compilers/linux86-0.16.17/unproto/varargs.c [new file with mode: 0644]
compilers/linux86-0.16.17/unproto/vstring.c [new file with mode: 0644]
compilers/linux86-0.16.17/unproto/vstring.h [new file with mode: 0644]
compilers/linux86_0.16.17-3.1.diff [new file with mode: 0644]
i86/minix/2.0.4/DOSMINIX.ZIP [new file with mode: 0644]
i86/minix/2.0.4/NET.TAZ [new file with mode: 0644]
i86/minix/2.0.4/ROOT.MNX [new file with mode: 0644]
i86/minix/2.0.4/USR.MNX [new file with mode: 0644]
i86/minix/2.0.4/USR.TAZ [new file with mode: 0644]
i86/minix/README [new file with mode: 0644]
i86/minix/fixes/204ether.tar.Z [new file with mode: 0644]
i86/minix/fixes/204ether.txt [new file with mode: 0644]
i86/minix/fixes/204fixes.txt [new file with mode: 0644]
i86/minix/fixes/FIX.TAZ [new file with mode: 0644]
i86/minix/fixes/FTPWARNING.txt [new file with mode: 0644]
i86/minix/fixes/Readme.txt [new file with mode: 0644]
i86/minix/fixes/cronfix.tar.Z [new file with mode: 0644]
i86/minix/fixes/dp8390fx.tar.Z [new file with mode: 0644]
i86/minix/fixes/fixes.tar [new file with mode: 0644]
i86/minix/fixes/ftpd200.tar.Z [new file with mode: 0644]
i86/minix/fixes/ftpd200.txt [new file with mode: 0644]
i86/minix/fixes/man0606.tar.Z [new file with mode: 0644]
i86/minix/fixes/man0606.txt [new file with mode: 0644]
i86/minix/fixes/pci_table.cdif [new file with mode: 0644]
i86/minix/fixes/pci_table.txt [new file with mode: 0644]
i86/minix/fixes/pci_tbl.tar.Z [new file with mode: 0644]
i86/minix/fixes/psfix.tar.Z [new file with mode: 0644]
i86/minix/fixes/tcpd8.tar [new file with mode: 0644]
i86/minix/fixes/tz2007.tar.Z [new file with mode: 0644]
i86/minix/fixes/tz2007.txt [new file with mode: 0644]
i86/minix/fixes/tzfix.tar.Z [new file with mode: 0644]
i86/minix/fixes/whatisfx.tar.Z [new file with mode: 0644]
i86/minix/src/CMD.TAZ [new file with mode: 0644]
i86/minix/src/FIX.TAZ [new file with mode: 0644]
i86/minix/src/SYS.TAZ [new file with mode: 0644]
i86/minix/src/fix.note [new file with mode: 0644]
i86/mtx/docs/01-plan.txt [moved from i86/mtx-16-bit/docs/01-plan.txt with 100% similarity]
i86/mtx/docs/02-booting.txt [moved from i86/mtx-16-bit/docs/02-booting.txt with 100% similarity]
i86/mtx/docs/02-notes.txt [moved from i86/mtx-16-bit/docs/02-notes.txt with 100% similarity]
i86/mtx/docs/03-mtx-loader.txt [moved from i86/mtx-16-bit/docs/03-mtx-loader.txt with 100% similarity]
i86/mtx/docs/04-io.txt [moved from i86/mtx-16-bit/docs/04-io.txt with 100% similarity]
i86/mtx/docs/05-link-loader.txt [moved from i86/mtx-16-bit/docs/05-link-loader.txt with 100% similarity]
i86/mtx/docs/06-multi-tasking.txt [moved from i86/mtx-16-bit/docs/06-multi-tasking.txt with 100% similarity]
i86/mtx/docs/07-mtx-system.txt [moved from i86/mtx-16-bit/docs/07-mtx-system.txt with 100% similarity]
i86/mtx/docs/08-process-mgmt.txt [moved from i86/mtx-16-bit/docs/08-process-mgmt.txt with 100% similarity]
i86/mtx/docs/09-sleep-wait-exit-in-kernel.txt [moved from i86/mtx-16-bit/docs/09-sleep-wait-exit-in-kernel.txt with 100% similarity]
i86/mtx/docs/10-kernel-mode-user-mode.txt [moved from i86/mtx-16-bit/docs/10-kernel-mode-user-mode.txt with 100% similarity]
i86/mtx/docs/11-mtx.txt [moved from i86/mtx-16-bit/docs/11-mtx.txt with 100% similarity]
i86/mtx/docs/README [moved from i86/mtx-16-bit/docs/README with 100% similarity]
i86/mtx/mtx/LAB1.html [moved from i86/mtx-16-bit/mtx/LAB1.html with 100% similarity]
i86/mtx/mtx/LAB2.html [moved from i86/mtx-16-bit/mtx/LAB2.html with 100% similarity]
i86/mtx/mtx/LAB3.html [moved from i86/mtx-16-bit/mtx/LAB3.html with 100% similarity]
i86/mtx/mtx/booting.html [moved from i86/mtx-16-bit/mtx/booting.html with 100% similarity]
i86/mtx/mtx/index.html [moved from i86/mtx-16-bit/mtx/index.html with 100% similarity]
i86/mtx/mtx/io.html [moved from i86/mtx-16-bit/mtx/io.html with 100% similarity]
i86/mtx/mtx/loader.html [moved from i86/mtx-16-bit/mtx/loader.html with 100% similarity]
i86/mtx/mtx/notes1.html [moved from i86/mtx-16-bit/mtx/notes1.html with 100% similarity]
i86/mtx/mtx/notes3.html [moved from i86/mtx-16-bit/mtx/notes3.html with 100% similarity]
i86/mtx/mtx/notes4.html [moved from i86/mtx-16-bit/mtx/notes4.html with 100% similarity]
i86/mtx/mtx/notes5.html [moved from i86/mtx-16-bit/mtx/notes5.html with 100% similarity]
i86/mtx/mtx/plansp12.html [moved from i86/mtx-16-bit/mtx/plansp12.html with 100% similarity]
i86/mtx/mtx/redball.gif [moved from i86/mtx-16-bit/mtx/redball.gif with 100% similarity]
i86/mtx/mtx/samples/BCC/Dev86binTGZ.bin [moved from i86/mtx-16-bit/mtx/samples/BCC/Dev86binTGZ.bin with 100% similarity]
i86/mtx/mtx/samples/BCC/HOWTO [moved from i86/mtx-16-bit/mtx/samples/BCC/HOWTO with 100% similarity]
i86/mtx/mtx/samples/BCC/TGZ/index.html [moved from i86/mtx-16-bit/mtx/samples/BCC/TGZ/index.html with 100% similarity]
i86/mtx/mtx/samples/BCC/dosemuTGZ.bin [moved from i86/mtx-16-bit/mtx/samples/BCC/dosemuTGZ.bin with 100% similarity]
i86/mtx/mtx/samples/BCC/freedosTGZ.bin [moved from i86/mtx-16-bit/mtx/samples/BCC/freedosTGZ.bin with 100% similarity]
i86/mtx/mtx/samples/BCC/index.html [moved from i86/mtx-16-bit/mtx/samples/BCC/index.html with 100% similarity]
i86/mtx/mtx/samples/BCC/mtxCD.iso [moved from i86/mtx-16-bit/mtx/samples/BCC/mtxCD.iso with 100% similarity]
i86/mtx/mtx/samples/LAB1/bs.s [moved from i86/mtx-16-bit/mtx/samples/LAB1/bs.s with 100% similarity]
i86/mtx/mtx/samples/LAB1/ext2.h [moved from i86/mtx-16-bit/mtx/samples/LAB1/ext2.h with 100% similarity]
i86/mtx/mtx/samples/LAB1/mtximage [moved from i86/mtx-16-bit/mtx/samples/LAB1/mtximage with 100% similarity]
i86/mtx/mtx/samples/LAB1/mtximage.bin [moved from i86/mtx-16-bit/mtx/samples/LAB1/mtximage.bin with 100% similarity]
i86/mtx/mtx/samples/LAB2/mk [moved from i86/mtx-16-bit/mtx/samples/LAB2/mk with 100% similarity]
i86/mtx/mtx/samples/LAB2/s.s [moved from i86/mtx-16-bit/mtx/samples/LAB2/s.s with 100% similarity]
i86/mtx/mtx/samples/LAB2/t.c [moved from i86/mtx-16-bit/mtx/samples/LAB2/t.c with 100% similarity]
i86/mtx/mtx/samples/LAB3/ext2.h [moved from i86/mtx-16-bit/mtx/samples/LAB3/ext2.h with 100% similarity]
i86/mtx/mtx/samples/LAB3/mk [moved from i86/mtx-16-bit/mtx/samples/LAB3/mk with 100% similarity]
i86/mtx/mtx/samples/LAB3/s.s [moved from i86/mtx-16-bit/mtx/samples/LAB3/s.s with 100% similarity]
i86/mtx/mtx/samples/LAB3/t.c [moved from i86/mtx-16-bit/mtx/samples/LAB3/t.c with 100% similarity]
i86/mtx/mtx/samples/LAB4/USER/mku [moved from i86/mtx-16-bit/mtx/samples/LAB4/USER/mku with 100% similarity]
i86/mtx/mtx/samples/LAB4/USER/u.s [moved from i86/mtx-16-bit/mtx/samples/LAB4/USER/u.s with 100% similarity]
i86/mtx/mtx/samples/LAB4/USER/u1 [moved from i86/mtx-16-bit/mtx/samples/LAB4/USER/u1 with 100% similarity]
i86/mtx/mtx/samples/LAB4/USER/u1.c [moved from i86/mtx-16-bit/mtx/samples/LAB4/USER/u1.c with 100% similarity]
i86/mtx/mtx/samples/LAB4/USER/ucode.c [moved from i86/mtx-16-bit/mtx/samples/LAB4/USER/ucode.c with 100% similarity]
i86/mtx/mtx/samples/LAB4/int.c [moved from i86/mtx-16-bit/mtx/samples/LAB4/int.c with 100% similarity]
i86/mtx/mtx/samples/LAB4/mk [moved from i86/mtx-16-bit/mtx/samples/LAB4/mk with 100% similarity]
i86/mtx/mtx/samples/LAB4/mtximage.bin [moved from i86/mtx-16-bit/mtx/samples/LAB4/mtximage.bin with 100% similarity]
i86/mtx/mtx/samples/LAB4/mtxlib [moved from i86/mtx-16-bit/mtx/samples/LAB4/mtxlib with 100% similarity]
i86/mtx/mtx/samples/LAB4/queue.c [moved from i86/mtx-16-bit/mtx/samples/LAB4/queue.c with 100% similarity]
i86/mtx/mtx/samples/LAB4/t.c [moved from i86/mtx-16-bit/mtx/samples/LAB4/t.c with 100% similarity]
i86/mtx/mtx/samples/LAB4/ts.s [moved from i86/mtx-16-bit/mtx/samples/LAB4/ts.s with 100% similarity]
i86/mtx/mtx/samples/LAB4/wait.c [moved from i86/mtx-16-bit/mtx/samples/LAB4/wait.c with 100% similarity]
i86/mtx/mtx/samples/LAB5.timer/USER/mku [moved from i86/mtx-16-bit/mtx/samples/LAB5.timer/USER/mku with 100% similarity]
i86/mtx/mtx/samples/LAB5.timer/USER/u.s [moved from i86/mtx-16-bit/mtx/samples/LAB5.timer/USER/u.s with 100% similarity]
i86/mtx/mtx/samples/LAB5.timer/USER/u1.c [moved from i86/mtx-16-bit/mtx/samples/LAB5.timer/USER/u1.c with 100% similarity]
i86/mtx/mtx/samples/LAB5.timer/USER/u2.c [moved from i86/mtx-16-bit/mtx/samples/LAB5.timer/USER/u2.c with 100% similarity]
i86/mtx/mtx/samples/LAB5.timer/USER/u2.s [moved from i86/mtx-16-bit/mtx/samples/LAB5.timer/USER/u2.s with 100% similarity]
i86/mtx/mtx/samples/LAB5.timer/USER/ubody.c [moved from i86/mtx-16-bit/mtx/samples/LAB5.timer/USER/ubody.c with 100% similarity]
i86/mtx/mtx/samples/LAB5.timer/USER/ucode.c [moved from i86/mtx-16-bit/mtx/samples/LAB5.timer/USER/ucode.c with 100% similarity]
i86/mtx/mtx/samples/LAB5.timer/USER/uio.c [moved from i86/mtx-16-bit/mtx/samples/LAB5.timer/USER/uio.c with 100% similarity]
i86/mtx/mtx/samples/LAB5.timer/int.c [moved from i86/mtx-16-bit/mtx/samples/LAB5.timer/int.c with 100% similarity]
i86/mtx/mtx/samples/LAB5.timer/mk [moved from i86/mtx-16-bit/mtx/samples/LAB5.timer/mk with 100% similarity]
i86/mtx/mtx/samples/LAB5.timer/mtximage.bin [moved from i86/mtx-16-bit/mtx/samples/LAB5.timer/mtximage.bin with 100% similarity]
i86/mtx/mtx/samples/LAB5.timer/mtxlib [moved from i86/mtx-16-bit/mtx/samples/LAB5.timer/mtxlib with 100% similarity]
i86/mtx/mtx/samples/LAB5.timer/t.c [moved from i86/mtx-16-bit/mtx/samples/LAB5.timer/t.c with 100% similarity]
i86/mtx/mtx/samples/LAB5.timer/timer.c [moved from i86/mtx-16-bit/mtx/samples/LAB5.timer/timer.c with 100% similarity]
i86/mtx/mtx/samples/LAB5.timer/ts.s [moved from i86/mtx-16-bit/mtx/samples/LAB5.timer/ts.s with 100% similarity]
i86/mtx/mtx/samples/LAB5.timer/type.h [moved from i86/mtx-16-bit/mtx/samples/LAB5.timer/type.h with 100% similarity]
i86/mtx/mtx/samples/LAB5.timer/vid.c [moved from i86/mtx-16-bit/mtx/samples/LAB5.timer/vid.c with 100% similarity]
i86/mtx/mtx/samples/LAB5/mtximage.bin [moved from i86/mtx-16-bit/mtx/samples/LAB5/mtximage.bin with 100% similarity]
i86/mtx/mtx/samples/LAB5/u1 [moved from i86/mtx-16-bit/mtx/samples/LAB5/u1 with 100% similarity]
i86/mtx/mtx/samples/LAB5/u2 [moved from i86/mtx-16-bit/mtx/samples/LAB5/u2 with 100% similarity]
i86/mtx/mtx/samples/LAB5_FS/USER/crt0.c [moved from i86/mtx-16-bit/mtx/samples/LAB5_FS/USER/crt0.c with 100% similarity]
i86/mtx/mtx/samples/LAB5_FS/USER/mku [moved from i86/mtx-16-bit/mtx/samples/LAB5_FS/USER/mku with 100% similarity]
i86/mtx/mtx/samples/LAB5_FS/USER/u1.c [moved from i86/mtx-16-bit/mtx/samples/LAB5_FS/USER/u1.c with 100% similarity]
i86/mtx/mtx/samples/LAB5_FS/USER/ubody.c [moved from i86/mtx-16-bit/mtx/samples/LAB5_FS/USER/ubody.c with 100% similarity]
i86/mtx/mtx/samples/LAB5_FS/USER/ucode.c [moved from i86/mtx-16-bit/mtx/samples/LAB5_FS/USER/ucode.c with 100% similarity]
i86/mtx/mtx/samples/LAB5_FS/fs.o [moved from i86/mtx-16-bit/mtx/samples/LAB5_FS/fs.o with 100% similarity]
i86/mtx/mtx/samples/LAB5_FS/int.c [moved from i86/mtx-16-bit/mtx/samples/LAB5_FS/int.c with 100% similarity]
i86/mtx/mtx/samples/LAB5_FS/kbd.c [moved from i86/mtx-16-bit/mtx/samples/LAB5_FS/kbd.c with 100% similarity]
i86/mtx/mtx/samples/LAB5_FS/mk [moved from i86/mtx-16-bit/mtx/samples/LAB5_FS/mk with 100% similarity]
i86/mtx/mtx/samples/LAB5_FS/mtxlib [moved from i86/mtx-16-bit/mtx/samples/LAB5_FS/mtxlib with 100% similarity]
i86/mtx/mtx/samples/LAB5_FS/mtxlib.bin [moved from i86/mtx-16-bit/mtx/samples/LAB5_FS/mtxlib.bin with 100% similarity]
i86/mtx/mtx/samples/LAB5_FS/t.c [moved from i86/mtx-16-bit/mtx/samples/LAB5_FS/t.c with 100% similarity]
i86/mtx/mtx/samples/LAB5_FS/ts.x [moved from i86/mtx-16-bit/mtx/samples/LAB5_FS/ts.x with 100% similarity]
i86/mtx/mtx/samples/LAB5_FS/type.h [moved from i86/mtx-16-bit/mtx/samples/LAB5_FS/type.h with 100% similarity]
i86/mtx/mtx/samples/LAB5_FS/vid.c [moved from i86/mtx-16-bit/mtx/samples/LAB5_FS/vid.c with 100% similarity]
i86/mtx/mtx/samples/LAB6/mtx.pipe [moved from i86/mtx-16-bit/mtx/samples/LAB6/mtx.pipe with 100% similarity]
i86/mtx/mtx/samples/LAB6/mtximage [moved from i86/mtx-16-bit/mtx/samples/LAB6/mtximage with 100% similarity]
i86/mtx/mtx/samples/LAST/USER/crt0.o [moved from i86/mtx-16-bit/mtx/samples/LAST/USER/crt0.o with 100% similarity]
i86/mtx/mtx/samples/LAST/USER/index.html [moved from i86/mtx-16-bit/mtx/samples/LAST/USER/index.html with 100% similarity]
i86/mtx/mtx/samples/LAST/USER/mtxlib [moved from i86/mtx-16-bit/mtx/samples/LAST/USER/mtxlib with 100% similarity]
i86/mtx/mtx/samples/LAST/USER/type.h [moved from i86/mtx-16-bit/mtx/samples/LAST/USER/type.h with 100% similarity]
i86/mtx/mtx/samples/LAST/USER/u.s [moved from i86/mtx-16-bit/mtx/samples/LAST/USER/u.s with 100% similarity]
i86/mtx/mtx/samples/LAST/USER/ucode.c [moved from i86/mtx-16-bit/mtx/samples/LAST/USER/ucode.c with 100% similarity]
i86/mtx/mtx/samples/LAST/USER/ucode.o [moved from i86/mtx-16-bit/mtx/samples/LAST/USER/ucode.o with 100% similarity]
i86/mtx/mtx/samples/LAST/USER/uio.o [moved from i86/mtx-16-bit/mtx/samples/LAST/USER/uio.o with 100% similarity]
i86/mtx/mtx/samples/LAST/crt0.c [moved from i86/mtx-16-bit/mtx/samples/LAST/crt0.c with 100% similarity]
i86/mtx/mtx/samples/LAST/index.html [moved from i86/mtx-16-bit/mtx/samples/LAST/index.html with 100% similarity]
i86/mtx/mtx/samples/LAST/mtximage [moved from i86/mtx-16-bit/mtx/samples/LAST/mtximage with 100% similarity]
i86/mtx/mtx/samples/LAST/mtximage.bin [moved from i86/mtx-16-bit/mtx/samples/LAST/mtximage.bin with 100% similarity]
i86/mtx/mtx/samples/LAST/mtximage.qemu [moved from i86/mtx-16-bit/mtx/samples/LAST/mtximage.qemu with 100% similarity]
i86/mtx/mtx/samples/PROJECT [moved from i86/mtx-16-bit/mtx/samples/PROJECT with 100% similarity]
i86/mtx/mtx/samples/README [moved from i86/mtx-16-bit/mtx/samples/README with 100% similarity]
i86/mtx/mtx/samples/SERIAL/USER/mku [moved from i86/mtx-16-bit/mtx/samples/SERIAL/USER/mku with 100% similarity]
i86/mtx/mtx/samples/SERIAL/USER/u.s [moved from i86/mtx-16-bit/mtx/samples/SERIAL/USER/u.s with 100% similarity]
i86/mtx/mtx/samples/SERIAL/USER/u1.c [moved from i86/mtx-16-bit/mtx/samples/SERIAL/USER/u1.c with 100% similarity]
i86/mtx/mtx/samples/SERIAL/USER/u2.c [moved from i86/mtx-16-bit/mtx/samples/SERIAL/USER/u2.c with 100% similarity]
i86/mtx/mtx/samples/SERIAL/USER/ubody.c [moved from i86/mtx-16-bit/mtx/samples/SERIAL/USER/ubody.c with 100% similarity]
i86/mtx/mtx/samples/SERIAL/USER/ucode.c [moved from i86/mtx-16-bit/mtx/samples/SERIAL/USER/ucode.c with 100% similarity]
i86/mtx/mtx/samples/SERIAL/int.c [moved from i86/mtx-16-bit/mtx/samples/SERIAL/int.c with 100% similarity]
i86/mtx/mtx/samples/SERIAL/kbd.c [moved from i86/mtx-16-bit/mtx/samples/SERIAL/kbd.c with 100% similarity]
i86/mtx/mtx/samples/SERIAL/mk [moved from i86/mtx-16-bit/mtx/samples/SERIAL/mk with 100% similarity]
i86/mtx/mtx/samples/SERIAL/mtxlib [moved from i86/mtx-16-bit/mtx/samples/SERIAL/mtxlib with 100% similarity]
i86/mtx/mtx/samples/SERIAL/s.c [moved from i86/mtx-16-bit/mtx/samples/SERIAL/s.c with 100% similarity]
i86/mtx/mtx/samples/SERIAL/t.c [moved from i86/mtx-16-bit/mtx/samples/SERIAL/t.c with 100% similarity]
i86/mtx/mtx/samples/SERIAL/timer.c [moved from i86/mtx-16-bit/mtx/samples/SERIAL/timer.c with 100% similarity]
i86/mtx/mtx/samples/SERIAL/ts.x [moved from i86/mtx-16-bit/mtx/samples/SERIAL/ts.x with 100% similarity]
i86/mtx/mtx/samples/SERIAL/type.h [moved from i86/mtx-16-bit/mtx/samples/SERIAL/type.h with 100% similarity]
i86/mtx/mtx/samples/SERIAL/vid.c [moved from i86/mtx-16-bit/mtx/samples/SERIAL/vid.c with 100% similarity]
i86/mtx/mtx/samples/index.html [moved from i86/mtx-16-bit/mtx/samples/index.html with 100% similarity]