glibc/misc
Ulrich Drepper 7329994338 Update.
More cancellation handling fixups.
	* sysdeps/unix/sysv/linux/not-cancel.h: Add waitpid_not_cancel.
	* sysdeps/generic/not-cancel.h: Likewise.
	* catgets/open_catalog.c: Use not-cancelable syscalls.
	* time/Makefile (CFLAGS-getdate.c): Add -fexceptions.
	* sysdeps/unix/sysv/linux/llseek.c: Must not be cancelable.
	* sysdeps/unix/syscalls.list: Don't mark lseek as cancelable.
	* dlfcn/dlfcn.h: Mark dlopen with __THROW again.
	* io/fcntl.h: Don't mark posix_fallocate with __THROW.
	* libio/fileops.c: Use not-cancelable syscalls for fclose.
	* libio/iopopen.c: Use no-cancelable syscalls.
	* libio/stdio.h: Mark popen and pclose with __THROW again.
	* misc/Makefile (CFLAGS-syslog.c): Add -fexceptions.
	* misc/syslog.c: Fix locking and cancellation cleanup handling.
	* posix/unistd.h: Mark ttyname and ttyname_r again with __THROW.
	* stdio-common/Makefile (CFLAGS-tmpfile.c, CFLAGS-tmpfile64.c,
	CFLAGS-tempname.c): Add -fexceptions.
	* stdlib/Makefile (CFLAGS-mkstemp.c): Add -fexceptions.
	* string/string.h: Mark strerror and strerror_r with _THROW again.
	* sysdeps/generic/unwind.inc: New file.  Copied from gcc.
	* sysdeps/generic/unwind-dw2.c: Update from gcc version.  Remove
	#ifs since we now need all the code compiled.
	* sysdeps/posix/spawni.c: Use close_not_cancel instead of close.
	* sysdeps/unix/closedir.c: Use not-cancelable syscalls.
	* sysdeps/unix/opendir.c: Likewise.
2003-07-15 07:52:52 +00:00
..
bits Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
sys Update. 2003-04-19 16:57:17 +00:00
.cvsignore Tue May 14 14:07:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-14 20:30:25 +00:00
Makefile Update. 2003-07-15 07:52:52 +00:00
Versions Update. 2003-03-03 10:05:49 +00:00
ar.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
daemon.c Update. 2003-04-19 16:57:17 +00:00
dirname.c Update. 2002-04-04 08:12:33 +00:00
efgcvt.c * include/libc-symbols.h (__libc_freeres_fn_section, libc_freeres_fn): 2002-11-01 20:44:15 +00:00
efgcvt_r.c Update. 2002-08-25 04:51:08 +00:00
err.c * include/unistd.h (seteuid, setegid): Add libc_hidden_proto. 2002-08-13 00:24:58 +00:00
err.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
error.c Update. 2002-12-10 04:05:39 +00:00
error.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fstab.c * include/libc-symbols.h (__libc_freeres_fn_section, libc_freeres_fn): 2002-11-01 20:44:15 +00:00
fstab.h Update. 1999-10-09 21:56:43 +00:00
getpass.c Include wchar.h for prototypes. 2001-08-17 14:14:10 +00:00
getttyent.c * include/search.h: Use libc_hidden_proto for hsearch_r, lfind. 2002-08-04 01:29:29 +00:00
getusershell.c Update. 2001-07-17 08:32:35 +00:00
hsearch.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
hsearch_r.c * include/sys/resource.h: Use libc_hidden_proto for getpriority, 2002-08-04 03:50:21 +00:00
init-misc.c Update. 2002-03-03 19:43:30 +00:00
insremque.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
libgen.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
lsearch.c * include/search.h: Use libc_hidden_proto for hsearch_r, lfind. 2002-08-04 01:29:29 +00:00
mkdtemp.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
mkstemp.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
mkstemp64.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
mktemp.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
mntent.c * include/libc-symbols.h (__libc_freeres_fn_section, libc_freeres_fn): 2002-11-01 20:44:15 +00:00
mntent.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
mntent_r.c Update. 2002-04-09 20:36:24 +00:00
qefgcvt.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
qefgcvt_r.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
regexp.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
regexp.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
search.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
sgtty.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
stab.h Update. 1997-06-21 02:59:26 +00:00
syscall.h update from main archive 960107 1997-01-07 23:29:44 +00:00
sysexits.h Update. 1999-06-09 13:08:30 +00:00
syslog.c Update. 2003-07-15 07:52:52 +00:00
syslog.h initial import 1995-02-18 01:27:10 +00:00
tsearch.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-dirname.c Update. 2002-04-04 08:12:33 +00:00
tst-efgcvt.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-fdset.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-hsearch.c Update. 2002-01-29 08:25:15 +00:00
tst-mntent.c Update. 1999-07-26 01:47:15 +00:00
tst-tsearch.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
ttyent.h Update. 1999-10-09 21:56:43 +00:00
ttyslot.c Update. 1999-06-08 21:20:07 +00:00
ustat.h Thu Jul 18 04:33:21 1996 Roland McGrath <roland@baalperazim.frob.com> 1996-07-18 08:43:26 +00:00