├── .hg ├── undo.bookmarks ├── branch ├── undo.branch ├── undo.desc ├── last-message.txt ├── requires ├── cache │ ├── tags │ └── branchheads-served ├── store │ ├── phaseroots │ ├── undo.phaseroots │ ├── 00changelog.i │ ├── 00manifest.d │ ├── 00manifest.i │ └── data │ │ ├── cpo.sh.i │ │ ├── files.txt.i │ │ ├── mkbuild.i │ │ ├── todo.txt.i │ │ ├── ~2ehgignore.i │ │ ├── _r_e_a_d_m_e.i │ │ ├── scripts │ │ ├── mkall.i │ │ ├── tests.i │ │ ├── datafile.i │ │ ├── mkbuild.i │ │ ├── start__dhcp.i │ │ ├── _c_make_lists.txt.i │ │ ├── _c_make_lists.txt.bsd.i │ │ ├── _c_make_lists.txt.hw.i │ │ ├── _c_make_lists.txt.kernel.i │ │ ├── _c_make_lists.txt.minimal.i │ │ ├── _c_make_lists.txt.remote.i │ │ └── _c_make_lists.txt.vmware.i │ │ ├── sys │ │ ├── hypv │ │ │ ├── asm.h.i │ │ │ ├── ept.c.i │ │ │ ├── vmx.c.i │ │ │ ├── asm._s.i │ │ │ ├── hypv.ld.i │ │ │ ├── vproc.c.i │ │ │ ├── vmexit.c.i │ │ │ ├── vmx.c~7e.i │ │ │ ├── hypervisor.c.i │ │ │ ├── vmexit.c~7e.i │ │ │ ├── hypervisor.c~7e.i │ │ │ ├── _c_make_lists.txt.i │ │ │ └── _c_make_lists.txt.bear~7e.i │ │ ├── utils │ │ │ ├── ff.c.i │ │ │ ├── vk.c.i │ │ │ ├── acpi.c.i │ │ │ ├── list.c.i │ │ │ ├── pci.c.i │ │ │ ├── pes.c.i │ │ │ ├── smp.c.i │ │ │ ├── tsc.c.i │ │ │ ├── ioapic.c.i │ │ │ ├── khash.c.i │ │ │ ├── kmalloc.c.i │ │ │ ├── kqueue.c.i │ │ │ ├── kstdio.c.i │ │ │ ├── kstring.c.i │ │ │ ├── ktime.c.i │ │ │ ├── ktimer.c.i │ │ │ ├── ramio.c.i │ │ │ ├── random.c.i │ │ │ ├── sha256.c.i │ │ │ ├── vector.c.i │ │ │ ├── diversity.c.i │ │ │ ├── forensics.c.i │ │ │ ├── semaphore.c.i │ │ │ ├── elf__loader.c.i │ │ │ ├── interrupts.c.i │ │ │ ├── local__apic.c.i │ │ │ ├── vmem__layer.c.i │ │ │ ├── vmx__utils.c.i │ │ │ ├── local__apic.c~7e.i │ │ │ ├── _c_make_lists.txt.i │ │ │ ├── asm__interrupts._s.i │ │ │ ├── asm__subroutines._s.i │ │ │ └── file__abstraction.c.i │ │ ├── include │ │ │ ├── vk.h.i │ │ │ ├── acpi.h.i │ │ │ ├── apic.h.i │ │ │ ├── asmp.h.i │ │ │ ├── elf.h.i │ │ │ ├── ept.h.i │ │ │ ├── fatfs.h.i │ │ │ ├── hash.h.i │ │ │ ├── khash.h.i │ │ │ ├── kload.h.i │ │ │ ├── kmsg.h.i │ │ │ ├── ktime.h.i │ │ │ ├── kvmem.h.i │ │ │ ├── kwait.h.i │ │ │ ├── list.h.i │ │ │ ├── mregs.h.i │ │ │ ├── pci.h.i │ │ │ ├── pes.h.i │ │ │ ├── pio.h.i │ │ │ ├── proc.h.i │ │ │ ├── ramio.h.i │ │ │ ├── smp.h.i │ │ │ ├── tsc.h.i │ │ │ ├── uuid.h.i │ │ │ ├── vmx.h.i │ │ │ ├── vproc.h.i │ │ │ ├── ffconf.h.i │ │ │ ├── ke1000.h.i │ │ │ ├── kernel.h.i │ │ │ ├── kmalloc.h.i │ │ │ ├── kqueue.h.i │ │ │ ├── ksched.h.i │ │ │ ├── kstdarg.h.i │ │ │ ├── kstdio.h.i │ │ │ ├── kstring.h.i │ │ │ ├── ktimer.h.i │ │ │ ├── kvcall.h.i │ │ │ ├── memory.h.i │ │ │ ├── network.h.i │ │ │ ├── procman.h.i │ │ │ ├── random.h.i │ │ │ ├── sha256.h.i │ │ │ ├── stdint.h.i │ │ │ ├── vector.h.i │ │ │ ├── vmexit.h.i │ │ │ ├── bootmemory.h.i │ │ │ ├── constants.h.i │ │ │ ├── disklabel.h.i │ │ │ ├── diversity.h.i │ │ │ ├── ff__const.h.i │ │ │ ├── ff__types.h.i │ │ │ ├── interrupts.h.i │ │ │ ├── ksyscall.h.i │ │ │ ├── mcontext.h.i │ │ │ ├── semaphore.h.i │ │ │ ├── sigcontext.h.i │ │ │ ├── smp.h.orig.i │ │ │ ├── vkprivate.h.i │ │ │ ├── vmx__utils.h.i │ │ │ ├── check__type.h.i │ │ │ ├── elf__loader.h.i │ │ │ ├── kvmem__sites.h.i │ │ │ ├── shadow__vmcs.h.i │ │ │ ├── bootconstants.h.i │ │ │ ├── bootinterrupts.h.i │ │ │ ├── container__of.h.i │ │ │ ├── kmalloc-private.h.i │ │ │ ├── kmalloc__sites.h.i │ │ │ ├── mbr__partition.h.i │ │ │ ├── asm__subroutines.h.i │ │ │ └── file__abstraction.h.i │ │ ├── boot │ │ │ ├── mbr │ │ │ │ ├── mbr._s.i │ │ │ │ └── _c_make_lists.txt.i │ │ │ ├── boot2 │ │ │ │ ├── main.c.i │ │ │ │ ├── boot.ld.i │ │ │ │ ├── bootelf.c.i │ │ │ │ ├── bootmemory.c.i │ │ │ │ └── _c_make_lists.txt.i │ │ │ ├── boot1 │ │ │ │ ├── boot1._s.i │ │ │ │ └── _c_make_lists.txt.i │ │ │ ├── _c_make_lists.txt.i │ │ │ ├── _r_e_a_d_m_e._ccode.i │ │ │ └── kboot2 │ │ │ │ └── _c_make_lists.txt.i │ │ ├── kernel │ │ │ ├── kernel.c.i │ │ │ ├── kload.c.i │ │ │ ├── kmsg.c.i │ │ │ ├── ksched.c.i │ │ │ ├── kvcall.c.i │ │ │ ├── kvmem.c.i │ │ │ ├── kwait.c.i │ │ │ ├── kernel.ld.i │ │ │ ├── kprocman.c.i │ │ │ ├── ksyscall.c.i │ │ │ ├── ring0__proc.c.i │ │ │ ├── ke1000 │ │ │ │ └── ke1000.c.i │ │ │ ├── _c_make_lists.txt.i │ │ │ ├── _c_make_lists.txt.bear.i │ │ │ └── _c_make_lists.txt.slb.i │ │ └── _c_make_lists.txt.i │ │ ├── sys__files.txt.i │ │ ├── usr │ │ ├── test │ │ │ ├── dot.c.i │ │ │ ├── foo.c.i │ │ │ ├── t12.c.i │ │ │ ├── t13.c.i │ │ │ ├── t6.c.i │ │ │ ├── t7.c.i │ │ │ ├── tq1.c.i │ │ │ ├── tq2.c.i │ │ │ ├── tq3.c.i │ │ │ ├── tq4.c.i │ │ │ ├── aim9.c.i │ │ │ ├── echo.c.i │ │ │ ├── tbug.c.i │ │ │ ├── tenv.c.i │ │ │ ├── texit.c.i │ │ │ ├── tfile.c.i │ │ │ ├── tfork.c.i │ │ │ ├── thash.c.i │ │ │ ├── tjobs.c.i │ │ │ ├── tnfsd.c.i │ │ │ ├── tpath.c.i │ │ │ ├── trshd.c.i │ │ │ ├── tsysd.c.i │ │ │ ├── tudp.c.i │ │ │ ├── _orig │ │ │ │ ├── a.c.i │ │ │ │ ├── b.c.i │ │ │ │ ├── n1.c.i │ │ │ │ ├── p1.c.i │ │ │ │ ├── t0.c.i │ │ │ │ ├── t1.c.i │ │ │ │ ├── t2.c.i │ │ │ │ ├── t3.c.i │ │ │ │ ├── t4.c.i │ │ │ │ ├── t5.c.i │ │ │ │ ├── t6.c.i │ │ │ │ ├── t8.c.i │ │ │ │ ├── t9.c.i │ │ │ │ ├── t10.c.i │ │ │ │ ├── t11.c.i │ │ │ │ └── tnfs.c.i │ │ │ ├── aim9.c~7e.i │ │ │ ├── mptest.h.i │ │ │ ├── t12.c.orig.i │ │ │ ├── talarm.c.i │ │ │ ├── tcmdln.c.i │ │ │ ├── tdaemond.c.i │ │ │ ├── tharness.c.i │ │ │ ├── tmalloc.c.i │ │ │ ├── tnetfns.c.i │ │ │ ├── tnfsd2.c.i │ │ │ ├── tpiped.c.i │ │ │ ├── tprinter.c.i │ │ │ ├── trefresh.c.i │ │ │ ├── tscanf.c.i │ │ │ ├── tshash.c.i │ │ │ ├── tstatd.c.i │ │ │ ├── tutils.c.i │ │ │ └── _c_make_lists.txt.i │ │ ├── include │ │ │ ├── ar.h.i │ │ │ ├── aim9.h.i │ │ │ ├── argz.h.i │ │ │ ├── ctype.h.i │ │ │ ├── envz.h.i │ │ │ ├── errno.h.i │ │ │ ├── fcntl.h.i │ │ │ ├── glob.h.i │ │ │ ├── grp.h.i │ │ │ ├── iconv.h.i │ │ │ ├── jobs.h.i │ │ │ ├── lock.h.i │ │ │ ├── math.h.i │ │ │ ├── msg.h.i │ │ │ ├── netdb.h.i │ │ │ ├── newlib.i │ │ │ ├── paths.h.i │ │ │ ├── poll.h.i │ │ │ ├── pty.h.i │ │ │ ├── pwd.h.i │ │ │ ├── reent.h.i │ │ │ ├── regex.h.i │ │ │ ├── ring0.h.i │ │ │ ├── sched.h.i │ │ │ ├── stdio.h.i │ │ │ ├── swint.h.i │ │ │ ├── tar.h.i │ │ │ ├── time.h.i │ │ │ ├── utime.h.i │ │ │ ├── utmp.h.i │ │ │ ├── wchar.h.i │ │ │ ├── __ansi.h.i │ │ │ ├── alloca.h.i │ │ │ ├── assert.h.i │ │ │ ├── complex.h.i │ │ │ ├── dirent.h.i │ │ │ ├── envlock.h.i │ │ │ ├── fnmatch.h.i │ │ │ ├── getopt.h.i │ │ │ ├── ieeefp.h.i │ │ │ ├── libgen.h.i │ │ │ ├── limits.h.i │ │ │ ├── locale.h.i │ │ │ ├── malloc.h.i │ │ │ ├── newlib.h.i │ │ │ ├── pthread.h.i │ │ │ ├── regdef.h.i │ │ │ ├── search.h.i │ │ │ ├── setjmp.h.i │ │ │ ├── signal.h.i │ │ │ ├── stdint.h.i │ │ │ ├── stdlib.h.i │ │ │ ├── string.h.i │ │ │ ├── strings.h.i │ │ │ ├── sys │ │ │ │ ├── dir.h.i │ │ │ │ ├── msg.h.i │ │ │ │ ├── cdefs.h.i │ │ │ │ ├── config.h.i │ │ │ │ ├── dirent.h.i │ │ │ │ ├── errno.h.i │ │ │ │ ├── fcntl.h.i │ │ │ │ ├── file.h.i │ │ │ │ ├── ioctl.h.i │ │ │ │ ├── lock.h.i │ │ │ │ ├── param.h.i │ │ │ │ ├── poll.h.i │ │ │ │ ├── queue.h.i │ │ │ │ ├── reent.h.i │ │ │ │ ├── sched.h.i │ │ │ │ ├── signal.h.i │ │ │ │ ├── socket.h.i │ │ │ │ ├── stat.h.i │ │ │ │ ├── stdio.h.i │ │ │ │ ├── string.h.i │ │ │ │ ├── swint.h.i │ │ │ │ ├── syslog.h.i │ │ │ │ ├── time.h.i │ │ │ │ ├── timeb.h.i │ │ │ │ ├── times.h.i │ │ │ │ ├── types.h.i │ │ │ │ ├── unistd.h.i │ │ │ │ ├── utime.h.i │ │ │ │ ├── wait.h.i │ │ │ │ ├── __types.h.i │ │ │ │ ├── features.h.i │ │ │ │ ├── iconvnls.h.i │ │ │ │ ├── resource.h.i │ │ │ │ ├── syscall.h.i │ │ │ │ ├── termios.h.i │ │ │ │ ├── msg__types.h.i │ │ │ │ ├── syslimits.h.i │ │ │ │ └── custom__file.h.i │ │ │ ├── syscall.h.i │ │ │ ├── termios.h.i │ │ │ ├── tgmath.h.i │ │ │ ├── unctrl.h.i │ │ │ ├── unistd.h.i │ │ │ ├── wctype.h.i │ │ │ ├── wordexp.h.i │ │ │ ├── __syslist.h.i │ │ │ ├── arpa │ │ │ │ └── inet.h.i │ │ │ ├── fastmath.h.i │ │ │ ├── inttypes.h.i │ │ │ ├── langinfo.h.i │ │ │ ├── msg__types.h.i │ │ │ ├── netinet │ │ │ │ ├── in.h.i │ │ │ │ ├── ip.h.i │ │ │ │ └── in__systm.h.i │ │ │ ├── redirect.h.i │ │ │ ├── ring0.h~7e.i │ │ │ ├── sbin │ │ │ │ ├── bsock.h.i │ │ │ │ ├── dma.h.i │ │ │ │ ├── e1000.h.i │ │ │ │ ├── kbd.h.i │ │ │ │ ├── netd.h.i │ │ │ │ ├── nfsd.h.i │ │ │ │ ├── pio.h.i │ │ │ │ ├── piped.h.i │ │ │ │ ├── rshd.h.i │ │ │ │ ├── slist.h.i │ │ │ │ ├── statd.h.i │ │ │ │ ├── sysd.h.i │ │ │ │ ├── vgad.h.i │ │ │ │ ├── daemond.h.i │ │ │ │ ├── e1000d.h.i │ │ │ │ ├── lwip │ │ │ │ │ ├── cc.h.i │ │ │ │ │ ├── ip.h.i │ │ │ │ │ ├── api.h.i │ │ │ │ │ ├── arch.h.i │ │ │ │ │ ├── debug.h.i │ │ │ │ │ ├── def.h.i │ │ │ │ │ ├── dhcp.h.i │ │ │ │ │ ├── dns.h.i │ │ │ │ │ ├── err.h.i │ │ │ │ │ ├── icmp.h.i │ │ │ │ │ ├── igmp.h.i │ │ │ │ │ ├── inet.h.i │ │ │ │ │ ├── init.h.i │ │ │ │ │ ├── mem.h.i │ │ │ │ │ ├── memp.h.i │ │ │ │ │ ├── netdb.h.i │ │ │ │ │ ├── netif.h.i │ │ │ │ │ ├── opt.h.i │ │ │ │ │ ├── pbuf.h.i │ │ │ │ │ ├── perf.h.i │ │ │ │ │ ├── raw.h.i │ │ │ │ │ ├── sio.h.i │ │ │ │ │ ├── snmp.h.i │ │ │ │ │ ├── stats.h.i │ │ │ │ │ ├── sys.h.i │ │ │ │ │ ├── tcp.h.i │ │ │ │ │ ├── tcpip.h.i │ │ │ │ │ ├── udp.h.i │ │ │ │ │ ├── autoip.h.i │ │ │ │ │ ├── etharp.h.i │ │ │ │ │ ├── netbuf.h.i │ │ │ │ │ ├── ppp__oe.h.i │ │ │ │ │ ├── slipif.h.i │ │ │ │ │ ├── sockets.h.i │ │ │ │ │ ├── timers.h.i │ │ │ │ │ ├── _r_e_a_d_m_e.i │ │ │ │ │ ├── api__msg.h.i │ │ │ │ │ └── ip__addr.h.i │ │ │ │ ├── network.h.i │ │ │ │ ├── syspid.h.i │ │ │ │ ├── vgareg.h.i │ │ │ │ ├── _r_e_a_d_m_e.i │ │ │ │ ├── e1000__hw.h.i │ │ │ │ ├── e1000__pci.h.i │ │ │ │ ├── e1000__reg.h.i │ │ │ │ ├── static__ip.h.i │ │ │ │ ├── bear__compat.h.i │ │ │ │ ├── driver__api.h.i │ │ │ │ ├── libnfs │ │ │ │ │ └── slist.h.i │ │ │ │ ├── pci__structs.h.i │ │ │ │ └── kb__scancodes.h.i │ │ │ ├── stdio__ext.h.i │ │ │ ├── utils │ │ │ │ ├── bool.h.i │ │ │ │ ├── hash.h.i │ │ │ │ ├── queue.h.i │ │ │ │ ├── shash.h.i │ │ │ │ └── tutils.h.i │ │ │ ├── asm__linkage.h.i │ │ │ └── machine │ │ │ │ ├── ansi.h.i │ │ │ │ ├── time.h.i │ │ │ │ ├── __types.h.i │ │ │ │ ├── endian.h.i │ │ │ │ ├── ieeefp.h.i │ │ │ │ ├── malloc.h.i │ │ │ │ ├── param.h.i │ │ │ │ ├── setjmp.h.i │ │ │ │ ├── stdlib.h.i │ │ │ │ ├── termios.h.i │ │ │ │ ├── types.h.i │ │ │ │ ├── fastmath.h.i │ │ │ │ └── setjmp-dj.h.i │ │ ├── sbin │ │ │ ├── kbd │ │ │ │ ├── kbd.c.i │ │ │ │ └── _c_make_lists.txt.i │ │ │ ├── pio │ │ │ │ └── pio._s.i │ │ │ ├── rshd │ │ │ │ ├── rsh.c.i │ │ │ │ ├── rshd.c.i │ │ │ │ ├── _makefile.i │ │ │ │ └── _c_make_lists.txt.i │ │ │ ├── _r_e_a_d_m_e.i │ │ │ ├── netd │ │ │ │ ├── bsock.c.i │ │ │ │ ├── netd.c.i │ │ │ │ ├── driver__api.c.i │ │ │ │ └── _c_make_lists.txt.i │ │ │ ├── nfsd │ │ │ │ ├── nfsd.c.i │ │ │ │ ├── nfsd__if.c.i │ │ │ │ ├── nfsd__utils.c.i │ │ │ │ └── _c_make_lists.txt.i │ │ │ ├── sysd │ │ │ │ ├── sysd.c.i │ │ │ │ ├── sysd__if.c.i │ │ │ │ ├── sysd__utils.c.i │ │ │ │ └── _c_make_lists.txt.i │ │ │ ├── vgad │ │ │ │ ├── vgad.c.i │ │ │ │ ├── vga__driver.c.i │ │ │ │ └── _c_make_lists.txt.i │ │ │ ├── e1000d │ │ │ │ ├── e1000d.c.i │ │ │ │ └── e1000d__sys.c.i │ │ │ ├── piped │ │ │ │ ├── piped.c.i │ │ │ │ ├── piped__if.c.i │ │ │ │ └── piped__utils.c.i │ │ │ ├── statd │ │ │ │ ├── statd.c.i │ │ │ │ ├── statd__if.c.i │ │ │ │ └── statd__utils.c.i │ │ │ ├── _c_make_lists.txt.i │ │ │ └── daemond │ │ │ │ ├── daemond.c.i │ │ │ │ ├── create-daemon.i │ │ │ │ └── daemond__if.c.i │ │ ├── src │ │ │ ├── utils │ │ │ │ ├── cp.c.i │ │ │ │ ├── ls.c.i │ │ │ │ ├── mv.c.i │ │ │ │ ├── ps.c.i │ │ │ │ ├── rm.c.i │ │ │ │ ├── hash.c.i │ │ │ │ ├── jobs.c.i │ │ │ │ ├── lock.c.i │ │ │ │ ├── mkdir.c.i │ │ │ │ ├── queue.c.i │ │ │ │ ├── rmdir.c.i │ │ │ │ ├── shash.c.i │ │ │ │ ├── shell.c.i │ │ │ │ ├── slash.c.i │ │ │ │ ├── touch.c.i │ │ │ │ ├── ifconfig.c.i │ │ │ │ ├── reboot.c.i │ │ │ │ ├── shutdown.c.i │ │ │ │ ├── slash-min.c.i │ │ │ │ └── _c_make_lists.txt.i │ │ │ ├── apps │ │ │ │ ├── hello.c.i │ │ │ │ └── _c_make_lists.txt.i │ │ │ ├── libgloss │ │ │ │ ├── alarm.c.i │ │ │ │ ├── close.c.i │ │ │ │ ├── crt0._s.i │ │ │ │ ├── fcntl.c.i │ │ │ │ ├── fork.c.i │ │ │ │ ├── fstat.c.i │ │ │ │ ├── ioctl.c.i │ │ │ │ ├── kill.c.i │ │ │ │ ├── link.c.i │ │ │ │ ├── lseek.c.i │ │ │ │ ├── open.c.i │ │ │ │ ├── poll.c.i │ │ │ │ ├── pty.c.i │ │ │ │ ├── read.c.i │ │ │ │ ├── sbrk.c.i │ │ │ │ ├── stat.c.i │ │ │ │ ├── times.c.i │ │ │ │ ├── wait.c.i │ │ │ │ ├── write.c.i │ │ │ │ ├── __exit.c.i │ │ │ │ ├── environ.c.i │ │ │ │ ├── execve.c.i │ │ │ │ ├── getpid.c.i │ │ │ │ ├── isatty.c.i │ │ │ │ ├── msgbuff.c.i │ │ │ │ ├── unlink.c.i │ │ │ │ ├── usleep.c.i │ │ │ │ ├── waitpid.c.i │ │ │ │ ├── get__core.c.i │ │ │ │ └── redirect.c.i │ │ │ ├── libnfs │ │ │ │ ├── lib │ │ │ │ │ ├── pdu.c.i │ │ │ │ │ ├── init.c.i │ │ │ │ │ ├── libnfs.c.i │ │ │ │ │ ├── socket.c.i │ │ │ │ │ └── libnfs-zdr.c.i │ │ │ │ ├── nfs │ │ │ │ │ ├── nfs.c.i │ │ │ │ │ └── nfsacl.c.i │ │ │ │ ├── nlm │ │ │ │ │ └── nlm.c.i │ │ │ │ ├── nsm │ │ │ │ │ └── nsm.c.i │ │ │ │ ├── _r_e_a_d_m_e.i │ │ │ │ ├── bear-compat.c.i │ │ │ │ ├── mount │ │ │ │ │ └── mount.c.i │ │ │ │ └── rquota │ │ │ │ │ └── rquota.c.i │ │ │ ├── libsyscall │ │ │ │ ├── msg.c.i │ │ │ │ ├── int._s~7e.i │ │ │ │ ├── int.c~7e.i │ │ │ │ ├── ring0.c~7e.i │ │ │ │ ├── signal.c.i │ │ │ │ ├── swint._s.i │ │ │ │ └── syscall.c.i │ │ │ ├── _c_make_lists.txt.i │ │ │ ├── liblwip │ │ │ │ ├── _f_i_l_e_s.i │ │ │ │ ├── api │ │ │ │ │ ├── err.c.i │ │ │ │ │ ├── netbuf.c.i │ │ │ │ │ ├── netdb.c.i │ │ │ │ │ ├── sockets.c.i │ │ │ │ │ ├── tcpip.c.i │ │ │ │ │ ├── api__lib.c.i │ │ │ │ │ ├── api__msg.c.i │ │ │ │ │ └── netifapi.c.i │ │ │ │ ├── core │ │ │ │ │ ├── def.c.i │ │ │ │ │ ├── dns.c.i │ │ │ │ │ ├── mem.c.i │ │ │ │ │ ├── raw.c.i │ │ │ │ │ ├── sys.c.i │ │ │ │ │ ├── tcp.c.i │ │ │ │ │ ├── udp.c.i │ │ │ │ │ ├── dhcp.c.i │ │ │ │ │ ├── init.c.i │ │ │ │ │ ├── memp.c.i │ │ │ │ │ ├── netif.c.i │ │ │ │ │ ├── pbuf.c.i │ │ │ │ │ ├── stats.c.i │ │ │ │ │ ├── timers.c.i │ │ │ │ │ ├── ipv4 │ │ │ │ │ │ └── ip.c.i │ │ │ │ │ ├── ipv6 │ │ │ │ │ │ └── ip6.c.i │ │ │ │ │ ├── tcp__in.c.i │ │ │ │ │ └── tcp__out.c.i │ │ │ │ ├── ~2ehgignore.i │ │ │ │ └── netif │ │ │ │ │ ├── etharp.c.i │ │ │ │ │ ├── ppp │ │ │ │ │ ├── fsm.c.i │ │ │ │ │ ├── fsm.h.i │ │ │ │ │ ├── lcp.c.i │ │ │ │ │ ├── lcp.h.i │ │ │ │ │ ├── md5.c.i │ │ │ │ │ ├── md5.h.i │ │ │ │ │ ├── pap.c.i │ │ │ │ │ ├── pap.h.i │ │ │ │ │ ├── ppp.c.i │ │ │ │ │ ├── ppp.h.i │ │ │ │ │ ├── vj.c.i │ │ │ │ │ └── vj.h.i │ │ │ │ │ └── slipif.c.i │ │ │ ├── libsocket │ │ │ │ ├── socket.c.i │ │ │ │ └── socketlib.c.i │ │ │ └── newlib │ │ │ │ └── _r_e_a_d_m_e.i │ │ └── _c_make_lists.txt.i │ │ ├── build__flags.txt.i │ │ ├── _c_make_lists.txt.i │ │ ├── _r_e_a_d_m_e.html.i │ │ ├── build.x86__64 │ │ ├── mkall.i │ │ ├── bin │ │ │ ├── cp.i │ │ │ ├── kbd.i │ │ │ ├── ls.i │ │ │ ├── mbr.i │ │ │ ├── mv.i │ │ │ ├── ps.i │ │ │ ├── rm.i │ │ │ ├── boot1.i │ │ │ ├── boot2.i │ │ │ ├── e1000d.i │ │ │ ├── hello.i │ │ │ ├── hypv.d │ │ │ ├── hypv.i │ │ │ ├── kboot2.i │ │ │ ├── kernel.d │ │ │ ├── kernel.i │ │ │ ├── mkdir.i │ │ │ ├── netd.i │ │ │ ├── nfsd.d │ │ │ ├── nfsd.i │ │ │ ├── piped.i │ │ │ ├── reboot.i │ │ │ ├── rmdir.i │ │ │ ├── rshd.i │ │ │ ├── shell.i │ │ │ ├── slash.i │ │ │ ├── statd.i │ │ │ ├── sysd.i │ │ │ ├── touch.i │ │ │ ├── tramp.i │ │ │ ├── vgad.i │ │ │ ├── daemond.i │ │ │ ├── ifconfig.i │ │ │ ├── shutdown.i │ │ │ └── slash-min.i │ │ ├── tmkall.i │ │ ├── _makefile.i │ │ ├── lib │ │ │ ├── crt0.o.i │ │ │ ├── newlib.i │ │ │ ├── libnfs.a.d │ │ │ ├── libnfs.a.i │ │ │ ├── libgloss.a.i │ │ │ ├── liblwip.a.d │ │ │ ├── liblwip.a.i │ │ │ ├── libsocket.a.i │ │ │ ├── libnfsd__if.a.i │ │ │ ├── libsyscall.a.i │ │ │ ├── libsysd__if.a.i │ │ │ ├── libdaemond__if.a.i │ │ │ ├── libpiped__if.a.i │ │ │ └── libstatd__if.a.i │ │ ├── mkall~7e.i │ │ ├── start__dhcp.i │ │ ├── sys │ │ │ ├── _makefile.i │ │ │ ├── boot │ │ │ │ └── _makefile.i │ │ │ ├── hypv │ │ │ │ └── _makefile.i │ │ │ ├── kernel │ │ │ │ └── _makefile.i │ │ │ └── utils │ │ │ │ └── _makefile.i │ │ ├── usr.test.bin │ │ │ ├── t6.i │ │ │ ├── t7.i │ │ │ ├── aim9.i │ │ │ ├── dot.i │ │ │ ├── echo.i │ │ │ ├── foo.i │ │ │ ├── t12.i │ │ │ ├── t13.i │ │ │ ├── tbug.i │ │ │ ├── tenv.i │ │ │ ├── tq1.i │ │ │ ├── tq2.i │ │ │ ├── tq3.i │ │ │ ├── tq4.i │ │ │ ├── talarm.i │ │ │ ├── tcmdln.i │ │ │ ├── texit.i │ │ │ ├── tfile.i │ │ │ ├── tfork.i │ │ │ ├── thash.i │ │ │ ├── tjobs.i │ │ │ ├── tmalloc.i │ │ │ ├── tnetfns.i │ │ │ ├── tnfsd.i │ │ │ ├── tnfsd2.i │ │ │ ├── tpiped.i │ │ │ ├── tscanf.i │ │ │ ├── tshash.i │ │ │ └── tstatd.i │ │ ├── usr │ │ │ ├── _makefile.i │ │ │ ├── src │ │ │ │ └── _makefile.i │ │ │ ├── sbin │ │ │ │ └── _makefile.i │ │ │ └── test │ │ │ │ └── _makefile.i │ │ ├── _c_make_cache.txt.i │ │ └── cmake__install.cmake.i │ │ ├── tools │ │ ├── fdisk │ │ │ ├── ls.sh.i │ │ │ ├── uuid.h.i │ │ │ ├── _makefile.i │ │ │ ├── bear__hdd.d │ │ │ ├── bear__hdd.i │ │ │ ├── disklabel.i │ │ │ ├── disklabel.c.i │ │ │ ├── disklabel.h.i │ │ │ ├── _makefile__bsd.i │ │ │ ├── _makefile__slb.i │ │ │ ├── _makefile__bear.i │ │ │ ├── _makefile__kernel.i │ │ │ ├── _makefile__remote.i │ │ │ ├── fdisk__script.sh.i │ │ │ ├── mbr__partition.h.i │ │ │ ├── partition.sh.bear.i │ │ │ ├── partition.sh.bsd.i │ │ │ ├── partition.sh.slb.i │ │ │ ├── _makefile__minimal.i │ │ │ ├── partition.sh.kernel.i │ │ │ ├── partition.sh.remote.i │ │ │ ├── _makefile__standalone.i │ │ │ └── partition.sh.minimal.i │ │ └── linker │ │ │ └── userbin.ld.i │ │ ├── _c_make_lists.txt.slb.i │ │ ├── ~2e#build__flags.txt.i │ │ ├── readme__sys__files.txt.i │ │ ├── readme__usr__files.txt.i │ │ └── _c_make_lists.txt.standalone.i ├── 00changelog.i ├── dirstate └── undo.dirstate ├── sys ├── utils │ └── CMakeLists.txt └── hypv │ └── hypv.ld ├── usr ├── include │ ├── fcntl.h │ ├── sys │ │ ├── file.h │ │ ├── custom_file.h │ │ ├── ioctl.h │ │ ├── fcntl.h │ │ └── string.h │ ├── machine │ │ ├── termios.h │ │ ├── ansi.h │ │ └── param.h │ ├── msg.h │ ├── poll.h │ ├── swint.h │ ├── syscall.h │ ├── msg_types.h │ ├── redirect.h │ ├── utils │ │ └── bool.h │ ├── unistd.h │ ├── termios.h │ └── utmp.h └── src │ ├── newlib │ └── newlib-2.0.0 │ │ ├── libgloss │ │ ├── xc16x │ │ │ └── sys │ │ │ │ └── syscall.h │ │ ├── mcore │ │ │ ├── pe-cmb.specs │ │ │ └── elf-cmb.specs │ │ ├── mips │ │ │ └── lsipmon.S │ │ ├── m32r │ │ │ ├── raise.c │ │ │ ├── getpid.c │ │ │ └── mon.specs │ │ ├── moxie │ │ │ ├── sim.ld │ │ │ └── qemu.ld │ │ ├── testsuite │ │ │ └── config │ │ │ │ ├── mips.mt │ │ │ │ ├── m68k.mt │ │ │ │ └── hppa.mt │ │ ├── libnosys │ │ │ └── errno.c │ │ ├── xstormy16 │ │ │ └── crtn.s │ │ └── ChangeLog │ │ ├── newlib │ │ ├── stamp-h.in │ │ ├── libc │ │ │ ├── include │ │ │ │ ├── fcntl.h │ │ │ │ ├── sys │ │ │ │ │ ├── file.h │ │ │ │ │ └── custom_file.h │ │ │ │ └── machine │ │ │ │ │ ├── termios.h │ │ │ │ │ ├── ansi.h │ │ │ │ │ └── param.h │ │ │ ├── sys │ │ │ │ ├── linux │ │ │ │ │ ├── dl │ │ │ │ │ │ └── libintl.h │ │ │ │ │ ├── confstr.h │ │ │ │ │ ├── hp-timing.h │ │ │ │ │ ├── machine │ │ │ │ │ │ └── i386 │ │ │ │ │ │ │ ├── sysdep.h │ │ │ │ │ │ │ └── include │ │ │ │ │ │ │ └── termios.h │ │ │ │ │ ├── include │ │ │ │ │ │ └── semaphore.h │ │ │ │ │ ├── raise.c │ │ │ │ │ ├── sethostid.c │ │ │ │ │ ├── calloc.c │ │ │ │ │ ├── free.c │ │ │ │ │ ├── malign.c │ │ │ │ │ ├── msize.c │ │ │ │ │ ├── mstats.c │ │ │ │ │ ├── mtrim.c │ │ │ │ │ ├── realloc.c │ │ │ │ │ ├── shlib-compat.h │ │ │ │ │ ├── net │ │ │ │ │ │ └── issetugid-stub.c │ │ │ │ │ └── sys │ │ │ │ │ │ └── link.h │ │ │ │ ├── h8300hms │ │ │ │ │ └── sys │ │ │ │ │ │ └── syscall.h │ │ │ │ ├── sun4 │ │ │ │ │ ├── _main.c │ │ │ │ │ └── sys │ │ │ │ │ │ └── file.h │ │ │ │ ├── rtems │ │ │ │ │ └── dummysys.c │ │ │ │ ├── sparc64 │ │ │ │ │ ├── _main.c │ │ │ │ │ └── sys │ │ │ │ │ │ └── file.h │ │ │ │ ├── decstation │ │ │ │ │ └── _main.c │ │ │ │ ├── arc │ │ │ │ │ └── dummy.S │ │ │ │ ├── rdos │ │ │ │ │ └── config.h │ │ │ │ └── sysvi386 │ │ │ │ │ ├── _exit.S │ │ │ │ │ └── alarm.S │ │ │ ├── machine │ │ │ │ ├── spu │ │ │ │ │ ├── vfiscanf.c │ │ │ │ │ ├── viprintf.c │ │ │ │ │ ├── viscanf.c │ │ │ │ │ ├── vsiscanf.c │ │ │ │ │ ├── vfiprintf.c │ │ │ │ │ ├── vsiprintf.c │ │ │ │ │ └── vsniprintf.c │ │ │ │ └── h8500 │ │ │ │ │ └── negsi2.c │ │ │ ├── argz │ │ │ │ └── dummy.c │ │ │ ├── stdio64 │ │ │ │ └── dummy.c │ │ │ └── xdr │ │ │ │ └── dummy.c │ │ ├── iconvdata │ │ │ ├── EUC-JP.irreversible │ │ │ ├── dummy.c │ │ │ └── SJIS.irreversible │ │ └── libm │ │ │ ├── common │ │ │ └── local.h │ │ │ └── config.h.in │ │ ├── config │ │ ├── mt-gnu │ │ ├── mt-mips-elfoabi │ │ ├── bootstrap-O1.mk │ │ ├── bootstrap-O3.mk │ │ ├── mt-mips-gnu │ │ ├── bootstrap-time.mk │ │ ├── mt-alphaieee │ │ └── mt-spu │ │ └── etc │ │ ├── configdev.jin │ │ └── configbuild.jin │ ├── libgloss │ └── __stack_chk_fail.c │ ├── liblwip │ └── core │ │ └── ipv6 │ │ └── README │ └── apps │ └── CMakeLists.txt └── scripts └── datafile /.hg/undo.bookmarks: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.hg/branch: -------------------------------------------------------------------------------- 1 | default 2 | -------------------------------------------------------------------------------- /.hg/undo.branch: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /sys/utils/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.hg/undo.desc: -------------------------------------------------------------------------------- 1 | 33 2 | commit 3 | -------------------------------------------------------------------------------- /usr/include/fcntl.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /.hg/last-message.txt: -------------------------------------------------------------------------------- 1 | Removed SLB_THESIS (asmp) stuff -------------------------------------------------------------------------------- /usr/include/sys/file.h: -------------------------------------------------------------------------------- 1 | 2 | #include 3 | -------------------------------------------------------------------------------- /.hg/requires: -------------------------------------------------------------------------------- 1 | dotencode 2 | fncache 3 | revlogv1 4 | store 5 | -------------------------------------------------------------------------------- /usr/include/machine/termios.h: -------------------------------------------------------------------------------- 1 | #define __MAX_BAUD B4000000 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/libgloss/xc16x/sys/syscall.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/stamp-h.in: -------------------------------------------------------------------------------- 1 | timestamp 2 | -------------------------------------------------------------------------------- /.hg/cache/tags: -------------------------------------------------------------------------------- 1 | 33 146f25a3f9de6c46b3cea3285383c3ac7c687795 2 | 3 | -------------------------------------------------------------------------------- /.hg/store/phaseroots: -------------------------------------------------------------------------------- 1 | 1 ce1fff28c46d1997e9e34d99c006ee367ea82173 2 | -------------------------------------------------------------------------------- /usr/include/msg.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include 4 | -------------------------------------------------------------------------------- /usr/include/poll.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include 4 | -------------------------------------------------------------------------------- /usr/include/swint.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include 4 | -------------------------------------------------------------------------------- /.hg/store/undo.phaseroots: -------------------------------------------------------------------------------- 1 | 1 ce1fff28c46d1997e9e34d99c006ee367ea82173 2 | -------------------------------------------------------------------------------- /usr/include/syscall.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include 4 | -------------------------------------------------------------------------------- /.hg/00changelog.i: -------------------------------------------------------------------------------- 1 |  dummy changelog to prevent using the old repo layout -------------------------------------------------------------------------------- /usr/include/machine/ansi.h: -------------------------------------------------------------------------------- 1 | /* dummy header file to support BSD compiler */ 2 | -------------------------------------------------------------------------------- /usr/include/msg_types.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include 4 | -------------------------------------------------------------------------------- /.hg/dirstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/dirstate -------------------------------------------------------------------------------- /usr/include/machine/param.h: -------------------------------------------------------------------------------- 1 | /* Place holder for machine-specific param.h. */ 2 | -------------------------------------------------------------------------------- /usr/include/redirect.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | int apply_redirect(int filedes); 4 | -------------------------------------------------------------------------------- /usr/include/utils/bool.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #define TRUE 1 3 | #define FALSE 0 4 | -------------------------------------------------------------------------------- /usr/src/libgloss/__stack_chk_fail.c: -------------------------------------------------------------------------------- 1 | void __stack_chk_fail(void) 2 | { 3 | } 4 | -------------------------------------------------------------------------------- /usr/src/liblwip/core/ipv6/README: -------------------------------------------------------------------------------- 1 | IPv6 support in lwIP is very experimental. 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/include/fcntl.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /usr/include/sys/custom_file.h: -------------------------------------------------------------------------------- 1 | #error System-specific custom_file.h is missing. 2 | 3 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/libgloss/mcore/pe-cmb.specs: -------------------------------------------------------------------------------- 1 | *endfile: 2 | -Tcmb.ld 3 | 4 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/linux/dl/libintl.h: -------------------------------------------------------------------------------- 1 | #define N_(x) x 2 | 3 | -------------------------------------------------------------------------------- /.hg/undo.dirstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/undo.dirstate -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/config/mt-gnu: -------------------------------------------------------------------------------- 1 | CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -D_GNU_SOURCE 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/libgloss/mips/lsipmon.S: -------------------------------------------------------------------------------- 1 | #define LSI 1 2 | #include "pmon.S" 3 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/include/sys/file.h: -------------------------------------------------------------------------------- 1 | 2 | #include 3 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/h8300hms/sys/syscall.h: -------------------------------------------------------------------------------- 1 | #define SYS_read 4 2 | -------------------------------------------------------------------------------- /scripts/datafile: -------------------------------------------------------------------------------- 1 | This is a little data file for testing 2 | utilities such as cp, mv, ls,etc. 3 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/config/mt-mips-elfoabi: -------------------------------------------------------------------------------- 1 | include $(srcdir)/config/mt-mips16-compat 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/iconvdata/EUC-JP.irreversible: -------------------------------------------------------------------------------- 1 | 0x5C 0x00A5 2 | 0x7E 0x203E 3 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/include/machine/termios.h: -------------------------------------------------------------------------------- 1 | #define __MAX_BAUD B4000000 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/linux/confstr.h: -------------------------------------------------------------------------------- 1 | #define CS_PATH "/bin:/usr/bin" 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/linux/hp-timing.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/linux/machine/i386/sysdep.h: -------------------------------------------------------------------------------- 1 | #define NO_UNDERSCORES 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/sun4/_main.c: -------------------------------------------------------------------------------- 1 | 2 | __main() 3 | { 4 | 5 | 6 | } 7 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libm/common/local.h: -------------------------------------------------------------------------------- 1 | /* placeholder for future usage. */ 2 | -------------------------------------------------------------------------------- /.hg/store/00changelog.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/00changelog.i -------------------------------------------------------------------------------- /.hg/store/00manifest.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/00manifest.d -------------------------------------------------------------------------------- /.hg/store/00manifest.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/00manifest.i -------------------------------------------------------------------------------- /.hg/store/data/cpo.sh.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/cpo.sh.i -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/libgloss/m32r/raise.c: -------------------------------------------------------------------------------- 1 | /* ??? Needed? */ 2 | 3 | _raise () 4 | { 5 | } 6 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/libgloss/moxie/sim.ld: -------------------------------------------------------------------------------- 1 | GROUP(-lc -lgcc -lsim) 2 | INCLUDE moxie-elf-common.ld -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/rtems/dummysys.c: -------------------------------------------------------------------------------- 1 | void not_required_by_rtems( void ) {} 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/sparc64/_main.c: -------------------------------------------------------------------------------- 1 | 2 | __main() 3 | { 4 | 5 | 6 | } 7 | -------------------------------------------------------------------------------- /.hg/store/data/files.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/files.txt.i -------------------------------------------------------------------------------- /.hg/store/data/mkbuild.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/mkbuild.i -------------------------------------------------------------------------------- /.hg/store/data/todo.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/todo.txt.i -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/config/bootstrap-O1.mk: -------------------------------------------------------------------------------- 1 | BOOT_CFLAGS := -O1 $(filter-out -O%, $(BOOT_CFLAGS)) 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/config/bootstrap-O3.mk: -------------------------------------------------------------------------------- 1 | BOOT_CFLAGS := -O3 $(filter-out -O%, $(BOOT_CFLAGS)) 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/libgloss/mcore/elf-cmb.specs: -------------------------------------------------------------------------------- 1 | *endfile: 2 | -Tcmb.ld crtend.o%s crtn.o%s 3 | 4 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/libgloss/moxie/qemu.ld: -------------------------------------------------------------------------------- 1 | GROUP(-lc -lgcc -lqemu) 2 | INCLUDE moxie-elf-common.ld -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/iconvdata/dummy.c: -------------------------------------------------------------------------------- 1 | /* empty file to force proper Makefile creation */ 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/decstation/_main.c: -------------------------------------------------------------------------------- 1 | 2 | __main() 3 | { 4 | 5 | 6 | } 7 | -------------------------------------------------------------------------------- /.hg/store/data/~2ehgignore.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/~2ehgignore.i -------------------------------------------------------------------------------- /sys/hypv/hypv.ld: -------------------------------------------------------------------------------- 1 | OUTPUT_FORMAT(elf64-x86-64); 2 | ENTRY(hentry); 3 | SECTIONS { 4 | . = 0x10000000000; 5 | } 6 | -------------------------------------------------------------------------------- /usr/include/sys/ioctl.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include 4 | 5 | int ioctl(int fd,int req, ...); 6 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/libgloss/m32r/getpid.c: -------------------------------------------------------------------------------- 1 | 2 | int 3 | _getpid (int n) 4 | { 5 | return 1; 6 | } 7 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/libgloss/testsuite/config/mips.mt: -------------------------------------------------------------------------------- 1 | MULTILIB= 2 | GLOSSDIR=mips 3 | SCRIPTS=array 4 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/machine/spu/vfiscanf.c: -------------------------------------------------------------------------------- 1 | #define INTEGER_ONLY 2 | #include "vfscanf.c" 3 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/machine/spu/viprintf.c: -------------------------------------------------------------------------------- 1 | #define INTEGER_ONLY 2 | #include "vprintf.c" 3 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/machine/spu/viscanf.c: -------------------------------------------------------------------------------- 1 | #define INTEGER_ONLY 2 | #include "vscanf.c" 3 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/machine/spu/vsiscanf.c: -------------------------------------------------------------------------------- 1 | #define INTEGER_ONLY 2 | #include "vsscanf.c" 3 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/linux/include/semaphore.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/linux/machine/i386/include/termios.h: -------------------------------------------------------------------------------- 1 | #define __MAX_BAUD B4000000 2 | -------------------------------------------------------------------------------- /.hg/store/data/_r_e_a_d_m_e.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/_r_e_a_d_m_e.i -------------------------------------------------------------------------------- /.hg/store/data/scripts/mkall.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/scripts/mkall.i -------------------------------------------------------------------------------- /.hg/store/data/scripts/tests.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/scripts/tests.i -------------------------------------------------------------------------------- /.hg/store/data/sys/hypv/asm.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/hypv/asm.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/hypv/ept.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/hypv/ept.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/hypv/vmx.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/hypv/vmx.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/ff.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/ff.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/vk.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/vk.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys__files.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys__files.txt.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/dot.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/dot.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/foo.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/foo.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/t12.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/t12.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/t13.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/t13.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/t6.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/t6.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/t7.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/t7.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/tq1.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/tq1.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/tq2.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/tq2.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/tq3.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/tq3.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/tq4.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/tq4.c.i -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/libgloss/testsuite/config/m68k.mt: -------------------------------------------------------------------------------- 1 | MULTILIB= 2 | GLOSSDIR=m68k 3 | SCRIPTS=mvme135 idp 4 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/argz/dummy.c: -------------------------------------------------------------------------------- 1 | /* empty stub to allow objectlist.awk.in to be created */ 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/include/machine/ansi.h: -------------------------------------------------------------------------------- 1 | /* dummy header file to support BSD compiler */ 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/include/machine/param.h: -------------------------------------------------------------------------------- 1 | /* Place holder for machine-specific param.h. */ 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/machine/spu/vfiprintf.c: -------------------------------------------------------------------------------- 1 | #define INTEGER_ONLY 2 | #include "vfprintf.c" 3 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/machine/spu/vsiprintf.c: -------------------------------------------------------------------------------- 1 | #define INTEGER_ONLY 2 | #include "vsprintf.c" 3 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/machine/spu/vsniprintf.c: -------------------------------------------------------------------------------- 1 | #define INTEGER_ONLY 2 | #include "vsnprintf.c" 3 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/arc/dummy.S: -------------------------------------------------------------------------------- 1 | /* Dummy file to force .S.o suffix rule generation. */ 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/linux/raise.c: -------------------------------------------------------------------------------- 1 | /* empty file so we override regular raise */ 2 | 3 | 4 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/linux/sethostid.c: -------------------------------------------------------------------------------- 1 | #define SET_PROCEDURE 1 2 | #include "gethostid.c" 3 | -------------------------------------------------------------------------------- /.hg/store/data/build__flags.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build__flags.txt.i -------------------------------------------------------------------------------- /.hg/store/data/scripts/datafile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/scripts/datafile.i -------------------------------------------------------------------------------- /.hg/store/data/scripts/mkbuild.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/scripts/mkbuild.i -------------------------------------------------------------------------------- /.hg/store/data/sys/hypv/asm._s.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/hypv/asm._s.i -------------------------------------------------------------------------------- /.hg/store/data/sys/hypv/hypv.ld.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/hypv/hypv.ld.i -------------------------------------------------------------------------------- /.hg/store/data/sys/hypv/vproc.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/hypv/vproc.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/vk.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/vk.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/acpi.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/acpi.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/list.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/list.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/pci.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/pci.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/pes.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/pes.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/smp.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/smp.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/tsc.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/tsc.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/ar.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/ar.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/aim9.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/aim9.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/echo.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/echo.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/tbug.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/tbug.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/tenv.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/tenv.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/texit.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/texit.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/tfile.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/tfile.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/tfork.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/tfork.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/thash.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/thash.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/tjobs.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/tjobs.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/tnfsd.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/tnfsd.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/tpath.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/tpath.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/trshd.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/trshd.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/tsysd.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/tsysd.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/tudp.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/tudp.c.i -------------------------------------------------------------------------------- /usr/include/sys/fcntl.h: -------------------------------------------------------------------------------- 1 | #ifndef _SYS_FCNTL_H_ 2 | #define _SYS_FCNTL_H_ 3 | #include 4 | #endif 5 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/include/sys/custom_file.h: -------------------------------------------------------------------------------- 1 | #error System-specific custom_file.h is missing. 2 | 3 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/linux/calloc.c: -------------------------------------------------------------------------------- 1 | /* dummy file to override one object in stdlib directory */ 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/linux/free.c: -------------------------------------------------------------------------------- 1 | /* dummy file to override one object in stdlib directory */ 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/linux/malign.c: -------------------------------------------------------------------------------- 1 | /* dummy file to override one object in stdlib directory */ 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/linux/msize.c: -------------------------------------------------------------------------------- 1 | /* dummy file to override one object in stdlib directory */ 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/linux/mstats.c: -------------------------------------------------------------------------------- 1 | /* dummy file to override one object in stdlib directory */ 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/linux/mtrim.c: -------------------------------------------------------------------------------- 1 | /* dummy file to override one object in stdlib directory */ 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/linux/realloc.c: -------------------------------------------------------------------------------- 1 | /* dummy file to override one object in stdlib directory */ 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/linux/shlib-compat.h: -------------------------------------------------------------------------------- 1 | #define SHLIB_COMPAT(libc, introduced, obsoleted) 0 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/rdos/config.h: -------------------------------------------------------------------------------- 1 | /* Place holder for future configuration information. */ 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/sun4/sys/file.h: -------------------------------------------------------------------------------- 1 | /* FIXME: really fcntl.h */ 2 | 3 | #include 4 | -------------------------------------------------------------------------------- /.hg/store/data/_c_make_lists.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/_c_make_lists.txt.i -------------------------------------------------------------------------------- /.hg/store/data/_r_e_a_d_m_e.html.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/_r_e_a_d_m_e.html.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/mkall.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/mkall.i -------------------------------------------------------------------------------- /.hg/store/data/scripts/start__dhcp.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/scripts/start__dhcp.i -------------------------------------------------------------------------------- /.hg/store/data/sys/boot/mbr/mbr._s.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/boot/mbr/mbr._s.i -------------------------------------------------------------------------------- /.hg/store/data/sys/hypv/vmexit.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/hypv/vmexit.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/hypv/vmx.c~7e.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/hypv/vmx.c~7e.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/acpi.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/acpi.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/apic.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/apic.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/asmp.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/asmp.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/elf.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/elf.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/ept.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/ept.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/fatfs.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/fatfs.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/hash.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/hash.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/khash.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/khash.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/kload.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/kload.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/kmsg.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/kmsg.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/ktime.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/ktime.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/kvmem.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/kvmem.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/kwait.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/kwait.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/list.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/list.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/mregs.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/mregs.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/pci.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/pci.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/pes.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/pes.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/pio.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/pio.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/proc.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/proc.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/ramio.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/ramio.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/smp.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/smp.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/tsc.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/tsc.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/uuid.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/uuid.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/vmx.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/vmx.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/vproc.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/vproc.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/kernel/kernel.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/kernel/kernel.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/kernel/kload.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/kernel/kload.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/kernel/kmsg.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/kernel/kmsg.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/kernel/ksched.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/kernel/ksched.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/kernel/kvcall.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/kernel/kvcall.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/kernel/kvmem.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/kernel/kvmem.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/kernel/kwait.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/kernel/kwait.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/ioapic.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/ioapic.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/khash.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/khash.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/kmalloc.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/kmalloc.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/kqueue.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/kqueue.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/kstdio.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/kstdio.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/kstring.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/kstring.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/ktime.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/ktime.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/ktimer.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/ktimer.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/ramio.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/ramio.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/random.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/random.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/sha256.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/sha256.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/vector.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/vector.c.i -------------------------------------------------------------------------------- /.hg/store/data/tools/fdisk/ls.sh.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/tools/fdisk/ls.sh.i -------------------------------------------------------------------------------- /.hg/store/data/tools/fdisk/uuid.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/tools/fdisk/uuid.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/aim9.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/aim9.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/argz.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/argz.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/ctype.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/ctype.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/envz.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/envz.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/errno.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/errno.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/fcntl.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/fcntl.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/glob.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/glob.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/grp.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/grp.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/iconv.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/iconv.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/jobs.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/jobs.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/lock.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/lock.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/math.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/math.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/msg.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/msg.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/netdb.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/netdb.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/newlib.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/newlib.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/paths.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/paths.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/poll.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/poll.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/pty.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/pty.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/pwd.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/pwd.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/reent.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/reent.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/regex.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/regex.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/ring0.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/ring0.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sched.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sched.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/stdio.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/stdio.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/swint.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/swint.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/tar.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/tar.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/time.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/time.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/utime.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/utime.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/utmp.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/utmp.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/wchar.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/wchar.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/kbd/kbd.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/kbd/kbd.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/pio/pio._s.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/pio/pio._s.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/rshd/rsh.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/rshd/rsh.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/utils/cp.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/utils/cp.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/utils/ls.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/utils/ls.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/utils/mv.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/utils/mv.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/utils/ps.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/utils/ps.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/utils/rm.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/utils/rm.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/_orig/a.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/_orig/a.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/_orig/b.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/_orig/b.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/_orig/n1.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/_orig/n1.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/_orig/p1.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/_orig/p1.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/_orig/t0.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/_orig/t0.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/_orig/t1.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/_orig/t1.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/_orig/t2.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/_orig/t2.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/_orig/t3.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/_orig/t3.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/_orig/t4.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/_orig/t4.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/_orig/t5.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/_orig/t5.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/_orig/t6.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/_orig/t6.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/_orig/t8.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/_orig/t8.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/_orig/t9.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/_orig/t9.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/aim9.c~7e.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/aim9.c~7e.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/mptest.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/mptest.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/t12.c.orig.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/t12.c.orig.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/talarm.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/talarm.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/tcmdln.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/tcmdln.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/tdaemond.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/tdaemond.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/tharness.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/tharness.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/tmalloc.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/tmalloc.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/tnetfns.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/tnetfns.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/tnfsd2.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/tnfsd2.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/tpiped.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/tpiped.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/tprinter.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/tprinter.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/trefresh.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/trefresh.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/tscanf.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/tscanf.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/tshash.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/tshash.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/tstatd.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/tstatd.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/tutils.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/tutils.c.i -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/config/mt-mips-gnu: -------------------------------------------------------------------------------- 1 | include $(srcdir)/config/mt-gnu 2 | include $(srcdir)/config/mt-mips16-compat 3 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/linux/net/issetugid-stub.c: -------------------------------------------------------------------------------- 1 | int 2 | issetugid(void) 3 | { 4 | return 0; 5 | } 6 | -------------------------------------------------------------------------------- /.hg/cache/branchheads-served: -------------------------------------------------------------------------------- 1 | 146f25a3f9de6c46b3cea3285383c3ac7c687795 33 2 | 146f25a3f9de6c46b3cea3285383c3ac7c687795 default 3 | -------------------------------------------------------------------------------- /.hg/store/data/_c_make_lists.txt.slb.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/_c_make_lists.txt.slb.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/cp.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/cp.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/kbd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/kbd.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/ls.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/ls.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/mbr.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/mbr.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/mv.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/mv.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/ps.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/ps.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/rm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/rm.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/tmkall.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/tmkall.i -------------------------------------------------------------------------------- /.hg/store/data/sys/_c_make_lists.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/_c_make_lists.txt.i -------------------------------------------------------------------------------- /.hg/store/data/sys/boot/boot2/main.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/boot/boot2/main.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/hypv/hypervisor.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/hypv/hypervisor.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/hypv/vmexit.c~7e.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/hypv/vmexit.c~7e.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/ffconf.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/ffconf.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/ke1000.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/ke1000.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/kernel.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/kernel.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/kmalloc.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/kmalloc.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/kqueue.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/kqueue.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/ksched.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/ksched.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/kstdarg.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/kstdarg.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/kstdio.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/kstdio.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/kstring.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/kstring.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/ktimer.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/ktimer.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/kvcall.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/kvcall.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/memory.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/memory.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/network.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/network.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/procman.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/procman.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/random.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/random.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/sha256.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/sha256.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/stdint.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/stdint.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/vector.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/vector.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/vmexit.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/vmexit.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/kernel/kernel.ld.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/kernel/kernel.ld.i -------------------------------------------------------------------------------- /.hg/store/data/sys/kernel/kprocman.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/kernel/kprocman.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/kernel/ksyscall.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/kernel/ksyscall.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/diversity.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/diversity.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/forensics.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/forensics.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/semaphore.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/semaphore.c.i -------------------------------------------------------------------------------- /.hg/store/data/tools/fdisk/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/tools/fdisk/_makefile.i -------------------------------------------------------------------------------- /.hg/store/data/tools/fdisk/bear__hdd.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/tools/fdisk/bear__hdd.d -------------------------------------------------------------------------------- /.hg/store/data/tools/fdisk/bear__hdd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/tools/fdisk/bear__hdd.i -------------------------------------------------------------------------------- /.hg/store/data/tools/fdisk/disklabel.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/tools/fdisk/disklabel.i -------------------------------------------------------------------------------- /.hg/store/data/usr/_c_make_lists.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/_c_make_lists.txt.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/__ansi.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/__ansi.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/alloca.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/alloca.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/assert.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/assert.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/complex.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/complex.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/dirent.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/dirent.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/envlock.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/envlock.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/fnmatch.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/fnmatch.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/getopt.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/getopt.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/ieeefp.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/ieeefp.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/libgen.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/libgen.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/limits.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/limits.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/locale.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/locale.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/malloc.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/malloc.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/newlib.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/newlib.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/pthread.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/pthread.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/regdef.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/regdef.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/search.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/search.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/setjmp.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/setjmp.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/signal.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/signal.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/stdint.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/stdint.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/stdlib.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/stdlib.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/string.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/string.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/strings.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/strings.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/dir.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/dir.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/msg.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/msg.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/syscall.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/syscall.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/termios.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/termios.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/tgmath.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/tgmath.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/unctrl.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/unctrl.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/unistd.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/unistd.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/wctype.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/wctype.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/wordexp.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/wordexp.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/_r_e_a_d_m_e.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/_r_e_a_d_m_e.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/netd/bsock.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/netd/bsock.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/netd/netd.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/netd/netd.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/nfsd/nfsd.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/nfsd/nfsd.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/rshd/rshd.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/rshd/rshd.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/sysd/sysd.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/sysd/sysd.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/vgad/vgad.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/vgad/vgad.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/apps/hello.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/apps/hello.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/utils/hash.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/utils/hash.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/utils/jobs.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/utils/jobs.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/utils/lock.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/utils/lock.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/utils/mkdir.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/utils/mkdir.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/utils/queue.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/utils/queue.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/utils/rmdir.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/utils/rmdir.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/utils/shash.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/utils/shash.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/utils/shell.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/utils/shell.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/utils/slash.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/utils/slash.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/utils/touch.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/utils/touch.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/_orig/t10.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/_orig/t10.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/_orig/t11.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/_orig/t11.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/_orig/tnfs.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/_orig/tnfs.c.i -------------------------------------------------------------------------------- /.hg/store/data/~2e#build__flags.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/~2e#build__flags.txt.i -------------------------------------------------------------------------------- /usr/include/unistd.h: -------------------------------------------------------------------------------- 1 | #ifndef _UNISTD_H_ 2 | #define _UNISTD_H_ 3 | 4 | # include 5 | 6 | #endif /* _UNISTD_H_ */ 7 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/libgloss/m32r/mon.specs: -------------------------------------------------------------------------------- 1 | *endfile_cpu: 2 | -lmon %{m32rx:m32rx/crtfini.o%s} %{!m32rx:crtfini.o%s} 3 | 4 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/libgloss/testsuite/config/hppa.mt: -------------------------------------------------------------------------------- 1 | MULTILIB=-msoft-float 2 | GLOSSDIR=pa 3 | SCRIPTS=w89k op50n 4 | 5 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/machine/h8500/negsi2.c: -------------------------------------------------------------------------------- 1 | 2 | 3 | long 4 | __negsi2(long x) 5 | { 6 | return ~x+1; 7 | } 8 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/stdio64/dummy.c: -------------------------------------------------------------------------------- 1 | /* empty stub so there's at least one file to put in objectlist.awk.in */ 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/xdr/dummy.c: -------------------------------------------------------------------------------- 1 | /* empty stub so there's at least one file to put in objectlist.awk.in */ 2 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libm/config.h.in: -------------------------------------------------------------------------------- 1 | /* config.h.in. Generated automatically from configure.in by autoheader. */ 2 | -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/_makefile.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/boot1.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/boot1.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/boot2.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/boot2.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/e1000d.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/e1000d.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/hello.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/hello.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/hypv.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/hypv.d -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/hypv.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/hypv.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/kboot2.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/kboot2.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/kernel.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/kernel.d -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/kernel.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/kernel.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/mkdir.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/mkdir.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/netd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/netd.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/nfsd.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/nfsd.d -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/nfsd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/nfsd.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/piped.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/piped.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/reboot.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/reboot.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/rmdir.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/rmdir.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/rshd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/rshd.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/shell.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/shell.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/slash.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/slash.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/statd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/statd.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/sysd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/sysd.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/touch.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/touch.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/tramp.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/tramp.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/vgad.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/vgad.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/lib/crt0.o.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/lib/crt0.o.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/lib/newlib.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/lib/newlib.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/mkall~7e.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/mkall~7e.i -------------------------------------------------------------------------------- /.hg/store/data/readme__sys__files.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/readme__sys__files.txt.i -------------------------------------------------------------------------------- /.hg/store/data/readme__usr__files.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/readme__usr__files.txt.i -------------------------------------------------------------------------------- /.hg/store/data/sys/boot/boot1/boot1._s.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/boot/boot1/boot1._s.i -------------------------------------------------------------------------------- /.hg/store/data/sys/boot/boot2/boot.ld.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/boot/boot2/boot.ld.i -------------------------------------------------------------------------------- /.hg/store/data/sys/boot/boot2/bootelf.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/boot/boot2/bootelf.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/hypv/hypervisor.c~7e.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/hypv/hypervisor.c~7e.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/bootmemory.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/bootmemory.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/constants.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/constants.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/disklabel.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/disklabel.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/diversity.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/diversity.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/ff__const.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/ff__const.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/ff__types.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/ff__types.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/interrupts.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/interrupts.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/ksyscall.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/ksyscall.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/mcontext.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/mcontext.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/semaphore.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/semaphore.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/sigcontext.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/sigcontext.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/smp.h.orig.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/smp.h.orig.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/vkprivate.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/vkprivate.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/vmx__utils.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/vmx__utils.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/kernel/ring0__proc.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/kernel/ring0__proc.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/elf__loader.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/elf__loader.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/interrupts.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/interrupts.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/local__apic.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/local__apic.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/vmem__layer.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/vmem__layer.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/vmx__utils.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/vmx__utils.c.i -------------------------------------------------------------------------------- /.hg/store/data/tools/fdisk/disklabel.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/tools/fdisk/disklabel.c.i -------------------------------------------------------------------------------- /.hg/store/data/tools/fdisk/disklabel.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/tools/fdisk/disklabel.h.i -------------------------------------------------------------------------------- /.hg/store/data/tools/linker/userbin.ld.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/tools/linker/userbin.ld.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/__syslist.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/__syslist.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/arpa/inet.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/arpa/inet.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/fastmath.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/fastmath.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/inttypes.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/inttypes.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/langinfo.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/langinfo.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/msg__types.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/msg__types.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/netinet/in.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/netinet/in.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/netinet/ip.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/netinet/ip.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/redirect.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/redirect.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/ring0.h~7e.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/ring0.h~7e.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/bsock.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/bsock.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/dma.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/dma.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/e1000.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/e1000.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/kbd.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/kbd.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/netd.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/netd.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/nfsd.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/nfsd.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/pio.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/pio.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/piped.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/piped.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/rshd.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/rshd.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/slist.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/slist.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/statd.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/statd.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/sysd.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/sysd.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/vgad.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/vgad.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/stdio__ext.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/stdio__ext.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/cdefs.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/cdefs.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/config.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/config.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/dirent.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/dirent.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/errno.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/errno.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/fcntl.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/fcntl.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/file.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/file.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/ioctl.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/ioctl.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/lock.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/lock.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/param.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/param.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/poll.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/poll.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/queue.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/queue.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/reent.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/reent.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/sched.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/sched.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/signal.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/signal.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/socket.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/socket.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/stat.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/stat.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/stdio.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/stdio.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/string.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/string.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/swint.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/swint.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/syslog.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/syslog.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/time.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/time.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/timeb.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/timeb.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/times.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/times.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/types.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/types.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/unistd.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/unistd.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/utime.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/utime.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/wait.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/wait.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/utils/bool.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/utils/bool.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/utils/hash.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/utils/hash.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/e1000d/e1000d.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/e1000d/e1000d.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/nfsd/nfsd__if.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/nfsd/nfsd__if.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/piped/piped.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/piped/piped.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/rshd/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/rshd/_makefile.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/statd/statd.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/statd/statd.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/sysd/sysd__if.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/sysd/sysd__if.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/alarm.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/alarm.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/close.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/close.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/crt0._s.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/crt0._s.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/fcntl.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/fcntl.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/fork.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/fork.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/fstat.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/fstat.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/ioctl.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/ioctl.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/kill.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/kill.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/link.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/link.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/lseek.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/lseek.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/open.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/open.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/poll.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/poll.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/pty.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/pty.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/read.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/read.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/sbrk.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/sbrk.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/stat.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/stat.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/times.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/times.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/wait.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/wait.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/write.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/write.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libnfs/lib/pdu.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libnfs/lib/pdu.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libnfs/nfs/nfs.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libnfs/nfs/nfs.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libnfs/nlm/nlm.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libnfs/nlm/nlm.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libnfs/nsm/nsm.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libnfs/nsm/nsm.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libsyscall/msg.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libsyscall/msg.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/utils/ifconfig.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/utils/ifconfig.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/utils/reboot.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/utils/reboot.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/utils/shutdown.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/utils/shutdown.c.i -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/linux/sys/link.h: -------------------------------------------------------------------------------- 1 | struct link_map_machine 2 | { 3 | /* empty by default */ 4 | }; 5 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/sysvi386/_exit.S: -------------------------------------------------------------------------------- 1 | 2 | .globl _exit 3 | _exit: 4 | movl $1, %eax 5 | lcall $7,$0 6 | 7 | -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/daemond.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/daemond.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/ifconfig.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/ifconfig.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/shutdown.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/shutdown.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/lib/libnfs.a.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/lib/libnfs.a.d -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/lib/libnfs.a.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/lib/libnfs.a.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/start__dhcp.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/start__dhcp.i -------------------------------------------------------------------------------- /.hg/store/data/scripts/_c_make_lists.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/scripts/_c_make_lists.txt.i -------------------------------------------------------------------------------- /.hg/store/data/sys/boot/_c_make_lists.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/boot/_c_make_lists.txt.i -------------------------------------------------------------------------------- /.hg/store/data/sys/hypv/_c_make_lists.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/hypv/_c_make_lists.txt.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/check__type.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/check__type.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/elf__loader.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/elf__loader.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/kvmem__sites.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/kvmem__sites.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/shadow__vmcs.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/shadow__vmcs.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/kernel/ke1000/ke1000.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/kernel/ke1000/ke1000.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/local__apic.c~7e.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/local__apic.c~7e.i -------------------------------------------------------------------------------- /.hg/store/data/tools/fdisk/_makefile__bsd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/tools/fdisk/_makefile__bsd.i -------------------------------------------------------------------------------- /.hg/store/data/tools/fdisk/_makefile__slb.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/tools/fdisk/_makefile__slb.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/asm__linkage.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/asm__linkage.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/machine/ansi.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/machine/ansi.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/machine/time.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/machine/time.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/daemond.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/daemond.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/e1000d.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/e1000d.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/cc.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/cc.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/ip.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/ip.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/network.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/network.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/syspid.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/syspid.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/vgareg.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/vgareg.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/__types.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/__types.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/features.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/features.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/iconvnls.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/iconvnls.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/resource.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/resource.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/syscall.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/syscall.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/termios.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/termios.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/utils/queue.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/utils/queue.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/utils/shash.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/utils/shash.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/utils/tutils.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/utils/tutils.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/_c_make_lists.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/_c_make_lists.txt.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/daemond/daemond.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/daemond/daemond.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/piped/piped__if.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/piped/piped__if.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/statd/statd__if.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/statd/statd__if.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/_c_make_lists.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/_c_make_lists.txt.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/__exit.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/__exit.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/environ.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/environ.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/execve.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/execve.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/getpid.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/getpid.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/isatty.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/isatty.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/msgbuff.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/msgbuff.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/unlink.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/unlink.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/usleep.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/usleep.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/waitpid.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/waitpid.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/_f_i_l_e_s.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/_f_i_l_e_s.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/api/err.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/api/err.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/core/def.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/core/def.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/core/dns.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/core/dns.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/core/mem.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/core/mem.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/core/raw.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/core/raw.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/core/sys.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/core/sys.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/core/tcp.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/core/tcp.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/core/udp.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/core/udp.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libnfs/lib/init.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libnfs/lib/init.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libsocket/socket.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libsocket/socket.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/utils/slash-min.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/utils/slash-min.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/test/_c_make_lists.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/test/_c_make_lists.txt.i -------------------------------------------------------------------------------- /usr/include/termios.h: -------------------------------------------------------------------------------- 1 | #ifdef __cplusplus 2 | extern "C" { 3 | #endif 4 | #include 5 | #ifdef __cplusplus 6 | } 7 | #endif 8 | -------------------------------------------------------------------------------- /usr/include/utmp.h: -------------------------------------------------------------------------------- 1 | #ifdef __cplusplus 2 | extern "C" { 3 | #endif 4 | #include 5 | #ifdef __cplusplus 6 | } 7 | #endif 8 | 9 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/config/bootstrap-time.mk: -------------------------------------------------------------------------------- 1 | BOOT_CFLAGS += -time=$(shell pwd)/time.log 2 | TFLAGS += -time=$(shell pwd)/time.log 3 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/libgloss/libnosys/errno.c: -------------------------------------------------------------------------------- 1 | /* Supply a definition of errno if one not already provided. */ 2 | 3 | int errno; 4 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/libgloss/xstormy16/crtn.s: -------------------------------------------------------------------------------- 1 | .section .init,"ax" 2 | ret 3 | 4 | .section .fini,"ax" 5 | ret 6 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/sysvi386/alarm.S: -------------------------------------------------------------------------------- 1 | .globl _alarm 2 | _alarm: 3 | movl $0x1b, %eax 4 | lcall $7,$0 5 | ret 6 | -------------------------------------------------------------------------------- /.hg/store/data/_c_make_lists.txt.standalone.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/_c_make_lists.txt.standalone.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/bin/slash-min.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/bin/slash-min.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/lib/libgloss.a.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/lib/libgloss.a.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/lib/liblwip.a.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/lib/liblwip.a.d -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/lib/liblwip.a.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/lib/liblwip.a.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/lib/libsocket.a.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/lib/libsocket.a.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/sys/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/sys/_makefile.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/t6.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/t6.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/t7.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/t7.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr/_makefile.i -------------------------------------------------------------------------------- /.hg/store/data/scripts/_c_make_lists.txt.bsd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/scripts/_c_make_lists.txt.bsd.i -------------------------------------------------------------------------------- /.hg/store/data/scripts/_c_make_lists.txt.hw.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/scripts/_c_make_lists.txt.hw.i -------------------------------------------------------------------------------- /.hg/store/data/sys/boot/_r_e_a_d_m_e._ccode.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/boot/_r_e_a_d_m_e._ccode.i -------------------------------------------------------------------------------- /.hg/store/data/sys/boot/boot2/bootmemory.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/boot/boot2/bootmemory.c.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/bootconstants.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/bootconstants.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/bootinterrupts.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/bootinterrupts.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/container__of.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/container__of.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/kmalloc-private.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/kmalloc-private.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/kmalloc__sites.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/kmalloc__sites.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/mbr__partition.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/mbr__partition.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/kernel/_c_make_lists.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/kernel/_c_make_lists.txt.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/_c_make_lists.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/_c_make_lists.txt.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/asm__interrupts._s.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/asm__interrupts._s.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/asm__subroutines._s.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/asm__subroutines._s.i -------------------------------------------------------------------------------- /.hg/store/data/sys/utils/file__abstraction.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/utils/file__abstraction.c.i -------------------------------------------------------------------------------- /.hg/store/data/tools/fdisk/_makefile__bear.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/tools/fdisk/_makefile__bear.i -------------------------------------------------------------------------------- /.hg/store/data/tools/fdisk/_makefile__kernel.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/tools/fdisk/_makefile__kernel.i -------------------------------------------------------------------------------- /.hg/store/data/tools/fdisk/_makefile__remote.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/tools/fdisk/_makefile__remote.i -------------------------------------------------------------------------------- /.hg/store/data/tools/fdisk/fdisk__script.sh.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/tools/fdisk/fdisk__script.sh.i -------------------------------------------------------------------------------- /.hg/store/data/tools/fdisk/mbr__partition.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/tools/fdisk/mbr__partition.h.i -------------------------------------------------------------------------------- /.hg/store/data/tools/fdisk/partition.sh.bear.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/tools/fdisk/partition.sh.bear.i -------------------------------------------------------------------------------- /.hg/store/data/tools/fdisk/partition.sh.bsd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/tools/fdisk/partition.sh.bsd.i -------------------------------------------------------------------------------- /.hg/store/data/tools/fdisk/partition.sh.slb.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/tools/fdisk/partition.sh.slb.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/machine/__types.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/machine/__types.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/machine/endian.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/machine/endian.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/machine/ieeefp.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/machine/ieeefp.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/machine/malloc.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/machine/malloc.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/machine/param.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/machine/param.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/machine/setjmp.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/machine/setjmp.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/machine/stdlib.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/machine/stdlib.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/machine/termios.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/machine/termios.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/machine/types.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/machine/types.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/_r_e_a_d_m_e.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/_r_e_a_d_m_e.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/e1000__hw.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/e1000__hw.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/e1000__pci.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/e1000__pci.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/e1000__reg.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/e1000__reg.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/api.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/api.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/arch.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/arch.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/debug.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/debug.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/def.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/def.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/dhcp.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/dhcp.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/dns.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/dns.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/err.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/err.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/icmp.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/icmp.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/igmp.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/igmp.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/inet.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/inet.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/init.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/init.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/mem.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/mem.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/memp.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/memp.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/netdb.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/netdb.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/netif.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/netif.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/opt.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/opt.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/pbuf.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/pbuf.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/perf.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/perf.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/raw.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/raw.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/sio.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/sio.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/snmp.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/snmp.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/stats.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/stats.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/sys.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/sys.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/tcp.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/tcp.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/tcpip.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/tcpip.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/udp.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/udp.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/static__ip.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/static__ip.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/msg__types.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/msg__types.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/syslimits.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/syslimits.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/e1000d/e1000d__sys.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/e1000d/e1000d__sys.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/netd/driver__api.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/netd/driver__api.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/nfsd/nfsd__utils.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/nfsd/nfsd__utils.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/piped/piped__utils.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/piped/piped__utils.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/statd/statd__utils.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/statd/statd__utils.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/sysd/sysd__utils.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/sysd/sysd__utils.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/vgad/vga__driver.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/vgad/vga__driver.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/get__core.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/get__core.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libgloss/redirect.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libgloss/redirect.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/api/netbuf.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/api/netbuf.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/api/netdb.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/api/netdb.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/api/sockets.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/api/sockets.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/api/tcpip.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/api/tcpip.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/core/dhcp.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/core/dhcp.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/core/init.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/core/init.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/core/memp.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/core/memp.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/core/netif.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/core/netif.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/core/pbuf.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/core/pbuf.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/core/stats.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/core/stats.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/core/timers.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/core/timers.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/~2ehgignore.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/~2ehgignore.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libnfs/_r_e_a_d_m_e.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libnfs/_r_e_a_d_m_e.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libnfs/bear-compat.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libnfs/bear-compat.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libnfs/lib/libnfs.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libnfs/lib/libnfs.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libnfs/lib/socket.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libnfs/lib/socket.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libnfs/mount/mount.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libnfs/mount/mount.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libnfs/nfs/nfsacl.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libnfs/nfs/nfsacl.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libsocket/socketlib.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libsocket/socketlib.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libsyscall/int._s~7e.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libsyscall/int._s~7e.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libsyscall/int.c~7e.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libsyscall/int.c~7e.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libsyscall/ring0.c~7e.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libsyscall/ring0.c~7e.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libsyscall/signal.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libsyscall/signal.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libsyscall/swint._s.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libsyscall/swint._s.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libsyscall/syscall.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libsyscall/syscall.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/newlib/_r_e_a_d_m_e.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/newlib/_r_e_a_d_m_e.i -------------------------------------------------------------------------------- /usr/include/sys/string.h: -------------------------------------------------------------------------------- 1 | /* This is a dummy used as a placeholder for 2 | systems that need to have a special header file. */ 3 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/config/mt-alphaieee: -------------------------------------------------------------------------------- 1 | CFLAGS_FOR_TARGET += -mieee 2 | CXXFLAGS_FOR_TARGET += -mieee 3 | GOCFLAGS_FOR_TARGET += -mieee 4 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/etc/configdev.jin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/usr/src/newlib/newlib-2.0.0/etc/configdev.jin -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/libgloss/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/usr/src/newlib/newlib-2.0.0/libgloss/ChangeLog -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/iconvdata/SJIS.irreversible: -------------------------------------------------------------------------------- 1 | 0x5C 0x005C 2 | 0x7E 0x007E 3 | 0x8191 0xFFE0 4 | 0x8192 0xFFE1 5 | 0x81CA 0xFFE2 6 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/newlib/libc/sys/sparc64/sys/file.h: -------------------------------------------------------------------------------- 1 | /* This is the same as sys/fcntl.h for now. */ 2 | 3 | #include 4 | -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/_c_make_cache.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/_c_make_cache.txt.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/lib/libnfsd__if.a.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/lib/libnfsd__if.a.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/lib/libsyscall.a.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/lib/libsyscall.a.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/lib/libsysd__if.a.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/lib/libsysd__if.a.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/aim9.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/aim9.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/dot.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/dot.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/echo.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/echo.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/foo.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/foo.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/t12.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/t12.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/t13.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/t13.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/tbug.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/tbug.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/tenv.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/tenv.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/tq1.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/tq1.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/tq2.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/tq2.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/tq3.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/tq3.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/tq4.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/tq4.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr/src/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr/src/_makefile.i -------------------------------------------------------------------------------- /.hg/store/data/sys/boot/mbr/_c_make_lists.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/boot/mbr/_c_make_lists.txt.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/asm__subroutines.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/asm__subroutines.h.i -------------------------------------------------------------------------------- /.hg/store/data/sys/include/file__abstraction.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/include/file__abstraction.h.i -------------------------------------------------------------------------------- /.hg/store/data/tools/fdisk/_makefile__minimal.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/tools/fdisk/_makefile__minimal.i -------------------------------------------------------------------------------- /.hg/store/data/tools/fdisk/partition.sh.kernel.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/tools/fdisk/partition.sh.kernel.i -------------------------------------------------------------------------------- /.hg/store/data/tools/fdisk/partition.sh.remote.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/tools/fdisk/partition.sh.remote.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/machine/fastmath.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/machine/fastmath.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/machine/setjmp-dj.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/machine/setjmp-dj.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/netinet/in__systm.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/netinet/in__systm.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/bear__compat.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/bear__compat.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/driver__api.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/driver__api.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/libnfs/slist.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/libnfs/slist.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/autoip.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/autoip.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/etharp.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/etharp.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/netbuf.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/netbuf.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/ppp__oe.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/ppp__oe.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/slipif.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/slipif.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/sockets.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/sockets.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/timers.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/timers.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/pci__structs.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/pci__structs.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sys/custom__file.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sys/custom__file.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/daemond/create-daemon.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/daemond/create-daemon.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/daemond/daemond__if.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/daemond/daemond__if.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/kbd/_c_make_lists.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/kbd/_c_make_lists.txt.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/netd/_c_make_lists.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/netd/_c_make_lists.txt.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/nfsd/_c_make_lists.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/nfsd/_c_make_lists.txt.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/rshd/_c_make_lists.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/rshd/_c_make_lists.txt.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/sysd/_c_make_lists.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/sysd/_c_make_lists.txt.i -------------------------------------------------------------------------------- /.hg/store/data/usr/sbin/vgad/_c_make_lists.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/sbin/vgad/_c_make_lists.txt.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/apps/_c_make_lists.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/apps/_c_make_lists.txt.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/api/api__lib.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/api/api__lib.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/api/api__msg.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/api/api__msg.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/api/netifapi.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/api/netifapi.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/core/ipv4/ip.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/core/ipv4/ip.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/core/ipv6/ip6.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/core/ipv6/ip6.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/core/tcp__in.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/core/tcp__in.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/core/tcp__out.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/core/tcp__out.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/netif/etharp.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/netif/etharp.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/netif/ppp/fsm.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/netif/ppp/fsm.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/netif/ppp/fsm.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/netif/ppp/fsm.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/netif/ppp/lcp.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/netif/ppp/lcp.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/netif/ppp/lcp.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/netif/ppp/lcp.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/netif/ppp/md5.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/netif/ppp/md5.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/netif/ppp/md5.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/netif/ppp/md5.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/netif/ppp/pap.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/netif/ppp/pap.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/netif/ppp/pap.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/netif/ppp/pap.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/netif/ppp/ppp.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/netif/ppp/ppp.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/netif/ppp/ppp.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/netif/ppp/ppp.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/netif/ppp/vj.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/netif/ppp/vj.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/netif/ppp/vj.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/netif/ppp/vj.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/liblwip/netif/slipif.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/liblwip/netif/slipif.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libnfs/lib/libnfs-zdr.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libnfs/lib/libnfs-zdr.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/libnfs/rquota/rquota.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/libnfs/rquota/rquota.c.i -------------------------------------------------------------------------------- /.hg/store/data/usr/src/utils/_c_make_lists.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/src/utils/_c_make_lists.txt.i -------------------------------------------------------------------------------- /usr/src/apps/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | add_executable(hello hello.c) 2 | 3 | target_link_libraries(hello ${NEWLIB_LIBS} ${NEWLIB_LIBS} ${NEWLIB_LIBS}) 4 | 5 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/config/mt-spu: -------------------------------------------------------------------------------- 1 | # spu ld makefile invokes as-new and bin2c in maintainer mode. 2 | all-ld: $(MAINT) all-gas all-binutils 3 | -------------------------------------------------------------------------------- /usr/src/newlib/newlib-2.0.0/etc/configbuild.jin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/usr/src/newlib/newlib-2.0.0/etc/configbuild.jin -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/cmake__install.cmake.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/cmake__install.cmake.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/lib/libdaemond__if.a.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/lib/libdaemond__if.a.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/lib/libpiped__if.a.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/lib/libpiped__if.a.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/lib/libstatd__if.a.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/lib/libstatd__if.a.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/sys/boot/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/sys/boot/_makefile.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/sys/hypv/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/sys/hypv/_makefile.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/sys/kernel/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/sys/kernel/_makefile.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/sys/utils/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/sys/utils/_makefile.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/talarm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/talarm.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/tcmdln.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/tcmdln.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/texit.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/texit.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/tfile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/tfile.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/tfork.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/tfork.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/thash.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/thash.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/tjobs.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/tjobs.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/tmalloc.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/tmalloc.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/tnetfns.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/tnetfns.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/tnfsd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/tnfsd.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/tnfsd2.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/tnfsd2.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/tpiped.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/tpiped.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/tscanf.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/tscanf.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/tshash.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/tshash.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr.test.bin/tstatd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr.test.bin/tstatd.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr/sbin/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr/sbin/_makefile.i -------------------------------------------------------------------------------- /.hg/store/data/build.x86__64/usr/test/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/build.x86__64/usr/test/_makefile.i -------------------------------------------------------------------------------- /.hg/store/data/scripts/_c_make_lists.txt.kernel.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/scripts/_c_make_lists.txt.kernel.i -------------------------------------------------------------------------------- /.hg/store/data/scripts/_c_make_lists.txt.minimal.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/scripts/_c_make_lists.txt.minimal.i -------------------------------------------------------------------------------- /.hg/store/data/scripts/_c_make_lists.txt.remote.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/scripts/_c_make_lists.txt.remote.i -------------------------------------------------------------------------------- /.hg/store/data/scripts/_c_make_lists.txt.vmware.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/scripts/_c_make_lists.txt.vmware.i -------------------------------------------------------------------------------- /.hg/store/data/sys/boot/boot1/_c_make_lists.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/boot/boot1/_c_make_lists.txt.i -------------------------------------------------------------------------------- /.hg/store/data/sys/boot/boot2/_c_make_lists.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/boot/boot2/_c_make_lists.txt.i -------------------------------------------------------------------------------- /.hg/store/data/sys/boot/kboot2/_c_make_lists.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/boot/kboot2/_c_make_lists.txt.i -------------------------------------------------------------------------------- /.hg/store/data/sys/hypv/_c_make_lists.txt.bear~7e.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/hypv/_c_make_lists.txt.bear~7e.i -------------------------------------------------------------------------------- /.hg/store/data/sys/kernel/_c_make_lists.txt.bear.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/kernel/_c_make_lists.txt.bear.i -------------------------------------------------------------------------------- /.hg/store/data/sys/kernel/_c_make_lists.txt.slb.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/sys/kernel/_c_make_lists.txt.slb.i -------------------------------------------------------------------------------- /.hg/store/data/tools/fdisk/_makefile__standalone.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/tools/fdisk/_makefile__standalone.i -------------------------------------------------------------------------------- /.hg/store/data/tools/fdisk/partition.sh.minimal.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/tools/fdisk/partition.sh.minimal.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/kb__scancodes.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/kb__scancodes.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/_r_e_a_d_m_e.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/_r_e_a_d_m_e.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/api__msg.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/api__msg.h.i -------------------------------------------------------------------------------- /.hg/store/data/usr/include/sbin/lwip/ip__addr.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCSLaboratory/BearOS/HEAD/.hg/store/data/usr/include/sbin/lwip/ip__addr.h.i --------------------------------------------------------------------------------