Ulrich Drepper
b8d8a25b24
Update.
1999-08-24 22:43:30 +00:00
Ulrich Drepper
f6aaf5272f
Update for changed cookie definitions in libio.h.
1999-08-24 22:43:14 +00:00
Ulrich Drepper
e8628d1b29
Update.
1999-08-24 20:56:56 +00:00
Ulrich Drepper
6e1cc1f501
Add new constants from Linux 2.3.15.
1999-08-24 20:56:40 +00:00
Ulrich Drepper
66366ecc0e
Update.
1999-08-24 20:51:21 +00:00
Ulrich Drepper
e069581c70
Add execve syscall.
1999-08-24 20:50:39 +00:00
Roland McGrath
fe68c72be5
1999-08-23 Mark Kettenis <kettenis@gnu.org>
...
* hurd/hurdsig.c (_hurd_internal_post_signal): Add missing else.
1999-08-23 21:03:22 +00:00
Ulrich Drepper
8b8fd1a8d6
Update.
1999-08-23 17:52:24 +00:00
Ulrich Drepper
b887ee2281
Define SIGCONTEXT_EXTRA_ARGS.
1999-08-23 17:51:34 +00:00
Ulrich Drepper
625b5535c8
(pthread_sighandler): Add SIGCONTEXT_EXTRA_ARGS to call to signal
...
handler.
1999-08-23 17:46:43 +00:00
Ulrich Drepper
5806e9e7ff
Update.
1999-08-23 17:38:48 +00:00
Ulrich Drepper
bd6da23cad
(re_match_2_internal): Correct check for charset after exactn in loop.
1999-08-23 17:38:16 +00:00
Ulrich Drepper
07a4e1cf8e
Update.
1999-08-23 04:09:43 +00:00
Ulrich Drepper
f91afe2d2d
Add execve syscall.
1999-08-23 04:09:18 +00:00
Ulrich Drepper
6c5f7284af
Update.
1999-08-22 22:55:15 +00:00
Ulrich Drepper
29b436a764
Define documented cookie types.
1999-08-22 22:52:18 +00:00
Roland McGrath
92013f98ef
.
1999-08-22 22:18:55 +00:00
Roland McGrath
a0308b1212
1999-08-22 Mark Kettenis <kettenis@gnu.org>
...
* hurd/new-fd.c (_hurd_new_fd): Initialize fcntl flags.
* hurd/port2fd.c (_hurd_port2fd): Reset the fcntl flags when
installing PORT in the descriptor cell.
1999-08-22 22:18:46 +00:00
Ulrich Drepper
4169fe63e6
Update.
1999-08-21 04:53:29 +00:00
Ulrich Drepper
d56532fe29
Define weak alias execve.
1999-08-21 04:52:27 +00:00
Ulrich Drepper
570440a2c0
Update.
1999-08-20 23:45:53 +00:00
Ulrich Drepper
c7eecb53b2
Undo last change.
1999-08-20 23:45:31 +00:00
Ulrich Drepper
a2c3a8a754
Undo last change but correct comment saying < 0 is ok for size type.
1999-08-20 23:44:59 +00:00
Ulrich Drepper
863ac339aa
Regenerated.
1999-08-20 19:32:31 +00:00
Ulrich Drepper
82372ea939
Pass sigcontext through wrapper to the user function.
1999-08-20 19:30:19 +00:00
Ulrich Drepper
6c7eaa9206
Update.
1999-08-20 19:30:08 +00:00
Ulrich Drepper
99731fbaae
Update.
1999-08-20 19:01:57 +00:00
Ulrich Drepper
d2e1ff2889
(__pthread_kill_other_threads_np): Reset signal handlers for the
...
signals we used in the thread implementation here.
1999-08-20 19:01:29 +00:00
Ulrich Drepper
3756823b75
(__pthread_reset_main_thread): Undo last change.
1999-08-20 18:58:56 +00:00
Ulrich Drepper
69bb9f499e
Correct last patch.
1999-08-20 18:24:42 +00:00
Ulrich Drepper
7c9b5e4d47
Allocate buffer large enough not only if size == 0, but also for size < 0.
1999-08-20 18:07:55 +00:00
Ulrich Drepper
60c74efa35
Update.
1999-08-20 16:55:34 +00:00
Ulrich Drepper
6083735ab9
Allocate array name of correct size.
1999-08-20 16:54:55 +00:00
Ulrich Drepper
0d69c39a64
Update.
1999-08-20 15:50:56 +00:00
Ulrich Drepper
813e69352a
Don't allow use with _FILE_OFFSET_BITS=64.
1999-08-20 15:50:15 +00:00
Ulrich Drepper
089d0bcd7f
Update.
1999-08-20 15:47:30 +00:00
Ulrich Drepper
4d2d58a467
Copy over missing changes from mainline.
1999-08-20 15:45:28 +00:00
Ulrich Drepper
2ef76f6528
(_dl_start): Add missing declaration of cnt.
1999-08-20 15:41:26 +00:00
Ulrich Drepper
9c63378327
Fix typo in last change.
1999-08-20 15:20:44 +00:00
Roland McGrath
bdb64f57f1
.
1999-08-20 03:46:30 +00:00
Roland McGrath
8595b3b943
1999-08-19 Roland McGrath <roland@baalperazim.frob.com>
...
* sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Mark OPTION and
TIMEOUT as outputs of the asm to indicate that the signal thread
might mutate them.
* hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Short circuit to plain
mach_msg if only sending or only receiving (i.e., not an RPC). When
making an RPC that might get interrupted, save OPTION and the portion
of the message buffer that gets clobbered by an EINTR reply message,
and properly restore them before attempting to retry the request
message send.
1999-08-20 03:45:14 +00:00
Ulrich Drepper
28f2b23e68
Update.
1999-08-20 00:41:16 +00:00
Ulrich Drepper
1f6935a45f
(__pthread_reset_main_thread): Reset signal handlers for the signals we used
...
in the thread implementation.
1999-08-20 00:32:37 +00:00
Ulrich Drepper
8de1cf5ef0
Update.
1999-08-20 00:17:18 +00:00
Ulrich Drepper
ca0f823519
Export __pthread_kill_other_threads_np from libpthread for GLIBC_2.1.2.
1999-08-20 00:16:44 +00:00
Ulrich Drepper
0c7bbb0c5a
Linux specific execve implementation.
1999-08-20 00:15:11 +00:00
Ulrich Drepper
01998b2942
(_dl_start): Initialize bootstrap_map.l_info to zero.
1999-08-19 23:19:21 +00:00
Ulrich Drepper
4086f80da4
Update.
1999-08-19 21:01:01 +00:00
Ulrich Drepper
d36f40995a
Add change from main branch.
1999-08-19 21:00:36 +00:00
Ulrich Drepper
7658a957b3
Update.
1999-08-19 20:22:20 +00:00