Commit Graph

4057 Commits

Author SHA1 Message Date
Roland McGrath
72636075a2 . 2000-01-19 00:05:44 +00:00
Roland McGrath
26d9d26e27 2000-01-18 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/generic/bits/socket.h
	(__ss_aligntype, struct sockaddr_storage): Make these like Linux
	version, replacing old type name `__ss_align'.
2000-01-19 00:02:00 +00:00
Ulrich Drepper
f5b4ea3542 Regenerated 2000-01-18 10:55:25 +00:00
Ulrich Drepper
6b18a6f813 Update. 2000-01-18 10:54:09 +00:00
Ulrich Drepper
d578e57540 Fix expected result for test cases with * with no leading expression. 2000-01-18 10:53:48 +00:00
Ulrich Drepper
1c7b05e15f Don't call fstat, use STAT macro. 2000-01-18 10:26:16 +00:00
Ulrich Drepper
0e2398afe0 Fix includes. Define STAT. 2000-01-18 10:25:58 +00:00
Ulrich Drepper
90d7cc6c08 Define STAT. 2000-01-18 10:25:46 +00:00
Ulrich Drepper
83d8757d50 Update. 2000-01-18 10:18:24 +00:00
Ulrich Drepper
4067e12ae9 Terminate host name for NI_NOFQDN. 2000-01-18 10:17:59 +00:00
Ulrich Drepper
8d32aed20b Add internal_statvfs.c. 2000-01-18 10:06:42 +00:00
Ulrich Drepper
a4113cf5d7 Actual implementation of statvfs and fstatvfs. 2000-01-18 10:06:12 +00:00
Ulrich Drepper
ae90e6aeba Don't use fstatvfs since the open call would require read permission. 2000-01-18 10:05:40 +00:00
Ulrich Drepper
ae2acc75ba Move actual code in internal_statvfs.c. 2000-01-18 10:05:27 +00:00
Ulrich Drepper
1789b55e51 Update. 2000-01-18 09:57:13 +00:00
Ulrich Drepper
72f703ca87 Correct modifications done for PR1515. 2000-01-18 09:56:52 +00:00
Ulrich Drepper
dc01bb9d12 Update. 2000-01-18 09:37:19 +00:00
Ulrich Drepper
6df193f33f Include regex.h. 2000-01-18 09:36:59 +00:00
Ulrich Drepper
6e78648d7f Define RE_DUP_MAX correctly. 2000-01-18 09:36:38 +00:00
Ulrich Drepper
6614b6b619 (regex_compile): Return appropriate errors for unterminated brace expressions.
Detect invalid characters in brace expressions.
2000-01-18 09:36:26 +00:00
Ulrich Drepper
24a1434260 (RE_SYNTAX_POSIX_EXTENDED): Add RE_CONTEXT_INVALID_OPS. 2000-01-18 09:35:56 +00:00
Ulrich Drepper
809dfe56e0 Update. 2000-01-18 06:54:11 +00:00
Ulrich Drepper
94e43d7e51 (gaih_local): If name is given and AI_NUMERICHOST flag is set, return
an error.
2000-01-18 06:53:41 +00:00
Ulrich Drepper
9fb8f1ad06 Update. 2000-01-17 04:37:45 +00:00
Ulrich Drepper
7665a38198 (gaih_inet): Don't attempt name resolution if the hints included
AI_NUMERICHOST.
2000-01-17 04:37:21 +00:00
Ulrich Drepper
d33dc75ef5 Update. 2000-01-16 04:53:18 +00:00
Ulrich Drepper
b59c6665c3 Fix code generated if mmap2 is available when compiling but no at
runtime.
2000-01-16 04:52:59 +00:00
Ulrich Drepper
e81421899e Update. 2000-01-12 12:01:38 +00:00
Ulrich Drepper
8a4627636f Add aliases ISO-IR-199 and ISO-IR-203. 2000-01-12 12:00:04 +00:00
Ulrich Drepper
6051426cd0 (struct _pthread_rwlock_t): Define this name as well. 2000-01-12 11:58:41 +00:00
Ulrich Drepper
f9ee7d5f8e (PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP): New definition. 2000-01-12 11:58:29 +00:00
Ulrich Drepper
066e075998 Implement requirements about when readers should get locks assigned. 2000-01-12 11:58:14 +00:00
Ulrich Drepper
68606f4ed5 (queue_is_empty): New function. 2000-01-12 11:57:59 +00:00
Ulrich Drepper
0f226bf382 (pthread_free): Free read/write lock lists. 2000-01-12 11:57:45 +00:00
Ulrich Drepper
a97d2d557d (__pthread_initial_thread, pthread_manager_thread):
Add initializers for new fields.
2000-01-12 11:57:33 +00:00
Ulrich Drepper
cecbddd661 (pthread_readlock_info): New structure.
(_pthread_descr_struct): Add p_readlock_list, p_readlock_free, and
p_untracked_readlock_count.
2000-01-12 11:57:16 +00:00
Ulrich Drepper
6b2e305dbf Add ipv6 support for hosts. 2000-01-12 11:55:23 +00:00
Ulrich Drepper
8dd381edec Linux/Arm specific backward compatible getrlimit64 implementation. 2000-01-12 11:54:40 +00:00
Ulrich Drepper
de0b9f0675 Linux/Arm specific backward compatible setrlimit64 implementation. 2000-01-12 11:54:27 +00:00
Ulrich Drepper
813bce8934 Linux/Arm specific setrlimit64 implementation. 2000-01-12 11:54:11 +00:00
Ulrich Drepper
e47df17e36 Linux/Arm specific getrlimit64 implementation. 2000-01-12 11:54:01 +00:00
Ulrich Drepper
9c1a576a84 Linux/Arm specific getrlimit implementation. 2000-01-12 11:53:54 +00:00
Ulrich Drepper
f0a1d6285d Linux/Arm specific setrlimit implementation. 2000-01-12 11:53:47 +00:00
Ulrich Drepper
0edaac6e26 Add getrlimit, setrlimit, getrlimit64, setrlimit64 for GLIBC_2.1.3. 2000-01-12 11:52:07 +00:00
Ulrich Drepper
80d791d105 Add oldgetrlimit, oldsetrlimit. 2000-01-12 11:51:51 +00:00
Ulrich Drepper
9399dcc2b5 [subdir=resource] (sysdep_routines): Add oldgetrlimit64, oldsetrlimit64.
[subdir=misc] (sysdep_headers): Add sys/elf.h.
2000-01-12 11:51:36 +00:00
Ulrich Drepper
51a3dab930 Regenerated. 2000-01-12 11:49:54 +00:00
Ulrich Drepper
6671a6b699 Update from 2.2 branch. 2000-01-12 11:48:23 +00:00
Ulrich Drepper
80f9367232 Update. 2000-01-10 01:48:33 +00:00
Ulrich Drepper
6d41772af1 (UNDOARGS_5): Fix error in last change. 2000-01-10 01:48:28 +00:00