├── .gitignore ├── ChangeLog ├── Makerules ├── Makerules.top ├── README ├── Subsystems ├── TASKS ├── Version.log ├── aclocal.m4 ├── bootstrap ├── COPYING ├── Makerules ├── assert.h ├── bootstrap.c ├── def_pager_setup.c ├── default_pager.c ├── defs.h ├── dir.h ├── disk_inode.h ├── disk_inode_ffs.h ├── ext2_file_io.c ├── ext2_fs.h ├── ffs_compat.c ├── ffs_compat.h ├── ffs_file_io.c ├── file_io.c ├── file_io.h ├── fs.h ├── kalloc.c ├── load.c ├── minix_ffs_compat.c ├── minix_ffs_compat.h ├── minix_file_io.c ├── minix_fs.h ├── minix_super.h ├── queue.h ├── strfcns.c ├── wiring.c └── wiring.h ├── config.sub ├── configrules ├── gensym.awk ├── html ├── Mach4-proj.html ├── build-env.html ├── changes-migr.html ├── changes-uk02.html ├── changes.html ├── coding-style.html ├── install.html ├── issues.html ├── mail-mach4-announce-request.html ├── mail-mach4-users-request.html └── projects.html ├── i386 ├── ChangeLog ├── ChangeLog.orig ├── Makeconf.in ├── Makefile.in ├── Makerules ├── aclocal.m4 ├── boot │ ├── Makerules │ ├── Proposal │ ├── boot.h │ ├── boot_info_dump.c │ ├── boot_info_dump.c.orig │ ├── boot_start.c │ ├── bsd │ │ ├── Makefile.in │ │ ├── Makerules │ │ ├── boottype.h │ │ ├── crt0.S │ │ ├── exit.c │ │ ├── main.c │ │ ├── main.c.orig │ │ ├── mkbsdimage.sh │ │ └── mkbsdimage.sh.orig │ ├── do_boot.S │ ├── linux │ │ ├── COPYING │ │ ├── Makefile.in │ │ ├── Makerules │ │ ├── README │ │ ├── Update-from-Linux │ │ ├── autoconf.h │ │ ├── config.h │ │ ├── crypt.h │ │ ├── gzip.h │ │ ├── i16_bootsect.S │ │ ├── i16_setup.S │ │ ├── inflate.c │ │ ├── lzw.h │ │ ├── misc.c │ │ ├── misc.c.orig │ │ ├── mklinuximage.sh │ │ ├── segment.h │ │ └── unzip.c │ ├── malloc.c │ └── serial.S ├── bootstrap │ ├── Makefile.in │ ├── exec.c │ ├── translate_root.c │ └── translate_root.h ├── configrules ├── configrules.orig ├── configstart ├── configure ├── configure.orig ├── html │ ├── UK02p21-release.html │ ├── UK02p21-release.html.orig │ ├── boot-i386.html │ ├── install-i386.html │ ├── mach4-UK22-linuxdev.html │ ├── mach4-UK22.html │ └── mach4-UK22.html.orig ├── include │ ├── Makefile.in │ ├── Makerules │ └── mach │ │ ├── machine │ │ ├── asm.h │ │ ├── asm.h.orig │ │ ├── bios.h │ │ ├── boolean.h │ │ ├── code16.h │ │ ├── cthreads.h │ │ ├── debug_reg.h │ │ ├── disk.h │ │ ├── dpmi.h │ │ ├── eflags.h │ │ ├── exception.h │ │ ├── exec │ │ │ └── elf.h │ │ ├── far_ptr.h │ │ ├── fp_reg.h │ │ ├── ioccom.h │ │ ├── kern_return.h │ │ ├── mach_i386.defs │ │ ├── mach_i386_types.h │ │ ├── machine_types.defs │ │ ├── multiboot.h │ │ ├── multiboot.h.orig │ │ ├── paging.h │ │ ├── pio.h │ │ ├── pmode.h │ │ ├── proc_reg.h │ │ ├── rpc.h │ │ ├── seg.h │ │ ├── syscall_sw.h │ │ ├── thread_status.h │ │ ├── time_stamp.h │ │ ├── trap.h │ │ ├── tss.h │ │ ├── vcpi.h │ │ ├── vm_param.h │ │ └── vm_types.h │ │ ├── proc_ops.h │ │ ├── sa │ │ ├── stdarg.h │ │ └── sys │ │ │ └── varargs.h │ │ └── setjmp.h ├── install.sh ├── kernel │ ├── Makefile.in │ ├── Makerules │ ├── bogus │ │ ├── aha.h │ │ ├── asc.h │ │ ├── at3c501.h │ │ ├── blit.h │ │ ├── com.h │ │ ├── de6c.h │ │ ├── eaha.h │ │ ├── evc.h │ │ ├── fd.h │ │ ├── fpe.h │ │ ├── hd.h │ │ ├── hpp.h │ │ ├── lpr.h │ │ ├── mach_machine_routines.h │ │ ├── ne.h │ │ ├── ns8390.h │ │ ├── nscsi.h │ │ ├── par.h │ │ ├── pc586.h │ │ ├── platforms.h │ │ ├── rc.h │ │ ├── sbic.h │ │ ├── sci.h │ │ ├── sii.h │ │ ├── siop.h │ │ ├── ul.h │ │ ├── wd.h │ │ └── wt.h │ ├── chips │ │ └── busses.c │ ├── dos │ │ ├── dos_buf.c │ │ ├── dos_check_err.c │ │ ├── dos_close.c │ │ ├── dos_fstat.c │ │ ├── dos_gettimeofday.c │ │ ├── dos_io.h │ │ ├── dos_open.c │ │ ├── dos_read.c │ │ ├── dos_rename.c │ │ ├── dos_seek.c │ │ ├── dos_tcgetattr.c │ │ ├── dos_unlink.c │ │ ├── dos_write.c │ │ ├── i16 │ │ │ ├── gdt.h │ │ │ ├── gdt_sels.h │ │ │ ├── i16_crt0.S │ │ │ ├── i16_crt0.h │ │ │ ├── i16_dos.h │ │ │ ├── i16_dos_mem.c │ │ │ ├── i16_exit.c │ │ │ ├── i16_main.c │ │ │ ├── i16_putchar.c │ │ │ ├── i16_vcpi.c │ │ │ ├── i16_xms.c │ │ │ ├── idt.h │ │ │ └── phys_mem_sources.h │ │ └── putchar.c │ ├── i386 │ │ ├── ast.h │ │ ├── ast_check.c │ │ ├── ast_types.h │ │ ├── cpu_number.h │ │ ├── cswitch.S │ │ ├── db_disasm.c │ │ ├── db_interface.c │ │ ├── db_machdep.h │ │ ├── db_trace.c │ │ ├── debug.h │ │ ├── debug_i386.c │ │ ├── debug_trace.S │ │ ├── eflags.h │ │ ├── fpe.b │ │ ├── fpe.b_elf │ │ ├── fpe_linkage.c │ │ ├── fpu.c │ │ ├── fpu.h │ │ ├── gdt.c │ │ ├── gdt.h │ │ ├── hardclock.c │ │ ├── i386asm.sym │ │ ├── idt.c │ │ ├── idt.h │ │ ├── idt_inittab.S │ │ ├── io_emulate.c │ │ ├── io_emulate.h │ │ ├── io_map.c │ │ ├── io_port.h │ │ ├── iopb.c │ │ ├── iopb.h │ │ ├── ipl.h │ │ ├── ktss.c │ │ ├── ktss.h │ │ ├── kttd_interface.c │ │ ├── kttd_machdep.h │ │ ├── ldt.c │ │ ├── ldt.h │ │ ├── lock.h │ │ ├── locore.S │ │ ├── loose_ends.c │ │ ├── mach_i386.srv │ │ ├── mach_param.h │ │ ├── machine_routines.h │ │ ├── machspl.h │ │ ├── mp_desc.c │ │ ├── mp_desc.h │ │ ├── pcb.c │ │ ├── phys.c │ │ ├── pic.c │ │ ├── pic.h │ │ ├── pio.h │ │ ├── pit.c │ │ ├── pit.h │ │ ├── pmap.h │ │ ├── proc_reg.h │ │ ├── sched_param.h │ │ ├── seg.c │ │ ├── seg.h │ │ ├── setjmp.h │ │ ├── spl.S │ │ ├── spl.h │ │ ├── thread.h │ │ ├── time_stamp.h │ │ ├── timer.h │ │ ├── trap.c │ │ ├── trap.h │ │ ├── tss.h │ │ ├── user_ldt.c │ │ ├── user_ldt.h │ │ ├── vm_param.h │ │ ├── vm_tuning.h │ │ ├── xpr.h │ │ └── zalloc.h │ ├── i386at │ │ ├── asm_startup.h │ │ ├── autoconf.c │ │ ├── blit.c │ │ ├── blitreg.h │ │ ├── blituser.h │ │ ├── blitvar.h │ │ ├── boothdr.S │ │ ├── boothdr.S.orig │ │ ├── com.c │ │ ├── comreg.h │ │ ├── conf.c │ │ ├── cons_conf.c │ │ ├── cram.h │ │ ├── dev_hdr.h │ │ ├── device_emul.h │ │ ├── disk.h │ │ ├── ds8390.h │ │ ├── eisa.h │ │ ├── fd.c │ │ ├── fdreg.h │ │ ├── gpl │ │ │ ├── if_hpp.c │ │ │ ├── if_ns.c │ │ │ ├── if_nsreg.h │ │ │ ├── if_ul.c │ │ │ ├── if_wd.c │ │ │ └── linux │ │ │ │ ├── block │ │ │ │ ├── cmd640.c │ │ │ │ ├── floppy.c │ │ │ │ ├── genhd.c │ │ │ │ ├── ide-cd.c │ │ │ │ ├── ide.c │ │ │ │ ├── ide.h │ │ │ │ ├── ide_modes.h │ │ │ │ ├── rz1000.c │ │ │ │ └── triton.c │ │ │ │ ├── include │ │ │ │ ├── asm │ │ │ │ │ ├── bitops.h │ │ │ │ │ ├── byteorder.h │ │ │ │ │ ├── delay.h │ │ │ │ │ ├── dma.h │ │ │ │ │ ├── errno.h │ │ │ │ │ ├── fcntl.h │ │ │ │ │ ├── floppy.h │ │ │ │ │ ├── io.h │ │ │ │ │ ├── ioctl.h │ │ │ │ │ ├── irq.h │ │ │ │ │ ├── page.h │ │ │ │ │ ├── param.h │ │ │ │ │ ├── processor.h │ │ │ │ │ ├── ptrace.h │ │ │ │ │ ├── resource.h │ │ │ │ │ ├── segment.h │ │ │ │ │ ├── sigcontext.h │ │ │ │ │ ├── signal.h │ │ │ │ │ ├── socket.h │ │ │ │ │ ├── stat.h │ │ │ │ │ ├── statfs.h │ │ │ │ │ ├── string.h │ │ │ │ │ ├── system.h │ │ │ │ │ ├── termios.h │ │ │ │ │ ├── types.h │ │ │ │ │ └── unistd.h │ │ │ │ ├── linux │ │ │ │ │ ├── autoconf.h │ │ │ │ │ ├── binfmts.h │ │ │ │ │ ├── bios32.h │ │ │ │ │ ├── blk.h │ │ │ │ │ ├── blkdev.h │ │ │ │ │ ├── cdrom.h │ │ │ │ │ ├── config.h │ │ │ │ │ ├── delay.h │ │ │ │ │ ├── errno.h │ │ │ │ │ ├── etherdevice.h │ │ │ │ │ ├── fcntl.h │ │ │ │ │ ├── fd.h │ │ │ │ │ ├── fdreg.h │ │ │ │ │ ├── fs.h │ │ │ │ │ ├── genhd.h │ │ │ │ │ ├── hdreg.h │ │ │ │ │ ├── head.h │ │ │ │ │ ├── if.h │ │ │ │ │ ├── if_arp.h │ │ │ │ │ ├── if_ether.h │ │ │ │ │ ├── if_tr.h │ │ │ │ │ ├── igmp.h │ │ │ │ │ ├── in.h │ │ │ │ │ ├── inet.h │ │ │ │ │ ├── interrupt.h │ │ │ │ │ ├── ioctl.h │ │ │ │ │ ├── ioport.h │ │ │ │ │ ├── ip.h │ │ │ │ │ ├── ipc.h │ │ │ │ │ ├── kdev_t.h │ │ │ │ │ ├── kernel.h │ │ │ │ │ ├── kernel_stat.h │ │ │ │ │ ├── limits.h │ │ │ │ │ ├── linkage.h │ │ │ │ │ ├── locks.h │ │ │ │ │ ├── major.h │ │ │ │ │ ├── malloc.h │ │ │ │ │ ├── math_emu.h │ │ │ │ │ ├── mc146818rtc.h │ │ │ │ │ ├── minix_fs.h │ │ │ │ │ ├── minix_fs_sb.h │ │ │ │ │ ├── mm.h │ │ │ │ │ ├── module.h │ │ │ │ │ ├── mount.h │ │ │ │ │ ├── net.h │ │ │ │ │ ├── netdevice.h │ │ │ │ │ ├── nfs.h │ │ │ │ │ ├── notifier.h │ │ │ │ │ ├── pagemap.h │ │ │ │ │ ├── param.h │ │ │ │ │ ├── pci.h │ │ │ │ │ ├── personality.h │ │ │ │ │ ├── proc_fs.h │ │ │ │ │ ├── ptrace.h │ │ │ │ │ ├── quota.h │ │ │ │ │ ├── resource.h │ │ │ │ │ ├── route.h │ │ │ │ │ ├── sched.h │ │ │ │ │ ├── scsi.h │ │ │ │ │ ├── scsicam.h │ │ │ │ │ ├── sem.h │ │ │ │ │ ├── signal.h │ │ │ │ │ ├── skbuff.h │ │ │ │ │ ├── smp.h │ │ │ │ │ ├── socket.h │ │ │ │ │ ├── sockios.h │ │ │ │ │ ├── stat.h │ │ │ │ │ ├── stddef.h │ │ │ │ │ ├── string.h │ │ │ │ │ ├── tasks.h │ │ │ │ │ ├── tcp.h │ │ │ │ │ ├── termios.h │ │ │ │ │ ├── time.h │ │ │ │ │ ├── timer.h │ │ │ │ │ ├── tqueue.h │ │ │ │ │ ├── trdevice.h │ │ │ │ │ ├── tty.h │ │ │ │ │ ├── tty_driver.h │ │ │ │ │ ├── tty_ldisc.h │ │ │ │ │ ├── types.h │ │ │ │ │ ├── uio.h │ │ │ │ │ ├── unistd.h │ │ │ │ │ ├── utsname.h │ │ │ │ │ ├── version.h │ │ │ │ │ ├── vfs.h │ │ │ │ │ ├── vm86.h │ │ │ │ │ └── wait.h │ │ │ │ └── net │ │ │ │ │ ├── af_unix.h │ │ │ │ │ ├── arp.h │ │ │ │ │ ├── atalkcall.h │ │ │ │ │ ├── ax25.h │ │ │ │ │ ├── ax25call.h │ │ │ │ │ ├── checksum.h │ │ │ │ │ ├── datalink.h │ │ │ │ │ ├── icmp.h │ │ │ │ │ ├── ip.h │ │ │ │ │ ├── ip_alias.h │ │ │ │ │ ├── ip_forward.h │ │ │ │ │ ├── ipip.h │ │ │ │ │ ├── ipx.h │ │ │ │ │ ├── ipxcall.h │ │ │ │ │ ├── netlink.h │ │ │ │ │ ├── netrom.h │ │ │ │ │ ├── nrcall.h │ │ │ │ │ ├── p8022.h │ │ │ │ │ ├── p8022call.h │ │ │ │ │ ├── protocol.h │ │ │ │ │ ├── psnap.h │ │ │ │ │ ├── psnapcall.h │ │ │ │ │ ├── rarp.h │ │ │ │ │ ├── raw.h │ │ │ │ │ ├── route.h │ │ │ │ │ ├── slhc.h │ │ │ │ │ ├── snmp.h │ │ │ │ │ ├── sock.h │ │ │ │ │ ├── tcp.h │ │ │ │ │ └── udp.h │ │ │ │ ├── linux_autoirq.c │ │ │ │ ├── linux_block.c │ │ │ │ ├── linux_dma.c │ │ │ │ ├── linux_emul.h │ │ │ │ ├── linux_init.c │ │ │ │ ├── linux_irq.c │ │ │ │ ├── linux_kmem.c │ │ │ │ ├── linux_misc.c │ │ │ │ ├── linux_net.c │ │ │ │ ├── linux_port.c │ │ │ │ ├── linux_printk.c │ │ │ │ ├── linux_sched.c │ │ │ │ ├── linux_soft.c │ │ │ │ ├── linux_timer.c │ │ │ │ ├── linux_version.c │ │ │ │ ├── linux_vsprintf.c │ │ │ │ ├── net │ │ │ │ ├── 3c501.c │ │ │ │ ├── 3c503.c │ │ │ │ ├── 3c503.h │ │ │ │ ├── 3c505.c │ │ │ │ ├── 3c505.h │ │ │ │ ├── 3c507.c │ │ │ │ ├── 3c509.c │ │ │ │ ├── 3c59x.c │ │ │ │ ├── 8390.c │ │ │ │ ├── 8390.h │ │ │ │ ├── Space.c │ │ │ │ ├── ac3200.c │ │ │ │ ├── apricot.c │ │ │ │ ├── at1700.c │ │ │ │ ├── atp.c │ │ │ │ ├── atp.h │ │ │ │ ├── de4x5.c │ │ │ │ ├── de4x5.h │ │ │ │ ├── de600.c │ │ │ │ ├── de620.c │ │ │ │ ├── de620.h │ │ │ │ ├── depca.c │ │ │ │ ├── depca.h │ │ │ │ ├── dev.c │ │ │ │ ├── e2100.c │ │ │ │ ├── eepro.c │ │ │ │ ├── eexpress.c │ │ │ │ ├── eth16i.c │ │ │ │ ├── ewrk3.c │ │ │ │ ├── ewrk3.h │ │ │ │ ├── hp-plus.c │ │ │ │ ├── hp.c │ │ │ │ ├── hp100.c │ │ │ │ ├── hp100.h │ │ │ │ ├── i82586.h │ │ │ │ ├── iow.h │ │ │ │ ├── lance.c │ │ │ │ ├── ne.c │ │ │ │ ├── net_init.c │ │ │ │ ├── ni52.c │ │ │ │ ├── ni52.h │ │ │ │ ├── ni65.c │ │ │ │ ├── ni65.h │ │ │ │ ├── seeq8005.c │ │ │ │ ├── seeq8005.h │ │ │ │ ├── sk_g16.c │ │ │ │ ├── sk_g16.h │ │ │ │ ├── smc-ultra.c │ │ │ │ ├── tulip.c │ │ │ │ ├── wavelan.c │ │ │ │ ├── wavelan.h │ │ │ │ ├── wd.c │ │ │ │ └── znet.c │ │ │ │ ├── pci │ │ │ │ ├── bios32.c │ │ │ │ └── pci.c │ │ │ │ └── scsi │ │ │ │ ├── 53c7,8xx.c │ │ │ │ ├── 53c7,8xx.h │ │ │ │ ├── 53c8xx_d.h │ │ │ │ ├── 53c8xx_u.h │ │ │ │ ├── AM53C974.c │ │ │ │ ├── AM53C974.h │ │ │ │ ├── BusLogic.c │ │ │ │ ├── BusLogic.h │ │ │ │ ├── NCR5380.h │ │ │ │ ├── NCR5380.src │ │ │ │ ├── NCR53c406a.c │ │ │ │ ├── NCR53c406a.h │ │ │ │ ├── advansys.c │ │ │ │ ├── advansys.h │ │ │ │ ├── aha152x.c │ │ │ │ ├── aha152x.h │ │ │ │ ├── aha1542.c │ │ │ │ ├── aha1542.h │ │ │ │ ├── aha1740.c │ │ │ │ ├── aha1740.h │ │ │ │ ├── aic7xxx.c │ │ │ │ ├── aic7xxx.h │ │ │ │ ├── aic7xxx_proc.src │ │ │ │ ├── aic7xxx_reg.h │ │ │ │ ├── aic7xxx_seq.h │ │ │ │ ├── constants.c │ │ │ │ ├── constants.h │ │ │ │ ├── eata.c │ │ │ │ ├── eata.h │ │ │ │ ├── eata_dma.c │ │ │ │ ├── eata_dma.h │ │ │ │ ├── eata_dma_proc.h │ │ │ │ ├── eata_dma_proc.src │ │ │ │ ├── eata_generic.h │ │ │ │ ├── eata_pio.c │ │ │ │ ├── eata_pio.h │ │ │ │ ├── eata_pio_proc.src │ │ │ │ ├── fdomain.c │ │ │ │ ├── fdomain.h │ │ │ │ ├── g_NCR5380.c │ │ │ │ ├── g_NCR5380.h │ │ │ │ ├── hosts.c │ │ │ │ ├── hosts.h │ │ │ │ ├── in2000.c │ │ │ │ ├── in2000.h │ │ │ │ ├── pas16.c │ │ │ │ ├── pas16.h │ │ │ │ ├── qlogic.c │ │ │ │ ├── qlogic.h │ │ │ │ ├── scsi.c │ │ │ │ ├── scsi.h │ │ │ │ ├── scsi_debug.c │ │ │ │ ├── scsi_debug.h │ │ │ │ ├── scsi_ioctl.c │ │ │ │ ├── scsi_ioctl.h │ │ │ │ ├── scsi_proc.c │ │ │ │ ├── scsicam.c │ │ │ │ ├── sd.c │ │ │ │ ├── sd.h │ │ │ │ ├── sd_ioctl.c │ │ │ │ ├── seagate.c │ │ │ │ ├── seagate.h │ │ │ │ ├── sr.c │ │ │ │ ├── sr.h │ │ │ │ ├── sr_ioctl.c │ │ │ │ ├── t128.c │ │ │ │ ├── t128.h │ │ │ │ ├── u14-34f.c │ │ │ │ ├── u14-34f.h │ │ │ │ ├── ultrastor.c │ │ │ │ ├── ultrastor.h │ │ │ │ ├── wd7000.c │ │ │ │ └── wd7000.h │ │ ├── i386at_ds_routines.c │ │ ├── i8250.h │ │ ├── i82586.h │ │ ├── idt.h │ │ ├── if_3c501.c │ │ ├── if_3c501.h │ │ ├── if_3c503.h │ │ ├── if_de6c.c │ │ ├── if_de6c.h │ │ ├── if_de6s.S │ │ ├── if_ne.c │ │ ├── if_nereg.h │ │ ├── if_ns8390.c │ │ ├── if_ns8390.h │ │ ├── if_par.c │ │ ├── if_par.h │ │ ├── if_pc586.c │ │ ├── if_pc586.h │ │ ├── if_wd8003.h │ │ ├── immc.c │ │ ├── int_init.c │ │ ├── interrupt.S │ │ ├── iopl.c │ │ ├── kd.c │ │ ├── kd.h │ │ ├── kd_event.c │ │ ├── kd_mouse.c │ │ ├── kd_queue.c │ │ ├── kd_queue.h │ │ ├── kdasm.S │ │ ├── kdsoft.h │ │ ├── lpr.c │ │ ├── lprreg.h │ │ ├── model_dep.c │ │ ├── nfd.c │ │ ├── nfdreg.h │ │ ├── nhd.c │ │ ├── nhdreg.h │ │ ├── phys_mem_grab_page.c │ │ ├── pic_isa.c │ │ ├── rtc.c │ │ └── rtc.h │ ├── imps │ │ ├── Makefile.in │ │ ├── apic.h │ │ ├── cpu_number.h │ │ ├── cpus.h │ │ ├── imps.c │ │ └── impsasm.sym │ ├── intel │ │ ├── pmap.c │ │ ├── pmap.h │ │ └── read_fault.c │ ├── pc │ │ ├── Makerules │ │ ├── NOTES │ │ ├── debug.h │ │ ├── exit.c │ │ ├── gdt.h │ │ ├── gdt_sels.h │ │ ├── i16 │ │ │ ├── i16_a20.c │ │ │ ├── i16_a20.h │ │ │ ├── i16_bios.h │ │ │ ├── i16_exit.c │ │ │ ├── i16_ext_mem.c │ │ │ ├── i16_init.c │ │ │ ├── i16_main.c │ │ │ ├── i16_pic.c │ │ │ ├── i16_putchar.c │ │ │ ├── i16_raw.c │ │ │ ├── i16_raw_test_a20.S │ │ │ ├── i16_real_int.S │ │ │ ├── i16_switch.h │ │ │ ├── phys_mem_collect.c │ │ │ ├── phys_mem_sources.h │ │ │ ├── raw_exit.c │ │ │ └── raw_real_int.c │ │ ├── ipl.h │ │ ├── irq.h │ │ ├── irq_list.h │ │ ├── pc_asm.sym │ │ ├── phys_mem.h │ │ ├── phys_mem_add.c │ │ ├── pic.c │ │ ├── pic.h │ │ ├── putchar.c │ │ ├── real.h │ │ ├── real_tss.c │ │ ├── real_tss.h │ │ ├── real_tss_def.S │ │ └── rv86 │ │ │ ├── config.h │ │ │ ├── idt_irq_init.c │ │ │ ├── rv86_real_int.c │ │ │ ├── rv86_real_int_asm.S │ │ │ ├── rv86_reflect_irq.S │ │ │ ├── rv86_trap_handler.S │ │ │ └── trap_handler.S │ └── util │ │ ├── Makerules │ │ ├── NOTES │ │ ├── anno.c │ │ ├── anno.h │ │ ├── cpu.h │ │ ├── cpu_subs.h │ │ ├── cpu_tables_init.c │ │ ├── cpu_tables_load.c │ │ ├── crtn.S │ │ ├── crtn.S.orig │ │ ├── debug.h │ │ ├── gdt.c │ │ ├── gdt.h │ │ ├── gdt_sels.h │ │ ├── i16 │ │ ├── debug.h │ │ ├── i16.h │ │ ├── i16_die.c │ │ ├── i16_gdt_init_temp.c │ │ ├── i16_nanodelay.c │ │ ├── i16_puts.c │ │ └── i16_writehex.c │ │ ├── i386_asm.sym │ │ ├── idt.c │ │ ├── idt.h │ │ ├── idt_inittab.S │ │ ├── idt_inittab.h │ │ ├── ldt.h │ │ ├── trap.h │ │ ├── trap_asm.sym │ │ ├── trap_dump.c │ │ ├── trap_dump_die.c │ │ ├── trap_handler.S │ │ ├── trap_return.S │ │ ├── tss.c │ │ ├── tss.h │ │ ├── tss_dump.c │ │ └── vm_param.h ├── libmach │ ├── Makefile.in │ ├── Makerules │ ├── c │ │ ├── Makefile.in │ │ ├── Makerules │ │ ├── _setjmp.S │ │ ├── bcopy.S │ │ ├── bcopy16.S │ │ ├── bzero.S │ │ ├── gcc.S │ │ ├── i16_bcopy.S │ │ ├── i16_bzero.S │ │ ├── ntoh.S │ │ └── proc_reg.c │ ├── exec │ │ ├── Makefile.in │ │ ├── Makerules │ │ ├── aout.c │ │ └── objfmts.h │ ├── mach_i386.pres │ ├── standalone │ │ ├── Makefile.in │ │ ├── mach-crt0.c │ │ └── mach-crt0.c.orig │ ├── syscall_sw.S │ └── unixoid │ │ ├── Makefile.in │ │ ├── SYS.h │ │ ├── fork.S │ │ └── syscall_sw.S ├── libthreads │ ├── Makefile.in │ ├── csw.S │ ├── cthread_inline.awk │ ├── lock.S │ └── thread.c └── mig │ └── Makefile.in ├── include ├── device │ ├── audio_status.h │ ├── bpf.h │ ├── device.defs │ ├── device_reply.defs │ ├── device_request.defs │ ├── device_types.defs │ ├── device_types.h │ ├── disk_status.h │ ├── net_status.h │ ├── tape_status.h │ └── tty_status.h ├── mach.h ├── mach │ ├── alert.h │ ├── boolean.h │ ├── boot.h │ ├── bootstrap.defs │ ├── cthreads.h │ ├── default_pager.defs │ ├── default_pager_helper.defs │ ├── default_pager_types.defs │ ├── default_pager_types.h │ ├── error.h │ ├── errorlib.h │ ├── exc.defs │ ├── exception.h │ ├── exec │ │ ├── a.out.h │ │ ├── elf.h │ │ └── exec.h │ ├── flick_mach3.h │ ├── flick_mach3_glue.h │ ├── flick_mach3mig_glue.h │ ├── host_info.h │ ├── inline.h │ ├── kern_return.h │ ├── lmm.h │ ├── mach.defs │ ├── mach4.defs │ ├── mach_host.defs │ ├── mach_norma.defs │ ├── mach_param.h │ ├── mach_port.defs │ ├── mach_traps.h │ ├── mach_types.defs │ ├── mach_types.h │ ├── machine.h │ ├── macro_help.h │ ├── memory_object.defs │ ├── memory_object.h │ ├── memory_object_default.defs │ ├── message.h │ ├── mig_errors.h │ ├── mig_support.h │ ├── msg_type.h │ ├── norma_special_ports.h │ ├── norma_task.defs │ ├── notify.defs │ ├── notify.h │ ├── pc_sample.h │ ├── policy.h │ ├── port.h │ ├── proc_ops.h │ ├── processor_info.h │ ├── profil.h │ ├── profilparam.h │ ├── rpc.h │ ├── sa │ │ ├── a.out.h │ │ ├── alloca.h │ │ ├── assert.h │ │ ├── ctype.h │ │ ├── errno.h │ │ ├── fcntl.h │ │ ├── limits.h │ │ ├── malloc.h │ │ ├── memory.h │ │ ├── stddef.h │ │ ├── stdio.h │ │ ├── stdlib.h │ │ ├── string.h │ │ ├── strings.h │ │ ├── sys │ │ │ ├── cdefs.h │ │ │ ├── ioctl.h │ │ │ ├── mman.h │ │ │ ├── reboot.h │ │ │ ├── signal.h │ │ │ ├── stat.h │ │ │ ├── termios.h │ │ │ ├── time.h │ │ │ └── types.h │ │ ├── time.h │ │ └── unistd.h │ ├── std_types.defs │ ├── std_types.h │ ├── syscall_sw.h │ ├── task_info.h │ ├── task_special_ports.h │ ├── thread_info.h │ ├── thread_special_ports.h │ ├── thread_status.h │ ├── thread_switch.h │ ├── time_value.h │ ├── version.h │ ├── vm_attributes.h │ ├── vm_inherit.h │ ├── vm_param.h │ ├── vm_prot.h │ └── vm_statistics.h ├── mach_debug │ ├── hash_info.h │ ├── ipc_info.h │ ├── mach_debug.defs │ ├── mach_debug_types.defs │ ├── mach_debug_types.h │ ├── pc_info.h │ ├── vm_info.h │ └── zone_info.h ├── mach_error.h ├── mach_init.h └── servers │ ├── machid.defs │ ├── machid_debug.defs │ ├── machid_dpager.defs │ ├── machid_lib.h │ ├── machid_types.defs │ ├── machid_types.h │ ├── netname.defs │ └── netname_defs.h ├── kernel ├── Makerules ├── bogus │ ├── bootstrap_symbols.h │ ├── fast_tas.h │ ├── hw_footprint.h │ ├── mach_assert.h │ ├── mach_counters.h │ ├── mach_debug.h │ ├── mach_fixpri.h │ ├── mach_host.h │ ├── mach_ipc_compat.h │ ├── mach_ipc_debug.h │ ├── mach_ipc_test.h │ ├── mach_kdb.h │ ├── mach_ldebug.h │ ├── mach_lock_mon.h │ ├── mach_machine_routines.h │ ├── mach_mp_debug.h │ ├── mach_pagemap.h │ ├── mach_pcsample.h │ ├── mach_ttd.h │ ├── mach_vm_debug.h │ ├── net_atm.h │ ├── norma_device.h │ ├── norma_ether.h │ ├── norma_ipc.h │ ├── norma_task.h │ ├── norma_vm.h │ ├── panic.c │ ├── power_save.h │ ├── simple_clock.h │ ├── stat_time.h │ └── xpr_debug.h ├── chips │ ├── atm.c │ ├── atmreg.h │ ├── audio.c │ ├── audio_config.h │ ├── audio_defs.h │ ├── bt431.c │ ├── bt431.h │ ├── bt455.c │ ├── bt455.h │ ├── bt459.c │ ├── bt459.h │ ├── bt478.c │ ├── bt478.h │ ├── build_font.c │ ├── busses.c │ ├── busses.h │ ├── cfb_hdw.c │ ├── cfb_misc.c │ ├── dc503.c │ ├── dc503.h │ ├── dtop.h │ ├── dtop_handlers.c │ ├── dtop_hdw.c │ ├── dz_7085.h │ ├── dz_defs.h │ ├── dz_hdw.c │ ├── eccreg.h │ ├── fb_hdw.c │ ├── fb_misc.c │ ├── fdc_82077.h │ ├── fdc_82077_hdw.c │ ├── frc.c │ ├── ims332.c │ ├── ims332.h │ ├── isdn_79c30.h │ ├── isdn_79c30_hdw.c │ ├── kernel_font.c │ ├── kernel_font.data │ ├── lance.c │ ├── lance.h │ ├── lance_mapped.c │ ├── lk201.c │ ├── lk201.h │ ├── mc_clock.c │ ├── mc_clock.h │ ├── mouse.c │ ├── nc.c │ ├── nc.h │ ├── nw.h │ ├── nw_mk.c │ ├── nw_mk.h │ ├── pm_defs.h │ ├── pm_hdw.c │ ├── pm_misc.c │ ├── scc_8530.h │ ├── scc_8530_hdw.c │ ├── screen.c │ ├── screen.h │ ├── screen_defs.h │ ├── screen_switch.c │ ├── screen_switch.h │ ├── serial_console.c │ ├── serial_defs.h │ ├── sfb_hdw.c │ ├── sfb_misc.c │ ├── spans.c │ ├── spans.h │ ├── tca100.c │ ├── tca100.h │ ├── tca100_if.c │ ├── tca100_if.h │ ├── vs42x_rb.h │ ├── xcfb_hdw.c │ ├── xcfb_misc.c │ └── xcfb_monitor.h ├── ddb │ ├── db_access.c │ ├── db_access.h │ ├── db_aout.c │ ├── db_break.c │ ├── db_break.h │ ├── db_command.c │ ├── db_command.h │ ├── db_cond.c │ ├── db_examine.c │ ├── db_expr.c │ ├── db_expr.h │ ├── db_ext_symtab.c │ ├── db_input.c │ ├── db_lex.c │ ├── db_lex.h │ ├── db_macro.c │ ├── db_mp.c │ ├── db_output.c │ ├── db_output.h │ ├── db_print.c │ ├── db_print.h │ ├── db_run.c │ ├── db_run.h │ ├── db_sym.c │ ├── db_sym.h │ ├── db_task_thread.c │ ├── db_task_thread.h │ ├── db_trap.c │ ├── db_variables.c │ ├── db_variables.h │ ├── db_watch.c │ ├── db_watch.h │ ├── db_write_cmd.c │ ├── nlist.h │ ├── stab.h │ └── tr.h ├── device │ ├── blkio.c │ ├── buf.h │ ├── chario.c │ ├── cirbuf.c │ ├── cirbuf.h │ ├── conf.h │ ├── cons.c │ ├── cons.h │ ├── dev_forward.defs │ ├── dev_hdr.h │ ├── dev_lookup.c │ ├── dev_master.h │ ├── dev_name.c │ ├── dev_pager.c │ ├── device.srv │ ├── device_init.c │ ├── device_pager.srv │ ├── device_port.h │ ├── device_reply.cli │ ├── device_types_kernel.h │ ├── dk_label.c │ ├── ds_routines.c │ ├── ds_routines.h │ ├── errno.h │ ├── if_ether.h │ ├── if_hdr.h │ ├── io_req.h │ ├── memory_object_reply.cli │ ├── net_io.c │ ├── net_io.h │ ├── param.h │ ├── subrs.c │ └── tty.h ├── ipc │ ├── fipc.c │ ├── fipc.h │ ├── ipc_entry.c │ ├── ipc_entry.h │ ├── ipc_hash.c │ ├── ipc_hash.h │ ├── ipc_init.c │ ├── ipc_init.h │ ├── ipc_kmsg.c │ ├── ipc_kmsg.h │ ├── ipc_kmsg_queue.h │ ├── ipc_machdep.h │ ├── ipc_marequest.c │ ├── ipc_marequest.h │ ├── ipc_mqueue.c │ ├── ipc_mqueue.h │ ├── ipc_notify.c │ ├── ipc_notify.h │ ├── ipc_object.c │ ├── ipc_object.h │ ├── ipc_port.c │ ├── ipc_port.h │ ├── ipc_pset.c │ ├── ipc_pset.h │ ├── ipc_right.c │ ├── ipc_right.h │ ├── ipc_space.c │ ├── ipc_space.h │ ├── ipc_splay.c │ ├── ipc_splay.h │ ├── ipc_table.c │ ├── ipc_table.h │ ├── ipc_target.c │ ├── ipc_target.h │ ├── ipc_thread.c │ ├── ipc_thread.h │ ├── ipc_types.h │ ├── mach_debug.c │ ├── mach_msg.c │ ├── mach_msg.h │ ├── mach_port.c │ ├── mach_port.srv │ ├── mach_rpc.c │ └── port.h ├── kern │ ├── act.c │ ├── act.h │ ├── assert.h │ ├── ast.c │ ├── ast.h │ ├── bootstrap.c │ ├── compat_xxx_defs.h │ ├── counters.c │ ├── counters.h │ ├── cpu_number.h │ ├── debug.c │ ├── debug.h │ ├── eventcount.c │ ├── eventcount.h │ ├── exception.c │ ├── host.c │ ├── host.h │ ├── ipc_host.c │ ├── ipc_host.h │ ├── ipc_kobject.c │ ├── ipc_kobject.h │ ├── ipc_mig.c │ ├── ipc_sched.c │ ├── ipc_sched.h │ ├── ipc_tt.c │ ├── ipc_tt.h │ ├── kalloc.c │ ├── kalloc.h │ ├── kern_types.h │ ├── lock.c │ ├── lock.h │ ├── lock_mon.c │ ├── mach.srv │ ├── mach4.srv │ ├── mach_clock.c │ ├── mach_debug.srv │ ├── mach_factor.c │ ├── mach_host.srv │ ├── mach_param.h │ ├── machine.c │ ├── macro_help.h │ ├── pc_sample.c │ ├── pc_sample.h │ ├── printf.c │ ├── priority.c │ ├── processor.c │ ├── processor.h │ ├── profile.c │ ├── queue.c │ ├── queue.h │ ├── refcount.h │ ├── sched.h │ ├── sched_prim.c │ ├── sched_prim.h │ ├── server_loop.ch │ ├── shuttle.h │ ├── startup.c │ ├── strings.c │ ├── strings.h │ ├── syscall_emulation.c │ ├── syscall_emulation.h │ ├── syscall_subr.c │ ├── syscall_subr.h │ ├── syscall_sw.c │ ├── syscall_sw.h │ ├── task.c │ ├── task.h │ ├── thread.c │ ├── thread.h │ ├── thread_swap.c │ ├── thread_swap.h │ ├── time_out.h │ ├── time_stamp.c │ ├── time_stamp.h │ ├── timer.c │ ├── timer.h │ ├── xpr.c │ ├── xpr.h │ ├── zalloc.c │ └── zalloc.h ├── scsi │ ├── adapters │ │ ├── README │ │ ├── scsi_33C93.h │ │ ├── scsi_33C93_hdw.c │ │ ├── scsi_5380.h │ │ ├── scsi_5380_hdw.c │ │ ├── scsi_53C700.h │ │ ├── scsi_53C700_hdw.c │ │ ├── scsi_53C94.h │ │ ├── scsi_53C94_hdw.c │ │ ├── scsi_7061.h │ │ ├── scsi_7061_hdw.c │ │ ├── scsi_89352.h │ │ ├── scsi_89352_hdw.c │ │ ├── scsi_aha15.h │ │ ├── scsi_aha15_hdw.c │ │ ├── scsi_aha17_hdw.c │ │ ├── scsi_dma.h │ │ ├── scsi_user_dma.c │ │ └── scsi_user_dma.h │ ├── compat_30.h │ ├── disk_label.c │ ├── mapped_scsi.c │ ├── mapped_scsi.h │ ├── pc_scsi_label.c │ ├── rz.c │ ├── rz.h │ ├── rz_audio.c │ ├── rz_cpu.c │ ├── rz_disk.c │ ├── rz_disk_bbr.c │ ├── rz_host.c │ ├── rz_labels.h │ ├── rz_tape.c │ ├── scsi.c │ ├── scsi.h │ ├── scsi2.h │ ├── scsi_alldevs.c │ ├── scsi_comm.c │ ├── scsi_cpu.c │ ├── scsi_defs.h │ ├── scsi_disk.c │ ├── scsi_endian.h │ ├── scsi_jukebox.c │ ├── scsi_optical.c │ ├── scsi_printer.c │ ├── scsi_rom.c │ ├── scsi_scanner.c │ ├── scsi_tape.c │ └── scsi_worm.c ├── util │ ├── Makerules │ ├── about_to_die.c │ ├── config.h │ ├── cpu.c │ ├── cpu.h │ ├── cpu_init.c │ ├── cpu_subs.h │ ├── cpus.h │ ├── debug.h │ ├── die.c │ ├── panic.c │ ├── phys_mem.h │ ├── putchar.c │ ├── puts.c │ └── ref_count.h └── vm │ ├── memory_object.c │ ├── memory_object.h │ ├── memory_object_default.cli │ ├── memory_object_user.cli │ ├── pmap.h │ ├── vm_debug.c │ ├── vm_external.c │ ├── vm_external.h │ ├── vm_fault.c │ ├── vm_fault.h │ ├── vm_init.c │ ├── vm_kern.c │ ├── vm_kern.h │ ├── vm_map.c │ ├── vm_map.h │ ├── vm_object.c │ ├── vm_object.h │ ├── vm_page.h │ ├── vm_pageout.c │ ├── vm_pageout.h │ ├── vm_resident.c │ ├── vm_user.c │ └── vm_user.h ├── libmach ├── Makerules ├── bootstrap.pres ├── c │ ├── Makerules │ ├── abort.c │ ├── abs.c │ ├── atol.c │ ├── calloc.c │ ├── doprnt.c │ ├── doscan.c │ ├── errno.c │ ├── exit.c │ ├── malloc │ │ ├── free.c │ │ ├── malloc.c │ │ ├── malloc.h │ │ ├── morecore.c │ │ └── realloc.c │ ├── memcmp.c │ ├── memset.c │ ├── panic.c │ ├── printf.c │ ├── rand.c │ ├── rindex.c │ ├── sprintf.c │ ├── sscanf.c │ ├── stdio │ │ ├── fclose.c │ │ ├── fgetc.c │ │ ├── fopen.c │ │ ├── fprintf.c │ │ ├── fputc.c │ │ ├── fread.c │ │ ├── fscanf.c │ │ ├── fseek.c │ │ ├── ftell.c │ │ ├── fwrite.c │ │ ├── remove.c │ │ ├── rewind.c │ │ └── vfprintf.c │ ├── strcat.c │ ├── strchr.c │ ├── strcmp.c │ ├── strcpy.c │ ├── strdup.c │ ├── strlen.c │ ├── strncmp.c │ ├── strncpy.c │ ├── strstr.c │ └── strtoul.c ├── default_pager.pres ├── default_pager_helper.pres ├── device.pres ├── device_reply.pres ├── device_request.pres ├── err_bootstrap.sub ├── err_ipc.sub ├── err_kern.sub ├── err_mach_ipc.sub ├── err_server.sub ├── err_us.sub ├── error_codes.c ├── exc.pres ├── exec │ ├── Makerules │ ├── elf.c │ ├── exec.h │ ├── load.c │ └── objfmts.h ├── flick_mach3_client.c ├── flick_mach3mig_client.c ├── lmm │ ├── README │ ├── lmm.h │ ├── lmm_add.c │ ├── lmm_alloc.c │ ├── lmm_alloc_aligned.c │ ├── lmm_alloc_gen.c │ ├── lmm_alloc_page.c │ ├── lmm_avail.c │ ├── lmm_avail_in.c │ ├── lmm_dump.c │ ├── lmm_find_free.c │ ├── lmm_free.c │ ├── lmm_init.c │ └── lmm_remove.c ├── mach4_interface.pres ├── mach_debug.pres ├── mach_error_string.c ├── mach_host.pres ├── mach_init.c ├── mach_interface.pres ├── mach_msg.c ├── mach_msg_destroy.c ├── mach_msg_receive.c ├── mach_msg_send.c ├── mach_msg_server.c ├── mach_port.pres ├── memory_object_default.pres ├── memory_object_user.pres ├── mig_allocate.c ├── mig_deallocate.c ├── mig_reply_setup.c ├── mig_strncpy.c ├── mig_support.c ├── ms_mach_port_allocate.c ├── ms_mach_port_allocate_name.c ├── ms_mach_port_deallocate.c ├── ms_mach_port_insert_right.c ├── ms_task_create.c ├── ms_task_set_special_port.c ├── ms_task_suspend.c ├── ms_task_terminate.c ├── ms_thread_depress_abort.c ├── ms_vm_allocate.c ├── ms_vm_deallocate.c ├── ms_vm_map.c ├── notify_user.pres ├── seqnos_device_reply.srv ├── seqnos_memory_object.srv ├── seqnos_memory_object_default.srv ├── seqnos_notify.srv ├── servers │ ├── machid.pres │ ├── machid_debug.pres │ ├── machid_dpager.pres │ ├── machid_lib.c │ ├── machid_vmstuff.c │ └── netname.pres ├── slot_name.c ├── standalone │ ├── Makerules │ ├── _exit.c │ ├── console.c │ ├── get_privileged_ports.c │ ├── gets.c │ ├── mach_init_sa.c │ ├── panic.c │ ├── putchar.c │ └── puts.c ├── strings.h └── unixoid │ ├── Ovfork.c │ ├── mach_error.c │ ├── mach_init_ports.c │ ├── msg.c │ └── sbrk.c ├── libthreads ├── call.c ├── cprocs.c ├── cthread_data.c ├── cthread_internals.h ├── cthreads.c ├── malloc.c ├── mig_support.c ├── options.h ├── stack.c └── sync.c └── mig ├── ChangeLog ├── Makerules ├── alloc.h ├── boolean.h ├── cpu.sym ├── error.c ├── error.h ├── global.c ├── global.h ├── header.c ├── lexxer.h ├── lexxer.l ├── message.h ├── mig.sh ├── mig_string.h ├── migcom.c ├── parser.y ├── routine.c ├── routine.h ├── server.c ├── statement.c ├── statement.h ├── string.c ├── type.c ├── type.h ├── user.c ├── utils.c ├── utils.h ├── vprint.c └── write.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/.gitignore -------------------------------------------------------------------------------- /ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/ChangeLog -------------------------------------------------------------------------------- /Makerules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/Makerules -------------------------------------------------------------------------------- /Makerules.top: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/Makerules.top -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/README -------------------------------------------------------------------------------- /Subsystems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/Subsystems -------------------------------------------------------------------------------- /TASKS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/TASKS -------------------------------------------------------------------------------- /Version.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/Version.log -------------------------------------------------------------------------------- /aclocal.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/aclocal.m4 -------------------------------------------------------------------------------- /bootstrap/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/COPYING -------------------------------------------------------------------------------- /bootstrap/Makerules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/Makerules -------------------------------------------------------------------------------- /bootstrap/assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/assert.h -------------------------------------------------------------------------------- /bootstrap/bootstrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/bootstrap.c -------------------------------------------------------------------------------- /bootstrap/def_pager_setup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/def_pager_setup.c -------------------------------------------------------------------------------- /bootstrap/default_pager.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/default_pager.c -------------------------------------------------------------------------------- /bootstrap/defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/defs.h -------------------------------------------------------------------------------- /bootstrap/dir.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/dir.h -------------------------------------------------------------------------------- /bootstrap/disk_inode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/disk_inode.h -------------------------------------------------------------------------------- /bootstrap/disk_inode_ffs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/disk_inode_ffs.h -------------------------------------------------------------------------------- /bootstrap/ext2_file_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/ext2_file_io.c -------------------------------------------------------------------------------- /bootstrap/ext2_fs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/ext2_fs.h -------------------------------------------------------------------------------- /bootstrap/ffs_compat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/ffs_compat.c -------------------------------------------------------------------------------- /bootstrap/ffs_compat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/ffs_compat.h -------------------------------------------------------------------------------- /bootstrap/ffs_file_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/ffs_file_io.c -------------------------------------------------------------------------------- /bootstrap/file_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/file_io.c -------------------------------------------------------------------------------- /bootstrap/file_io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/file_io.h -------------------------------------------------------------------------------- /bootstrap/fs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/fs.h -------------------------------------------------------------------------------- /bootstrap/kalloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/kalloc.c -------------------------------------------------------------------------------- /bootstrap/load.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/load.c -------------------------------------------------------------------------------- /bootstrap/minix_ffs_compat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/minix_ffs_compat.c -------------------------------------------------------------------------------- /bootstrap/minix_ffs_compat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/minix_ffs_compat.h -------------------------------------------------------------------------------- /bootstrap/minix_file_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/minix_file_io.c -------------------------------------------------------------------------------- /bootstrap/minix_fs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/minix_fs.h -------------------------------------------------------------------------------- /bootstrap/minix_super.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/minix_super.h -------------------------------------------------------------------------------- /bootstrap/queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/queue.h -------------------------------------------------------------------------------- /bootstrap/strfcns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/strfcns.c -------------------------------------------------------------------------------- /bootstrap/wiring.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/wiring.c -------------------------------------------------------------------------------- /bootstrap/wiring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/bootstrap/wiring.h -------------------------------------------------------------------------------- /config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/config.sub -------------------------------------------------------------------------------- /configrules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/configrules -------------------------------------------------------------------------------- /gensym.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/gensym.awk -------------------------------------------------------------------------------- /html/Mach4-proj.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/html/Mach4-proj.html -------------------------------------------------------------------------------- /html/build-env.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/html/build-env.html -------------------------------------------------------------------------------- /html/changes-migr.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/html/changes-migr.html -------------------------------------------------------------------------------- /html/changes-uk02.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/html/changes-uk02.html -------------------------------------------------------------------------------- /html/changes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/html/changes.html -------------------------------------------------------------------------------- /html/coding-style.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/html/coding-style.html -------------------------------------------------------------------------------- /html/install.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/html/install.html -------------------------------------------------------------------------------- /html/issues.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/html/issues.html -------------------------------------------------------------------------------- /html/projects.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/html/projects.html -------------------------------------------------------------------------------- /i386/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/ChangeLog -------------------------------------------------------------------------------- /i386/ChangeLog.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/ChangeLog.orig -------------------------------------------------------------------------------- /i386/Makeconf.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/Makeconf.in -------------------------------------------------------------------------------- /i386/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/Makefile.in -------------------------------------------------------------------------------- /i386/Makerules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/Makerules -------------------------------------------------------------------------------- /i386/aclocal.m4: -------------------------------------------------------------------------------- 1 | dnl 2 | -------------------------------------------------------------------------------- /i386/boot/Makerules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/Makerules -------------------------------------------------------------------------------- /i386/boot/Proposal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/Proposal -------------------------------------------------------------------------------- /i386/boot/boot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/boot.h -------------------------------------------------------------------------------- /i386/boot/boot_info_dump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/boot_info_dump.c -------------------------------------------------------------------------------- /i386/boot/boot_start.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/boot_start.c -------------------------------------------------------------------------------- /i386/boot/bsd/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/bsd/Makefile.in -------------------------------------------------------------------------------- /i386/boot/bsd/Makerules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/bsd/Makerules -------------------------------------------------------------------------------- /i386/boot/bsd/boottype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/bsd/boottype.h -------------------------------------------------------------------------------- /i386/boot/bsd/crt0.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/bsd/crt0.S -------------------------------------------------------------------------------- /i386/boot/bsd/exit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/bsd/exit.c -------------------------------------------------------------------------------- /i386/boot/bsd/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/bsd/main.c -------------------------------------------------------------------------------- /i386/boot/bsd/main.c.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/bsd/main.c.orig -------------------------------------------------------------------------------- /i386/boot/bsd/mkbsdimage.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/bsd/mkbsdimage.sh -------------------------------------------------------------------------------- /i386/boot/do_boot.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/do_boot.S -------------------------------------------------------------------------------- /i386/boot/linux/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/linux/COPYING -------------------------------------------------------------------------------- /i386/boot/linux/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/linux/Makefile.in -------------------------------------------------------------------------------- /i386/boot/linux/Makerules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/linux/Makerules -------------------------------------------------------------------------------- /i386/boot/linux/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/linux/README -------------------------------------------------------------------------------- /i386/boot/linux/autoconf.h: -------------------------------------------------------------------------------- 1 | /* Dummy stub file */ 2 | -------------------------------------------------------------------------------- /i386/boot/linux/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/linux/config.h -------------------------------------------------------------------------------- /i386/boot/linux/crypt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/linux/crypt.h -------------------------------------------------------------------------------- /i386/boot/linux/gzip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/linux/gzip.h -------------------------------------------------------------------------------- /i386/boot/linux/i16_setup.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/linux/i16_setup.S -------------------------------------------------------------------------------- /i386/boot/linux/inflate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/linux/inflate.c -------------------------------------------------------------------------------- /i386/boot/linux/lzw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/linux/lzw.h -------------------------------------------------------------------------------- /i386/boot/linux/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/linux/misc.c -------------------------------------------------------------------------------- /i386/boot/linux/misc.c.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/linux/misc.c.orig -------------------------------------------------------------------------------- /i386/boot/linux/segment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/linux/segment.h -------------------------------------------------------------------------------- /i386/boot/linux/unzip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/linux/unzip.c -------------------------------------------------------------------------------- /i386/boot/malloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/malloc.c -------------------------------------------------------------------------------- /i386/boot/serial.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/boot/serial.S -------------------------------------------------------------------------------- /i386/bootstrap/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/bootstrap/Makefile.in -------------------------------------------------------------------------------- /i386/bootstrap/exec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/bootstrap/exec.c -------------------------------------------------------------------------------- /i386/configrules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/configrules -------------------------------------------------------------------------------- /i386/configrules.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/configrules.orig -------------------------------------------------------------------------------- /i386/configstart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/configstart -------------------------------------------------------------------------------- /i386/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/configure -------------------------------------------------------------------------------- /i386/configure.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/configure.orig -------------------------------------------------------------------------------- /i386/html/boot-i386.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/html/boot-i386.html -------------------------------------------------------------------------------- /i386/html/install-i386.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/html/install-i386.html -------------------------------------------------------------------------------- /i386/html/mach4-UK22.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/html/mach4-UK22.html -------------------------------------------------------------------------------- /i386/include/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/include/Makefile.in -------------------------------------------------------------------------------- /i386/include/Makerules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/include/Makerules -------------------------------------------------------------------------------- /i386/include/mach/proc_ops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/include/mach/proc_ops.h -------------------------------------------------------------------------------- /i386/include/mach/sa/stdarg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/include/mach/sa/stdarg.h -------------------------------------------------------------------------------- /i386/include/mach/setjmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/include/mach/setjmp.h -------------------------------------------------------------------------------- /i386/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/install.sh -------------------------------------------------------------------------------- /i386/kernel/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/Makefile.in -------------------------------------------------------------------------------- /i386/kernel/Makerules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/Makerules -------------------------------------------------------------------------------- /i386/kernel/bogus/aha.h: -------------------------------------------------------------------------------- 1 | #define NAHA 1 2 | -------------------------------------------------------------------------------- /i386/kernel/bogus/asc.h: -------------------------------------------------------------------------------- 1 | #define NASC 0 2 | -------------------------------------------------------------------------------- /i386/kernel/bogus/at3c501.h: -------------------------------------------------------------------------------- 1 | #define NAT3C501 1 2 | -------------------------------------------------------------------------------- /i386/kernel/bogus/blit.h: -------------------------------------------------------------------------------- 1 | #define NBLIT 0 2 | -------------------------------------------------------------------------------- /i386/kernel/bogus/com.h: -------------------------------------------------------------------------------- 1 | #define NCOM 4 2 | -------------------------------------------------------------------------------- /i386/kernel/bogus/de6c.h: -------------------------------------------------------------------------------- 1 | #define NDE6C 1 2 | -------------------------------------------------------------------------------- /i386/kernel/bogus/eaha.h: -------------------------------------------------------------------------------- 1 | #define NEAHA 1 2 | -------------------------------------------------------------------------------- /i386/kernel/bogus/evc.h: -------------------------------------------------------------------------------- 1 | #define NEVC 0 2 | -------------------------------------------------------------------------------- /i386/kernel/bogus/fd.h: -------------------------------------------------------------------------------- 1 | #define NFD 4/*2*/ 2 | -------------------------------------------------------------------------------- /i386/kernel/bogus/fpe.h: -------------------------------------------------------------------------------- 1 | #define FPE 1 2 | -------------------------------------------------------------------------------- /i386/kernel/bogus/hd.h: -------------------------------------------------------------------------------- 1 | #define NHD 4 2 | -------------------------------------------------------------------------------- /i386/kernel/bogus/hpp.h: -------------------------------------------------------------------------------- 1 | #define NHPP 1 2 | -------------------------------------------------------------------------------- /i386/kernel/bogus/lpr.h: -------------------------------------------------------------------------------- 1 | #define NLPR 1 2 | -------------------------------------------------------------------------------- /i386/kernel/bogus/ne.h: -------------------------------------------------------------------------------- 1 | #define NNE 2 2 | -------------------------------------------------------------------------------- /i386/kernel/bogus/ns8390.h: -------------------------------------------------------------------------------- 1 | #define NNS8390 1 2 | -------------------------------------------------------------------------------- /i386/kernel/bogus/nscsi.h: -------------------------------------------------------------------------------- 1 | #define NSCSI 4 2 | -------------------------------------------------------------------------------- /i386/kernel/bogus/par.h: -------------------------------------------------------------------------------- 1 | #define NPAR 0 2 | -------------------------------------------------------------------------------- /i386/kernel/bogus/pc586.h: -------------------------------------------------------------------------------- 1 | #define NPC586 1 2 | -------------------------------------------------------------------------------- /i386/kernel/bogus/platforms.h: -------------------------------------------------------------------------------- 1 | #define AT386 1 2 | -------------------------------------------------------------------------------- /i386/kernel/bogus/rc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/bogus/rc.h -------------------------------------------------------------------------------- /i386/kernel/bogus/sbic.h: -------------------------------------------------------------------------------- 1 | #define NSBIC 0 2 | -------------------------------------------------------------------------------- /i386/kernel/bogus/sci.h: -------------------------------------------------------------------------------- 1 | #define NSCI 0 2 | -------------------------------------------------------------------------------- /i386/kernel/bogus/sii.h: -------------------------------------------------------------------------------- 1 | #define NSII 0 2 | -------------------------------------------------------------------------------- /i386/kernel/bogus/siop.h: -------------------------------------------------------------------------------- 1 | #define NSIOP 0 2 | -------------------------------------------------------------------------------- /i386/kernel/bogus/ul.h: -------------------------------------------------------------------------------- 1 | #define NUL 0 2 | -------------------------------------------------------------------------------- /i386/kernel/bogus/wd.h: -------------------------------------------------------------------------------- 1 | #define NWD 0 2 | -------------------------------------------------------------------------------- /i386/kernel/bogus/wt.h: -------------------------------------------------------------------------------- 1 | #define NWT 0 2 | -------------------------------------------------------------------------------- /i386/kernel/chips/busses.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/chips/busses.c -------------------------------------------------------------------------------- /i386/kernel/dos/dos_buf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/dos/dos_buf.c -------------------------------------------------------------------------------- /i386/kernel/dos/dos_close.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/dos/dos_close.c -------------------------------------------------------------------------------- /i386/kernel/dos/dos_fstat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/dos/dos_fstat.c -------------------------------------------------------------------------------- /i386/kernel/dos/dos_io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/dos/dos_io.h -------------------------------------------------------------------------------- /i386/kernel/dos/dos_open.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/dos/dos_open.c -------------------------------------------------------------------------------- /i386/kernel/dos/dos_read.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/dos/dos_read.c -------------------------------------------------------------------------------- /i386/kernel/dos/dos_rename.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/dos/dos_rename.c -------------------------------------------------------------------------------- /i386/kernel/dos/dos_seek.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/dos/dos_seek.c -------------------------------------------------------------------------------- /i386/kernel/dos/dos_unlink.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/dos/dos_unlink.c -------------------------------------------------------------------------------- /i386/kernel/dos/dos_write.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/dos/dos_write.c -------------------------------------------------------------------------------- /i386/kernel/dos/i16/gdt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/dos/i16/gdt.h -------------------------------------------------------------------------------- /i386/kernel/dos/i16/i16_dos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/dos/i16/i16_dos.h -------------------------------------------------------------------------------- /i386/kernel/dos/i16/i16_xms.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/dos/i16/i16_xms.c -------------------------------------------------------------------------------- /i386/kernel/dos/i16/idt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/dos/i16/idt.h -------------------------------------------------------------------------------- /i386/kernel/dos/putchar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/dos/putchar.c -------------------------------------------------------------------------------- /i386/kernel/i386/ast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/ast.h -------------------------------------------------------------------------------- /i386/kernel/i386/ast_check.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/ast_check.c -------------------------------------------------------------------------------- /i386/kernel/i386/ast_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/ast_types.h -------------------------------------------------------------------------------- /i386/kernel/i386/cpu_number.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/cpu_number.h -------------------------------------------------------------------------------- /i386/kernel/i386/cswitch.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/cswitch.S -------------------------------------------------------------------------------- /i386/kernel/i386/db_disasm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/db_disasm.c -------------------------------------------------------------------------------- /i386/kernel/i386/db_machdep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/db_machdep.h -------------------------------------------------------------------------------- /i386/kernel/i386/db_trace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/db_trace.c -------------------------------------------------------------------------------- /i386/kernel/i386/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/debug.h -------------------------------------------------------------------------------- /i386/kernel/i386/debug_i386.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/debug_i386.c -------------------------------------------------------------------------------- /i386/kernel/i386/eflags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/eflags.h -------------------------------------------------------------------------------- /i386/kernel/i386/fpe.b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/fpe.b -------------------------------------------------------------------------------- /i386/kernel/i386/fpe.b_elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/fpe.b_elf -------------------------------------------------------------------------------- /i386/kernel/i386/fpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/fpu.c -------------------------------------------------------------------------------- /i386/kernel/i386/fpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/fpu.h -------------------------------------------------------------------------------- /i386/kernel/i386/gdt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/gdt.c -------------------------------------------------------------------------------- /i386/kernel/i386/gdt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/gdt.h -------------------------------------------------------------------------------- /i386/kernel/i386/hardclock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/hardclock.c -------------------------------------------------------------------------------- /i386/kernel/i386/i386asm.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/i386asm.sym -------------------------------------------------------------------------------- /i386/kernel/i386/idt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/idt.c -------------------------------------------------------------------------------- /i386/kernel/i386/idt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/idt.h -------------------------------------------------------------------------------- /i386/kernel/i386/io_emulate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/io_emulate.c -------------------------------------------------------------------------------- /i386/kernel/i386/io_emulate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/io_emulate.h -------------------------------------------------------------------------------- /i386/kernel/i386/io_map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/io_map.c -------------------------------------------------------------------------------- /i386/kernel/i386/io_port.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/io_port.h -------------------------------------------------------------------------------- /i386/kernel/i386/iopb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/iopb.c -------------------------------------------------------------------------------- /i386/kernel/i386/iopb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/iopb.h -------------------------------------------------------------------------------- /i386/kernel/i386/ipl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/ipl.h -------------------------------------------------------------------------------- /i386/kernel/i386/ktss.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/ktss.c -------------------------------------------------------------------------------- /i386/kernel/i386/ktss.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/ktss.h -------------------------------------------------------------------------------- /i386/kernel/i386/ldt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/ldt.c -------------------------------------------------------------------------------- /i386/kernel/i386/ldt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/ldt.h -------------------------------------------------------------------------------- /i386/kernel/i386/lock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/lock.h -------------------------------------------------------------------------------- /i386/kernel/i386/locore.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/locore.S -------------------------------------------------------------------------------- /i386/kernel/i386/loose_ends.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/loose_ends.c -------------------------------------------------------------------------------- /i386/kernel/i386/mach_param.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/mach_param.h -------------------------------------------------------------------------------- /i386/kernel/i386/machspl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/machspl.h -------------------------------------------------------------------------------- /i386/kernel/i386/mp_desc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/mp_desc.c -------------------------------------------------------------------------------- /i386/kernel/i386/mp_desc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/mp_desc.h -------------------------------------------------------------------------------- /i386/kernel/i386/pcb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/pcb.c -------------------------------------------------------------------------------- /i386/kernel/i386/phys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/phys.c -------------------------------------------------------------------------------- /i386/kernel/i386/pic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/pic.c -------------------------------------------------------------------------------- /i386/kernel/i386/pic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/pic.h -------------------------------------------------------------------------------- /i386/kernel/i386/pio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/pio.h -------------------------------------------------------------------------------- /i386/kernel/i386/pit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/pit.c -------------------------------------------------------------------------------- /i386/kernel/i386/pit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/pit.h -------------------------------------------------------------------------------- /i386/kernel/i386/pmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/pmap.h -------------------------------------------------------------------------------- /i386/kernel/i386/proc_reg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/proc_reg.h -------------------------------------------------------------------------------- /i386/kernel/i386/seg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/seg.c -------------------------------------------------------------------------------- /i386/kernel/i386/seg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/seg.h -------------------------------------------------------------------------------- /i386/kernel/i386/setjmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/setjmp.h -------------------------------------------------------------------------------- /i386/kernel/i386/spl.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/spl.S -------------------------------------------------------------------------------- /i386/kernel/i386/spl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/spl.h -------------------------------------------------------------------------------- /i386/kernel/i386/thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/thread.h -------------------------------------------------------------------------------- /i386/kernel/i386/time_stamp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/time_stamp.h -------------------------------------------------------------------------------- /i386/kernel/i386/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/timer.h -------------------------------------------------------------------------------- /i386/kernel/i386/trap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/trap.c -------------------------------------------------------------------------------- /i386/kernel/i386/trap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/trap.h -------------------------------------------------------------------------------- /i386/kernel/i386/tss.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/tss.h -------------------------------------------------------------------------------- /i386/kernel/i386/user_ldt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/user_ldt.c -------------------------------------------------------------------------------- /i386/kernel/i386/user_ldt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/user_ldt.h -------------------------------------------------------------------------------- /i386/kernel/i386/vm_param.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/vm_param.h -------------------------------------------------------------------------------- /i386/kernel/i386/vm_tuning.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/vm_tuning.h -------------------------------------------------------------------------------- /i386/kernel/i386/xpr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/xpr.h -------------------------------------------------------------------------------- /i386/kernel/i386/zalloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386/zalloc.h -------------------------------------------------------------------------------- /i386/kernel/i386at/autoconf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/autoconf.c -------------------------------------------------------------------------------- /i386/kernel/i386at/blit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/blit.c -------------------------------------------------------------------------------- /i386/kernel/i386at/blitreg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/blitreg.h -------------------------------------------------------------------------------- /i386/kernel/i386at/blituser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/blituser.h -------------------------------------------------------------------------------- /i386/kernel/i386at/blitvar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/blitvar.h -------------------------------------------------------------------------------- /i386/kernel/i386at/boothdr.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/boothdr.S -------------------------------------------------------------------------------- /i386/kernel/i386at/com.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/com.c -------------------------------------------------------------------------------- /i386/kernel/i386at/comreg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/comreg.h -------------------------------------------------------------------------------- /i386/kernel/i386at/conf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/conf.c -------------------------------------------------------------------------------- /i386/kernel/i386at/cram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/cram.h -------------------------------------------------------------------------------- /i386/kernel/i386at/dev_hdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/dev_hdr.h -------------------------------------------------------------------------------- /i386/kernel/i386at/disk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/disk.h -------------------------------------------------------------------------------- /i386/kernel/i386at/ds8390.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/ds8390.h -------------------------------------------------------------------------------- /i386/kernel/i386at/eisa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/eisa.h -------------------------------------------------------------------------------- /i386/kernel/i386at/fd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/fd.c -------------------------------------------------------------------------------- /i386/kernel/i386at/fdreg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/fdreg.h -------------------------------------------------------------------------------- /i386/kernel/i386at/i8250.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/i8250.h -------------------------------------------------------------------------------- /i386/kernel/i386at/i82586.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/i82586.h -------------------------------------------------------------------------------- /i386/kernel/i386at/idt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/idt.h -------------------------------------------------------------------------------- /i386/kernel/i386at/if_3c501.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/if_3c501.c -------------------------------------------------------------------------------- /i386/kernel/i386at/if_3c501.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/if_3c501.h -------------------------------------------------------------------------------- /i386/kernel/i386at/if_3c503.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/if_3c503.h -------------------------------------------------------------------------------- /i386/kernel/i386at/if_de6c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/if_de6c.c -------------------------------------------------------------------------------- /i386/kernel/i386at/if_de6c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/if_de6c.h -------------------------------------------------------------------------------- /i386/kernel/i386at/if_de6s.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/if_de6s.S -------------------------------------------------------------------------------- /i386/kernel/i386at/if_ne.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/if_ne.c -------------------------------------------------------------------------------- /i386/kernel/i386at/if_nereg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/if_nereg.h -------------------------------------------------------------------------------- /i386/kernel/i386at/if_par.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/if_par.c -------------------------------------------------------------------------------- /i386/kernel/i386at/if_par.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/if_par.h -------------------------------------------------------------------------------- /i386/kernel/i386at/if_pc586.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/if_pc586.c -------------------------------------------------------------------------------- /i386/kernel/i386at/if_pc586.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/if_pc586.h -------------------------------------------------------------------------------- /i386/kernel/i386at/immc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/immc.c -------------------------------------------------------------------------------- /i386/kernel/i386at/int_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/int_init.c -------------------------------------------------------------------------------- /i386/kernel/i386at/iopl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/iopl.c -------------------------------------------------------------------------------- /i386/kernel/i386at/kd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/kd.c -------------------------------------------------------------------------------- /i386/kernel/i386at/kd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/kd.h -------------------------------------------------------------------------------- /i386/kernel/i386at/kd_event.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/kd_event.c -------------------------------------------------------------------------------- /i386/kernel/i386at/kd_mouse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/kd_mouse.c -------------------------------------------------------------------------------- /i386/kernel/i386at/kd_queue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/kd_queue.c -------------------------------------------------------------------------------- /i386/kernel/i386at/kd_queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/kd_queue.h -------------------------------------------------------------------------------- /i386/kernel/i386at/kdasm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/kdasm.S -------------------------------------------------------------------------------- /i386/kernel/i386at/kdsoft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/kdsoft.h -------------------------------------------------------------------------------- /i386/kernel/i386at/lpr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/lpr.c -------------------------------------------------------------------------------- /i386/kernel/i386at/lprreg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/lprreg.h -------------------------------------------------------------------------------- /i386/kernel/i386at/nfd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/nfd.c -------------------------------------------------------------------------------- /i386/kernel/i386at/nfdreg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/nfdreg.h -------------------------------------------------------------------------------- /i386/kernel/i386at/nhd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/nhd.c -------------------------------------------------------------------------------- /i386/kernel/i386at/nhdreg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/nhdreg.h -------------------------------------------------------------------------------- /i386/kernel/i386at/phys_mem_grab_page.c: -------------------------------------------------------------------------------- 1 | /*XXX bogus kludge */ 2 | -------------------------------------------------------------------------------- /i386/kernel/i386at/pic_isa.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/pic_isa.c -------------------------------------------------------------------------------- /i386/kernel/i386at/rtc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/rtc.c -------------------------------------------------------------------------------- /i386/kernel/i386at/rtc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/i386at/rtc.h -------------------------------------------------------------------------------- /i386/kernel/imps/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/imps/Makefile.in -------------------------------------------------------------------------------- /i386/kernel/imps/apic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/imps/apic.h -------------------------------------------------------------------------------- /i386/kernel/imps/cpu_number.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/imps/cpu_number.h -------------------------------------------------------------------------------- /i386/kernel/imps/cpus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/imps/cpus.h -------------------------------------------------------------------------------- /i386/kernel/imps/imps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/imps/imps.c -------------------------------------------------------------------------------- /i386/kernel/imps/impsasm.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/imps/impsasm.sym -------------------------------------------------------------------------------- /i386/kernel/intel/pmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/intel/pmap.c -------------------------------------------------------------------------------- /i386/kernel/intel/pmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/intel/pmap.h -------------------------------------------------------------------------------- /i386/kernel/pc/Makerules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/Makerules -------------------------------------------------------------------------------- /i386/kernel/pc/NOTES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/NOTES -------------------------------------------------------------------------------- /i386/kernel/pc/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/debug.h -------------------------------------------------------------------------------- /i386/kernel/pc/exit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/exit.c -------------------------------------------------------------------------------- /i386/kernel/pc/gdt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/gdt.h -------------------------------------------------------------------------------- /i386/kernel/pc/gdt_sels.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/gdt_sels.h -------------------------------------------------------------------------------- /i386/kernel/pc/i16/i16_a20.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/i16/i16_a20.c -------------------------------------------------------------------------------- /i386/kernel/pc/i16/i16_a20.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/i16/i16_a20.h -------------------------------------------------------------------------------- /i386/kernel/pc/i16/i16_bios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/i16/i16_bios.h -------------------------------------------------------------------------------- /i386/kernel/pc/i16/i16_exit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/i16/i16_exit.c -------------------------------------------------------------------------------- /i386/kernel/pc/i16/i16_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/i16/i16_init.c -------------------------------------------------------------------------------- /i386/kernel/pc/i16/i16_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/i16/i16_main.c -------------------------------------------------------------------------------- /i386/kernel/pc/i16/i16_pic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/i16/i16_pic.c -------------------------------------------------------------------------------- /i386/kernel/pc/i16/i16_raw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/i16/i16_raw.c -------------------------------------------------------------------------------- /i386/kernel/pc/i16/raw_exit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/i16/raw_exit.c -------------------------------------------------------------------------------- /i386/kernel/pc/ipl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/ipl.h -------------------------------------------------------------------------------- /i386/kernel/pc/irq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/irq.h -------------------------------------------------------------------------------- /i386/kernel/pc/irq_list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/irq_list.h -------------------------------------------------------------------------------- /i386/kernel/pc/pc_asm.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/pc_asm.sym -------------------------------------------------------------------------------- /i386/kernel/pc/phys_mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/phys_mem.h -------------------------------------------------------------------------------- /i386/kernel/pc/phys_mem_add.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/phys_mem_add.c -------------------------------------------------------------------------------- /i386/kernel/pc/pic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/pic.c -------------------------------------------------------------------------------- /i386/kernel/pc/pic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/pic.h -------------------------------------------------------------------------------- /i386/kernel/pc/putchar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/putchar.c -------------------------------------------------------------------------------- /i386/kernel/pc/real.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/real.h -------------------------------------------------------------------------------- /i386/kernel/pc/real_tss.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/real_tss.c -------------------------------------------------------------------------------- /i386/kernel/pc/real_tss.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/real_tss.h -------------------------------------------------------------------------------- /i386/kernel/pc/real_tss_def.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/real_tss_def.S -------------------------------------------------------------------------------- /i386/kernel/pc/rv86/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/pc/rv86/config.h -------------------------------------------------------------------------------- /i386/kernel/util/Makerules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/util/Makerules -------------------------------------------------------------------------------- /i386/kernel/util/NOTES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/util/NOTES -------------------------------------------------------------------------------- /i386/kernel/util/anno.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/util/anno.c -------------------------------------------------------------------------------- /i386/kernel/util/anno.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/util/anno.h -------------------------------------------------------------------------------- /i386/kernel/util/cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/util/cpu.h -------------------------------------------------------------------------------- /i386/kernel/util/cpu_subs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/util/cpu_subs.h -------------------------------------------------------------------------------- /i386/kernel/util/crtn.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/util/crtn.S -------------------------------------------------------------------------------- /i386/kernel/util/crtn.S.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/util/crtn.S.orig -------------------------------------------------------------------------------- /i386/kernel/util/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/util/debug.h -------------------------------------------------------------------------------- /i386/kernel/util/gdt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/util/gdt.c -------------------------------------------------------------------------------- /i386/kernel/util/gdt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/util/gdt.h -------------------------------------------------------------------------------- /i386/kernel/util/gdt_sels.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/util/gdt_sels.h -------------------------------------------------------------------------------- /i386/kernel/util/i16/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/util/i16/debug.h -------------------------------------------------------------------------------- /i386/kernel/util/i16/i16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/util/i16/i16.h -------------------------------------------------------------------------------- /i386/kernel/util/i386_asm.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/util/i386_asm.sym -------------------------------------------------------------------------------- /i386/kernel/util/idt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/util/idt.c -------------------------------------------------------------------------------- /i386/kernel/util/idt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/util/idt.h -------------------------------------------------------------------------------- /i386/kernel/util/ldt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/util/ldt.h -------------------------------------------------------------------------------- /i386/kernel/util/trap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/util/trap.h -------------------------------------------------------------------------------- /i386/kernel/util/trap_asm.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/util/trap_asm.sym -------------------------------------------------------------------------------- /i386/kernel/util/trap_dump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/util/trap_dump.c -------------------------------------------------------------------------------- /i386/kernel/util/tss.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/util/tss.c -------------------------------------------------------------------------------- /i386/kernel/util/tss.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/util/tss.h -------------------------------------------------------------------------------- /i386/kernel/util/tss_dump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/util/tss_dump.c -------------------------------------------------------------------------------- /i386/kernel/util/vm_param.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/kernel/util/vm_param.h -------------------------------------------------------------------------------- /i386/libmach/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/libmach/Makefile.in -------------------------------------------------------------------------------- /i386/libmach/Makerules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/libmach/Makerules -------------------------------------------------------------------------------- /i386/libmach/c/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/libmach/c/Makefile.in -------------------------------------------------------------------------------- /i386/libmach/c/Makerules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/libmach/c/Makerules -------------------------------------------------------------------------------- /i386/libmach/c/_setjmp.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/libmach/c/_setjmp.S -------------------------------------------------------------------------------- /i386/libmach/c/bcopy.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/libmach/c/bcopy.S -------------------------------------------------------------------------------- /i386/libmach/c/bcopy16.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/libmach/c/bcopy16.S -------------------------------------------------------------------------------- /i386/libmach/c/bzero.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/libmach/c/bzero.S -------------------------------------------------------------------------------- /i386/libmach/c/gcc.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/libmach/c/gcc.S -------------------------------------------------------------------------------- /i386/libmach/c/i16_bcopy.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/libmach/c/i16_bcopy.S -------------------------------------------------------------------------------- /i386/libmach/c/i16_bzero.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/libmach/c/i16_bzero.S -------------------------------------------------------------------------------- /i386/libmach/c/ntoh.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/libmach/c/ntoh.S -------------------------------------------------------------------------------- /i386/libmach/c/proc_reg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/libmach/c/proc_reg.c -------------------------------------------------------------------------------- /i386/libmach/exec/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/libmach/exec/Makefile.in -------------------------------------------------------------------------------- /i386/libmach/exec/Makerules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/libmach/exec/Makerules -------------------------------------------------------------------------------- /i386/libmach/exec/aout.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/libmach/exec/aout.c -------------------------------------------------------------------------------- /i386/libmach/exec/objfmts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/libmach/exec/objfmts.h -------------------------------------------------------------------------------- /i386/libmach/mach_i386.pres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/libmach/mach_i386.pres -------------------------------------------------------------------------------- /i386/libmach/syscall_sw.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/libmach/syscall_sw.S -------------------------------------------------------------------------------- /i386/libmach/unixoid/SYS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/libmach/unixoid/SYS.h -------------------------------------------------------------------------------- /i386/libmach/unixoid/fork.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/libmach/unixoid/fork.S -------------------------------------------------------------------------------- /i386/libthreads/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/libthreads/Makefile.in -------------------------------------------------------------------------------- /i386/libthreads/csw.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/libthreads/csw.S -------------------------------------------------------------------------------- /i386/libthreads/lock.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/libthreads/lock.S -------------------------------------------------------------------------------- /i386/libthreads/thread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/libthreads/thread.c -------------------------------------------------------------------------------- /i386/mig/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/i386/mig/Makefile.in -------------------------------------------------------------------------------- /include/device/audio_status.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/device/audio_status.h -------------------------------------------------------------------------------- /include/device/bpf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/device/bpf.h -------------------------------------------------------------------------------- /include/device/device.defs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/device/device.defs -------------------------------------------------------------------------------- /include/device/device_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/device/device_types.h -------------------------------------------------------------------------------- /include/device/disk_status.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/device/disk_status.h -------------------------------------------------------------------------------- /include/device/net_status.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/device/net_status.h -------------------------------------------------------------------------------- /include/device/tape_status.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/device/tape_status.h -------------------------------------------------------------------------------- /include/device/tty_status.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/device/tty_status.h -------------------------------------------------------------------------------- /include/mach.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach.h -------------------------------------------------------------------------------- /include/mach/alert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/alert.h -------------------------------------------------------------------------------- /include/mach/boolean.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/boolean.h -------------------------------------------------------------------------------- /include/mach/boot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/boot.h -------------------------------------------------------------------------------- /include/mach/bootstrap.defs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/bootstrap.defs -------------------------------------------------------------------------------- /include/mach/cthreads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/cthreads.h -------------------------------------------------------------------------------- /include/mach/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/error.h -------------------------------------------------------------------------------- /include/mach/errorlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/errorlib.h -------------------------------------------------------------------------------- /include/mach/exc.defs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/exc.defs -------------------------------------------------------------------------------- /include/mach/exception.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/exception.h -------------------------------------------------------------------------------- /include/mach/exec/a.out.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/exec/a.out.h -------------------------------------------------------------------------------- /include/mach/exec/elf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/exec/elf.h -------------------------------------------------------------------------------- /include/mach/exec/exec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/exec/exec.h -------------------------------------------------------------------------------- /include/mach/flick_mach3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/flick_mach3.h -------------------------------------------------------------------------------- /include/mach/host_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/host_info.h -------------------------------------------------------------------------------- /include/mach/inline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/inline.h -------------------------------------------------------------------------------- /include/mach/kern_return.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/kern_return.h -------------------------------------------------------------------------------- /include/mach/lmm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/lmm.h -------------------------------------------------------------------------------- /include/mach/mach.defs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/mach.defs -------------------------------------------------------------------------------- /include/mach/mach4.defs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/mach4.defs -------------------------------------------------------------------------------- /include/mach/mach_host.defs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/mach_host.defs -------------------------------------------------------------------------------- /include/mach/mach_norma.defs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/mach_norma.defs -------------------------------------------------------------------------------- /include/mach/mach_param.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/mach_param.h -------------------------------------------------------------------------------- /include/mach/mach_port.defs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/mach_port.defs -------------------------------------------------------------------------------- /include/mach/mach_traps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/mach_traps.h -------------------------------------------------------------------------------- /include/mach/mach_types.defs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/mach_types.defs -------------------------------------------------------------------------------- /include/mach/mach_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/mach_types.h -------------------------------------------------------------------------------- /include/mach/machine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/machine.h -------------------------------------------------------------------------------- /include/mach/macro_help.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/macro_help.h -------------------------------------------------------------------------------- /include/mach/memory_object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/memory_object.h -------------------------------------------------------------------------------- /include/mach/message.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/message.h -------------------------------------------------------------------------------- /include/mach/mig_errors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/mig_errors.h -------------------------------------------------------------------------------- /include/mach/mig_support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/mig_support.h -------------------------------------------------------------------------------- /include/mach/msg_type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/msg_type.h -------------------------------------------------------------------------------- /include/mach/norma_task.defs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/norma_task.defs -------------------------------------------------------------------------------- /include/mach/notify.defs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/notify.defs -------------------------------------------------------------------------------- /include/mach/notify.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/notify.h -------------------------------------------------------------------------------- /include/mach/pc_sample.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/pc_sample.h -------------------------------------------------------------------------------- /include/mach/policy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/policy.h -------------------------------------------------------------------------------- /include/mach/port.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/port.h -------------------------------------------------------------------------------- /include/mach/proc_ops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/proc_ops.h -------------------------------------------------------------------------------- /include/mach/processor_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/processor_info.h -------------------------------------------------------------------------------- /include/mach/profil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/profil.h -------------------------------------------------------------------------------- /include/mach/profilparam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/profilparam.h -------------------------------------------------------------------------------- /include/mach/rpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/rpc.h -------------------------------------------------------------------------------- /include/mach/sa/a.out.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/sa/a.out.h -------------------------------------------------------------------------------- /include/mach/sa/alloca.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/sa/alloca.h -------------------------------------------------------------------------------- /include/mach/sa/assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/sa/assert.h -------------------------------------------------------------------------------- /include/mach/sa/ctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/sa/ctype.h -------------------------------------------------------------------------------- /include/mach/sa/errno.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/sa/errno.h -------------------------------------------------------------------------------- /include/mach/sa/fcntl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/sa/fcntl.h -------------------------------------------------------------------------------- /include/mach/sa/limits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/sa/limits.h -------------------------------------------------------------------------------- /include/mach/sa/malloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/sa/malloc.h -------------------------------------------------------------------------------- /include/mach/sa/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/sa/memory.h -------------------------------------------------------------------------------- /include/mach/sa/stddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/sa/stddef.h -------------------------------------------------------------------------------- /include/mach/sa/stdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/sa/stdio.h -------------------------------------------------------------------------------- /include/mach/sa/stdlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/sa/stdlib.h -------------------------------------------------------------------------------- /include/mach/sa/string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/sa/string.h -------------------------------------------------------------------------------- /include/mach/sa/strings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/sa/strings.h -------------------------------------------------------------------------------- /include/mach/sa/sys/cdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/sa/sys/cdefs.h -------------------------------------------------------------------------------- /include/mach/sa/sys/ioctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/sa/sys/ioctl.h -------------------------------------------------------------------------------- /include/mach/sa/sys/mman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/sa/sys/mman.h -------------------------------------------------------------------------------- /include/mach/sa/sys/reboot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/sa/sys/reboot.h -------------------------------------------------------------------------------- /include/mach/sa/sys/signal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/sa/sys/signal.h -------------------------------------------------------------------------------- /include/mach/sa/sys/stat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/sa/sys/stat.h -------------------------------------------------------------------------------- /include/mach/sa/sys/termios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/sa/sys/termios.h -------------------------------------------------------------------------------- /include/mach/sa/sys/time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/sa/sys/time.h -------------------------------------------------------------------------------- /include/mach/sa/sys/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/sa/sys/types.h -------------------------------------------------------------------------------- /include/mach/sa/time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/sa/time.h -------------------------------------------------------------------------------- /include/mach/sa/unistd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/sa/unistd.h -------------------------------------------------------------------------------- /include/mach/std_types.defs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/std_types.defs -------------------------------------------------------------------------------- /include/mach/std_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/std_types.h -------------------------------------------------------------------------------- /include/mach/syscall_sw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/syscall_sw.h -------------------------------------------------------------------------------- /include/mach/task_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/task_info.h -------------------------------------------------------------------------------- /include/mach/thread_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/thread_info.h -------------------------------------------------------------------------------- /include/mach/thread_status.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/thread_status.h -------------------------------------------------------------------------------- /include/mach/thread_switch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/thread_switch.h -------------------------------------------------------------------------------- /include/mach/time_value.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/time_value.h -------------------------------------------------------------------------------- /include/mach/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/version.h -------------------------------------------------------------------------------- /include/mach/vm_attributes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/vm_attributes.h -------------------------------------------------------------------------------- /include/mach/vm_inherit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/vm_inherit.h -------------------------------------------------------------------------------- /include/mach/vm_param.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/vm_param.h -------------------------------------------------------------------------------- /include/mach/vm_prot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/vm_prot.h -------------------------------------------------------------------------------- /include/mach/vm_statistics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach/vm_statistics.h -------------------------------------------------------------------------------- /include/mach_debug/ipc_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach_debug/ipc_info.h -------------------------------------------------------------------------------- /include/mach_debug/pc_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach_debug/pc_info.h -------------------------------------------------------------------------------- /include/mach_debug/vm_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach_debug/vm_info.h -------------------------------------------------------------------------------- /include/mach_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach_error.h -------------------------------------------------------------------------------- /include/mach_init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/mach_init.h -------------------------------------------------------------------------------- /include/servers/machid.defs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/servers/machid.defs -------------------------------------------------------------------------------- /include/servers/machid_lib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/servers/machid_lib.h -------------------------------------------------------------------------------- /include/servers/netname.defs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/include/servers/netname.defs -------------------------------------------------------------------------------- /kernel/Makerules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/Makerules -------------------------------------------------------------------------------- /kernel/bogus/bootstrap_symbols.h: -------------------------------------------------------------------------------- 1 | #define BOOTSTRAP_SYMBOLS 0 2 | -------------------------------------------------------------------------------- /kernel/bogus/fast_tas.h: -------------------------------------------------------------------------------- 1 | #define FAST_TAS 0 2 | -------------------------------------------------------------------------------- /kernel/bogus/hw_footprint.h: -------------------------------------------------------------------------------- 1 | #define HW_FOOTPRINT 0 2 | -------------------------------------------------------------------------------- /kernel/bogus/mach_assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/bogus/mach_assert.h -------------------------------------------------------------------------------- /kernel/bogus/mach_counters.h: -------------------------------------------------------------------------------- 1 | #define MACH_COUNTERS 0 2 | -------------------------------------------------------------------------------- /kernel/bogus/mach_debug.h: -------------------------------------------------------------------------------- 1 | #define MACH_DEBUG 1 2 | -------------------------------------------------------------------------------- /kernel/bogus/mach_fixpri.h: -------------------------------------------------------------------------------- 1 | #define MACH_FIXPRI 1 2 | -------------------------------------------------------------------------------- /kernel/bogus/mach_host.h: -------------------------------------------------------------------------------- 1 | #define MACH_HOST 0 2 | -------------------------------------------------------------------------------- /kernel/bogus/mach_ipc_compat.h: -------------------------------------------------------------------------------- 1 | #define MACH_IPC_COMPAT 1 2 | -------------------------------------------------------------------------------- /kernel/bogus/mach_ipc_debug.h: -------------------------------------------------------------------------------- 1 | #define MACH_IPC_DEBUG 1 2 | -------------------------------------------------------------------------------- /kernel/bogus/mach_ipc_test.h: -------------------------------------------------------------------------------- 1 | #define MACH_IPC_TEST 0 2 | -------------------------------------------------------------------------------- /kernel/bogus/mach_kdb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/bogus/mach_kdb.h -------------------------------------------------------------------------------- /kernel/bogus/mach_ldebug.h: -------------------------------------------------------------------------------- 1 | #define MACH_LDEBUG 0 2 | -------------------------------------------------------------------------------- /kernel/bogus/mach_lock_mon.h: -------------------------------------------------------------------------------- 1 | #define MACH_LOCK_MON 0 2 | -------------------------------------------------------------------------------- /kernel/bogus/mach_mp_debug.h: -------------------------------------------------------------------------------- 1 | #define MACH_MP_DEBUG 0 2 | -------------------------------------------------------------------------------- /kernel/bogus/mach_pagemap.h: -------------------------------------------------------------------------------- 1 | #define MACH_PAGEMAP 1 2 | -------------------------------------------------------------------------------- /kernel/bogus/mach_pcsample.h: -------------------------------------------------------------------------------- 1 | #define MACH_PCSAMPLE 1 2 | -------------------------------------------------------------------------------- /kernel/bogus/mach_ttd.h: -------------------------------------------------------------------------------- 1 | #define MACH_TTD 0 2 | -------------------------------------------------------------------------------- /kernel/bogus/mach_vm_debug.h: -------------------------------------------------------------------------------- 1 | #define MACH_VM_DEBUG 1 2 | -------------------------------------------------------------------------------- /kernel/bogus/net_atm.h: -------------------------------------------------------------------------------- 1 | #define NET_ATM 0 2 | -------------------------------------------------------------------------------- /kernel/bogus/norma_device.h: -------------------------------------------------------------------------------- 1 | #define NORMA_DEVICE 0 2 | -------------------------------------------------------------------------------- /kernel/bogus/norma_ether.h: -------------------------------------------------------------------------------- 1 | #define NORMA_ETHER 0 2 | -------------------------------------------------------------------------------- /kernel/bogus/norma_ipc.h: -------------------------------------------------------------------------------- 1 | #define NORMA_IPC 0 /* can no longer be turned on */ 2 | -------------------------------------------------------------------------------- /kernel/bogus/norma_task.h: -------------------------------------------------------------------------------- 1 | #define NORMA_TASK 0 2 | -------------------------------------------------------------------------------- /kernel/bogus/norma_vm.h: -------------------------------------------------------------------------------- 1 | #define NORMA_VM 0 2 | -------------------------------------------------------------------------------- /kernel/bogus/panic.c: -------------------------------------------------------------------------------- 1 | /*XXX*/ 2 | -------------------------------------------------------------------------------- /kernel/bogus/power_save.h: -------------------------------------------------------------------------------- 1 | #define POWER_SAVE 0 2 | -------------------------------------------------------------------------------- /kernel/bogus/simple_clock.h: -------------------------------------------------------------------------------- 1 | #define SIMPLE_CLOCK 0 2 | -------------------------------------------------------------------------------- /kernel/bogus/stat_time.h: -------------------------------------------------------------------------------- 1 | #define STAT_TIME 1 2 | -------------------------------------------------------------------------------- /kernel/bogus/xpr_debug.h: -------------------------------------------------------------------------------- 1 | #define XPR_DEBUG 1 2 | -------------------------------------------------------------------------------- /kernel/chips/atm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/atm.c -------------------------------------------------------------------------------- /kernel/chips/atmreg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/atmreg.h -------------------------------------------------------------------------------- /kernel/chips/audio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/audio.c -------------------------------------------------------------------------------- /kernel/chips/audio_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/audio_config.h -------------------------------------------------------------------------------- /kernel/chips/audio_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/audio_defs.h -------------------------------------------------------------------------------- /kernel/chips/bt431.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/bt431.c -------------------------------------------------------------------------------- /kernel/chips/bt431.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/bt431.h -------------------------------------------------------------------------------- /kernel/chips/bt455.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/bt455.c -------------------------------------------------------------------------------- /kernel/chips/bt455.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/bt455.h -------------------------------------------------------------------------------- /kernel/chips/bt459.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/bt459.c -------------------------------------------------------------------------------- /kernel/chips/bt459.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/bt459.h -------------------------------------------------------------------------------- /kernel/chips/bt478.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/bt478.c -------------------------------------------------------------------------------- /kernel/chips/bt478.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/bt478.h -------------------------------------------------------------------------------- /kernel/chips/build_font.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/build_font.c -------------------------------------------------------------------------------- /kernel/chips/busses.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/busses.c -------------------------------------------------------------------------------- /kernel/chips/busses.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/busses.h -------------------------------------------------------------------------------- /kernel/chips/cfb_hdw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/cfb_hdw.c -------------------------------------------------------------------------------- /kernel/chips/cfb_misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/cfb_misc.c -------------------------------------------------------------------------------- /kernel/chips/dc503.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/dc503.c -------------------------------------------------------------------------------- /kernel/chips/dc503.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/dc503.h -------------------------------------------------------------------------------- /kernel/chips/dtop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/dtop.h -------------------------------------------------------------------------------- /kernel/chips/dtop_handlers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/dtop_handlers.c -------------------------------------------------------------------------------- /kernel/chips/dtop_hdw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/dtop_hdw.c -------------------------------------------------------------------------------- /kernel/chips/dz_7085.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/dz_7085.h -------------------------------------------------------------------------------- /kernel/chips/dz_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/dz_defs.h -------------------------------------------------------------------------------- /kernel/chips/dz_hdw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/dz_hdw.c -------------------------------------------------------------------------------- /kernel/chips/eccreg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/eccreg.h -------------------------------------------------------------------------------- /kernel/chips/fb_hdw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/fb_hdw.c -------------------------------------------------------------------------------- /kernel/chips/fb_misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/fb_misc.c -------------------------------------------------------------------------------- /kernel/chips/fdc_82077.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/fdc_82077.h -------------------------------------------------------------------------------- /kernel/chips/fdc_82077_hdw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/fdc_82077_hdw.c -------------------------------------------------------------------------------- /kernel/chips/frc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/frc.c -------------------------------------------------------------------------------- /kernel/chips/ims332.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/ims332.c -------------------------------------------------------------------------------- /kernel/chips/ims332.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/ims332.h -------------------------------------------------------------------------------- /kernel/chips/isdn_79c30.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/isdn_79c30.h -------------------------------------------------------------------------------- /kernel/chips/isdn_79c30_hdw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/isdn_79c30_hdw.c -------------------------------------------------------------------------------- /kernel/chips/kernel_font.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/kernel_font.c -------------------------------------------------------------------------------- /kernel/chips/kernel_font.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/kernel_font.data -------------------------------------------------------------------------------- /kernel/chips/lance.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/lance.c -------------------------------------------------------------------------------- /kernel/chips/lance.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/lance.h -------------------------------------------------------------------------------- /kernel/chips/lance_mapped.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/lance_mapped.c -------------------------------------------------------------------------------- /kernel/chips/lk201.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/lk201.c -------------------------------------------------------------------------------- /kernel/chips/lk201.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/lk201.h -------------------------------------------------------------------------------- /kernel/chips/mc_clock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/mc_clock.c -------------------------------------------------------------------------------- /kernel/chips/mc_clock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/mc_clock.h -------------------------------------------------------------------------------- /kernel/chips/mouse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/mouse.c -------------------------------------------------------------------------------- /kernel/chips/nc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/nc.c -------------------------------------------------------------------------------- /kernel/chips/nc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/nc.h -------------------------------------------------------------------------------- /kernel/chips/nw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/nw.h -------------------------------------------------------------------------------- /kernel/chips/nw_mk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/nw_mk.c -------------------------------------------------------------------------------- /kernel/chips/nw_mk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/nw_mk.h -------------------------------------------------------------------------------- /kernel/chips/pm_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/pm_defs.h -------------------------------------------------------------------------------- /kernel/chips/pm_hdw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/pm_hdw.c -------------------------------------------------------------------------------- /kernel/chips/pm_misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/pm_misc.c -------------------------------------------------------------------------------- /kernel/chips/scc_8530.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/scc_8530.h -------------------------------------------------------------------------------- /kernel/chips/scc_8530_hdw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/scc_8530_hdw.c -------------------------------------------------------------------------------- /kernel/chips/screen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/screen.c -------------------------------------------------------------------------------- /kernel/chips/screen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/screen.h -------------------------------------------------------------------------------- /kernel/chips/screen_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/screen_defs.h -------------------------------------------------------------------------------- /kernel/chips/screen_switch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/screen_switch.c -------------------------------------------------------------------------------- /kernel/chips/serial_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/serial_defs.h -------------------------------------------------------------------------------- /kernel/chips/sfb_hdw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/sfb_hdw.c -------------------------------------------------------------------------------- /kernel/chips/sfb_misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/sfb_misc.c -------------------------------------------------------------------------------- /kernel/chips/spans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/spans.c -------------------------------------------------------------------------------- /kernel/chips/spans.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/spans.h -------------------------------------------------------------------------------- /kernel/chips/tca100.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/tca100.c -------------------------------------------------------------------------------- /kernel/chips/tca100.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/tca100.h -------------------------------------------------------------------------------- /kernel/chips/tca100_if.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/tca100_if.c -------------------------------------------------------------------------------- /kernel/chips/tca100_if.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/tca100_if.h -------------------------------------------------------------------------------- /kernel/chips/vs42x_rb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/vs42x_rb.h -------------------------------------------------------------------------------- /kernel/chips/xcfb_hdw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/xcfb_hdw.c -------------------------------------------------------------------------------- /kernel/chips/xcfb_misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/chips/xcfb_misc.c -------------------------------------------------------------------------------- /kernel/ddb/db_access.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_access.c -------------------------------------------------------------------------------- /kernel/ddb/db_access.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_access.h -------------------------------------------------------------------------------- /kernel/ddb/db_aout.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_aout.c -------------------------------------------------------------------------------- /kernel/ddb/db_break.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_break.c -------------------------------------------------------------------------------- /kernel/ddb/db_break.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_break.h -------------------------------------------------------------------------------- /kernel/ddb/db_command.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_command.c -------------------------------------------------------------------------------- /kernel/ddb/db_command.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_command.h -------------------------------------------------------------------------------- /kernel/ddb/db_cond.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_cond.c -------------------------------------------------------------------------------- /kernel/ddb/db_examine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_examine.c -------------------------------------------------------------------------------- /kernel/ddb/db_expr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_expr.c -------------------------------------------------------------------------------- /kernel/ddb/db_expr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_expr.h -------------------------------------------------------------------------------- /kernel/ddb/db_ext_symtab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_ext_symtab.c -------------------------------------------------------------------------------- /kernel/ddb/db_input.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_input.c -------------------------------------------------------------------------------- /kernel/ddb/db_lex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_lex.c -------------------------------------------------------------------------------- /kernel/ddb/db_lex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_lex.h -------------------------------------------------------------------------------- /kernel/ddb/db_macro.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_macro.c -------------------------------------------------------------------------------- /kernel/ddb/db_mp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_mp.c -------------------------------------------------------------------------------- /kernel/ddb/db_output.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_output.c -------------------------------------------------------------------------------- /kernel/ddb/db_output.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_output.h -------------------------------------------------------------------------------- /kernel/ddb/db_print.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_print.c -------------------------------------------------------------------------------- /kernel/ddb/db_print.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_print.h -------------------------------------------------------------------------------- /kernel/ddb/db_run.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_run.c -------------------------------------------------------------------------------- /kernel/ddb/db_run.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_run.h -------------------------------------------------------------------------------- /kernel/ddb/db_sym.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_sym.c -------------------------------------------------------------------------------- /kernel/ddb/db_sym.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_sym.h -------------------------------------------------------------------------------- /kernel/ddb/db_trap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_trap.c -------------------------------------------------------------------------------- /kernel/ddb/db_variables.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_variables.c -------------------------------------------------------------------------------- /kernel/ddb/db_variables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_variables.h -------------------------------------------------------------------------------- /kernel/ddb/db_watch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_watch.c -------------------------------------------------------------------------------- /kernel/ddb/db_watch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_watch.h -------------------------------------------------------------------------------- /kernel/ddb/db_write_cmd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/db_write_cmd.c -------------------------------------------------------------------------------- /kernel/ddb/nlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/nlist.h -------------------------------------------------------------------------------- /kernel/ddb/stab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/stab.h -------------------------------------------------------------------------------- /kernel/ddb/tr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ddb/tr.h -------------------------------------------------------------------------------- /kernel/device/blkio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/device/blkio.c -------------------------------------------------------------------------------- /kernel/device/buf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/device/buf.h -------------------------------------------------------------------------------- /kernel/device/chario.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/device/chario.c -------------------------------------------------------------------------------- /kernel/device/cirbuf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/device/cirbuf.c -------------------------------------------------------------------------------- /kernel/device/cirbuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/device/cirbuf.h -------------------------------------------------------------------------------- /kernel/device/conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/device/conf.h -------------------------------------------------------------------------------- /kernel/device/cons.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/device/cons.c -------------------------------------------------------------------------------- /kernel/device/cons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/device/cons.h -------------------------------------------------------------------------------- /kernel/device/dev_hdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/device/dev_hdr.h -------------------------------------------------------------------------------- /kernel/device/dev_lookup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/device/dev_lookup.c -------------------------------------------------------------------------------- /kernel/device/dev_master.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/device/dev_master.h -------------------------------------------------------------------------------- /kernel/device/dev_name.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/device/dev_name.c -------------------------------------------------------------------------------- /kernel/device/dev_pager.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/device/dev_pager.c -------------------------------------------------------------------------------- /kernel/device/device.srv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/device/device.srv -------------------------------------------------------------------------------- /kernel/device/dk_label.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/device/dk_label.c -------------------------------------------------------------------------------- /kernel/device/errno.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/device/errno.h -------------------------------------------------------------------------------- /kernel/device/if_ether.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/device/if_ether.h -------------------------------------------------------------------------------- /kernel/device/if_hdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/device/if_hdr.h -------------------------------------------------------------------------------- /kernel/device/io_req.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/device/io_req.h -------------------------------------------------------------------------------- /kernel/device/net_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/device/net_io.c -------------------------------------------------------------------------------- /kernel/device/net_io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/device/net_io.h -------------------------------------------------------------------------------- /kernel/device/param.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/device/param.h -------------------------------------------------------------------------------- /kernel/device/subrs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/device/subrs.c -------------------------------------------------------------------------------- /kernel/device/tty.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/device/tty.h -------------------------------------------------------------------------------- /kernel/ipc/fipc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/fipc.c -------------------------------------------------------------------------------- /kernel/ipc/fipc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/fipc.h -------------------------------------------------------------------------------- /kernel/ipc/ipc_entry.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_entry.c -------------------------------------------------------------------------------- /kernel/ipc/ipc_entry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_entry.h -------------------------------------------------------------------------------- /kernel/ipc/ipc_hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_hash.c -------------------------------------------------------------------------------- /kernel/ipc/ipc_hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_hash.h -------------------------------------------------------------------------------- /kernel/ipc/ipc_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_init.c -------------------------------------------------------------------------------- /kernel/ipc/ipc_init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_init.h -------------------------------------------------------------------------------- /kernel/ipc/ipc_kmsg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_kmsg.c -------------------------------------------------------------------------------- /kernel/ipc/ipc_kmsg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_kmsg.h -------------------------------------------------------------------------------- /kernel/ipc/ipc_machdep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_machdep.h -------------------------------------------------------------------------------- /kernel/ipc/ipc_marequest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_marequest.c -------------------------------------------------------------------------------- /kernel/ipc/ipc_marequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_marequest.h -------------------------------------------------------------------------------- /kernel/ipc/ipc_mqueue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_mqueue.c -------------------------------------------------------------------------------- /kernel/ipc/ipc_mqueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_mqueue.h -------------------------------------------------------------------------------- /kernel/ipc/ipc_notify.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_notify.c -------------------------------------------------------------------------------- /kernel/ipc/ipc_notify.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_notify.h -------------------------------------------------------------------------------- /kernel/ipc/ipc_object.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_object.c -------------------------------------------------------------------------------- /kernel/ipc/ipc_object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_object.h -------------------------------------------------------------------------------- /kernel/ipc/ipc_port.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_port.c -------------------------------------------------------------------------------- /kernel/ipc/ipc_port.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_port.h -------------------------------------------------------------------------------- /kernel/ipc/ipc_pset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_pset.c -------------------------------------------------------------------------------- /kernel/ipc/ipc_pset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_pset.h -------------------------------------------------------------------------------- /kernel/ipc/ipc_right.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_right.c -------------------------------------------------------------------------------- /kernel/ipc/ipc_right.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_right.h -------------------------------------------------------------------------------- /kernel/ipc/ipc_space.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_space.c -------------------------------------------------------------------------------- /kernel/ipc/ipc_space.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_space.h -------------------------------------------------------------------------------- /kernel/ipc/ipc_splay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_splay.c -------------------------------------------------------------------------------- /kernel/ipc/ipc_splay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_splay.h -------------------------------------------------------------------------------- /kernel/ipc/ipc_table.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_table.c -------------------------------------------------------------------------------- /kernel/ipc/ipc_table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_table.h -------------------------------------------------------------------------------- /kernel/ipc/ipc_target.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_target.c -------------------------------------------------------------------------------- /kernel/ipc/ipc_target.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_target.h -------------------------------------------------------------------------------- /kernel/ipc/ipc_thread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_thread.c -------------------------------------------------------------------------------- /kernel/ipc/ipc_thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_thread.h -------------------------------------------------------------------------------- /kernel/ipc/ipc_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/ipc_types.h -------------------------------------------------------------------------------- /kernel/ipc/mach_debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/mach_debug.c -------------------------------------------------------------------------------- /kernel/ipc/mach_msg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/mach_msg.c -------------------------------------------------------------------------------- /kernel/ipc/mach_msg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/mach_msg.h -------------------------------------------------------------------------------- /kernel/ipc/mach_port.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/mach_port.c -------------------------------------------------------------------------------- /kernel/ipc/mach_port.srv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/mach_port.srv -------------------------------------------------------------------------------- /kernel/ipc/mach_rpc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/mach_rpc.c -------------------------------------------------------------------------------- /kernel/ipc/port.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/ipc/port.h -------------------------------------------------------------------------------- /kernel/kern/act.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/act.c -------------------------------------------------------------------------------- /kernel/kern/act.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/act.h -------------------------------------------------------------------------------- /kernel/kern/assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/assert.h -------------------------------------------------------------------------------- /kernel/kern/ast.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/ast.c -------------------------------------------------------------------------------- /kernel/kern/ast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/ast.h -------------------------------------------------------------------------------- /kernel/kern/bootstrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/bootstrap.c -------------------------------------------------------------------------------- /kernel/kern/counters.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/counters.c -------------------------------------------------------------------------------- /kernel/kern/counters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/counters.h -------------------------------------------------------------------------------- /kernel/kern/cpu_number.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/cpu_number.h -------------------------------------------------------------------------------- /kernel/kern/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/debug.c -------------------------------------------------------------------------------- /kernel/kern/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/debug.h -------------------------------------------------------------------------------- /kernel/kern/eventcount.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/eventcount.c -------------------------------------------------------------------------------- /kernel/kern/eventcount.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/eventcount.h -------------------------------------------------------------------------------- /kernel/kern/exception.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/exception.c -------------------------------------------------------------------------------- /kernel/kern/host.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/host.c -------------------------------------------------------------------------------- /kernel/kern/host.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/host.h -------------------------------------------------------------------------------- /kernel/kern/ipc_host.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/ipc_host.c -------------------------------------------------------------------------------- /kernel/kern/ipc_host.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/ipc_host.h -------------------------------------------------------------------------------- /kernel/kern/ipc_kobject.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/ipc_kobject.c -------------------------------------------------------------------------------- /kernel/kern/ipc_kobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/ipc_kobject.h -------------------------------------------------------------------------------- /kernel/kern/ipc_mig.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/ipc_mig.c -------------------------------------------------------------------------------- /kernel/kern/ipc_sched.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/ipc_sched.c -------------------------------------------------------------------------------- /kernel/kern/ipc_sched.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/ipc_sched.h -------------------------------------------------------------------------------- /kernel/kern/ipc_tt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/ipc_tt.c -------------------------------------------------------------------------------- /kernel/kern/ipc_tt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/ipc_tt.h -------------------------------------------------------------------------------- /kernel/kern/kalloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/kalloc.c -------------------------------------------------------------------------------- /kernel/kern/kalloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/kalloc.h -------------------------------------------------------------------------------- /kernel/kern/kern_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/kern_types.h -------------------------------------------------------------------------------- /kernel/kern/lock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/lock.c -------------------------------------------------------------------------------- /kernel/kern/lock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/lock.h -------------------------------------------------------------------------------- /kernel/kern/lock_mon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/lock_mon.c -------------------------------------------------------------------------------- /kernel/kern/mach.srv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/mach.srv -------------------------------------------------------------------------------- /kernel/kern/mach4.srv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/mach4.srv -------------------------------------------------------------------------------- /kernel/kern/mach_clock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/mach_clock.c -------------------------------------------------------------------------------- /kernel/kern/mach_debug.srv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/mach_debug.srv -------------------------------------------------------------------------------- /kernel/kern/mach_factor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/mach_factor.c -------------------------------------------------------------------------------- /kernel/kern/mach_host.srv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/mach_host.srv -------------------------------------------------------------------------------- /kernel/kern/mach_param.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/mach_param.h -------------------------------------------------------------------------------- /kernel/kern/machine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/machine.c -------------------------------------------------------------------------------- /kernel/kern/macro_help.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/macro_help.h -------------------------------------------------------------------------------- /kernel/kern/pc_sample.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/pc_sample.c -------------------------------------------------------------------------------- /kernel/kern/pc_sample.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/pc_sample.h -------------------------------------------------------------------------------- /kernel/kern/printf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/printf.c -------------------------------------------------------------------------------- /kernel/kern/priority.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/priority.c -------------------------------------------------------------------------------- /kernel/kern/processor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/processor.c -------------------------------------------------------------------------------- /kernel/kern/processor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/processor.h -------------------------------------------------------------------------------- /kernel/kern/profile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/profile.c -------------------------------------------------------------------------------- /kernel/kern/queue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/queue.c -------------------------------------------------------------------------------- /kernel/kern/queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/queue.h -------------------------------------------------------------------------------- /kernel/kern/refcount.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/refcount.h -------------------------------------------------------------------------------- /kernel/kern/sched.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/sched.h -------------------------------------------------------------------------------- /kernel/kern/sched_prim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/sched_prim.c -------------------------------------------------------------------------------- /kernel/kern/sched_prim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/sched_prim.h -------------------------------------------------------------------------------- /kernel/kern/server_loop.ch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/server_loop.ch -------------------------------------------------------------------------------- /kernel/kern/shuttle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/shuttle.h -------------------------------------------------------------------------------- /kernel/kern/startup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/startup.c -------------------------------------------------------------------------------- /kernel/kern/strings.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/strings.c -------------------------------------------------------------------------------- /kernel/kern/strings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/strings.h -------------------------------------------------------------------------------- /kernel/kern/syscall_subr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/syscall_subr.c -------------------------------------------------------------------------------- /kernel/kern/syscall_subr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/syscall_subr.h -------------------------------------------------------------------------------- /kernel/kern/syscall_sw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/syscall_sw.c -------------------------------------------------------------------------------- /kernel/kern/syscall_sw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/syscall_sw.h -------------------------------------------------------------------------------- /kernel/kern/task.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/task.c -------------------------------------------------------------------------------- /kernel/kern/task.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/task.h -------------------------------------------------------------------------------- /kernel/kern/thread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/thread.c -------------------------------------------------------------------------------- /kernel/kern/thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/thread.h -------------------------------------------------------------------------------- /kernel/kern/thread_swap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/thread_swap.c -------------------------------------------------------------------------------- /kernel/kern/thread_swap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/thread_swap.h -------------------------------------------------------------------------------- /kernel/kern/time_out.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/time_out.h -------------------------------------------------------------------------------- /kernel/kern/time_stamp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/time_stamp.c -------------------------------------------------------------------------------- /kernel/kern/time_stamp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/time_stamp.h -------------------------------------------------------------------------------- /kernel/kern/timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/timer.c -------------------------------------------------------------------------------- /kernel/kern/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/timer.h -------------------------------------------------------------------------------- /kernel/kern/xpr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/xpr.c -------------------------------------------------------------------------------- /kernel/kern/xpr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/xpr.h -------------------------------------------------------------------------------- /kernel/kern/zalloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/zalloc.c -------------------------------------------------------------------------------- /kernel/kern/zalloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/kern/zalloc.h -------------------------------------------------------------------------------- /kernel/scsi/compat_30.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/compat_30.h -------------------------------------------------------------------------------- /kernel/scsi/disk_label.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/disk_label.c -------------------------------------------------------------------------------- /kernel/scsi/mapped_scsi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/mapped_scsi.c -------------------------------------------------------------------------------- /kernel/scsi/mapped_scsi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/mapped_scsi.h -------------------------------------------------------------------------------- /kernel/scsi/rz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/rz.c -------------------------------------------------------------------------------- /kernel/scsi/rz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/rz.h -------------------------------------------------------------------------------- /kernel/scsi/rz_audio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/rz_audio.c -------------------------------------------------------------------------------- /kernel/scsi/rz_cpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/rz_cpu.c -------------------------------------------------------------------------------- /kernel/scsi/rz_disk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/rz_disk.c -------------------------------------------------------------------------------- /kernel/scsi/rz_disk_bbr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/rz_disk_bbr.c -------------------------------------------------------------------------------- /kernel/scsi/rz_host.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/rz_host.c -------------------------------------------------------------------------------- /kernel/scsi/rz_labels.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/rz_labels.h -------------------------------------------------------------------------------- /kernel/scsi/rz_tape.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/rz_tape.c -------------------------------------------------------------------------------- /kernel/scsi/scsi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/scsi.c -------------------------------------------------------------------------------- /kernel/scsi/scsi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/scsi.h -------------------------------------------------------------------------------- /kernel/scsi/scsi2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/scsi2.h -------------------------------------------------------------------------------- /kernel/scsi/scsi_alldevs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/scsi_alldevs.c -------------------------------------------------------------------------------- /kernel/scsi/scsi_comm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/scsi_comm.c -------------------------------------------------------------------------------- /kernel/scsi/scsi_cpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/scsi_cpu.c -------------------------------------------------------------------------------- /kernel/scsi/scsi_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/scsi_defs.h -------------------------------------------------------------------------------- /kernel/scsi/scsi_disk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/scsi_disk.c -------------------------------------------------------------------------------- /kernel/scsi/scsi_endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/scsi_endian.h -------------------------------------------------------------------------------- /kernel/scsi/scsi_jukebox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/scsi_jukebox.c -------------------------------------------------------------------------------- /kernel/scsi/scsi_optical.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/scsi_optical.c -------------------------------------------------------------------------------- /kernel/scsi/scsi_printer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/scsi_printer.c -------------------------------------------------------------------------------- /kernel/scsi/scsi_rom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/scsi_rom.c -------------------------------------------------------------------------------- /kernel/scsi/scsi_scanner.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/scsi_scanner.c -------------------------------------------------------------------------------- /kernel/scsi/scsi_tape.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/scsi_tape.c -------------------------------------------------------------------------------- /kernel/scsi/scsi_worm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/scsi/scsi_worm.c -------------------------------------------------------------------------------- /kernel/util/Makerules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/util/Makerules -------------------------------------------------------------------------------- /kernel/util/about_to_die.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/util/about_to_die.c -------------------------------------------------------------------------------- /kernel/util/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/util/config.h -------------------------------------------------------------------------------- /kernel/util/cpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/util/cpu.c -------------------------------------------------------------------------------- /kernel/util/cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/util/cpu.h -------------------------------------------------------------------------------- /kernel/util/cpu_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/util/cpu_init.c -------------------------------------------------------------------------------- /kernel/util/cpu_subs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/util/cpu_subs.h -------------------------------------------------------------------------------- /kernel/util/cpus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/util/cpus.h -------------------------------------------------------------------------------- /kernel/util/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/util/debug.h -------------------------------------------------------------------------------- /kernel/util/die.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/util/die.c -------------------------------------------------------------------------------- /kernel/util/panic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/util/panic.c -------------------------------------------------------------------------------- /kernel/util/phys_mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/util/phys_mem.h -------------------------------------------------------------------------------- /kernel/util/putchar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/util/putchar.c -------------------------------------------------------------------------------- /kernel/util/puts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/util/puts.c -------------------------------------------------------------------------------- /kernel/util/ref_count.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/util/ref_count.h -------------------------------------------------------------------------------- /kernel/vm/memory_object.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/vm/memory_object.c -------------------------------------------------------------------------------- /kernel/vm/memory_object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/vm/memory_object.h -------------------------------------------------------------------------------- /kernel/vm/pmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/vm/pmap.h -------------------------------------------------------------------------------- /kernel/vm/vm_debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/vm/vm_debug.c -------------------------------------------------------------------------------- /kernel/vm/vm_external.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/vm/vm_external.c -------------------------------------------------------------------------------- /kernel/vm/vm_external.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/vm/vm_external.h -------------------------------------------------------------------------------- /kernel/vm/vm_fault.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/vm/vm_fault.c -------------------------------------------------------------------------------- /kernel/vm/vm_fault.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/vm/vm_fault.h -------------------------------------------------------------------------------- /kernel/vm/vm_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/vm/vm_init.c -------------------------------------------------------------------------------- /kernel/vm/vm_kern.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/vm/vm_kern.c -------------------------------------------------------------------------------- /kernel/vm/vm_kern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/vm/vm_kern.h -------------------------------------------------------------------------------- /kernel/vm/vm_map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/vm/vm_map.c -------------------------------------------------------------------------------- /kernel/vm/vm_map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/vm/vm_map.h -------------------------------------------------------------------------------- /kernel/vm/vm_object.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/vm/vm_object.c -------------------------------------------------------------------------------- /kernel/vm/vm_object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/vm/vm_object.h -------------------------------------------------------------------------------- /kernel/vm/vm_page.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/vm/vm_page.h -------------------------------------------------------------------------------- /kernel/vm/vm_pageout.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/vm/vm_pageout.c -------------------------------------------------------------------------------- /kernel/vm/vm_pageout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/vm/vm_pageout.h -------------------------------------------------------------------------------- /kernel/vm/vm_resident.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/vm/vm_resident.c -------------------------------------------------------------------------------- /kernel/vm/vm_user.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/vm/vm_user.c -------------------------------------------------------------------------------- /kernel/vm/vm_user.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/kernel/vm/vm_user.h -------------------------------------------------------------------------------- /libmach/Makerules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/Makerules -------------------------------------------------------------------------------- /libmach/bootstrap.pres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/bootstrap.pres -------------------------------------------------------------------------------- /libmach/c/Makerules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/Makerules -------------------------------------------------------------------------------- /libmach/c/abort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/abort.c -------------------------------------------------------------------------------- /libmach/c/abs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/abs.c -------------------------------------------------------------------------------- /libmach/c/atol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/atol.c -------------------------------------------------------------------------------- /libmach/c/calloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/calloc.c -------------------------------------------------------------------------------- /libmach/c/doprnt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/doprnt.c -------------------------------------------------------------------------------- /libmach/c/doscan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/doscan.c -------------------------------------------------------------------------------- /libmach/c/errno.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/errno.c -------------------------------------------------------------------------------- /libmach/c/exit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/exit.c -------------------------------------------------------------------------------- /libmach/c/malloc/free.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/malloc/free.c -------------------------------------------------------------------------------- /libmach/c/malloc/malloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/malloc/malloc.c -------------------------------------------------------------------------------- /libmach/c/malloc/malloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/malloc/malloc.h -------------------------------------------------------------------------------- /libmach/c/malloc/realloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/malloc/realloc.c -------------------------------------------------------------------------------- /libmach/c/memcmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/memcmp.c -------------------------------------------------------------------------------- /libmach/c/memset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/memset.c -------------------------------------------------------------------------------- /libmach/c/panic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/panic.c -------------------------------------------------------------------------------- /libmach/c/printf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/printf.c -------------------------------------------------------------------------------- /libmach/c/rand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/rand.c -------------------------------------------------------------------------------- /libmach/c/rindex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/rindex.c -------------------------------------------------------------------------------- /libmach/c/sprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/sprintf.c -------------------------------------------------------------------------------- /libmach/c/sscanf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/sscanf.c -------------------------------------------------------------------------------- /libmach/c/stdio/fclose.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/stdio/fclose.c -------------------------------------------------------------------------------- /libmach/c/stdio/fgetc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/stdio/fgetc.c -------------------------------------------------------------------------------- /libmach/c/stdio/fopen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/stdio/fopen.c -------------------------------------------------------------------------------- /libmach/c/stdio/fprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/stdio/fprintf.c -------------------------------------------------------------------------------- /libmach/c/stdio/fputc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/stdio/fputc.c -------------------------------------------------------------------------------- /libmach/c/stdio/fread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/stdio/fread.c -------------------------------------------------------------------------------- /libmach/c/stdio/fscanf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/stdio/fscanf.c -------------------------------------------------------------------------------- /libmach/c/stdio/fseek.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/stdio/fseek.c -------------------------------------------------------------------------------- /libmach/c/stdio/ftell.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/stdio/ftell.c -------------------------------------------------------------------------------- /libmach/c/stdio/fwrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/stdio/fwrite.c -------------------------------------------------------------------------------- /libmach/c/stdio/remove.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/stdio/remove.c -------------------------------------------------------------------------------- /libmach/c/stdio/rewind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/stdio/rewind.c -------------------------------------------------------------------------------- /libmach/c/stdio/vfprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/stdio/vfprintf.c -------------------------------------------------------------------------------- /libmach/c/strcat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/strcat.c -------------------------------------------------------------------------------- /libmach/c/strchr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/strchr.c -------------------------------------------------------------------------------- /libmach/c/strcmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/strcmp.c -------------------------------------------------------------------------------- /libmach/c/strcpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/strcpy.c -------------------------------------------------------------------------------- /libmach/c/strdup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/strdup.c -------------------------------------------------------------------------------- /libmach/c/strlen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/strlen.c -------------------------------------------------------------------------------- /libmach/c/strncmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/strncmp.c -------------------------------------------------------------------------------- /libmach/c/strncpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/strncpy.c -------------------------------------------------------------------------------- /libmach/c/strstr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/strstr.c -------------------------------------------------------------------------------- /libmach/c/strtoul.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/c/strtoul.c -------------------------------------------------------------------------------- /libmach/default_pager.pres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/default_pager.pres -------------------------------------------------------------------------------- /libmach/device.pres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/device.pres -------------------------------------------------------------------------------- /libmach/device_reply.pres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/device_reply.pres -------------------------------------------------------------------------------- /libmach/err_bootstrap.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/err_bootstrap.sub -------------------------------------------------------------------------------- /libmach/err_ipc.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/err_ipc.sub -------------------------------------------------------------------------------- /libmach/err_kern.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/err_kern.sub -------------------------------------------------------------------------------- /libmach/err_mach_ipc.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/err_mach_ipc.sub -------------------------------------------------------------------------------- /libmach/err_server.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/err_server.sub -------------------------------------------------------------------------------- /libmach/err_us.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/err_us.sub -------------------------------------------------------------------------------- /libmach/error_codes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/error_codes.c -------------------------------------------------------------------------------- /libmach/exc.pres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/exc.pres -------------------------------------------------------------------------------- /libmach/exec/Makerules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/exec/Makerules -------------------------------------------------------------------------------- /libmach/exec/elf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/exec/elf.c -------------------------------------------------------------------------------- /libmach/exec/exec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/exec/exec.h -------------------------------------------------------------------------------- /libmach/exec/load.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/exec/load.c -------------------------------------------------------------------------------- /libmach/exec/objfmts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/exec/objfmts.h -------------------------------------------------------------------------------- /libmach/lmm/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/lmm/README -------------------------------------------------------------------------------- /libmach/lmm/lmm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/lmm/lmm.h -------------------------------------------------------------------------------- /libmach/lmm/lmm_add.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/lmm/lmm_add.c -------------------------------------------------------------------------------- /libmach/lmm/lmm_alloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/lmm/lmm_alloc.c -------------------------------------------------------------------------------- /libmach/lmm/lmm_avail.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/lmm/lmm_avail.c -------------------------------------------------------------------------------- /libmach/lmm/lmm_avail_in.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/lmm/lmm_avail_in.c -------------------------------------------------------------------------------- /libmach/lmm/lmm_dump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/lmm/lmm_dump.c -------------------------------------------------------------------------------- /libmach/lmm/lmm_free.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/lmm/lmm_free.c -------------------------------------------------------------------------------- /libmach/lmm/lmm_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/lmm/lmm_init.c -------------------------------------------------------------------------------- /libmach/lmm/lmm_remove.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/lmm/lmm_remove.c -------------------------------------------------------------------------------- /libmach/mach_debug.pres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/mach_debug.pres -------------------------------------------------------------------------------- /libmach/mach_host.pres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/mach_host.pres -------------------------------------------------------------------------------- /libmach/mach_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/mach_init.c -------------------------------------------------------------------------------- /libmach/mach_msg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/mach_msg.c -------------------------------------------------------------------------------- /libmach/mach_msg_destroy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/mach_msg_destroy.c -------------------------------------------------------------------------------- /libmach/mach_msg_receive.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/mach_msg_receive.c -------------------------------------------------------------------------------- /libmach/mach_msg_send.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/mach_msg_send.c -------------------------------------------------------------------------------- /libmach/mach_msg_server.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/mach_msg_server.c -------------------------------------------------------------------------------- /libmach/mach_port.pres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/mach_port.pres -------------------------------------------------------------------------------- /libmach/mig_allocate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/mig_allocate.c -------------------------------------------------------------------------------- /libmach/mig_deallocate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/mig_deallocate.c -------------------------------------------------------------------------------- /libmach/mig_reply_setup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/mig_reply_setup.c -------------------------------------------------------------------------------- /libmach/mig_strncpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/mig_strncpy.c -------------------------------------------------------------------------------- /libmach/mig_support.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/mig_support.c -------------------------------------------------------------------------------- /libmach/ms_task_create.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/ms_task_create.c -------------------------------------------------------------------------------- /libmach/ms_task_suspend.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/ms_task_suspend.c -------------------------------------------------------------------------------- /libmach/ms_vm_allocate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/ms_vm_allocate.c -------------------------------------------------------------------------------- /libmach/ms_vm_deallocate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/ms_vm_deallocate.c -------------------------------------------------------------------------------- /libmach/ms_vm_map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/ms_vm_map.c -------------------------------------------------------------------------------- /libmach/notify_user.pres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/notify_user.pres -------------------------------------------------------------------------------- /libmach/seqnos_notify.srv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/seqnos_notify.srv -------------------------------------------------------------------------------- /libmach/slot_name.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/slot_name.c -------------------------------------------------------------------------------- /libmach/standalone/_exit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/standalone/_exit.c -------------------------------------------------------------------------------- /libmach/standalone/gets.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/standalone/gets.c -------------------------------------------------------------------------------- /libmach/standalone/panic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/standalone/panic.c -------------------------------------------------------------------------------- /libmach/standalone/puts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/standalone/puts.c -------------------------------------------------------------------------------- /libmach/strings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/strings.h -------------------------------------------------------------------------------- /libmach/unixoid/Ovfork.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/unixoid/Ovfork.c -------------------------------------------------------------------------------- /libmach/unixoid/msg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/unixoid/msg.c -------------------------------------------------------------------------------- /libmach/unixoid/sbrk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libmach/unixoid/sbrk.c -------------------------------------------------------------------------------- /libthreads/call.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libthreads/call.c -------------------------------------------------------------------------------- /libthreads/cprocs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libthreads/cprocs.c -------------------------------------------------------------------------------- /libthreads/cthread_data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libthreads/cthread_data.c -------------------------------------------------------------------------------- /libthreads/cthreads.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libthreads/cthreads.c -------------------------------------------------------------------------------- /libthreads/malloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libthreads/malloc.c -------------------------------------------------------------------------------- /libthreads/mig_support.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libthreads/mig_support.c -------------------------------------------------------------------------------- /libthreads/options.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libthreads/options.h -------------------------------------------------------------------------------- /libthreads/stack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libthreads/stack.c -------------------------------------------------------------------------------- /libthreads/sync.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/libthreads/sync.c -------------------------------------------------------------------------------- /mig/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/ChangeLog -------------------------------------------------------------------------------- /mig/Makerules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/Makerules -------------------------------------------------------------------------------- /mig/alloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/alloc.h -------------------------------------------------------------------------------- /mig/boolean.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/boolean.h -------------------------------------------------------------------------------- /mig/cpu.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/cpu.sym -------------------------------------------------------------------------------- /mig/error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/error.c -------------------------------------------------------------------------------- /mig/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/error.h -------------------------------------------------------------------------------- /mig/global.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/global.c -------------------------------------------------------------------------------- /mig/global.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/global.h -------------------------------------------------------------------------------- /mig/header.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/header.c -------------------------------------------------------------------------------- /mig/lexxer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/lexxer.h -------------------------------------------------------------------------------- /mig/lexxer.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/lexxer.l -------------------------------------------------------------------------------- /mig/message.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/message.h -------------------------------------------------------------------------------- /mig/mig.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/mig.sh -------------------------------------------------------------------------------- /mig/mig_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/mig_string.h -------------------------------------------------------------------------------- /mig/migcom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/migcom.c -------------------------------------------------------------------------------- /mig/parser.y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/parser.y -------------------------------------------------------------------------------- /mig/routine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/routine.c -------------------------------------------------------------------------------- /mig/routine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/routine.h -------------------------------------------------------------------------------- /mig/server.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/server.c -------------------------------------------------------------------------------- /mig/statement.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/statement.c -------------------------------------------------------------------------------- /mig/statement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/statement.h -------------------------------------------------------------------------------- /mig/string.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/string.c -------------------------------------------------------------------------------- /mig/type.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/type.c -------------------------------------------------------------------------------- /mig/type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/type.h -------------------------------------------------------------------------------- /mig/user.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/user.c -------------------------------------------------------------------------------- /mig/utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/utils.c -------------------------------------------------------------------------------- /mig/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/utils.h -------------------------------------------------------------------------------- /mig/vprint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/vprint.c -------------------------------------------------------------------------------- /mig/write.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmach/mach4/HEAD/mig/write.h --------------------------------------------------------------------------------