freebsd-src/sys/compat
John Baldwin 19dde5cd3b Use a switch to convert the Linux sigprocmask flags to the equivalent
FreeBSD flags instead of just adding one to the Linux flags.  This should
be identical to the previous version except that I have at least one report
of this patch fixing problems people were having with Linux apps after my
last commit to this file.  It is safer to use the switch then to make
assumptions about the flag values anyways, esp. since we currently use
MD defines for the values of the flags and this is MI code.

Tested by:	Michael Class <michael_class@gmx.net>
2003-04-25 19:26:18 +00:00
..
freebsd32 Regen. 2003-04-25 15:59:44 +00:00
ia32 SCARGS removal take II. 2002-12-14 01:56:26 +00:00
linprocfs P_SHOULDSTOP used to be p_stat == SSTOP and needed the sched_lock, now it 2003-04-17 21:58:45 +00:00
linux Use a switch to convert the Linux sigprocmask flags to the equivalent 2003-04-25 19:26:18 +00:00
netbsd Don't include <sys/buf.h> needlessly. 2003-04-01 09:02:58 +00:00
pecoff Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
svr4 - Replace inline implementations of sigprocmask() with calls to 2003-04-22 18:23:49 +00:00