freebsd-dev/sys/svr4
Mark Newton a2eddaf1c6 Fix handling of svr4_sigsets, which are implemented in SysVR4 as a sequence
of 4 longs used as a bitmask.  sv4r4_sigfillset has been broken for a
while, probably since rev 1.5.

This patch fixes SVR4_NSIG (i.e.: sets it to the actual number of signals,
instead of the number of bits in the mask) because some SysVR4 clients
honestly seem to care about whether bits in the signal mask are set for
non-existant signals.

Additionally, the svr4_sigfillset macro has been replaced by a
fully fledged function, because the macro didn't actually work
(it returned an all-ones mask, but we don't want that:  we want 0's
set where FreeBSD doesn't actually have a signal which is the same
as an SysVR4 signal, for example).

SysVR4 clients can now successfully ignore signals, although catching
them remains problematic (see commit log message for rev1.13 of
sys/i386/svr4/svr4_machdep.c for more info).
2000-01-15 15:38:17 +00:00
..
imgact_svr4.c useracc() the prequel: 1999-10-29 18:09:36 +00:00
Makefile Add MAINTAINER line 1999-09-01 00:32:18 +00:00
svr4_acl.h
svr4_dirent.h
svr4_errno.h
svr4_exec.h
svr4_fcntl.c fd_revoke() shouldn't panic if the descriptor provided is not a file or 1999-12-12 10:27:04 +00:00
svr4_fcntl.h
svr4_filio.c Remove some all-too-wordy debugging prints 2000-01-15 15:30:44 +00:00
svr4_filio.h
svr4_fuser.h
svr4_hrt.h
svr4_ioctl.c Remove unnecessary includes 1999-12-08 12:01:59 +00:00
svr4_ioctl.h
svr4_ipc.c SVR4 emulator source files now take their compilation options from 1999-12-08 10:51:17 +00:00
svr4_ipc.h
svr4_misc.c Introduce NDFREE (and remove VOP_ABORTOP) 1999-12-15 23:02:35 +00:00
svr4_mman.h
svr4_proto.h Remove unnecessary includes. 1999-10-17 14:44:48 +00:00
svr4_resource.c SVR4 emulator source files now take their compilation options from 1999-12-08 10:51:17 +00:00
svr4_resource.h
svr4_siginfo.h
svr4_signal.c Fix handling of svr4_sigsets, which are implemented in SysVR4 as a sequence 2000-01-15 15:38:17 +00:00
svr4_signal.h Fix handling of svr4_sigsets, which are implemented in SysVR4 as a sequence 2000-01-15 15:38:17 +00:00
svr4_socket.c Remove unnecessary includes 1999-12-08 12:01:59 +00:00
svr4_socket.h
svr4_sockio.c Remove unnecessary includes 1999-12-08 12:01:59 +00:00
svr4_sockio.h
svr4_sockmod.h
svr4_stat.c Remove unnecessary includes 1999-12-08 12:01:59 +00:00
svr4_stat.h
svr4_statvfs.h
svr4_stream.c Avoid excessive redundancy in svr4_sys_getmsg() and svr4_sys_putmsg(): 1999-12-12 10:28:30 +00:00
svr4_stropts.h
svr4_syscall.h Remove unnecessary includes. 1999-10-17 14:44:48 +00:00
svr4_syscallnames.c Remove unnecessary includes. 1999-10-17 14:44:48 +00:00
svr4_sysconfig.h
svr4_sysent.c SVR4 emulator source files now take their compilation options from 1999-12-08 10:51:17 +00:00
svr4_systeminfo.h
svr4_sysvec.c Need to #include vm_zone.h to pick up inline definition of zfree() so that 2000-01-03 20:34:39 +00:00
svr4_termios.c Remove unnecessary includes 1999-12-08 12:01:59 +00:00
svr4_termios.h
svr4_time.h
svr4_timod.h
svr4_ttold.c Remove unnecessary includes 1999-12-08 12:01:59 +00:00
svr4_ttold.h
svr4_types.h
svr4_ucontext.h
svr4_ulimit.h
svr4_ustat.h
svr4_util.h
svr4_utsname.h
svr4_wait.h
svr4.h Removed bogus include of opt_global.h. opt_global.h is automatically 2000-01-09 12:29:45 +00:00
syscalls.conf
syscalls.master SVR4 emulator source files now take their compilation options from 1999-12-08 10:51:17 +00:00