Date: Tue, 15 Aug 2006 12:21:00 +0000 (UTC) From: Alexander Leidinger <netchild@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_emul.c linux_emul.h linux_futex.c linux_futex.h linux_time.c Message-ID: <200608151221.k7FCL0ql075844@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
netchild 2006-08-15 12:21:00 UTC FreeBSD src repository Added files: sys/compat/linux linux_emul.c linux_emul.h linux_futex.c linux_futex.h linux_time.c Log: Add some new files needed for linux 2.6.x compatibility. Please don't style(9) the NetBSD code, we want to stay in sync. Not imported on a vendor branch since we need local changes. Sponsored by: Google SoC 2006 Submitted by: rdivacky With help from: manu@NetBSD.org Obtained from: NetBSD (linux_{futex,time}.*) Revision Changes Path 1.1 +297 -0 src/sys/compat/linux/linux_emul.c (new) 1.1 +74 -0 src/sys/compat/linux/linux_emul.h (new) 1.1 +500 -0 src/sys/compat/linux/linux_futex.c (new) 1.1 +61 -0 src/sys/compat/linux/linux_futex.h (new) 1.1 +208 -0 src/sys/compat/linux/linux_time.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608151221.k7FCL0ql075844>