Commit Graph

4399 Commits

Author SHA1 Message Date
Ulrich Drepper
107d073a3f (pthread_handle_create): Store ID of new thread before clone call. 2000-03-23 22:19:52 +00:00
Ulrich Drepper
90db0d747a Update. 2000-03-22 18:17:55 +00:00
Ulrich Drepper
de0b6bf847 (__os_dirlist): Close directory if out of memory. 2000-03-22 18:16:51 +00:00
Ulrich Drepper
1ca61f6b9f Update. 2000-03-22 07:41:20 +00:00
Ulrich Drepper
f2acc9eccd Correct handling of patterns containing escaped wildcards (and no
unescaped ones) GLOB_ERR flag was being ignored in some situations.
2000-03-22 07:40:22 +00:00
Ulrich Drepper
88bf354d6a Update. 2000-03-21 21:10:48 +00:00
Ulrich Drepper
280574e055 (pthread_initialize): Test for address of __dso_handle being NULL, not value.
Use __on_exit, not on_exti.
2000-03-21 21:10:23 +00:00
Ulrich Drepper
69215adcae Update. 2000-03-21 05:10:49 +00:00
Ulrich Drepper
df224e2998 Add prototype for __cxa_atexit. 2000-03-21 05:09:36 +00:00
Ulrich Drepper
06c07ea152 (pthread_initialize): Instead of on_exit use __cxa_atexit if __dso_label is
available to allow unloading the libpthread shared library.
2000-03-21 05:07:44 +00:00
Ulrich Drepper
bc0f843527 Pretty print. 2000-03-21 04:56:33 +00:00
Ulrich Drepper
27a394d87b ($(rtld-version-installed-name)): Delay
replacing existing rtld-installed-name.
($(rtld-installed-name)): Request libc-$(version) be installed too.
replace existing rtld-installed-name using $(symbolic-link-prog).
2000-03-21 04:55:08 +00:00
Ulrich Drepper
73ff419a7e Update. 2000-03-21 04:54:43 +00:00
Ulrich Drepper
7978041b09 Also install handler for SIGTRAP. 2000-03-21 04:53:40 +00:00
Ulrich Drepper
e532b6c68c Update. 2000-03-17 18:33:54 +00:00
Ulrich Drepper
5496874540 Return with error if malloc fails. 2000-03-17 18:33:42 +00:00
Ulrich Drepper
eac320a40c Update. 2000-03-17 18:32:35 +00:00
Ulrich Drepper
6f15e33307 MAKEINFO is set to `:' from configure if it doesn't exist, correct checks. 2000-03-17 18:32:23 +00:00
Ulrich Drepper
457a0f08dc Update. 2000-03-17 18:30:03 +00:00
Ulrich Drepper
c3b4f1dc11 Restore correct UID. 2000-03-17 18:29:55 +00:00
Ulrich Drepper
727ba2cb08 nscd/hstcache.c 2000-03-17 18:29:33 +00:00
Ulrich Drepper
4281626dce Update. 2000-03-17 18:28:29 +00:00
Ulrich Drepper
d414a09ef7 (CPPFLAGS): Define for db2 directory. 2000-03-17 18:28:11 +00:00
Ulrich Drepper
72f78a5191 Include alpha.gcc ifdef HAVE_ASSEM_ALPHA_GCC. 2000-03-17 18:27:56 +00:00
Ulrich Drepper
a92a13f271 (TSL_SET): backport from db3. 2000-03-17 18:27:39 +00:00
Ulrich Drepper
0900b940fb Update. 2000-03-17 03:39:16 +00:00
Ulrich Drepper
33cdc16d09 Define pid_t and ssize_t.
(struct msgbuf): Rename mtype to __mtype and mtext to __mtext if not
__USE_GNU.
(msgsnd): Mark second parameter as const.
2000-03-17 03:38:23 +00:00
Ulrich Drepper
0f877634b8 Define uid_t, gid_t, and mode_t. 2000-03-17 03:36:58 +00:00
Ulrich Drepper
976529264c Define IPC_INFO only if __USE_GNU.
Define IPCOP_* constants only if __USE_GNU.
2000-03-17 03:36:07 +00:00
Ulrich Drepper
7d90639de2 Define msgqnum_t and msglen_t and use them in struct msqid_s. 2000-03-17 03:30:55 +00:00
Ulrich Drepper
6753786297 Define IPC_INFO only if __USE_GNU. 2000-03-17 03:30:19 +00:00
Ulrich Drepper
020ae3eb02 (I_GWROPT): Renamed from I_GWRSET.
Define FLUSHBAND, PROTMASK, SNDPIPE, and MUXID_ALL only if __USE_GNU.
(struct strpeek): Use t_uscalar_t.
(struct strfdinsert): Likewise.
(struct strioctl): Use gid_t and uid_t.  Rename fill to __fill.
2000-03-17 03:29:37 +00:00
Ulrich Drepper
800be20593 Mark second parameter as const. 2000-03-17 03:25:57 +00:00
Ulrich Drepper
12e2118743 Define gid_t and uid_t. 2000-03-17 03:25:11 +00:00
Ulrich Drepper
d3610bc571 Allow definition of key_t elsewhere. 2000-03-17 03:24:36 +00:00
Ulrich Drepper
b71889137b Define off_t and mode_t. 2000-03-17 03:24:04 +00:00
Ulrich Drepper
666a50491c Regenerated: autoconf sysdeps/unix/sysv/linux/configure.in 2000-03-17 02:27:19 +00:00
Ulrich Drepper
3176d3bc0e Update. 2000-03-16 21:30:04 +00:00
Ulrich Drepper
f301ec162b (__pthread_mutex_lock): Always initialize __m_owner.
(__pthread_mutex_trylock): Likewise.
(__pthread_mutex_unlock): Always clear __m_owner.
2000-03-16 21:29:42 +00:00
Andreas Jaeger
ed502f6b88 2000-03-15 Andreas Jaeger <aj@suse.de>
* locales/sl_SI: Fix entries for june and july.
	Reported by primoz.peterlin@biofiz.mf.uni-lj.si, closes PR
	libc/1648.
2000-03-16 11:10:26 +00:00
Ulrich Drepper
2c1ce4b36b Fix last change. 2000-03-15 07:53:39 +00:00
Ulrich Drepper
9f96178daa Update. 2000-03-15 07:53:09 +00:00
Ulrich Drepper
3fcbafec4e Update. 2000-03-15 07:41:23 +00:00
Ulrich Drepper
e34fe5cf43 (pthread_cond_wait): Check whether mutex is owned by current thread
and return error if not.
(pthread_cond_timedwait): Likewise.
2000-03-15 07:39:53 +00:00
Ulrich Drepper
3de79a4504 (platform): Add entry for Nautilus. 2000-03-15 07:22:44 +00:00
Ulrich Drepper
48b0f7f54b (_nl_C_LC_CTYPE): Fix the initializer order for _NL_CTYPE_TOXXXER32_EX. 2000-03-15 07:14:37 +00:00
Ulrich Drepper
5eab8a3ca5 Update. 2000-03-15 07:12:17 +00:00
Ulrich Drepper
39b12a8f8f (__pthread_once): Handle cancelled init function correctly.
(pthread_once_cancelhandler): New function.
2000-03-15 07:11:59 +00:00
Ulrich Drepper
39379f7ec3 Update from translation team. 2000-03-15 06:26:34 +00:00
Ulrich Drepper
c8926352d8 Update from tzdata2000d. 2000-03-15 06:01:14 +00:00