freebsd-dev/sys/i386/linux
Robert Watson 9cd5f4c13b o Update linprocfs to include similar changes as those in procfs, fixing
the build (oops!): replace calls to p_trespass() and PRISON_CHECK()
  with p_can(..., {P_CAN_SEE, P_CAN_DEBUG}, NULL)
o Remove volatile usage from procfs_readdir() to remove warnings
o Apply bp's CREATE fix to linprocfs, causing EROFS to be returned on
  CREATE calls to procfs_lookup()
o Some further synchronization still needs to occur: only existing
  access checks were replaced, to fix the build--the new ones were not
  added.  I'll do this later today, this is a "fix the build quickly"
  commit.  This means that, in the interim, some information leakage
  can still occur via linprocfs when using jail or kern.ps_showallprocs

Submitted by:	knu
Approved by:	des
Obtained from:	TrustedBSD Project
2000-08-30 13:23:19 +00:00
..
linprocfs o Update linprocfs to include similar changes as those in procfs, fixing 2000-08-30 13:23:19 +00:00
imgact_linux.c Fix #! script exec under linux emulation. If a script is exec'd from a 2000-04-26 20:58:40 +00:00
linux_dummy.c Revert implementation of setfsuid and setfsgid due to security 2000-07-20 05:37:41 +00:00
linux_genassym.c Include <stddef.h> here so that <sys/assym.h> can be unpolluted. 2000-01-08 19:53:18 +00:00
linux_locore.s AT&T asm syntax requires a leading '*' in front of the operand for indirect 2000-05-10 01:21:15 +00:00
linux_machdep.c Fix typo in license. 2000-08-25 07:32:24 +00:00
linux_proto.h Regen. (Fix SYS_exit) 2000-07-29 10:07:38 +00:00
linux_syscall.h Regen. (Fix SYS_exit) 2000-07-29 10:07:38 +00:00
linux_sysent.c Regen. (Fix SYS_exit) 2000-07-29 10:07:38 +00:00
linux_sysvec.c Update include directives for Linuxulator headers after the 2000-08-22 05:57:55 +00:00
linux.h Fix #! script exec under linux emulation. If a script is exec'd from a 2000-04-26 20:58:40 +00:00
Makefile $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
syscalls.conf $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
syscalls.master Sigh. Fix SYS_exit problems. I misunderstood the significance of these 2000-07-29 10:05:25 +00:00