diff options
author | jhb <jhb@FreeBSD.org> | 2005-02-07 22:02:18 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2005-02-07 22:02:18 +0000 |
commit | 4a479b242427dd7291f1456f605ae37513c1ceaf (patch) | |
tree | 5d16fdc572b765e011ca89f203e7653f1ba5a0a8 /bin/ps | |
parent | b03a8bb21b2ea1fa1d440565c2ee55a7391e1c18 (diff) | |
download | FreeBSD-src-4a479b242427dd7291f1456f605ae37513c1ceaf.zip FreeBSD-src-4a479b242427dd7291f1456f605ae37513c1ceaf.tar.gz |
- Implement ibcs2_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_access(), kern_execve(), kern_mkfifo(), kern_mknod(),
kern_setitimer(), kern_getrusage(), kern_utimes(), kern_unlink(),
kern_chdir(), kern_chmod(), kern_chown(), kern_symlink(), kern_readlink(),
kern_select(), kern_statfs(), kern_fstatfs(), kern_stat(), kern_lstat(),
kern_fstat().
- Drop the unused 'uap' argument from spx_open().
- Replace a stale duplication of vn_access() in xenix_access() lacking
recent additions such as MAC checks, etc. with a call to kern_access().
Diffstat (limited to 'bin/ps')
0 files changed, 0 insertions, 0 deletions