cvs commit: src/sys/alpha/osf1 osf1_misc.c osf1_mount.c
osf1_util.h
John Baldwin
jhb at FreeBSD.org
Fri Feb 18 18:37:27 GMT 2005
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
More information about the cvs-src
mailing list