freebsd-dev/sys/compat
jhb 5998019ec8 - Implement svr4_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_msgctl(), kern_execve(),
  kern_mkfifo(), kern_mknod(), kern_statfs(), kern_fstatfs(),
  kern_setitimer(), kern_stat(), kern_lstat(), kern_fstat(), kern_utimes(),
  kern_pathconf(), and kern_unlink().
2005-02-07 21:53:42 +00:00
..
freebsd32 Add a 32bit syscall wrapper for modstat 2005-01-19 17:53:06 +00:00
ia32 o Split out kernel part of execve(2) syscall into two parts: one that 2005-01-29 23:12:00 +00:00
linprocfs Match the LINUX32's style with existing style 2005-01-14 04:44:56 +00:00
linux - Use kern_{l,f,}stat() and kern_{f,}statfs() functions rather than 2005-02-07 18:47:28 +00:00
ndis Apparently, the Intel icc compiler doesn't like it when you use 2005-01-25 17:00:54 +00:00
netbsd Start each of the license/copyright comments with /*- 2005-01-05 22:34:37 +00:00
pecoff o Split out kernel part of execve(2) syscall into two parts: one that 2005-01-29 23:12:00 +00:00
svr4 - Implement svr4_emul_find() using kern_alternate_path(). This changes 2005-02-07 21:53:42 +00:00