Commit Graph

4173 Commits

Author SHA1 Message Date
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
Ulrich Drepper
29ac224725 (CLEAR_CACHE): System calls clobber R0.
(dl_platform_init): Allow _dl_platform to be NULL.
2000-01-10 01:48:07 +00:00
Roland McGrath
30d5df3d0a . 2000-01-09 02:39:45 +00:00
Roland McGrath
75249dce2a 2000-01-08 Mark Kettenis <kettenis@gnu.org>
* sysdeps/mach/hurd/setitimer.c (quantize_timeval): New function.
	(setitimer_locked): Use it to quantize the timer values.  Use
	quantized timer values to check if the timeout changed.
2000-01-09 02:39:33 +00:00
Ulrich Drepper
5d488fcb91 Update. 2000-01-08 05:14:25 +00:00
Ulrich Drepper
87cbd5b727 Declare __libc_lseek.
Move __libc_open and __libc_open64 to fcntl.h.
2000-01-08 05:13:58 +00:00
Ulrich Drepper
820aa71c42 Declare __libc_fcntl.
Move __libc_open and __libc_open64 to here.
2000-01-08 05:13:37 +00:00
Andreas Jaeger
6154bf4170 2000-01-06 Andreas Jaeger <aj@suse.de>
* pthread.c: Correct last patch: Remove extra initializers.
2000-01-06 09:37:15 +00:00
Ulrich Drepper
6e9aeb526d Update. 2000-01-06 04:53:26 +00:00
Ulrich Drepper
eb9345dd53 Distribute oldgetrlimit64.c and oldsetrlimit64.c. 2000-01-06 04:51:04 +00:00
Ulrich Drepper
e784d15afa Distribute sys/elf.h and sys/procfs.h. 2000-01-06 04:50:34 +00:00
Roland McGrath
5b8d7f794f . 2000-01-06 04:25:47 +00:00
Roland McGrath
823e48fd54 2000-01-05 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/generic/lseek64.c (__libc_lseek64): Renamed from __lseek64.
	(__lseek64, lseek64): Make these weak aliases for __libc_lseek64.
	* sysdeps/mach/hurd/lseek.c (__libc_lseek): Renamed from __lseek.
	(__lseek, lseek): Make these weak aliases for __libc_lseek.
	* sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Renamed from __fcntl.
	(__fcntl, fcntl): Make these weak aliases for __libc_fcntl.
	* sysdeps/mach/hurd/open.c (__libc_open): Renamed from __open.
	(__open, open): Make these weak aliases for __libc_open.
2000-01-06 04:19:23 +00:00
Roland McGrath
d1f752d6cd 2000-01-05 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/generic/bits/socket.h (enum __socket_type): Remove
	trailing comma.
	(anonymous enum for MSG_*): Likewise.
	(anonymous enum for SO_*): Likewise.
2000-01-06 04:19:17 +00:00
Ulrich Drepper
9169c8a8ef Update. 2000-01-06 01:40:17 +00:00
Ulrich Drepper
1474476638 Remade for stable-2.1.3 2000-01-06 01:27:47 +00:00
Ulrich Drepper
05f96b6272 Update. 2000-01-06 00:35:12 +00:00
Ulrich Drepper
05ab7b8a00 (distribute): Add frame.h. 2000-01-06 00:34:21 +00:00
Ulrich Drepper
14221db636 Update. 2000-01-06 00:08:33 +00:00
Ulrich Drepper
d84ede1f72 Add `fault_address'. 2000-01-06 00:07:11 +00:00
Ulrich Drepper
052a41dd96 (ADVANCE_STACK_FRAME): New macro.
(GET_FRAME): Apply above to returned value.
2000-01-06 00:06:34 +00:00
Ulrich Drepper
90dc2e33ac (struct layout): Delete definition; include frame.h instead.
(__backtrace): Use ADVANCE_STACK_FRAME.
2000-01-06 00:06:01 +00:00
Ulrich Drepper
2103c5d7b3 (struct layout): Delete definition; include the above file instead. 2000-01-06 00:05:21 +00:00
Ulrich Drepper
1b55455e34 Arm specific stack layout. 2000-01-06 00:05:05 +00:00
Ulrich Drepper
aabe5951d6 Generic stack layout description. 2000-01-06 00:04:39 +00:00
Ulrich Drepper
26a51b62fe Update. 2000-01-05 21:36:31 +00:00
Ulrich Drepper
77805965c4 Add support for SOCK_RAW. 2000-01-05 21:31:46 +00:00
Roland McGrath
512f07e2a7 . 2000-01-05 21:25:06 +00:00
Roland McGrath
a08c867f6c 2000-01-05 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/mach/hurd/errnos.awk: Rediddle to collect lines and print
	them all at the end, eliding the final comma.
	* sysdeps/mach/hurd/bits/errno.h: Regenerated.
2000-01-05 21:23:48 +00:00
Ulrich Drepper
61b0a73cba Update. 2000-01-05 20:50:58 +00:00
Ulrich Drepper
045cb2cf97 (process_entry): Cache object dev/inode only for directories. 2000-01-05 20:49:54 +00:00
Ulrich Drepper
38c33a344c Update. 2000-01-05 17:52:00 +00:00
Ulrich Drepper
33c01bff29 (__pthread_initial_thread, pthread_manager_thread): Adjust
initializers for struct _pthread_descr_struct change.
2000-01-05 17:51:40 +00:00
Ulrich Drepper
bf7346e744 (process_block): Add cast to avoid warning. 2000-01-05 17:26:33 +00:00
Ulrich Drepper
5f67ab7e7a Follow change from glibc 2.2 and don't include <asm/io.h>. 2000-01-05 17:25:19 +00:00