Commit Graph

8316 Commits

Author SHA1 Message Date
Ulrich Drepper
17b5aef5f3 Code to be re-exported. 2002-05-21 00:25:28 +00:00
Ulrich Drepper
44d76f3aec Update. 2002-05-20 20:12:45 +00:00
Ulrich Drepper
ca7a59c287 (THREAD_SELF): Remove clobber. 2002-05-20 20:10:33 +00:00
Ulrich Drepper
a156ce100f Update. 2002-05-20 19:05:31 +00:00
Ulrich Drepper
01a0cc8db0 Update to match xgettext 0.11 output. 2002-05-20 19:04:19 +00:00
Ulrich Drepper
59a4828912 (libc.pot): Don't sort the output. 2002-05-20 19:04:03 +00:00
Ulrich Drepper
653d620871 Update. 2002-05-16 00:19:43 +00:00
Ulrich Drepper
9d4e563caf (fdim): Add __THROW.
(fdimf): Likewise.
2002-05-16 00:18:09 +00:00
Ulrich Drepper
b11528da05 Update. 2002-05-15 21:33:27 +00:00
Ulrich Drepper
5512ea4d18 Fix int_curr_symbol. 2002-05-15 21:33:02 +00:00
Ulrich Drepper
51331f3e02 Update. 2002-05-15 00:29:57 +00:00
Ulrich Drepper
b98558d037 Update from translation team. 2002-05-15 00:29:05 +00:00
Ulrich Drepper
e04b25ff1a Update. 2002-05-14 21:44:04 +00:00
Ulrich Drepper
61ea97abdf (__posix_memalign): Correct check for size of alignment value. 2002-05-14 21:41:26 +00:00
Roland McGrath
3f7c7ac41a . 2002-05-13 01:50:10 +00:00
Roland McGrath
85b9539f23 2002-05-12 Roland McGrath <roland@frob.com>
* mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
	files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
2002-05-13 01:49:57 +00:00
Roland McGrath
a79fccef13 2002-05-13 Marcus Brinkmann <marcus@gnu.org>
* hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
        Allocate three, not two, more than LEN when appending '/.'.
        * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
        if NAME ends with '/.' if it is shorter than 2 chars.
2002-05-13 01:49:55 +00:00
Roland McGrath
0ef1284028 . 2002-05-13 01:30:30 +00:00
Roland McGrath
0275550858 2002-05-12 Roland McGrath <roland@frob.com>
* hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
	file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
2002-05-13 01:30:16 +00:00
Andreas Jaeger
c80997f90c Update. 2002-05-09 08:16:31 +00:00
Andreas Jaeger
1ddd6effc3 Merge from mainline. 2002-05-09 08:11:38 +00:00
Roland McGrath
73e0046772 . 2002-05-08 22:03:38 +00:00
Roland McGrath
83484d6332 2002-05-08 Roland McGrath <roland@frob.com>
* hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
	O_NOTRANS flag in "." lookup.
2002-05-08 22:03:32 +00:00
Andreas Jaeger
dfea38e9f4 Merge from mainline. 2002-05-08 13:49:11 +00:00
Roland McGrath
1dcca40112 . 2002-04-30 19:17:50 +00:00
Roland McGrath
adfce7a671 2002-04-29 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/configure.in: Set stdio=libio by default.
	* sysdeps/mach/hurd/configure: Regenerated.
2002-04-30 19:17:31 +00:00
Ulrich Drepper
ab4901a7a5 Update. 2002-04-29 04:33:34 +00:00
Ulrich Drepper
04caa0acab (glob): Don't pass GLOB_NOMAGIC flag to glob_in_dir. 2002-04-29 04:26:37 +00:00
Roland McGrath
efeebe42b6 . 2002-04-28 20:11:20 +00:00
Roland McGrath
36d9a1779f 2002-04-28 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/i386/sys/io.h: New file.
	* sysdeps/mach/hurd/i386/ioperm.c: New file.
	* sysdeps/mach/hurd/i386/Dist: Add them.
	* sysdeps/mach/hurd/i386/Versions
	(libc: GLIBC_2.2.6): New set, add ioperm.
	* sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
	(sysdep_routines): Append ioperm here.
	(sysdep_headers): Append sys/io.h here.
	* sysdeps/mach/i386/configure.in: New file.
	Check to set HAVE_I386_IO_PERM_MODIFY.
	* config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
	* sysdeps/mach/i386/configure: New file.
	* mach/Makefile (user-interfaces): Add i386/mach_i386 to the list.
2002-04-28 20:09:03 +00:00
Ulrich Drepper
686bd02afb Update. 2002-04-26 20:36:24 +00:00
Ulrich Drepper
e2560b3364 Copied from i386/semctl.c.
(__old_semctl, __new_semctl): Only use va_arg if the argument will be used.
2002-04-26 20:35:02 +00:00
Ulrich Drepper
92a8beb5ec Update. 2002-04-26 07:58:39 +00:00
Ulrich Drepper
51b458612c Fix recovery code. 2002-04-26 07:53:32 +00:00
Ulrich Drepper
2a202e2ba1 Update. 2002-04-25 00:17:06 +00:00
Ulrich Drepper
b0f8043480 Add getunwind for GLIBC_2.2.6. 2002-04-25 00:16:00 +00:00
Ulrich Drepper
9fe0a1210a Update. 2002-04-24 21:08:14 +00:00
Ulrich Drepper
e3cc0be3b3 (open_verify): Correct __lseek parameters. 2002-04-24 21:07:00 +00:00
Ulrich Drepper
5dc31a5ac3 Update. 2002-04-24 20:26:40 +00:00
Ulrich Drepper
1d87889e25 (MAX_NEEDED_FROM): Set to 4.
(BODY for FROM_LOOP): Fix comparisons between inptr and inend.
2002-04-24 20:25:33 +00:00
Ulrich Drepper
fe66dac826 (EMIT_SHIFT_TO_INIT): Fix modification mask of data->__statep->__count. 2002-04-24 20:24:03 +00:00
Ulrich Drepper
a9fda15ea9 Fix the Unicode values for LETTER H WITH CARON. 2002-04-24 20:16:02 +00:00
Andreas Jaeger
ff5cb24426 Update. 2002-04-22 11:54:29 +00:00
Andreas Jaeger
6cc721dfbd Merge from mainline. 2002-04-22 11:54:03 +00:00
Andreas Jaeger
0456802e01 Update. 2002-04-22 06:02:14 +00:00
Andreas Jaeger
6b5f2c6212 Merge from mainline. 2002-04-22 05:59:13 +00:00
Ulrich Drepper
bff0b715d1 Update. 2002-04-21 17:58:41 +00:00
Ulrich Drepper
5e52b9581b Declare strerror_r also for XPG6. 2002-04-21 17:53:00 +00:00
Ulrich Drepper
8bb4f9da71 (authnone_create_once): Don't use INTUSE here. 2002-04-20 23:18:22 +00:00
Roland McGrath
c2dd668c3e . 2002-04-20 21:30:33 +00:00