1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00
freebsd/sys/i386/linux
Poul-Henning Kamp f711d546d2 Suser() simplification:
1:
  s/suser/suser_xxx/

2:
  Add new function: suser(struct proc *), prototyped in <sys/proc.h>.

3:
  s/suser_xxx(\([a-zA-Z0-9_]*\)->p_ucred, \&\1->p_acflag)/suser(\1)/

The remaining suser_xxx() calls will be scrutinized and dealt with
later.

There may be some unneeded #include <sys/cred.h>, but they are left
as an exercise for Bruce.

More changes to the suser() API will come along with the "jail" code.
1999-04-27 11:18:52 +00:00
..
imgact_linux.c Minor cleanup; no more references to LKM's. 1999-01-17 20:36:14 +00:00
linux_dummy.c Reviewed by: Luoqi Chen, Jordan Hubbard 1998-12-19 02:55:34 +00:00
linux_file.c Use truncate() instead of otruncate() - step on the way to stopping 1999-01-10 23:15:35 +00:00
linux_genassym.c Fixed printf format errors. 1998-07-29 15:50:41 +00:00
linux_ioctl.c MF22: Bring in some linux sound ioctl support which I committed to 2.2 1998-11-12 00:42:08 +00:00
linux_ipc.c ".. x11amp appears to be calling shmctl(id, IPC_RMID, 0) and the emulation 1998-06-02 12:38:31 +00:00
linux_locore.s
linux_misc.c Suser() simplification: 1999-04-27 11:18:52 +00:00
linux_proto.h Commit #2 of 1998-12-30 21:01:34 +00:00
linux_signal.c Kill(pid, 0) normally returns 0 on both FreeBSD and Redhat after having 1998-12-21 19:21:36 +00:00
linux_socket.c Fix linux sendmsg() emulation 1999-01-11 05:28:44 +00:00
linux_stats.c
linux_syscall.h Commit #2 of 1998-12-30 21:01:34 +00:00
linux_sysent.c Commit #2 of 1998-12-30 21:01:34 +00:00
linux_sysvec.c unifdef -DVM_STACK - it's been on for a while for x86 and was checked 1999-04-19 14:14:14 +00:00
linux_util.c
linux_util.h Removed the cast to a pointer in the definition of PS_STRINGS and 1998-12-16 16:28:58 +00:00
linux.h Commit patch in 1998-12-30 21:20:00 +00:00
Makefile
syscalls.conf
syscalls.master Commit #1 of: 1998-12-30 20:58:28 +00:00