Go to file
reinoud 981eb029d6 Fix sigactsunshare() to do what the manpage and the commit tells it to do!
I.e. unshare a process its sigacts by creating a new one BUT maintaining all
signal state.

The old code would CLEAR all the signal state. It used to work only due to the
fact that sigactunshare() is only used in execsigs() and the fact that
SIG_DFL was NULL.
2011-09-16 22:07:17 +00:00
bin Use __dead for the small build too 2011-09-16 16:06:23 +00:00
common Name arguments in a couple of prototypes before the arguments are 2011-09-13 18:07:22 +00:00
compat build GMP, MPFR and MPC as private libraries just for GCC. don't 2011-07-21 03:13:30 +00:00
crypto Use __dead. 2011-09-16 15:36:18 +00:00
dist Use __dead 2011-09-16 16:13:41 +00:00
distrib Use __dead 2011-09-16 15:39:25 +00:00
doc new file(1) 2011-09-16 21:08:32 +00:00
etc Revert previous now that "make cleandir" uses bsd.clean.mk to clean 2011-09-10 17:02:46 +00:00
external merge changes 2011-09-16 21:06:21 +00:00
extsrc
games reinstate NULL cast by request, where the NULL was being passed as a vararg 2011-09-01 07:18:50 +00:00
gnu Disable rebuilding files in the source tree. 2011-09-10 20:35:42 +00:00
include add re-entrant versions of the hash api based on the GNU extensions. 2011-09-14 23:34:26 +00:00
lib PR/45370: Takehiko NOZAKI: termcap emulation tget{flag,num,str} should 2011-09-16 18:51:44 +00:00
libexec NULL does not need a cast, here 2011-09-16 16:13:16 +00:00
regress provide the out of address space test in a gcc-4.5 friendly way. 2011-08-18 02:32:32 +00:00
rescue Update location of "less" directory. 2011-07-03 22:05:01 +00:00
sbin NULL does not need a cast, here 2011-09-16 16:13:16 +00:00
share Case fixes and a comma from Snader_LB. 2011-09-13 10:33:11 +00:00
sys Fix sigactsunshare() to do what the manpage and the commit tells it to do! 2011-09-16 22:07:17 +00:00
tests Do not care about dead functions for test cases, in this case it is 2011-09-16 16:30:18 +00:00
tools Add PDP_ENDIAN definition, required for makefs (v7fs). 2011-09-05 07:38:52 +00:00
usr.bin Use __dead 2011-09-16 15:39:25 +00:00
usr.sbin Use __dead 2011-09-16 15:39:25 +00:00
x11 Use find .${X11FONTDIR}, not find ./${X11FONTDIR}, because ${X11FONTDIR} 2011-09-12 13:38:42 +00:00
build.sh When using random versions of make to try to find the TOOLDIR, 2011-09-14 17:35:44 +00:00
BUILDING Add tests for the shell under which build.sh is run. If the 2011-09-09 18:48:34 +00:00
Makefile Move the code for creating src/BUILDING from "make build-docs" in 2011-09-09 14:23:37 +00:00
Makefile.inc
UPDATING switch sparc to GCC 4.5.3. 2011-08-17 09:18:37 +00:00