Date: Wed, 16 Apr 2008 05:06:12 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/mips/mips/sys Makefile.inc Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S sbrk.S shmat.S syscall.S Message-ID: <200804160506.m3G56Cow077626@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2008-04-16 05:06:12 UTC FreeBSD src repository Added files: lib/libc/mips/mips/sys Makefile.inc Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S sbrk.S shmat.S syscall.S Log: FreeBSD/mips libc support. Merged from perforce mips2-jnpr branch. Revision Changes Path 1.1 +14 -0 src/lib/libc/mips/mips/sys/Makefile.inc (new) 1.1 +73 -0 src/lib/libc/mips/mips/sys/Ovfork.S (new) 1.1 +76 -0 src/lib/libc/mips/mips/sys/brk.S (new) 1.1 +70 -0 src/lib/libc/mips/mips/sys/cerror.S (new) 1.1 +56 -0 src/lib/libc/mips/mips/sys/exect.S (new) 1.1 +63 -0 src/lib/libc/mips/mips/sys/fork.S (new) 1.1 +62 -0 src/lib/libc/mips/mips/sys/pipe.S (new) 1.1 +60 -0 src/lib/libc/mips/mips/sys/ptrace.S (new) 1.1 +85 -0 src/lib/libc/mips/mips/sys/sbrk.S (new) 1.1 +8 -0 src/lib/libc/mips/mips/sys/shmat.S (new) 1.1 +44 -0 src/lib/libc/mips/mips/sys/syscall.S (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804160506.m3G56Cow077626>