Andreas Jaeger
|
1077d52cfb
|
Remove *xattr syscalls.
|
2002-08-23 09:29:00 +00:00 |
|
Andreas Jaeger
|
074a6e5efa
|
Add *xattr syscalls with version 2.3.
|
2002-08-15 09:01:52 +00:00 |
|
Roland McGrath
|
94a376cc2c
|
2002-08-12 Roland McGrath <roland@redhat.com>
* include/grp.h (setgroups): Add libc_hidden_proto.
* sysdeps/generic/setgroups.c: Add libc_hidden_def.
* sysdeps/mach/hurd/setgroups.c: Likewise.
* sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
* sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
|
2002-08-13 01:07:58 +00:00 |
|
Roland McGrath
|
84091b65ff
|
2002-08-12 Roland McGrath <roland@redhat.com>
* include/sys/wait.h (__waitpid): Add libc_hidden_proto.
* sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
* sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
* sysdeps/unix/sysv/linux/waitpid.c: Likewise.
* sysdeps/unix/sysv/aix/waitpid.c: Likewise.
* sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
* sysdeps/generic/waitpid.c: Likewise.
|
2002-08-13 01:07:52 +00:00 |
|
Roland McGrath
|
f994831e93
|
2002-08-13 Jakub Jelinek <jakub@redhat.com>
* include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
__lxstat_internal, __lxstat64_internal): Remove.
(__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
Add hidden_proto.
* sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
Remove INTDEF where present, remove #undef at the beginning.
* sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
* sysdeps/generic/lxstat.c (__lxstat): Likewise.
* sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
* sysdeps/generic/xstat.c (__xstat): Likewise.
* sysdeps/generic/xstat64.c (__xstat64): Likewise.
* sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
* sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
* sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
* sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
* sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
* sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
* sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
* sysdeps/unix/fxstat.c (__fxstat): Likewise.
* sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
* sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
* sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
* sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
* sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
* sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
* sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
* sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
* sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
* sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
* sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
* sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
* sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
* sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
* sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
* sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
* sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
* sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
* sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
* sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
* sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
* sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
* sysdeps/unix/xstat.c (__xstat): Likewise.
|
2002-08-13 00:23:09 +00:00 |
|
Roland McGrath
|
9c1cc5c52c
|
2002-08-13 Jakub Jelinek <jakub@redhat.com>
* include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
* include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
* sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
* sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
* sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
* sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
* sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
* sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
Likewise.
* sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
* sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
* sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
* sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
* sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
* sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
* sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
* sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
|
2002-08-13 00:23:01 +00:00 |
|
Roland McGrath
|
e0acc021ce
|
2002-08-13 Jakub Jelinek <jakub@redhat.com>
* include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
* sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
* sysdeps/generic/setegid.c (setegid): Likewise.
* sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
* sysdeps/mach/hurd/setegid.c (setegid): Likewise.
* sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
* sysdeps/unix/bsd/setegid.c (setegid): Likewise.
* sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
* sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
* sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
* sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
* sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
* sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
Remove fallback if __ASSUME_SETRESUID_SYSCALL.
|
2002-08-13 00:22:48 +00:00 |
|
Roland McGrath
|
216e12e222
|
2002-08-03 Roland McGrath <roland@redhat.com>
* include/sys/resource.h: Use libc_hidden_proto for getpriority,
setpriority.
* sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
* sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
* sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
* sysdeps/mach/hurd/setpriority.c: Likewise.
* sysdeps/mach/hurd/getpriority.c: Likewise.
* sysdeps/generic/setpriority.c: Likewise.
* sysdeps/generic/getpriority.c: Likewise.
|
2002-08-05 02:18:11 +00:00 |
|
Ulrich Drepper
|
28b5d5afc6
|
(glob, globfree, globfree64): Add libc_hidden_ver.
|
2002-08-05 00:31:32 +00:00 |
|
Ulrich Drepper
|
9b4c30e300
|
Add _sys_siglist_internal alias.
|
2002-08-04 23:26:50 +00:00 |
|
Ulrich Drepper
|
a42044dc37
|
(__xmknod): Add libc_hidden_def.
|
2002-08-04 09:23:46 +00:00 |
|
Ulrich Drepper
|
1d343348c1
|
(__sysconf): Add libc_hidden_def.
|
2002-08-04 09:16:35 +00:00 |
|
Roland McGrath
|
e38327be06
|
2002-08-03 Roland McGrath <roland@redhat.com>
* include/sys/resource.h: Use libc_hidden_proto for getpriority,
setpriority.
* sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
* sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
* sysdeps/mach/hurd/setpriority.c: Likewise.
* sysdeps/mach/hurd/getpriority.c: Likewise.
* sysdeps/generic/setpriority.c: Likewise.
* sysdeps/generic/getpriority.c: Likewise.
|
2002-08-04 03:50:10 +00:00 |
|
Roland McGrath
|
237b9f1c7b
|
2002-08-03 Roland McGrath <roland@redhat.com>
* sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
HIDDEN_JUMPTARGET for _exit.
* sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
* sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
* sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
* sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
|
2002-08-04 01:28:09 +00:00 |
|
Ulrich Drepper
|
9f0c7fbd18
|
Remove all __GI_* aliases.
|
2002-08-03 19:44:44 +00:00 |
|
Ulrich Drepper
|
78413eec88
|
Add __GI_ aliases.
|
2002-08-03 06:58:54 +00:00 |
|
Ulrich Drepper
|
da5f5f7986
|
Add libc_hidden_def. Remove undef and INTDEF.
|
2002-08-03 06:57:53 +00:00 |
|
Ulrich Drepper
|
4def79b563
|
(__adjtimex_internal): Add alias.
|
2002-07-27 08:40:18 +00:00 |
|
Ulrich Drepper
|
31db6c4d74
|
(PUSHARGS_1): Use more efficient instruction.
(__socket): Optimize return sequence.
|
2002-07-24 17:36:44 +00:00 |
|
Ulrich Drepper
|
b24fa78c3b
|
Remove extra weak alias definiton of _old_sys_nerr. Define _old_sys_errlist
as strong alias.
|
2002-07-24 11:17:01 +00:00 |
|
Ulrich Drepper
|
841f536f46
|
Remove __set_errno definition.
|
2002-07-20 01:02:01 +00:00 |
|
Ulrich Drepper
|
d7fafc1a39
|
Sign extend offset.
|
2002-07-17 20:42:56 +00:00 |
|
Ulrich Drepper
|
176b5726d7
|
Don't include <sgidefs.h>. Always use ll/sc.
|
2002-07-16 00:58:07 +00:00 |
|
Ulrich Drepper
|
8310ff4225
|
[subdir=elf] (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
define.
|
2002-07-15 02:07:17 +00:00 |
|
Andreas Jaeger
|
d6749b4a61
|
* sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
Use correct indices.
Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
|
2002-07-12 23:25:56 +00:00 |
|
Ulrich Drepper
|
d97abfcbcb
|
(__NSSBITS): Correct value.
|
2002-07-10 20:24:32 +00:00 |
|
Ulrich Drepper
|
064d652e93
|
Wrong approach.
|
2002-07-10 20:22:09 +00:00 |
|
Andreas Jaeger
|
3fb27d8d9a
|
Linux/MIPS specific file with extra value of SHMLBA.
|
2002-07-09 06:32:55 +00:00 |
|
Andreas Jaeger
|
4223e67fa1
|
Fix typo.
|
2002-07-08 16:58:14 +00:00 |
|
Ulrich Drepper
|
ac309f11ea
|
(__fork): Remove INTDEF.
|
2002-06-20 22:43:34 +00:00 |
|
Andreas Jaeger
|
8248bb200e
|
* sysdeps/unix/sysv/linux/alpha/sendfile64.c: New.
* sysdeps/unix/sysv/linux/ia64/sendfile64.c: New.
* sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New.
* sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New.
* sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
(sendfile64): Likewise.
* sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
* sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
Likewise.
* sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
|
2002-06-07 12:33:51 +00:00 |
|
Ulrich Drepper
|
79c8c187bb
|
Add readahead syscall. Add sendfile64 alias to sendfile syscall.
|
2002-05-30 23:23:09 +00:00 |
|
Andreas Jaeger
|
eb7e1f616e
|
Don't use multiline string as argument of #error.
|
2002-05-19 16:24:27 +00:00 |
|
Ulrich Drepper
|
a514656381
|
(__recvmsg, __sendmsg): Add aliases.
|
2002-05-15 00:20:02 +00:00 |
|
Ulrich Drepper
|
4c68ac2b46
|
(__getsockname): Renamed from getsockname, add getsockname as weak alias.
|
2002-05-15 00:14:45 +00:00 |
|
Ulrich Drepper
|
dd96b0cb1d
|
(__sendmsg): Renamed from sendmsg, add sendmsg as weak alias.
|
2002-05-15 00:10:13 +00:00 |
|
Ulrich Drepper
|
fa87d850d1
|
(__recvfrom): Renamed from recvfrom, add recvfrom as weak alias.
|
2002-05-15 00:08:25 +00:00 |
|
Ulrich Drepper
|
7fbbcc094f
|
(__recvmsg): Renamed from recvmsg, add recvmsg as weak alias.
|
2002-05-15 00:07:30 +00:00 |
|
Roland McGrath
|
942fe80901
|
2002-04-30 Roland McGrath <roland@frob.com>
Removed old GNU stdio implementation; GNU libio is now the only option.
* configure.in: Removed --enable-libio option and @stdio@ subst var.
Define USE_IN_LIBIO unconditionally.
* configure: Regenerated.
* Makeconfig (stdio): Set to libio by default.
* config.make.in (stdio): Variable removed.
* sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
* sysdeps/unix/sysv/linux/configure: Regenerated.
* sysdeps/mach/hurd/configure.in: Don't test $stdio.
* sysdeps/mach/hurd/configure: Regenerated.
* stdio/.cvsignore: File removed.
* stdio/Makefile: File removed.
* stdio/Versions: File removed.
* stdio/__fbufsize.c: File removed.
* stdio/__flbf.c: File removed.
* stdio/__fpending.c: File removed.
* stdio/__fpurge.c: File removed.
* stdio/__freadable.c: File removed.
* stdio/__freading.c: File removed.
* stdio/__fsetlocking.c: File removed.
* stdio/__fwritable.c: File removed.
* stdio/__fwriting.c: File removed.
* stdio/clearerr.c: File removed.
* stdio/fclose.c: File removed.
* stdio/fcloseall.c: File removed.
* stdio/feof.c: File removed.
* stdio/ferror.c: File removed.
* stdio/fflush.c: File removed.
* stdio/fgetc.c: File removed.
* stdio/fgetpos.c: File removed.
* stdio/fgets.c: File removed.
* stdio/fileno.c: File removed.
* stdio/fmemopen.c: File removed.
* stdio/fopen.c: File removed.
* stdio/fopncook.c: File removed.
* stdio/fputc.c: File removed.
* stdio/fputs.c: File removed.
* stdio/fread.c: File removed.
* stdio/freopen.c: File removed.
* stdio/fseek.c: File removed.
* stdio/fsetpos.c: File removed.
* stdio/ftell.c: File removed.
* stdio/fwrite.c: File removed.
* stdio/getc.c: File removed.
* stdio/getchar.c: File removed.
* stdio/getdelim.c: File removed.
* stdio/gets.c: File removed.
* stdio/glue.c: File removed.
* stdio/internals.c: File removed.
* stdio/linewrap.c: File removed.
* stdio/linewrap.h: File removed.
* stdio/memstream.c: File removed.
* stdio/newstream.c: File removed.
* stdio/obstream.c: File removed.
* stdio/putc.c: File removed.
* stdio/putchar.c: File removed.
* stdio/puts.c: File removed.
* stdio/rewind.c: File removed.
* stdio/setbuf.c: File removed.
* stdio/setbuffer.c: File removed.
* stdio/setlinebuf.c: File removed.
* stdio/setvbuf.c: File removed.
* stdio/stdio.h: File removed.
* stdio/ungetc.c: File removed.
* stdio/vasprintf.c: File removed.
* stdio/vscanf.c: File removed.
* stdio/vsnprintf.c: File removed.
* stdio/vsprintf.c: File removed.
* stdio/vsscanf.c: File removed.
* sysdeps/generic/defs.c: File removed.
* sysdeps/generic/fdopen.c: File removed.
* sysdeps/generic/pipestream.c: File removed.
* sysdeps/generic/stdio_init.c: File removed.
* sysdeps/generic/sysd-stdio.c: File removed.
* sysdeps/generic/vdprintf.c: File removed.
* sysdeps/mach/hurd/defs.c: File removed.
* sysdeps/mach/hurd/fdopen.c: File removed.
* sysdeps/mach/hurd/pipestream.c: File removed.
* sysdeps/mach/hurd/stdio_init.c: File removed.
* sysdeps/mach/hurd/sysd-stdio.c: File removed.
* sysdeps/mach/hurd/vdprintf.c: File removed.
* sysdeps/posix/defs.c: File removed.
* sysdeps/posix/fdopen.c: File removed.
* sysdeps/posix/pipestream.c: File removed.
* sysdeps/posix/stdio_init.c: File removed.
* sysdeps/posix/vdprintf.c: File removed.
* sysdeps/unix/pipestream.c: File removed.
* sysdeps/unix/sysv/sysd-stdio.c: File removed.
* sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
* sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
|
2002-04-30 22:00:59 +00:00 |
|
Ulrich Drepper
|
337ca8062e
|
Add __connect_internal.
|
2002-04-19 07:56:42 +00:00 |
|
Ulrich Drepper
|
9d337e61ff
|
Use INTDEF for __write.
|
2002-04-15 05:30:10 +00:00 |
|
Ulrich Drepper
|
548fe33d15
|
Use INTDEF for __lxstat64.
|
2002-04-15 05:28:30 +00:00 |
|
Ulrich Drepper
|
2093a68877
|
Use INTDEF for __lxstat.
|
2002-04-15 05:27:20 +00:00 |
|
Ulrich Drepper
|
0e36d9d57e
|
Use INTDEF for __open.
|
2002-04-14 20:12:24 +00:00 |
|
Ulrich Drepper
|
d0a1614c81
|
Undefine __libc_fcntl as well.
|
2002-04-14 18:34:22 +00:00 |
|
Ulrich Drepper
|
016f45be9b
|
Define __gettimeofday alias.
|
2002-04-14 09:12:57 +00:00 |
|
Ulrich Drepper
|
4c7b01bd93
|
Use INTEDEF for __gettimeofday.
|
2002-04-14 09:11:55 +00:00 |
|
Ulrich Drepper
|
5fe32a10ce
|
Use INTDEF for __getpgid.
|
2002-04-14 08:42:53 +00:00 |
|
Ulrich Drepper
|
a02fe38fa8
|
Use INTDEF for __getpagesize.
|
2002-04-14 08:41:04 +00:00 |
|
Ulrich Drepper
|
9155b112e9
|
Use INTDEF for __fxstat64.
|
2002-04-14 08:38:17 +00:00 |
|