Ulrich Drepper
|
9efb40c836
|
Add readahead prototype.
|
2004-01-20 23:23:55 +00:00 |
|
Ulrich Drepper
|
3d87932d45
|
Define PROT_GROWSDOWN and PROT_GROWSUP.
|
2003-09-25 16:42:43 +00:00 |
|
Ulrich Drepper
|
b89b553b54
|
Not needed anymore.
|
2003-09-03 03:15:51 +00:00 |
|
Ulrich Drepper
|
fba1515d24
|
(INLINE_SYSCALL): Cast result to long int.
|
2003-06-25 08:18:08 +00:00 |
|
Ulrich Drepper
|
e6e14c55d3
|
Fix handling of syscalls with more than four parameters.
|
2003-06-12 16:18:11 +00:00 |
|
Ulrich Drepper
|
98f7320f07
|
Define PSEUDO_NOERRNO, PSEUDO_END_NOERRNO, and ret_NOERRNO.
|
2003-03-23 19:42:23 +00:00 |
|
Ulrich Drepper
|
db16023193
|
Use libc_hidden_def(name) instead of strong_alias (name, __GI_name).
|
2002-12-31 20:37:32 +00:00 |
|
Ulrich Drepper
|
c505de0a40
|
Add __GI___vfork alias.
|
2002-12-31 11:10:33 +00:00 |
|
Roland McGrath
|
ac33e75b3e
|
2002-10-15 Roland McGrath <roland@redhat.com>
* sysdeps/unix/sysv/linux/bits/resource.h: Replaced with the contents
of the sysdeps/unix/sysv/linux/i386/bits/resource.h file.
All the following files were identical or equivalent to it.
* sysdeps/unix/sysv/linux/i386/bits/resource.h: File removed.
* sysdeps/unix/sysv/linux/arm/bits/resource.h: File removed.
* sysdeps/unix/sysv/linux/cris/bits/resource.h: File removed.
* sysdeps/unix/sysv/linux/hppa/bits/resource.h: File removed.
* sysdeps/unix/sysv/linux/ia64/bits/resource.h: File removed.
* sysdeps/unix/sysv/linux/m68k/bits/resource.h: File removed.
* sysdeps/unix/sysv/linux/powerpc/bits/resource.h: File removed.
* sysdeps/unix/sysv/linux/s390/bits/resource.h: File removed.
* sysdeps/unix/sysv/linux/sh/bits/resource.h: File removed.
* sysdeps/unix/sysv/linux/x86_64/bits/resource.h: File removed.
|
2002-10-16 01:02:24 +00:00 |
|
Roland McGrath
|
0a26934100
|
2002-10-13 Roland McGrath <roland@frob.com>
* posix/unistd.h [__USE_GNU] (getresuid, getresgid, setresuid,
setresgid): Declare them.
* NEWS: Mention it.
* include/unistd.h
(__getresuid, __getresgid, __setresuid, __setresgid): Declare them,
add libc_hidden_proto.
* posix/Versions (libc: GLIBC_2.3.2): New set. Add
getresuid, getresgid, setresuid, setresgid here.
* Versions.def (libc): Define GLIBC_2.3.2 set.
* sysdeps/generic/getresuid.c (__getresuid): Fix argument types.
Add libc_hidden_def.
* sysdeps/generic/getresgid.c (__getresgid): Likewise.
* sysdeps/generic/setresgid.c: New file.
* sysdeps/generic/setresuid.c: New file.
* sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
(sysdep_routines): Don't add getresuid and getresgid here.
* sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = misc]
(sysdep_routines): Don't add setresuid and setresgid here.
* sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
* sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
* sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
* sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
* posix/Makefile (routines): Add them all here instead.
* sysdeps/unix/sysv/linux/i386/getresuid.c (getresuid): Renamed to
__getresuid. Add libc_hidden_def for that, and weak alias to old name.
* sysdeps/unix/sysv/linux/i386/getresgid.c (getresgid): Renamed to
__getresgid. Add libc_hidden_def for that, and weak alias to old name.
* sysdeps/unix/sysv/linux/i386/setresuid.c: Add libc_hidden_def.
[! __NR_setresuid]: Include generic file.
* sysdeps/unix/sysv/linux/i386/setresgid.c (setresgid): Renamed to
__setresgid. Add libc_hidden_def for that, and weak alias to old name.
[! __NR_setresuid]: Include generic file.
* sysdeps/unix/sysv/linux/syscalls.list (setresuid, setresgid):
Caller is - now, not EXTRA.
* sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
(setresuid, setresgid, getresuid, getresgid): Likewise.
* sysdeps/unix/sysv/linux/syscalls.list (getresuid, getresgid):
Add these calls here.
* sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove them here.
* sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
(sysdep_routines): Add setfsuid and setfsgid here.
* sysdeps/unix/sysv/linux/arm/Makefile: Not here.
* sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Likewise.
* sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
* sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
* sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
* sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
|
2002-10-14 01:02:53 +00:00 |
|
Roland McGrath
|
d030d52da2
|
2002-10-07 Roland McGrath <roland@redhat.com>
* sysdeps/generic/errno.c: New file.
* csu/Makefile (aux): New variable, list errno.
* sysdeps/unix/sysv/linux/i386/sysdep.S (errno, _errno): Remove defns.
* sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
* sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
* sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
* sysdeps/unix/sysv/linux/cris/sysdep.S: Likewise.
* sysdeps/unix/sysv/linux/hppa/sysdep.c: Likewise.
* sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
* sysdeps/unix/sysv/linux/powerpc/sysdep.c: Likewise.
* sysdeps/unix/sysv/linux/sparc/sysdep.S: Likewise.
* sysdeps/unix/sysv/linux/sh/sysdep.S: Likewise.
* sysdeps/unix/alpha/sysdep.S: Likewise.
* sysdeps/generic/start.c: Likewise.
* sysdeps/unix/start.c: Likewise.
* sysdeps/unix/arm/start.c: Likewise.
* sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise.
* sysdeps/unix/sparc/start.c: Likewise.
* sysdeps/unix/sysv/irix4/start.c: Likewise.
* sysdeps/unix/sysv/linux/mips/sysdep.S: File removed.
|
2002-10-11 10:51:31 +00:00 |
|
Ulrich Drepper
|
3c2105f0b0
|
Define _G_MMAP64.
|
2002-01-07 09:18:53 +00:00 |
|
Andreas Jaeger
|
3214b89b32
|
Update to LGPL v2.1.
|
2001-07-06 04:56:23 +00:00 |
|
Ulrich Drepper
|
fe4dd66ed7
|
setresuid implementation for Linux/CRIS.
|
2001-04-09 05:08:36 +00:00 |
|
Ulrich Drepper
|
51610bc7b3
|
setresgid implementation for Linux/CRIS.
|
2001-04-09 05:08:17 +00:00 |
|
Ulrich Drepper
|
12d6ab7b10
|
__xstat implementation for Linux/CRIS.
|
2001-04-09 04:51:09 +00:00 |
|
Ulrich Drepper
|
b13de4a8b7
|
vfork implementation for Linux/CRIS.
|
2001-04-09 04:50:57 +00:00 |
|
Ulrich Drepper
|
c2e42b7134
|
System specific code for Linux/CRIS.
|
2001-04-09 04:50:44 +00:00 |
|
Ulrich Drepper
|
a2c5e2b43a
|
System specific definitions for Linux/CRIS.
|
2001-04-09 04:50:27 +00:00 |
|
Ulrich Drepper
|
c8e66742e2
|
syscall implementation for Linux/CRIS.
|
2001-04-09 04:50:08 +00:00 |
|
Ulrich Drepper
|
b660421d48
|
ucontext definitions for Linux/CRIS.
|
2001-04-09 04:49:56 +00:00 |
|
Ulrich Drepper
|
22ebc6a15f
|
socket implementation for Linux/CRIS.
|
2001-04-09 04:49:41 +00:00 |
|
Ulrich Drepper
|
25a87ddfb0
|
shmctl implementation for Linux/CRIS.
|
2001-04-09 04:49:25 +00:00 |
|
Ulrich Drepper
|
1157fe0248
|
setuid implementation for Linux/CRIS.
|
2001-04-09 04:49:10 +00:00 |
|
Ulrich Drepper
|
a6aa3792be
|
setrlimit implementation for Linux/CRIS.
|
2001-04-09 04:48:56 +00:00 |
|
Ulrich Drepper
|
382b7b8995
|
setreuid implementation for Linux/CRIS.
|
2001-04-09 04:48:41 +00:00 |
|
Ulrich Drepper
|
4c8b7016a8
|
setregid implementation for Linux/CRIS.
|
2001-04-09 04:48:27 +00:00 |
|
Ulrich Drepper
|
f79e192ba6
|
setgroups implementation for Linux/CRIS.
|
2001-04-09 04:48:09 +00:00 |
|
Ulrich Drepper
|
e1cb46ec7a
|
setgid implementation for Linux/CRIS.
|
2001-04-09 04:47:52 +00:00 |
|
Ulrich Drepper
|
75938458d7
|
setfsuid implementation for Linux/CRIS.
|
2001-04-09 04:47:29 +00:00 |
|
Ulrich Drepper
|
70f5c90d37
|
setfsgid implementation for Linux/CRIS.
|
2001-04-09 04:47:13 +00:00 |
|
Ulrich Drepper
|
abf44d0128
|
seteuid implementation for Linux/CRIS.
|
2001-04-09 04:46:45 +00:00 |
|
Ulrich Drepper
|
b074d424bd
|
setegid implementation for Linux/CRIS.
|
2001-04-09 04:46:28 +00:00 |
|
Ulrich Drepper
|
f63b7c8b19
|
semctl implementation for Linux/CRIS.
|
2001-04-09 04:46:05 +00:00 |
|
Ulrich Drepper
|
0cfe451872
|
Register dump code for Linux/CRIS.
|
2001-04-09 04:45:39 +00:00 |
|
Ulrich Drepper
|
efe7db140e
|
Profile helper definitions for Linux/CRIS.
|
2001-04-09 04:45:23 +00:00 |
|
Ulrich Drepper
|
6f41227c00
|
msgctl implementation for Linux/CRIS.
|
2001-04-09 04:45:00 +00:00 |
|
Ulrich Drepper
|
83fcbc9f9c
|
mmap64 implementation for Linux/CRIS.
|
2001-04-09 04:44:45 +00:00 |
|
Ulrich Drepper
|
1e9050b191
|
mmap implementation for Linux/CRIS.
|
2001-04-09 04:43:42 +00:00 |
|
Ulrich Drepper
|
9783a2c16b
|
__lxstat implementation for Linux/CRIS.
|
2001-04-09 04:43:24 +00:00 |
|
Ulrich Drepper
|
0ef01ce34a
|
lockf64 implementation for Linux/CRIS.
|
2001-04-09 04:43:05 +00:00 |
|
Ulrich Drepper
|
1e1229ee3d
|
lchown implementation for Linux/CRIS.
|
2001-04-09 04:42:48 +00:00 |
|
Ulrich Drepper
|
d4c00be41b
|
getuid implementation for Linux/CRIS.
|
2001-04-09 04:36:48 +00:00 |
|
Ulrich Drepper
|
b7119d5193
|
getrlimit64 implementation for Linux/CRIS.
|
2001-04-09 04:36:29 +00:00 |
|
Ulrich Drepper
|
4fa1498695
|
getrlimit implementation for Linux/CRIS.
|
2001-04-09 04:36:16 +00:00 |
|
Ulrich Drepper
|
ca9495b62e
|
getresuid implementation for Linux/CRIS.
|
2001-04-09 04:35:56 +00:00 |
|
Ulrich Drepper
|
7663b23c29
|
getresgid implementation for Linux/CRIS.
|
2001-04-09 04:35:40 +00:00 |
|
Ulrich Drepper
|
77e0283665
|
getgroups implementation for Linux/CRIS.
|
2001-04-09 04:35:21 +00:00 |
|
Ulrich Drepper
|
58e6c6c253
|
getgid implementation for Linux/CRIS.
|
2001-04-09 04:35:05 +00:00 |
|
Ulrich Drepper
|
ac9292a134
|
geteuid implementation for Linux/CRIS.
|
2001-04-09 04:34:52 +00:00 |
|