Commit Graph

4258 Commits

Author SHA1 Message Date
Ulrich Drepper
51b72beed0 Update from translation team. 2000-02-20 17:53:55 +00:00
Ulrich Drepper
59bacefe2a Update. 2000-02-20 03:00:03 +00:00
Ulrich Drepper
a27d94f682 (prgregset_t): Define using elf_gregset_t.
(prfpregset_t): Define using elf_fpregset_t.
2000-02-20 02:59:04 +00:00
Ulrich Drepper
0850e9d13d Add definition of _libc_fpreg and _libc_fpstate and use it to define
fpregset_t.
2000-02-20 02:58:31 +00:00
Ulrich Drepper
b347eb6347 Update. 2000-02-19 08:11:42 +00:00
Ulrich Drepper
4b7b4cb4ac (prfpregset_t): Define as pointer to fpregset_t. 2000-02-19 08:10:45 +00:00
Ulrich Drepper
da3829e1fe Include <sys/user.h>.
Make fpregset_t definition compatible with definition in 2.1.2 and before.
(struct ucontext): Use fpregset_t.
2000-02-19 08:10:12 +00:00
Ulrich Drepper
53ab923fdc Update. 2000-02-19 05:28:14 +00:00
Ulrich Drepper
cec34dbcb9 (strnlen): Add cast to prevent warning. 2000-02-19 05:27:17 +00:00
Ulrich Drepper
c5f2625149 Update. 2000-02-18 17:22:10 +00:00
Ulrich Drepper
970d95a453 (handle_request): Don't abort() if unknown command is sent. 2000-02-18 17:21:11 +00:00
Ulrich Drepper
084fd937b8 Update. 2000-02-18 07:32:41 +00:00
Ulrich Drepper
1b2e126979 (cache_addhst): Don't cache name->record entries if more than one IP
address is available.
2000-02-18 07:31:49 +00:00
Ulrich Drepper
5c4fd0fe6e Fix typo. 2000-02-17 19:33:40 +00:00
Ulrich Drepper
366878deb8 Update. 2000-02-17 19:30:09 +00:00
Ulrich Drepper
39272b79a8 (ctype?staetup): Correct initialization of class_collection256. 2000-02-17 19:29:33 +00:00
Ulrich Drepper
abb1b612af Update. 2000-02-17 18:38:00 +00:00
Ulrich Drepper
2b8eee9a0e Sync with kernel. 2000-02-17 18:35:40 +00:00
Ulrich Drepper
b320b12583 Update. 2000-02-17 00:30:37 +00:00
Ulrich Drepper
04e49c1bdb Correct prototype for __syscall_mmap2. 2000-02-17 00:30:21 +00:00
Ulrich Drepper
cf45788d54 Update. 2000-02-17 00:28:20 +00:00
Ulrich Drepper
d6def4fb11 Rewrite __syscall_execve prototype to avoid warnings. 2000-02-17 00:28:13 +00:00
Ulrich Drepper
ef5abbf817 Regenerated from source files 2000-02-16 18:42:19 +00:00
Ulrich Drepper
bf93d31b13 Update. 2000-02-16 18:36:51 +00:00
Ulrich Drepper
08f8ddf163 Italian message translations for glibc. 2000-02-16 18:36:23 +00:00
Ulrich Drepper
61d2848232 Update from translation team. 2000-02-16 18:35:54 +00:00
Ulrich Drepper
be8ed0acfb Update. 2000-02-16 18:32:32 +00:00
Ulrich Drepper
ab4b92a8d4 Linux/PPC ftruncate64 implementation. 2000-02-16 18:30:25 +00:00
Ulrich Drepper
b13072d7e4 Linux/PPC mmap64 implementation. 2000-02-16 18:30:07 +00:00
Ulrich Drepper
da35abcb1f Linux/PPC truncate64 implementation. 2000-02-16 18:29:51 +00:00
Ulrich Drepper
0c6651afb4 Add s_fstat64, s_ftruncate64, s_lstat64, s_mmap2, s_stat64, s_truncate64. 2000-02-16 18:29:07 +00:00
Ulrich Drepper
ddb63e4535 Update. 2000-02-15 01:58:29 +00:00
Ulrich Drepper
8b4be9076a Disable raising exception, not enabling it. 2000-02-15 01:57:11 +00:00
Ulrich Drepper
2136ab5106 Don't look for signal 0 since it does not exist. 2000-02-15 01:50:45 +00:00
Ulrich Drepper
68182ca72e Update. 2000-02-15 01:44:31 +00:00
Ulrich Drepper
7e841d3a10 (dl_main): Fix check for references to dynamic linker. 2000-02-15 01:44:13 +00:00
Ulrich Drepper
59b5910f05 (pthread_cond_timedwait_relative_old): Tight loop with nanosleep does not
work either.  Get absolute time inside the loop.
(pthread_cond_timedwait_relative_new): Likewise.
2000-02-15 01:31:08 +00:00
Ulrich Drepper
3240f0ab71 Update. 2000-02-14 18:10:02 +00:00
Ulrich Drepper
7e505f7e69 (_iopl, _ioperm): Add Rebel-NetWinder to platform table so _ioperm platform
lookup via /proc/cpuinfo works on later version NetWinders.
2000-02-14 18:09:16 +00:00
Ulrich Drepper
f4e4fcb0dc Domain of opcode is not large enough so test for overflow and handle it. 2000-02-13 19:38:55 +00:00
Ulrich Drepper
7fe907641d Update. 2000-02-13 19:38:25 +00:00
Ulrich Drepper
82b083a22a Update. 2000-02-13 08:10:23 +00:00
Ulrich Drepper
0ef0d3838e (pthread_cond_timedwait_relative_old): Undo last patch but keep the code
around.  A bug in the kernel prevent us from using the code.
(pthread_cond_timedwait_relative_new): Likewise.
2000-02-13 08:09:42 +00:00
Ulrich Drepper
ac7896b56e Use __ctype32_tolower and __ctype32_toupper. 2000-02-13 07:33:06 +00:00
Ulrich Drepper
f00fa75c66 (repertoire_find_value): Declare. 2000-02-13 07:31:22 +00:00
Ulrich Drepper
26ddfa2730 (repertoire_find_value): New function.
(repertoire_read): Remove third parameter from charset_new_char call.
2000-02-13 07:30:47 +00:00
Ulrich Drepper
d7a5e01348 (struct localedef_t): Add repertoire element. 2000-02-13 07:29:49 +00:00
Ulrich Drepper
3d5f749a8c (locfile_read): Initialize locfile->repertoire. Pass repertoire to
ctype_class_from, ctype_class_to, ctype_map_from, and ctype_map_to
calls.
2000-02-13 07:29:13 +00:00
Ulrich Drepper
61a56881be Update prototypes of ctype_class_from, ctype_class_to, ctype_map_from,
and ctype_map_to.
2000-02-13 07:27:34 +00:00
Ulrich Drepper
8364f805c5 Many many changes to generate wide character classification and
mapping tables correctly.
2000-02-13 07:26:26 +00:00