Commit Graph

4200 Commits

Author SHA1 Message Date
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
Ulrich Drepper
a80c9ed4cd Update. 2000-01-05 17:22:52 +00:00
Ulrich Drepper
9e35df154c (struct _pthread_descr_struct): Move new elements to the end. 2000-01-05 17:22:33 +00:00
Ulrich Drepper
87baf1bdb9 Change lt_LT and lv_LV entries to use ISO-8859-13. 2000-01-05 17:18:01 +00:00
Ulrich Drepper
e24e8ce7ea Update. 2000-01-05 07:49:42 +00:00
Ulrich Drepper
16d53d7b63 Add lithunian entry. 2000-01-05 07:49:10 +00:00
Ulrich Drepper
e4cb92e442 Update. 2000-01-05 07:02:42 +00:00
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