acadia-newlib/winsup
Christopher Faylor cecb74ae47 * fork.cc (fork_parent): Use sec_user_nih to control process/thread
inheritance/permission.
* spawn.cc (spawn_guts): Ditto.
* security.cc (create_token): Initialize token so that it is not tested for
bogus value later.  Use sec_user to control process/thread creation.
* security.h (__sec_user): Rename declaration from sec_user.
(sec_user_nih): Declare here as inline function wrapper for __sec_user.
(sec_user): Ditto.
* sigproc.cc (czombies): Allocate a character array for zombies to avoid
constructor overhead
(extremely hackish, I know).
(cpchildren): Ditto.
(pchildren): New define.
(zombies): Ditto.
(getsem): Use sec_user_nih to control semaphore inheritance/permission.
2002-02-19 05:58:44 +00:00
..
bz2lib * Makefile.in: Add -U_WIN32 to CFLAGS compile line to avoid inappropriate 2001-04-19 03:55:02 +00:00
cygwin * fork.cc (fork_parent): Use sec_user_nih to control process/thread 2002-02-19 05:58:44 +00:00
doc bit more about full install 2002-01-24 00:34:35 +00:00
mingw * include/malloc.h (_heapinfo): Correct structure definition. 2002-01-27 22:54:54 +00:00
subauth * Makefile.in: Comment out install for now. 2001-10-12 20:02:41 +00:00
testsuite * winsup.api/pthread/condvar3_1.c: Fix debugging output. 2001-11-17 21:15:47 +00:00
utils * mount.cc (usage): Fix typo in output. 2002-02-15 23:03:14 +00:00
w32api * include/ntsecpkg.h: New file. 2002-02-15 19:27:44 +00:00
CYGWIN_LICENSE Red Hatize 2001-10-12 01:51:21 +00:00
ChangeLog * Makefile.in: Don't attempt to use zlib directory as a dependency if it 2001-12-19 03:35:36 +00:00
MAINTAINERS Nuke 2001-12-31 23:24:10 +00:00
Makefile.common Add missing ChangeLog. 2001-12-14 18:26:43 +00:00
Makefile.in * Makefile.in: Don't attempt to use zlib directory as a dependency if it 2001-12-19 03:35:36 +00:00
configure * Makefile.in: Exit immediately if a sub-make fails. 2001-12-14 18:23:19 +00:00
configure.in * Makefile.in: Exit immediately if a sub-make fails. 2001-12-14 18:23:19 +00:00