Commit Graph

3790 Commits

Author SHA1 Message Date
Ulrich Drepper
aef9895252 (internal_getpwuid_r): Always set errno to ENOENT when returning
NSS_STATUS_NOTFOUND.
1999-12-10 05:29:54 +00:00
Ulrich Drepper
49ba1af82b [NO_THREADS]: The mutex_* macros now let mutex_t work as an `in-use'
flag even without threads.
1999-12-10 05:29:37 +00:00
Ulrich Drepper
78e6e80068 (USE_ARENAS): New feature flag, controls support
for multiple arenas separately from NO_THREADS.
(mALLOc, chunk_realloc, mEMALIGn, cALLOc) [USE_ARENAS]: try to
fall back to an mmap()ed arena when sbrk() has failed.
1999-12-10 05:29:00 +00:00
Ulrich Drepper
ea189bb50a Update. 1999-12-09 19:06:45 +00:00
Ulrich Drepper
efe3296590 Remove getrlimit, setrlimit, getrlimit64, setrlimit64 for GLIBC_2.1.3. 1999-12-09 19:06:35 +00:00
Ulrich Drepper
eb01ff81e9 Add getrlimit, setrlimit, getrlimit64, setrlimit64 for GLIBC_2.1.3. 1999-12-09 19:06:23 +00:00
Ulrich Drepper
77c0c273ba Update. 1999-12-09 19:02:07 +00:00
Ulrich Drepper
1b7b7e2e3b Add rules for oldgetrlimit and oldsetrlimit. 1999-12-09 19:01:44 +00:00
Ulrich Drepper
c11e73d4c0 Move oldgetrlimit and oldsetrlimit rules into 32-bit arch subdirs. 1999-12-09 19:01:33 +00:00
Ulrich Drepper
3647dfe4dd Update. 1999-12-08 16:52:32 +00:00
Ulrich Drepper
deb5e0dfd7 Correctly transfer last patch from 2.2 branch. 1999-12-08 16:51:14 +00:00
Ulrich Drepper
a18b920d57 Update. 1999-12-08 09:17:40 +00:00
Ulrich Drepper
2895ebc0c2 (gaih_inet): Don't fail if host has only IPv6 address. 1999-12-08 09:16:44 +00:00
Ulrich Drepper
b46de6483e Update. 1999-12-08 08:44:14 +00:00
Ulrich Drepper
df39448501 (__memset_gc, __mempcpy_small, __strcpy_small, __stpcpy_small): Cast
switch expressions to int to shut up compiler warnings.
1999-12-08 08:43:22 +00:00
Ulrich Drepper
3ae9d7156e Add U066A, UFE80, UFE81, UFE83, UFE85, and UFE8B. 1999-12-08 08:27:46 +00:00
Ulrich Drepper
8a70a93200 Add mapping for /x25, /xc1, /xc2, /xc3, /xc4, and /xc6. 1999-12-08 08:26:29 +00:00
Ulrich Drepper
2875ded2f1 Fix typo in /x95 entry. 1999-12-08 08:08:02 +00:00
Ulrich Drepper
9fed248dc2 Correct 0x95 entry. 1999-12-08 08:05:54 +00:00
Ulrich Drepper
4fd7929a20 Add /xEC. 1999-12-08 08:02:12 +00:00
Ulrich Drepper
8478395050 Add U0300 and U0301. 1999-12-08 08:00:54 +00:00
Ulrich Drepper
236499edff Add Euro. 1999-12-08 07:57:10 +00:00
Ulrich Drepper
4dab98b479 Map /xB4 to U0384. 1999-12-08 07:53:59 +00:00
Ulrich Drepper
c8f137ebce Update. 1999-12-08 07:36:51 +00:00
Ulrich Drepper
899b7ef93b (elf_machine_rel): Fixup R_ARM_PC24 relocs if possible. 1999-12-08 07:35:52 +00:00
Ulrich Drepper
c6b3542e00 Update. 1999-12-08 05:00:33 +00:00
Ulrich Drepper
ee8c334d8c Update. 1999-12-08 04:58:58 +00:00
Ulrich Drepper
b8b3fb1ee0 (from_ansi_x3_110): Don't increment pointers if character is illegal. 1999-12-08 04:57:38 +00:00
Ulrich Drepper
fb53ca325b Update. 1999-12-08 04:35:03 +00:00
Ulrich Drepper
521c959a8c (gen_steps): Set __counter initialy to 1.
(increment_counter): New function.  Broken out of find_derivation.
(find_derivation): No need for a lock.  Increment counter only when
the derivation was already available.
1999-12-08 04:34:17 +00:00
Ulrich Drepper
c8f1ce4ae8 (known_compare): We have to use strcmp. 1999-12-08 04:03:45 +00:00
Ulrich Drepper
e872755faf Update. 1999-12-07 06:00:06 +00:00
Ulrich Drepper
15aa59d84c Correct ISO646-PT2 alias. Add SHIFT_JIS alias. 1999-12-07 05:59:14 +00:00
Ulrich Drepper
590cd54156 (CHARSET_NAME): Fix typo. 1999-12-07 05:58:35 +00:00
Ulrich Drepper
61eb885f7c Update. 1999-12-02 18:30:08 +00:00
Ulrich Drepper
f0bb14aa7f Really use already_called variable. 1999-12-02 18:27:19 +00:00
Ulrich Drepper
123f2f2aa4 Update. 1999-12-02 08:28:56 +00:00
Ulrich Drepper
301cb77e4f Backward compatible Linux/SPARC64 setrlimit64 implementation. 1999-12-02 08:27:59 +00:00
Ulrich Drepper
762de207f5 Backward compatible Linux/SPARC64 getrlimit64 implementation. 1999-12-02 08:27:49 +00:00
Ulrich Drepper
1582d4a5e4 Backward compatible Linux/Alpha setrlimit64 implementation. 1999-12-02 08:27:32 +00:00
Ulrich Drepper
c46d17e57b Backward compatible Linux/Alpha getrlimit64 implementation. 1999-12-02 08:27:24 +00:00
Ulrich Drepper
4139e5f022 Linux setrlimit64 implementation. 1999-12-02 08:27:07 +00:00
Ulrich Drepper
0e14d2b650 Backward compatible Linux setrlimit64 implementation. 1999-12-02 08:27:00 +00:00
Ulrich Drepper
5a598f8471 Backward compatible Linux getrlimit64 implementation. 1999-12-02 08:26:54 +00:00
Ulrich Drepper
7d68bf2b07 Linux getrlimit64 implementation. 1999-12-02 08:26:44 +00:00
Ulrich Drepper
cecc40e1b7 Linux getrlimit implementation. 1999-12-02 08:26:36 +00:00
Ulrich Drepper
f81e8a0697 Fix signedness of __rlim_t and __rlim64_t. 1999-12-02 08:26:02 +00:00
Ulrich Drepper
d1a3066677 Add oldsetrlimit and oldgetrlimit. 1999-12-02 08:25:35 +00:00
Ulrich Drepper
d095d9e7f9 Correct handling of old and new kernel version. Add symbol versions. 1999-12-02 08:25:02 +00:00
Ulrich Drepper
4bf6e7d192 Add getrlimit, setrlimit, getrlimit64 and setrlimit64 to version GLIBC_2.1.3. 1999-12-02 08:24:51 +00:00