Date: Fri, 18 Feb 2005 18:37:26 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/osf1 osf1_misc.c osf1_mount.c osf1_util.h Message-ID: <200502181837.j1IIbQEl034379@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2005-02-18 18:37:26 UTC FreeBSD src repository Modified files: sys/alpha/osf1 osf1_misc.c osf1_mount.c osf1_util.h Log: - Implement osf1_emul_find() using kern_alternate_path(). This changes the semantics in that the returned filename to use is now a kernel pointer rather than a user space pointer. This required changing the arguments to the CHECKALT*() macros some and changing the various system calls that used pathnames to use the kern_foo() functions that can accept kernel space filename pointers instead of calling the system call directly. - Use kern_open(), kern_stat(), kern_lstat(), kern_fstat(), kern_access(), kern_truncate(), kern_pathconf(), kern_execve(), kern_select(), kern_setitimer(), kern_getitimer(), kern_statfs(), and kern_fstatfs(). Silence on: alpha@ Revision Changes Path 1.53 +96 -261 src/sys/alpha/osf1/osf1_misc.c 1.20 +11 -40 src/sys/alpha/osf1/osf1_mount.c 1.8 +7 -9 src/sys/alpha/osf1/osf1_util.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502181837.j1IIbQEl034379>