freebsd-src/sys/i386/linux
Marcel Moolenaar c85f67175f Fix {g|s}etgroups semantics. We use cr_groups[0] to hold egid. This means that
egid will be twice in the set and that setting cr_groups[0] will change egid.
This is simply solved by ignoring cr_groups[0]. That is; linux_getgroups does
not return cr_groups[0] and linux_setgroups does not touch it.

Noticed by: bde
Brought to my attention by: sheldonh
1999-08-25 14:11:01 +00:00
..
imgact_linux.c Fix a couple of warnings and some bitrot in comments. 1999-05-09 16:04:14 +00:00
linux.h Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we always 1999-08-25 11:19:03 +00:00
linux_dummy.c Fix lingo: 'is not implemented or obsoleted' is not the same as 'is obsoleted 1999-08-25 13:17:05 +00:00
linux_file.c Fix bug in the fcntl syscall where 'arg' was not set properly. 1999-08-15 14:22:30 +00:00
linux_genassym.c Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
linux_ioctl.c Fix a bug in debug-printfs of struct linux_termios fields, where I forgot to 1999-08-17 10:27:55 +00:00
linux_ipc.c
linux_locore.s Fix stack misalignment for Linux binaries caused by `linux_sigcode' not being 1999-08-25 09:05:29 +00:00
linux_misc.c Fix {g|s}etgroups semantics. We use cr_groups[0] to hold egid. This means that 1999-08-25 14:11:01 +00:00
linux_proto.h Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we always 1999-08-25 11:19:03 +00:00
linux_signal.c Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. Both 1999-08-14 17:28:46 +00:00
linux_socket.c Fix linux sendmsg() emulation 1999-01-11 05:28:44 +00:00
linux_stats.c Divorce "dev_t" from the "major|minor" bitmap, which is now called 1999-05-11 19:55:07 +00:00
linux_syscall.h Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we always 1999-08-25 11:19:03 +00:00
linux_sysent.c Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we always 1999-08-25 11:19:03 +00:00
linux_sysvec.c Tweak include ordering so sys/systm.h is before sys/buf.h to keep buf.h's 1999-06-28 09:12:46 +00:00
linux_util.c
linux_util.h We don't end up checking for a return value of EFAULT from the copyinstr() 1999-08-07 05:33:35 +00:00
Makefile
syscalls.conf
syscalls.master Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we always 1999-08-25 11:17:36 +00:00