Minix Directory Tree


   |-- changed_files
   |-- include/
   |   |-- a.out.h
   |   |-- alloca.h
   |   |-- ansi.h
   |   |-- assert.h
   |   |-- configfile.h
   |   |-- ctype.h
   |   |-- curses.h
   |   |-- dirent.h
   |   |-- errno.h
   |   |-- fcntl.h
   |   |-- float.h
   |   |-- grp.h
   |   |-- ibm/
   |   |   |-- cmos.h
   |   |   |-- diskparm.h
   |   |   |-- int86.h
   |   |   |-- partition.h
   |   |   ·-- portio.h
   |   |-- lib.h
   |   |-- limits.h
   |   |-- locale.h
   |   |-- math.h
   |   |-- mathconst.h
   |   |-- minix/
   |   |   |-- callnr.h
   |   |   |-- cdrom.h
   |   |   |-- com.h
   |   |   |-- config.h
   |   |   |-- const.h
   |   |   |-- dl_eth.h
   |   |   |-- fslib.h
   |   |   |-- jmp_buf.h
   |   |   |-- keymap.h
   |   |   |-- minlib.h
   |   |   |-- partition.h
   |   |   |-- sound.h
   |   |   |-- swap.h
   |   |   |-- syslib.h
   |   |   |-- type.h
   |   |   ·-- u64.h
   |   |-- pwd.h
   |   |-- regexp.h
   |   |-- setjmp.h
   |   |-- sgtty.h
   |   |-- signal.h
   |   |-- stdarg.h
   |   |-- stddef.h
   |   |-- stdio.h
   |   |-- stdlib.h
   |   |-- string.h
   |   |-- sys/
   |   |   |-- asynchio.h
   |   |   |-- dir.h
   |   |   |-- ioctl.h
   |   |   |-- mtio.h
   |   |   |-- sigcontext.h
   |   |   |-- stat.h
   |   |   |-- svrctl.h
   |   |   |-- times.h
   |   |   |-- types.h
   |   |   |-- utsname.h
   |   |   |-- wait.h
   |   |   ·-- wegptrace.h
   |   |-- tar.h
   |   |-- termcap.h
   |   |-- termios.h
   |   |-- time.h
   |   |-- tools.h
   |   |-- ttyent.h
   |   |-- unistd.h
   |   |-- utime.h
   |   ·-- utmp.h
   |-- src/
   |   |-- LICENSE
   |   |-- Makefile
   |   |-- boot/
   |   |   |-- Makefile
   |   |   |-- a.out2com
   |   |   |-- boot.c
   |   |   |-- boot.h
   |   |   |-- bootblock.s
   |   |   |-- boothead.s
   |   |   |-- bootimage.c
   |   |   |-- doshead.s
   |   |   |-- image.h
   |   |   |-- installboot.c
   |   |   |-- jumpboot.s
   |   |   |-- masterboot.s
   |   |   |-- mkfhead.s
   |   |   |-- mkfile.c
   |   |   |-- rawfs.c
   |   |   ·-- rawfs.h
   |   |-- etc/
   |   |   |-- fstab
   |   |   |-- group
   |   |   |-- hostname.file
   |   |   |-- inet.conf
   |   |   |-- motd
   |   |   |-- mtab
   |   |   |-- passwd
   |   |   |-- profile
   |   |   |-- protocols
   |   |   |-- rc
   |   |   |-- services
   |   |   |-- shadow
   |   |   |-- termcap
   |   |   |-- ttytab
   |   |   ·-- utmp
   |   |-- fs/
   |   |   |-- Makefile
   |   |   |-- buf.h
   |   |   |-- cache.c
   |   |   |-- cache.o
   |   |   |-- cache2.c
   |   |   |-- cache2.o
   |   |   |-- const.h
   |   |   |-- debug.c
   |   |   |-- debug.o
   |   |   |-- dev.h
   |   |   |-- device.c
   |   |   |-- device.o
   |   |   |-- file.h
   |   |   |-- filedes.c
   |   |   |-- filedes.o
   |   |   |-- fproc.h
   |   |   |-- fs
   |   |   |-- fs.h
   |   |   |-- glo.h
   |   |   |-- inode.c
   |   |   |-- inode.h
   |   |   |-- inode.o
   |   |   |-- link.c
   |   |   |-- link.o
   |   |   |-- lock.c
   |   |   |-- lock.h
   |   |   |-- main.c
   |   |   |-- main.o
   |   |   |-- misc.c
   |   |   |-- misc.o
   |   |   |-- mount.c
   |   |   |-- mount.o
   |   |   |-- open.c
   |   |   |-- open.o
   |   |   |-- param.h
   |   |   |-- path.c
   |   |   |-- path.o
   |   |   |-- pipe.c
   |   |   |-- pipe.o
   |   |   |-- protect.c
   |   |   |-- protect.o
   |   |   |-- proto.h
   |   |   |-- putk.c
   |   |   |-- putk.o
   |   |   |-- read.c
   |   |   |-- read.o
   |   |   |-- stadir.c
   |   |   |-- stadir.o
   |   |   |-- super.c
   |   |   |-- super.h
   |   |   |-- super.o
   |   |   |-- table.c
   |   |   |-- table.o
   |   |   |-- time.c
   |   |   |-- time.o
   |   |   |-- type.h
   |   |   |-- utility.c
   |   |   |-- utility.o
   |   |   |-- write.c
   |   |   ·-- write.o
   |   |-- kernel/
   |   |   |-- Makefile
   |   |   |-- assert.h
   |   |   |-- clock.c
   |   |   |-- clock.o
   |   |   |-- console.c
   |   |   |-- console.o
   |   |   |-- const.h
   |   |   |-- dmp.c
   |   |   |-- dmp.o
   |   |   |-- driver.c
   |   |   |-- driver.h
   |   |   |-- driver.o
   |   |   |-- drvlib.c
   |   |   |-- drvlib.h
   |   |   |-- drvlib.o
   |   |   |-- exception.c
   |   |   |-- exception.o
   |   |   |-- floppy.c
   |   |   |-- floppy.o
   |   |   |-- glo.h
   |   |   |-- i8259.c
   |   |   |-- i8259.o
   |   |   |-- kernel
   |   |   |-- kernel.h
   |   |   |-- kernelh.h
   |   |   |-- keyboard.c
   |   |   |-- keyboard.o
   |   |   |-- keymaps/
   |   |   |   |-- Makefile
   |   |   |   |-- french.src
   |   |   |   |-- genmap.c
   |   |   |   |-- german.src
   |   |   |   |-- italian.src
   |   |   |   |-- japanese.src
   |   |   |   |-- latin-am.src
   |   |   |   |-- olivetti.src
   |   |   |   |-- polish.src
   |   |   |   |-- scandinavn.src
   |   |   |   |-- spanish.src
   |   |   |   |-- uk.src
   |   |   |   |-- us-std.src
   |   |   |   ·-- us-swap.src
   |   |   |-- klib.o
   |   |   |-- klib.s
   |   |   |-- main.c
   |   |   |-- main.o
   |   |   |-- memory.c
   |   |   |-- memory.o
   |   |   |-- misc.c
   |   |   |-- misc.o
   |   |   |-- mpx.o
   |   |   |-- mpx.s
   |   |   |-- printer.c
   |   |   |-- printer.o
   |   |   |-- proc.c
   |   |   |-- proc.h
   |   |   |-- proc.o
   |   |   |-- protect.c
   |   |   |-- protect.h
   |   |   |-- protect.o
   |   |   |-- proto.h
   |   |   |-- pty.c
   |   |   |-- pty.o
   |   |   |-- rs232.c
   |   |   |-- rs232.o
   |   |   |-- sconst.h
   |   |   |-- start.c
   |   |   |-- start.o
   |   |   |-- system.c
   |   |   |-- system.o
   |   |   |-- table.c
   |   |   |-- table.o
   |   |   |-- tty.c
   |   |   |-- tty.h
   |   |   |-- tty.o
   |   |   |-- type.h
   |   |   |-- zip.c
   |   |   ·-- zip.o
   |   |-- lib/
   |   |   |-- Makefile
   |   |   |-- ansi/
   |   |   |   |-- Makefile
   |   |   |   |-- abort.c
   |   |   |   |-- abs.c
   |   |   |   |-- asctime.c
   |   |   |   |-- assert.c
   |   |   |   |-- atexit.c
   |   |   |   |-- atof.c
   |   |   |   |-- atoi.c
   |   |   |   |-- atol.c
   |   |   |   |-- bsearch.c
   |   |   |   |-- calloc.c
   |   |   |   |-- chartab.c
   |   |   |   |-- clock.c
   |   |   |   |-- ctime.c
   |   |   |   |-- difftime.c
   |   |   |   |-- div.c
   |   |   |   |-- errlist.c
   |   |   |   |-- exit.c
   |   |   |   |-- ext_comp.c
   |   |   |   |-- ext_fmt.h
   |   |   |   |-- getenv.c
   |   |   |   |-- gmtime.c
   |   |   |   |-- isalnum.c
   |   |   |   |-- isalpha.c
   |   |   |   |-- isascii.c
   |   |   |   |-- iscntrl.c
   |   |   |   |-- isdigit.c
   |   |   |   |-- isgraph.c
   |   |   |   |-- islower.c
   |   |   |   |-- isprint.c
   |   |   |   |-- ispunct.c
   |   |   |   |-- isspace.c
   |   |   |   |-- isupper.c
   |   |   |   |-- isxdigit.c
   |   |   |   |-- labs.c
   |   |   |   |-- ldiv.c
   |   |   |   |-- loc_time.h
   |   |   |   |-- localeconv.c
   |   |   |   |-- localtime.c
   |   |   |   |-- malloc.c
   |   |   |   |-- mblen.c
   |   |   |   |-- mbstowcs.c
   |   |   |   |-- mbtowc.c
   |   |   |   |-- memchr.c
   |   |   |   |-- memcmp.c
   |   |   |   |-- memcpy.c
   |   |   |   |-- memmove.c
   |   |   |   |-- memset.c
   |   |   |   |-- misc.c
   |   |   |   |-- mktime.c
   |   |   |   |-- qsort.c
   |   |   |   |-- raise.c
   |   |   |   |-- rand.c
   |   |   |   |-- setlocale.c
   |   |   |   |-- sigmisc.c
   |   |   |   |-- signal.c
   |   |   |   |-- strcat.c
   |   |   |   |-- strchr.c
   |   |   |   |-- strcmp.c
   |   |   |   |-- strcoll.c
   |   |   |   |-- strcpy.c
   |   |   |   |-- strcspn.c
   |   |   |   |-- strerror.c
   |   |   |   |-- strftime.c
   |   |   |   |-- strlen.c
   |   |   |   |-- strncat.c
   |   |   |   |-- strncmp.c
   |   |   |   |-- strncpy.c
   |   |   |   |-- strpbrk.c
   |   |   |   |-- strrchr.c
   |   |   |   |-- strspn.c
   |   |   |   |-- strstr.c
   |   |   |   |-- strtok.c
   |   |   |   |-- strtol.c
   |   |   |   |-- strxfrm.c
   |   |   |   |-- system.c
   |   |   |   |-- tolower.c
   |   |   |   |-- toupper.c
   |   |   |   |-- tzset.c
   |   |   |   |-- wcstombs.c
   |   |   |   ·-- wctomb.c
   |   |   |-- compiled/
   |   |   |-- curses/
   |   |   |   |-- Makefile
   |   |   |   |-- beep.c
   |   |   |   |-- charpick.c
   |   |   |   |-- curs_set.c
   |   |   |   |-- cursesio.c
   |   |   |   |-- curspriv.h
   |   |   |   |-- endwin.c
   |   |   |   |-- flash.c
   |   |   |   |-- initscr.c
   |   |   |   |-- longname.c
   |   |   |   |-- move.c
   |   |   |   |-- mvcursor.c
   |   |   |   |-- newwin.c
   |   |   |   |-- options.c
   |   |   |   |-- overlay.c
   |   |   |   |-- prntscan.c
   |   |   |   |-- refresh.c
   |   |   |   |-- scrreg.c
   |   |   |   |-- setterm.c
   |   |   |   |-- tabsize.c
   |   |   |   |-- termmisc.c
   |   |   |   |-- unctrl.c
   |   |   |   |-- update.c
   |   |   |   |-- waddch.c
   |   |   |   |-- waddstr.c
   |   |   |   |-- wbox.c
   |   |   |   |-- wclear.c
   |   |   |   |-- wclrtobot.c
   |   |   |   |-- wclrtoeol.c
   |   |   |   |-- wdelch.c
   |   |   |   |-- wdeleteln.c
   |   |   |   |-- werase.c
   |   |   |   |-- wgetch.c
   |   |   |   |-- wgetstr.c
   |   |   |   |-- windel.c
   |   |   |   |-- winmove.c
   |   |   |   |-- winsch.c
   |   |   |   |-- winscrol.c
   |   |   |   |-- winsertln.c
   |   |   |   ·-- wintouch.c
   |   |   |-- dummy/
   |   |   |   ·-- Makefile
   |   |   |-- editline/
   |   |   |   |-- Makefile
   |   |   |   |-- README
   |   |   |   |-- complete.c
   |   |   |   |-- editline.c
   |   |   |   |-- editline.h
   |   |   |   |-- sysunix.c
   |   |   |   |-- testit.c
   |   |   |   ·-- unix.h
   |   |   |-- end/
   |   |   |   |-- Makefile
   |   |   |   |-- edata.s
   |   |   |   |-- em_end.s
   |   |   |   |-- end.s
   |   |   |   ·-- etext.s
   |   |   |-- end.a
   |   |   |-- float/
   |   |   |   |-- FP.compile
   |   |   |   |-- FP.script
   |   |   |   |-- FP_bias.h
   |   |   |   |-- FP_shift.h
   |   |   |   |-- FP_trap.h
   |   |   |   |-- FP_types.h
   |   |   |   |-- Makefile
   |   |   |   |-- add_ext.c
   |   |   |   |-- adder.c
   |   |   |   |-- adder.h
   |   |   |   |-- adf4.c
   |   |   |   |-- adf8.c
   |   |   |   |-- byte_order.h
   |   |   |   |-- cff4.c
   |   |   |   |-- cff8.c
   |   |   |   |-- cfi.c
   |   |   |   |-- cfu.c
   |   |   |   |-- cif4.c
   |   |   |   |-- cif8.c
   |   |   |   |-- cmf4.c
   |   |   |   |-- cmf8.c
   |   |   |   |-- compact.c
   |   |   |   |-- cuf4.c
   |   |   |   |-- cuf8.c
   |   |   |   |-- diffs
   |   |   |   |-- div_ext.c
   |   |   |   |-- dvf4.c
   |   |   |   |-- dvf8.c
   |   |   |   |-- extend.c
   |   |   |   |-- fef4.c
   |   |   |   |-- fef8.c
   |   |   |   |-- fif4.c
   |   |   |   |-- fif8.c
   |   |   |   |-- fptrp.s
   |   |   |   |-- get_put.h
   |   |   |   |-- mlf4.c
   |   |   |   |-- mlf8.c
   |   |   |   |-- mul_ext.c
   |   |   |   |-- ngf4.c
   |   |   |   |-- ngf8.c
   |   |   |   |-- nrm_ext.c
   |   |   |   |-- sbf4.c
   |   |   |   |-- sbf8.c
   |   |   |   |-- sft_ext.c
   |   |   |   |-- shifter.c
   |   |   |   |-- sub_ext.c
   |   |   |   |-- zrf4.c
   |   |   |   |-- zrf8.c
   |   |   |   ·-- zrf_ext.c
   |   |   |-- fphook/
   |   |   |   |-- Makefile
   |   |   |   |-- fltpr.c
   |   |   |   |-- fphook.c
   |   |   |   ·-- strtod.c
   |   |   |-- h/
   |   |   |   |-- em_abs.h
   |   |   |   |-- m2_traps.h
   |   |   |   |-- pc_err.h
   |   |   |   |-- pc_file.h
   |   |   |   ·-- pc_math.h
   |   |   |-- i386/
   |   |   |   |-- Makefile
   |   |   |   |-- em/
   |   |   |   |   |-- Makefile
   |   |   |   |   |-- byte_order.h
   |   |   |   |   |-- em_adf4.s
   |   |   |   |   |-- em_adf8.s
   |   |   |   |   |-- em_adi.s
   |   |   |   |   |-- em_and.s
   |   |   |   |   |-- em_blm.s
   |   |   |   |   |-- em_cff4.s
   |   |   |   |   |-- em_cff8.s
   |   |   |   |   |-- em_cfi.s
   |   |   |   |   |-- em_cfu.s
   |   |   |   |   |-- em_cif4.s
   |   |   |   |   |-- em_cif8.s
   |   |   |   |   |-- em_cii.s
   |   |   |   |   |-- em_cmf4.s
   |   |   |   |   |-- em_cmf8.s
   |   |   |   |   |-- em_cms.s
   |   |   |   |   |-- em_com.s
   |   |   |   |   |-- em_csa4.s
   |   |   |   |   |-- em_csb4.s
   |   |   |   |   |-- em_cuf4.s
   |   |   |   |   |-- em_cuf8.s
   |   |   |   |   |-- em_cuu.s
   |   |   |   |   |-- em_dup.s
   |   |   |   |   |-- em_dvf4.s
   |   |   |   |   |-- em_dvf8.s
   |   |   |   |   |-- em_dvi.s
   |   |   |   |   |-- em_dvu.s
   |   |   |   |   |-- em_error.s
   |   |   |   |   |-- em_exg.s
   |   |   |   |   |-- em_fat.s
   |   |   |   |   |-- em_fef4.s
   |   |   |   |   |-- em_fef8.s
   |   |   |   |   |-- em_fif4.s
   |   |   |   |   |-- em_fif8.s
   |   |   |   |   |-- em_fp8087.s
   |   |   |   |   |-- em_gto.s
   |   |   |   |   |-- em_hol0.s
   |   |   |   |   |-- em_iaar.s
   |   |   |   |   |-- em_ilar.s
   |   |   |   |   |-- em_inn.s
   |   |   |   |   |-- em_ior.s
   |   |   |   |   |-- em_isar.s
   |   |   |   |   |-- em_lar4.s
   |   |   |   |   |-- em_loi.s
   |   |   |   |   |-- em_mlf4.s
   |   |   |   |   |-- em_mlf8.s
   |   |   |   |   |-- em_mli.s
   |   |   |   |   |-- em_mon.s
   |   |   |   |   |-- em_ngf4.s
   |   |   |   |   |-- em_ngf8.s
   |   |   |   |   |-- em_ngi.s
   |   |   |   |   |-- em_nop.s
   |   |   |   |   |-- em_print.s
   |   |   |   |   |-- em_rck.s
   |   |   |   |   |-- em_rmi.s
   |   |   |   |   |-- em_rmu.s
   |   |   |   |   |-- em_rol.s
   |   |   |   |   |-- em_ror.s
   |   |   |   |   |-- em_sar4.s
   |   |   |   |   |-- em_sbf4.s
   |   |   |   |   |-- em_sbf8.s
   |   |   |   |   |-- em_sbi.s
   |   |   |   |   |-- em_set.s
   |   |   |   |   |-- em_sli.s
   |   |   |   |   |-- em_sri.s
   |   |   |   |   |-- em_sti.s
   |   |   |   |   |-- em_stop.s
   |   |   |   |   |-- em_trp.s
   |   |   |   |   |-- em_unknown.s
   |   |   |   |   ·-- em_xor.s
   |   |   |   |-- head/
   |   |   |   |   |-- Makefile
   |   |   |   |   |-- em_abs.h
   |   |   |   |   ·-- em_head.s
   |   |   |   |-- int64/
   |   |   |   |   |-- Makefile
   |   |   |   |   |-- add64.s
   |   |   |   |   |-- add64u.s
   |   |   |   |   |-- cmp64.s
   |   |   |   |   |-- cv64u.s
   |   |   |   |   |-- cvu64.s
   |   |   |   |   |-- diff64.s
   |   |   |   |   |-- div64u.s
   |   |   |   |   |-- ex64.s
   |   |   |   |   |-- make64.s
   |   |   |   |   |-- mul64u.s
   |   |   |   |   |-- sub64.s
   |   |   |   |   ·-- sub64u.s
   |   |   |   |-- misc/
   |   |   |   |   |-- Makefile
   |   |   |   |   |-- alloca.s
   |   |   |   |   |-- get_bp.s
   |   |   |   |   |-- getprocessor.s
   |   |   |   |   |-- iolib.s
   |   |   |   |   ·-- oneC_sum.s
   |   |   |   |-- rts/
   |   |   |   |   |-- Makefile
   |   |   |   |   |-- __sigreturn.s
   |   |   |   |   |-- _sendrec.s
   |   |   |   |   |-- brksize.s
   |   |   |   |   |-- crtso.s
   |   |   |   |   |-- m2rtso.s
   |   |   |   |   ·-- prtso.s
   |   |   |   ·-- string/
   |   |   |       |-- Makefile
   |   |   |       |-- README
   |   |   |       |-- _memmove.s
   |   |   |       |-- _strncat.s
   |   |   |       |-- _strncmp.s
   |   |   |       |-- _strncpy.s
   |   |   |       |-- _strnlen.s
   |   |   |       |-- bcmp.s
   |   |   |       |-- bcopy.s
   |   |   |       |-- bzero.s
   |   |   |       |-- index.s
   |   |   |       |-- memchr.s
   |   |   |       |-- memcmp.s
   |   |   |       |-- memcpy.s
   |   |   |       |-- memmove.s
   |   |   |       |-- memset.s
   |   |   |       |-- rindex.s
   |   |   |       |-- strcat.s
   |   |   |       |-- strchr.s
   |   |   |       |-- strcmp.s
   |   |   |       |-- strcpy.s
   |   |   |       |-- strlen.s
   |   |   |       |-- strncat.s
   |   |   |       |-- strncmp.s
   |   |   |       |-- strncpy.s
   |   |   |       |-- strnlen.s
   |   |   |       ·-- strrchr.s
   |   |   |-- libc.a
   |   |   |-- libcurses.a
   |   |   |-- libd.a
   |   |   |-- libe.a
   |   |   |-- libedit.a
   |   |   |-- libfp.a
   |   |   |-- libm.a
   |   |   |-- libm2/
   |   |   |   |-- Arguments.c
   |   |   |   |-- ArraySort.mod
   |   |   |   |-- CSP.mod
   |   |   |   |-- Conversion.mod
   |   |   |   |-- EM.e
   |   |   |   |-- InOut.mod
   |   |   |   |-- LtoUset.e
   |   |   |   |-- Makefile
   |   |   |   |-- MathLib0.mod
   |   |   |   |-- Mathlib.mod
   |   |   |   |-- PascalIO.mod
   |   |   |   |-- Processes.mod
   |   |   |   |-- RealConver.mod
   |   |   |   |-- RealInOut.mod
   |   |   |   |-- SYSTEM.c
   |   |   |   |-- Semaphores.mod
   |   |   |   |-- Storage.mod
   |   |   |   |-- StrAss.c
   |   |   |   |-- Streams.mod
   |   |   |   |-- Strings.mod
   |   |   |   |-- Termcap.mod
   |   |   |   |-- Terminal.mod
   |   |   |   |-- Traps.mod
   |   |   |   |-- XXTermcap.c
   |   |   |   |-- absd.c
   |   |   |   |-- absf.e
   |   |   |   |-- absi.c
   |   |   |   |-- absl.c
   |   |   |   |-- blockmove.c
   |   |   |   |-- cap.c
   |   |   |   |-- catch.c
   |   |   |   |-- confarray.c
   |   |   |   |-- dvi.c
   |   |   |   |-- halt.c
   |   |   |   |-- head_m2.e
   |   |   |   |-- init.c
   |   |   |   |-- load.c
   |   |   |   |-- par_misc.e
   |   |   |   |-- random.mod
   |   |   |   |-- rcka.c
   |   |   |   |-- rcki.c
   |   |   |   |-- rckil.c
   |   |   |   |-- rcku.c
   |   |   |   |-- rckul.c
   |   |   |   |-- sigtrp.c
   |   |   |   |-- stackprio.c
   |   |   |   |-- store.c
   |   |   |   ·-- ucheck.c
   |   |   |-- libm2.a
   |   |   |-- libp/
   |   |   |   |-- Makefile
   |   |   |   |-- abi.c
   |   |   |   |-- abl.c
   |   |   |   |-- abr.c
   |   |   |   |-- arg.c
   |   |   |   |-- ass.c
   |   |   |   |-- asz.c
   |   |   |   |-- atn.c
   |   |   |   |-- bcp.c
   |   |   |   |-- bts.e
   |   |   |   |-- buff.c
   |   |   |   |-- catch.c
   |   |   |   |-- clock.c
   |   |   |   |-- cls.c
   |   |   |   |-- cvt.c
   |   |   |   |-- diag.c
   |   |   |   |-- dis.c
   |   |   |   |-- efl.c
   |   |   |   |-- eln.c
   |   |   |   |-- encaps.e
   |   |   |   |-- exp.c
   |   |   |   |-- fef.e
   |   |   |   |-- fif.e
   |   |   |   |-- get.c
   |   |   |   |-- gto.e
   |   |   |   |-- head_pc.e
   |   |   |   |-- hlt.c
   |   |   |   |-- hol0.e
   |   |   |   |-- incpt.c
   |   |   |   |-- ini.c
   |   |   |   |-- log.c
   |   |   |   |-- mdi.c
   |   |   |   |-- mdl.c
   |   |   |   |-- new.c
   |   |   |   |-- nfa.c
   |   |   |   |-- nobuff.c
   |   |   |   |-- notext.c
   |   |   |   |-- opn.c
   |   |   |   |-- outcpt.c
   |   |   |   |-- pac.c
   |   |   |   |-- pclose.c
   |   |   |   |-- pcreat.c
   |   |   |   |-- pentry.c
   |   |   |   |-- perrno.c
   |   |   |   |-- pexit.c
   |   |   |   |-- popen.c
   |   |   |   |-- put.c
   |   |   |   |-- rcka.c
   |   |   |   |-- rdc.c
   |   |   |   |-- rdi.c
   |   |   |   |-- rdl.c
   |   |   |   |-- rdr.c
   |   |   |   |-- rf.c
   |   |   |   |-- rln.c
   |   |   |   |-- rnd.c
   |   |   |   |-- sav.e
   |   |   |   |-- sig.e
   |   |   |   |-- sin.c
   |   |   |   |-- sqt.c
   |   |   |   |-- string.c
   |   |   |   |-- trap.e
   |   |   |   |-- trp.e
   |   |   |   |-- unp.c
   |   |   |   |-- uread.c
   |   |   |   |-- uwrite.c
   |   |   |   |-- wdw.c
   |   |   |   |-- wf.c
   |   |   |   |-- wrc.c
   |   |   |   |-- wrf.c
   |   |   |   |-- wri.c
   |   |   |   |-- wrl.c
   |   |   |   |-- wrr.c
   |   |   |   |-- wrs.c
   |   |   |   ·-- wrz.c
   |   |   |-- libp.a
   |   |   |-- libsys.a
   |   |   |-- liby/
   |   |   |   |-- Makefile
   |   |   |   |-- main.c
   |   |   |   ·-- yyerror.c
   |   |   |-- liby.a
   |   |   |-- math/
   |   |   |   |-- Makefile
   |   |   |   |-- asin.c
   |   |   |   |-- atan.c
   |   |   |   |-- atan2.c
   |   |   |   |-- ceil.c
   |   |   |   |-- exp.c
   |   |   |   |-- fabs.c
   |   |   |   |-- floor.c
   |   |   |   |-- fmod.c
   |   |   |   |-- frexp.s
   |   |   |   |-- hugeval.c
   |   |   |   |-- isnan.c
   |   |   |   |-- ldexp.c
   |   |   |   |-- localmath.h
   |   |   |   |-- log.c
   |   |   |   |-- log10.c
   |   |   |   |-- modf.s
   |   |   |   |-- pow.c
   |   |   |   |-- sin.c
   |   |   |   |-- sinh.c
   |   |   |   |-- sqrt.c
   |   |   |   |-- tan.c
   |   |   |   ·-- tanh.c
   |   |   |-- other/
   |   |   |   |-- Makefile
   |   |   |   |-- _brk.c
   |   |   |   |-- _reboot.c
   |   |   |   |-- _seekdir.c
   |   |   |   |-- _svrctl.c
   |   |   |   |-- asynchio.c
   |   |   |   |-- bcmp.c
   |   |   |   |-- bcopy.c
   |   |   |   |-- bzero.c
   |   |   |   |-- configfile.c
   |   |   |   |-- crypt.c
   |   |   |   |-- ctermid.c
   |   |   |   |-- cuserid.c
   |   |   |   |-- environ.c
   |   |   |   |-- errno.c
   |   |   |   |-- fdopen.c
   |   |   |   |-- ffs.c
   |   |   |   |-- fslib.c
   |   |   |   |-- fsversion.c
   |   |   |   |-- getgrent.c
   |   |   |   |-- getlogin.c
   |   |   |   |-- getopt.c
   |   |   |   |-- getpass.c
   |   |   |   |-- getpwent.c
   |   |   |   |-- getttyent.c
   |   |   |   |-- getw.c
   |   |   |   |-- hypot.c
   |   |   |   |-- index.c
   |   |   |   |-- itoa.c
   |   |   |   |-- loadname.c
   |   |   |   |-- lock.c
   |   |   |   |-- lrand.c
   |   |   |   |-- lsearch.c
   |   |   |   |-- memccpy.c
   |   |   |   |-- mtab.c
   |   |   |   |-- nlist.c
   |   |   |   |-- peekpoke.c
   |   |   |   |-- popen.c
   |   |   |   |-- putenv.c
   |   |   |   |-- putw.c
   |   |   |   |-- regexp.c
   |   |   |   |-- regsub.c
   |   |   |   |-- rindex.c
   |   |   |   |-- stderr.c
   |   |   |   |-- swab.c
   |   |   |   |-- syscall.c
   |   |   |   |-- sysconf.c
   |   |   |   |-- telldir.c
   |   |   |   |-- termcap.c
   |   |   |   |-- ttyname.c
   |   |   |   ·-- ttyslot.c
   |   |   |-- posix/
   |   |   |   |-- Makefile
   |   |   |   |-- __exit.c
   |   |   |   |-- _access.c
   |   |   |   |-- _alarm.c
   |   |   |   |-- _cfgetispeed.c
   |   |   |   |-- _cfgetospeed.c
   |   |   |   |-- _cfsetispeed.c
   |   |   |   |-- _cfsetospeed.c
   |   |   |   |-- _chdir.c
   |   |   |   |-- _chmod.c
   |   |   |   |-- _chown.c
   |   |   |   |-- _chroot.c
   |   |   |   |-- _close.c
   |   |   |   |-- _closedir.c
   |   |   |   |-- _creat.c
   |   |   |   |-- _debug.c
   |   |   |   |-- _debug.o
   |   |   |   |-- _dup.c
   |   |   |   |-- _dup2.c
   |   |   |   |-- _execl.c
   |   |   |   |-- _execle.c
   |   |   |   |-- _execlp.c
   |   |   |   |-- _execv.c
   |   |   |   |-- _execve.c
   |   |   |   |-- _execvp.c
   |   |   |   |-- _fcntl.c
   |   |   |   |-- _fork.c
   |   |   |   |-- _fpathconf.c
   |   |   |   |-- _fstat.c
   |   |   |   |-- _getcwd.c
   |   |   |   |-- _getegid.c
   |   |   |   |-- _geteuid.c
   |   |   |   |-- _getgid.c
   |   |   |   |-- _getgroups.c
   |   |   |   |-- _getpgrp.c
   |   |   |   |-- _getpid.c
   |   |   |   |-- _getppid.c
   |   |   |   |-- _getuid.c
   |   |   |   |-- _ioctl.c
   |   |   |   |-- _isatty.c
   |   |   |   |-- _kill.c
   |   |   |   |-- _link.c
   |   |   |   |-- _lseek.c
   |   |   |   |-- _mkdir.c
   |   |   |   |-- _mkfifo.c
   |   |   |   |-- _mknod.c
   |   |   |   |-- _mktemp.c
   |   |   |   |-- _mount.c
   |   |   |   |-- _open.c
   |   |   |   |-- _opendir.c
   |   |   |   |-- _pathconf.c
   |   |   |   |-- _pause.c
   |   |   |   |-- _pipe.c
   |   |   |   |-- _read.c
   |   |   |   |-- _readdir.c
   |   |   |   |-- _rename.c
   |   |   |   |-- _rewinddir.c
   |   |   |   |-- _rmdir.c
   |   |   |   |-- _setgid.c
   |   |   |   |-- _setsid.c
   |   |   |   |-- _setuid.c
   |   |   |   |-- _sigaction.c
   |   |   |   |-- _sigpending.c
   |   |   |   |-- _sigprocmask.c
   |   |   |   |-- _sigreturn.c
   |   |   |   |-- _sigset.c
   |   |   |   |-- _sigsetjmp.c
   |   |   |   |-- _sigsuspend.c
   |   |   |   |-- _sleep.c
   |   |   |   |-- _stat.c
   |   |   |   |-- _stime.c
   |   |   |   |-- _sync.c
   |   |   |   |-- _tcdrain.c
   |   |   |   |-- _tcflow.c
   |   |   |   |-- _tcflush.c
   |   |   |   |-- _tcgetattr.c
   |   |   |   |-- _tcsendbreak.c
   |   |   |   |-- _tcsetattr.c
   |   |   |   |-- _time.c
   |   |   |   |-- _times.c
   |   |   |   |-- _umask.c
   |   |   |   |-- _umount.c
   |   |   |   |-- _uname.c
   |   |   |   |-- _unlink.c
   |   |   |   |-- _utime.c
   |   |   |   |-- _wait.c
   |   |   |   |-- _waitpid.c
   |   |   |   ·-- _write.c
   |   |   |-- rts/
   |   |   |   |-- Makefile
   |   |   |   ·-- setjmp.e
   |   |   |-- stdio/
   |   |   |   |-- Makefile
   |   |   |   |-- clearerr.c
   |   |   |   |-- data.c
   |   |   |   |-- doprnt.c
   |   |   |   |-- doscan.c
   |   |   |   |-- ecvt.c
   |   |   |   |-- fclose.c
   |   |   |   |-- feof.c
   |   |   |   |-- ferror.c
   |   |   |   |-- fflush.c
   |   |   |   |-- fgetc.c
   |   |   |   |-- fgetpos.c
   |   |   |   |-- fgets.c
   |   |   |   |-- fileno.c
   |   |   |   |-- fillbuf.c
   |   |   |   |-- flushbuf.c
   |   |   |   |-- fopen.c
   |   |   |   |-- fprintf.c
   |   |   |   |-- fputc.c
   |   |   |   |-- fputs.c
   |   |   |   |-- fread.c
   |   |   |   |-- freopen.c
   |   |   |   |-- fscanf.c
   |   |   |   |-- fseek.c
   |   |   |   |-- fsetpos.c
   |   |   |   |-- ftell.c
   |   |   |   |-- fwrite.c
   |   |   |   |-- getc.c
   |   |   |   |-- getchar.c
   |   |   |   |-- gets.c
   |   |   |   |-- icompute.c
   |   |   |   |-- loc_incl.h
   |   |   |   |-- perror.c
   |   |   |   |-- printf.c
   |   |   |   |-- putc.c
   |   |   |   |-- putchar.c
   |   |   |   |-- puts.c
   |   |   |   |-- remove.c
   |   |   |   |-- rewind.c
   |   |   |   |-- scanf.c
   |   |   |   |-- setbuf.c
   |   |   |   |-- setvbuf.c
   |   |   |   |-- sprintf.c
   |   |   |   |-- sscanf.c
   |   |   |   |-- tmpfile.c
   |   |   |   |-- tmpnam.c
   |   |   |   |-- ungetc.c
   |   |   |   |-- vfprintf.c
   |   |   |   |-- vprintf.c
   |   |   |   |-- vscanf.c
   |   |   |   |-- vsprintf.c
   |   |   |   ·-- vsscanf.c
   |   |   |-- syscall/
   |   |   |   |-- Makefile
   |   |   |   |-- _exit.s
   |   |   |   |-- access.s
   |   |   |   |-- alarm.s
   |   |   |   |-- brk.s
   |   |   |   |-- cfgetispeed.s
   |   |   |   |-- cfgetospeed.s
   |   |   |   |-- cfsetispeed.s
   |   |   |   |-- cfsetospeed.s
   |   |   |   |-- chdir.s
   |   |   |   |-- chmod.s
   |   |   |   |-- chown.s
   |   |   |   |-- chroot.s
   |   |   |   |-- close.s
   |   |   |   |-- closedir.s
   |   |   |   |-- creat.s
   |   |   |   |-- debug.o
   |   |   |   |-- debug.s
   |   |   |   |-- dup.s
   |   |   |   |-- dup2.s
   |   |   |   |-- execl.s
   |   |   |   |-- execle.s
   |   |   |   |-- execlp.s
   |   |   |   |-- execv.s
   |   |   |   |-- execve.s
   |   |   |   |-- execvp.s
   |   |   |   |-- fcntl.s
   |   |   |   |-- fork.s
   |   |   |   |-- fpathconf.s
   |   |   |   |-- fstat.s
   |   |   |   |-- getcwd.s
   |   |   |   |-- getegid.s
   |   |   |   |-- geteuid.s
   |   |   |   |-- getgid.s
   |   |   |   |-- getgroups.s
   |   |   |   |-- getpgrp.s
   |   |   |   |-- getpid.s
   |   |   |   |-- getppid.s
   |   |   |   |-- getuid.s
   |   |   |   |-- ioctl.s
   |   |   |   |-- isatty.s
   |   |   |   |-- kill.s
   |   |   |   |-- link.s
   |   |   |   |-- lseek.s
   |   |   |   |-- mkdir.s
   |   |   |   |-- mkfifo.s
   |   |   |   |-- mknod.s
   |   |   |   |-- mktemp.s
   |   |   |   |-- mount.s
   |   |   |   |-- open.s
   |   |   |   |-- opendir.s
   |   |   |   |-- pathconf.s
   |   |   |   |-- pause.s
   |   |   |   |-- pipe.s
   |   |   |   |-- read.s
   |   |   |   |-- readdir.s
   |   |   |   |-- reboot.s
   |   |   |   |-- rename.s
   |   |   |   |-- rewinddir.s
   |   |   |   |-- rmdir.s
   |   |   |   |-- sbrk.s
   |   |   |   |-- seekdir.s
   |   |   |   |-- setgid.s
   |   |   |   |-- setsid.s
   |   |   |   |-- setuid.s
   |   |   |   |-- sigaction.s
   |   |   |   |-- sigaddset.s
   |   |   |   |-- sigdelset.s
   |   |   |   |-- sigemptyset.s
   |   |   |   |-- sigfillset.s
   |   |   |   |-- sigismember.s
   |   |   |   |-- sigpending.s
   |   |   |   |-- sigprocmask.s
   |   |   |   |-- sigreturn.s
   |   |   |   |-- sigsuspend.s
   |   |   |   |-- sleep.s
   |   |   |   |-- stat.s
   |   |   |   |-- stime.s
   |   |   |   |-- svrctl.s
   |   |   |   |-- sync.s
   |   |   |   |-- tcdrain.s
   |   |   |   |-- tcflow.s
   |   |   |   |-- tcflush.s
   |   |   |   |-- tcgetattr.s
   |   |   |   |-- tcsendbreak.s
   |   |   |   |-- tcsetattr.s
   |   |   |   |-- time.s
   |   |   |   |-- times.s
   |   |   |   |-- umask.s
   |   |   |   |-- umount.s
   |   |   |   |-- uname.s
   |   |   |   |-- unlink.s
   |   |   |   |-- utime.s
   |   |   |   |-- wait.s
   |   |   |   |-- waitpid.s
   |   |   |   ·-- write.s
   |   |   ·-- syslib/
   |   |       |-- Makefile
   |   |       |-- kmalloc.c
   |   |       |-- kprintf.c
   |   |       |-- putk.c
   |   |       |-- sys_abort.c
   |   |       |-- sys_copy.c
   |   |       |-- sys_endsig.c
   |   |       |-- sys_exec.c
   |   |       |-- sys_findproc.c
   |   |       |-- sys_fork.c
   |   |       |-- sys_getmap.c
   |   |       |-- sys_getsp.c
   |   |       |-- sys_kill.c
   |   |       |-- sys_newmap.c
   |   |       |-- sys_oldsig.c
   |   |       |-- sys_sendsig.c
   |   |       |-- sys_sigret.c
   |   |       |-- sys_sysctl.c
   |   |       |-- sys_times.c
   |   |       |-- sys_xit.c
   |   |       |-- syslib.h
   |   |       ·-- taskcall.c
   |   |-- mm/
   |   |   |-- Makefile
   |   |   |-- alloc.c
   |   |   |-- alloc.o
   |   |   |-- break.c
   |   |   |-- break.o
   |   |   |-- const.h
   |   |   |-- exec.c
   |   |   |-- exec.o
   |   |   |-- forkexit.c
   |   |   |-- forkexit.o
   |   |   |-- getset.c
   |   |   |-- getset.o
   |   |   |-- glo.h
   |   |   |-- main.c
   |   |   |-- main.o
   |   |   |-- misc.c
   |   |   |-- misc.o
   |   |   |-- mm
   |   |   |-- mm.h
   |   |   |-- mproc.h
   |   |   |-- param.h
   |   |   |-- proto.h
   |   |   |-- putk.c
   |   |   |-- putk.o
   |   |   |-- signal.c
   |   |   |-- signal.o
   |   |   |-- table.c
   |   |   |-- table.o
   |   |   |-- type.h
   |   |   |-- utility.c
   |   |   ·-- utility.o
   |   |-- test/
   |   |   |-- Makefile
   |   |   |-- common.c
   |   |   |-- run
   |   |   |-- sh1
   |   |   |-- sh2
   |   |   |-- t10a.c
   |   |   |-- t11a.c
   |   |   |-- t11b.c
   |   |   |-- test1.c
   |   |   |-- test10.c
   |   |   |-- test11.c
   |   |   |-- test12.c
   |   |   |-- test13.c
   |   |   |-- test14.c
   |   |   |-- test15.c
   |   |   |-- test16.c
   |   |   |-- test17.c
   |   |   |-- test18.c
   |   |   |-- test19.c
   |   |   |-- test2.c
   |   |   |-- test20.c
   |   |   |-- test21.c
   |   |   |-- test22.c
   |   |   |-- test23.c
   |   |   |-- test24.c
   |   |   |-- test25.c
   |   |   |-- test26.c
   |   |   |-- test27.c
   |   |   |-- test28.c
   |   |   |-- test29.c
   |   |   |-- test3.c
   |   |   |-- test30.c
   |   |   |-- test31.c
   |   |   |-- test32.c
   |   |   |-- test33.c
   |   |   |-- test34.c
   |   |   |-- test35.c
   |   |   |-- test36.c
   |   |   |-- test37.c
   |   |   |-- test38.c
   |   |   |-- test39.c
   |   |   |-- test40.c
   |   |   |-- test5.c
   |   |   |-- test6.c
   |   |   |-- test7.c
   |   |   |-- test8.c
   |   |   ·-- test9.c
   |   |-- tmp/
   |   ·-- tools/
   |       |-- Makefile
   |       |-- debug.c
   |       |-- init
   |       |-- init.c
   |       |-- mkboot
   |       |-- ps.c
   |       ·-- tell_config
   ·-- tmp

41 directories, 1119 files



tree v1.3 © 1996 - 1999 by Steve Baker and Thomas Moore
HTML output hacked and copyleft © 1998 by Francesc Rocher
This software is experimental. Send commends and/or
suggestions to rocher@econ.udg.es