Commit Graph

8394 Commits

Author SHA1 Message Date
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
Roland McGrath
fe9b233f99 2002-04-19 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
2002-04-20 21:28:19 +00:00
Ulrich Drepper
bdd6905b61 Update. 2002-04-20 19:10:11 +00:00
Ulrich Drepper
5a20853c07 (__rpc_thread_destroy): No need to free authnone_private_s. 2002-04-20 19:08:20 +00:00
Ulrich Drepper
b0754e9ddc Include bits/libc-lock.h.
Delete #ifdef _RPC_THREAD_SAFE_ block.
(authnone_private): Make a struct, not a pointer to struct.
(authnone_private_guard): New once-control variable.
(authnone_create_once): New function, split out of
authnone_create.  No need to allocate memory.
(authnone_create): Just call authnone_create_once via
__libc_once, then return &authnone_private->no_client.
(authnone_marshal): Access private data via CLIENT argument,
not authnone_private pointer.
Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
2002-04-20 19:08:08 +00:00
Ulrich Drepper
34bdb9386b (struct rpc_thread_variables): Remove authnone_private_s. 2002-04-20 19:07:45 +00:00
Ulrich Drepper
d8dfc74877 Update. 2002-04-20 17:20:49 +00:00
Ulrich Drepper
d1e467ab58 (clntraw_create): Properly set xdrs and client. 2002-04-20 17:20:14 +00:00
Ulrich Drepper
cf27aecd19 Update. 2002-04-20 01:50:13 +00:00
Ulrich Drepper
b4c8179a04 (main): Correct the usage message. 2002-04-20 01:48:44 +00:00
Ulrich Drepper
d7eef2185d BODY for FROM_LOOP): When encountering an invalid input (e.g. a byte > 0x80
followed by a byte < 0x80), skip always one byte, not 0 bytes in some cases
and 2 bytes in others.
2002-04-20 01:48:12 +00:00
Ulrich Drepper
b32b5f0815 Update. 2002-04-19 03:30:37 +00:00
Ulrich Drepper
f77af90699 Include <stdlib.h>. Use %d, not %ld format for EVENING69. Include offsets in
TZ environment variable.
2002-04-19 03:28:45 +00:00
Ulrich Drepper
5a749d2d26 Update. 2002-04-15 06:50:12 +00:00
Ulrich Drepper
a5312214b7 _dl_lookup_symbol): Move add_dependency call to the end of the
function.  Pass original flags to recursive call if add_dependency failed.
(_dl_lookup_versioned_symbol): Likewise.
2002-04-15 06:49:02 +00:00
Ulrich Drepper
6d011aa3cd (main): Add new tests. 2002-04-15 06:24:49 +00:00
Ulrich Drepper
370846959e (__mktime_internal): If year is 69, don't bail out early, but check whether it
overflowed afterwards.
2002-04-15 06:24:31 +00:00
Ulrich Drepper
2160bafc81 Fix program name in help message. 2002-04-15 06:21:38 +00:00
Ulrich Drepper
f0d4856381 Fail test if buffer too small. 2002-04-15 06:18:46 +00:00
Ulrich Drepper
c76a1727ad Increase MONSIZE. 2002-04-15 06:18:31 +00:00
Ulrich Drepper
111adf27a3 Update. 2002-04-13 16:05:35 +00:00
Ulrich Drepper
395bae2fdc Adjust all callers of _dl_lookup_symbol and _dl_lookup_versioned_symbol. 2002-04-13 16:04:45 +00:00
Ulrich Drepper
d83a43e9af Adjust prototypes for _dl_lookup_symbol and _dl_lookup_versioned_symbol. 2002-04-13 16:03:45 +00:00