Ulrich Drepper
a7b99947ba
Don't include kernel-features.h.
2000-01-05 07:01:16 +00:00
Ulrich Drepper
c7c525dc10
Update.
2000-01-05 03:04:46 +00:00
Ulrich Drepper
666980df66
Redesigned how cancellation unblocks a thread from internal
...
cancellation points (sem_wait, pthread_join,
pthread_cond_{wait,timedwait}).
Cancellation won't eat a signal in any of these functions
(*required* by POSIX and Single Unix Spec!).
2000-01-05 03:04:25 +00:00
Ulrich Drepper
b6830421c4
Update.
2000-01-04 23:55:18 +00:00
Ulrich Drepper
15c77dca85
Use sysctl by preference to obtain port mapping information. Avoid use of
...
mprotect.
2000-01-04 23:54:52 +00:00
Ulrich Drepper
95ef2124cb
Update.
2000-01-04 19:56:15 +00:00
Ulrich Drepper
231e7d0e74
(s_ugetrlimit): Remove.
2000-01-04 19:55:19 +00:00
Ulrich Drepper
21e53eab06
(O_DIRECTORY, O_NOFOLLOW): Protect by ifdef __USE_GNU.
...
(O_LARGEFILE): Define depending on architecture size.
2000-01-04 19:55:10 +00:00
Ulrich Drepper
8e2af6d8b5
Add new defines from Linux 2.3.32.
2000-01-04 19:54:54 +00:00
Ulrich Drepper
94b0eba230
(mmap64): Remove weak alias.
2000-01-04 19:54:40 +00:00
Ulrich Drepper
5b835b253c
(__have_no_truncate64): Renamed from have_no_truncate64.
2000-01-04 19:54:24 +00:00
Ulrich Drepper
d67aee6432
Initialize __libc_multiple_libcs, needed for change in common symbol
...
handing in newer binutils.
2000-01-04 19:54:11 +00:00
Ulrich Drepper
a00efea063
(_HAVE_STRING_ARCH_mempcpy): Define.
2000-01-04 19:53:58 +00:00
Ulrich Drepper
ab13da2678
Update.
2000-01-04 00:39:11 +00:00
Ulrich Drepper
fe203ec1e3
Fix code for running on kernel without mmap2 syscall.
2000-01-04 00:38:42 +00:00
Ulrich Drepper
7adea5e6d1
Linux/Arm mmap64 implementation.
2000-01-03 23:24:17 +00:00
Ulrich Drepper
21ee1c6f7b
Remove mmap64 alias.
...
Optimise error handling a little.
2000-01-03 23:23:55 +00:00
Ulrich Drepper
f58579b4b3
Update.
2000-01-03 21:19:05 +00:00
Ulrich Drepper
19a2e0f085
Update.
2000-01-03 21:16:55 +00:00
Ulrich Drepper
0011d2ce79
(__strsep_g): Don't handle empty __S special.
2000-01-03 21:13:04 +00:00
Ulrich Drepper
b6c3ec446c
Definitions for math handling on Arm.
2000-01-03 03:49:23 +00:00
Ulrich Drepper
3edd1b758e
Update.
2000-01-03 01:19:53 +00:00
Ulrich Drepper
b47f767c5f
Pop registers after mmap2 call before handling error.
2000-01-03 01:19:03 +00:00
Ulrich Drepper
d8dcfafa87
Update.
2000-01-02 20:26:20 +00:00
Ulrich Drepper
225d817101
Handle unaligned offsets.
2000-01-02 20:25:30 +00:00
Ulrich Drepper
7e0b8d88d7
Update.
2000-01-02 20:06:39 +00:00
Ulrich Drepper
86f726612c
(__ksc5601_sym_to_ucs): Add mapping for 0xa2e6 and 0xa2e7.
...
(__ksc5601_sym_from_ucs): Add mapping back from U00AE and U20AC.
2000-01-02 20:05:41 +00:00
Ulrich Drepper
88da869295
(KSC5601_SYMBOL): Adjust for the two new mappings.
2000-01-02 20:04:06 +00:00
Ulrich Drepper
93f477eb79
Update.
2000-01-02 18:56:27 +00:00
Ulrich Drepper
bc775f8311
Formulate warning message stronger.
2000-01-02 18:55:38 +00:00
Ulrich Drepper
0dad5646f5
Update.
2000-01-02 18:50:10 +00:00
Ulrich Drepper
acf22e5e7c
Not needed, already covered.
2000-01-02 18:49:18 +00:00
Ulrich Drepper
69f8511ca1
(distribute): Remove baltic.c.
...
(modules): Remove BALTIC.
(gen-8bit-gap-modules): Remove baltic.
2000-01-02 18:48:12 +00:00
Ulrich Drepper
2b027c2fee
Remove BALTIC. It's the same as ISO-8859-13.
2000-01-02 18:47:37 +00:00
Ulrich Drepper
440296af99
Update.
2000-01-02 18:37:06 +00:00
Ulrich Drepper
e69f7c5b13
Correct return value for LINE == NULL.
2000-01-02 18:36:21 +00:00
Ulrich Drepper
a78020a0e2
Update.
2000-01-02 18:26:10 +00:00
Ulrich Drepper
7530dd39d7
[GLIBC_2.1.3] (libc): Export __sigsuspend.
2000-01-02 18:24:50 +00:00
Ulrich Drepper
ca247bb2aa
Update.
2000-01-02 18:16:15 +00:00
Ulrich Drepper
80a098f042
Test __USE_ISOC9X not __USE_ISOC99.
2000-01-02 18:13:34 +00:00
Geoff Keating
9e8d6b2409
* sysdeps/powerpc/dl-machine.c: Many minor formatting changes.
...
(OPCODE_LWZU): New macro.
(OPCODE_ADDIS_HI): New macro.
(OPCODE_LIS_HI): New macro.
(__elf_machine_runtime_setup): Change PLT code-generation scheme
for thread safety even with very large PLTs, better efficiency,
and to fix a cache-flushing bug.
(__elf_machine_fixup_plt): Likewise.
(__process_machine_rela): Don't use elf_machine_fixup_plt.
1999-12-29 23:31:16 +00:00
Ulrich Drepper
d632457529
English language locale for Botswana.
1999-12-29 03:04:52 +00:00
Ulrich Drepper
c17d13d1b9
English language locale for Zimbabwe.
1999-12-29 03:04:41 +00:00
Ulrich Drepper
e617b2708d
Update.
1999-12-29 03:04:09 +00:00
Ulrich Drepper
fa0483faf6
Protect definitions for math.h against double inclusion.
1999-12-29 03:03:42 +00:00
Ulrich Drepper
eb050c4c89
(glob): Pass alternate file access functions also in recursive call.
1999-12-29 03:03:12 +00:00
Ulrich Drepper
dcf1a33da4
(Running make install): Clearify that install_root should be an absolute file name.
1999-12-29 03:02:53 +00:00
Ulrich Drepper
21cc692952
Add NAD. Remove a few obsolete entries.
1999-12-29 03:02:12 +00:00
Ulrich Drepper
d4967fbb90
Update.
1999-12-28 22:10:02 +00:00
Ulrich Drepper
17b3b537bc
(__pthread_manager): Add one more cast to assignment of arg to prevent
...
warning on 64bit machines.
1999-12-28 22:09:19 +00:00