Matt Turner
99449c154f
alpha: Use fopen "rce" in ioperm
2012-04-27 07:34:53 -07:00
Matt Turner
cdf73ff5b6
alpha: Update bits/mman.h.
2012-04-27 07:33:47 -07:00
Matt Turner
4ca39b2a40
alpha: Remove __STDC__ conditionals.
2012-04-27 07:33:47 -07:00
Matt Turner
24d6e175c2
alpha: Use const instead of __const.
2012-04-27 07:33:47 -07:00
Matt Turner
b44167c02a
alpha: Define O_PATH.
2012-04-27 07:33:47 -07:00
Richard Henderson
2be0ac4d53
alpha: replace bits/socket.h with bits/socket_type.h.
2012-03-11 11:15:09 -07:00
Paul Eggert
ab84e3ff9c
Replace FSF snail mail address by URL.
2012-03-09 23:56:38 +00:00
Richard Henderson
ee78ea885a
alpha: Avoid -Winline warning in ioperm.c.
...
Specifically:
warning: inlining failed in call to 'inline_sethae.part.1':
call is unlikely and code size would grow [-Winline]
2012-03-04 12:03:59 -08:00
Richard Henderson
dff6d47156
alpha: Update recvmmsg and sendmmsg declarations.
2012-03-04 12:02:55 -08:00
Richard Henderson
5414279644
alpha: Update for pthread_attr_t typedef changes.
2012-03-04 11:30:01 -08:00
Richard Henderson
7ae95db5d7
alpha: Convert to bits/timerfd.h and bits/epoll.h.
2012-02-21 08:48:08 -08:00
Andreas Schwab
f157a61945
alpha: Add support for Linux error EHWPOISON
2012-02-20 18:16:05 +01:00
Aurelien Jarno
3287d4162f
alpha: Fix _SC_LEVEL*CACHE*
2012-02-20 08:38:54 -08:00
Mike Hommey
f3ce45f370
alpha: Support 6th argument to syscall
2012-02-15 16:27:55 -08:00
Richard Henderson
596720af7a
alpha: Convert to bits/signalfd.h.
2012-02-15 16:24:45 -08:00
Richard Henderson
f0a81bf387
alpha: Do signed promotion of 32-bit arguments to syscalls
2012-02-15 16:07:11 -08:00
Richard Henderson
4c85d632e4
BZ #13361
...
alpha: More Linux additions copied from generic/bits/fcntl.h.
2012-02-15 12:19:47 -08:00
Richard Henderson
b991ef778a
alpha: Don't let preconfigure interfere with other targets.
2012-02-15 08:02:19 -08:00
Richard Henderson
1b006be5c5
Replace Alpha sys/inotify.h with bits/inotify.h
2012-02-13 17:03:46 -08:00
Richard Henderson
15dd57e85c
Replace Alpha sys/eventfd.h with bits/eventfd.h
2012-02-13 15:35:18 -08:00
Richard Henderson
23a7453bbd
alpha: Remove HAVE_ELF tests.
2012-02-08 17:03:27 -08:00
Richard Henderson
be917baf45
alpha: Support __NR_fstatat64.
2012-02-08 17:03:27 -08:00
Richard Henderson
2011e6018c
alpha: Define _STAT_VER_LINUX.
2012-02-08 17:03:27 -08:00
Richard Henderson
fe7b738e7a
alpha: Require kernel version 2.6.0.
...
The minimum version that supports TLS. Also avoids having to
fix the build for ancient __ASSUME_* settings.
2012-02-08 17:03:23 -08:00
Joseph Myers
7191c0cfd1
Update alpha files for removal of ia64 from libc.
2012-01-07 16:52:21 +00:00
Richard Henderson
39262cc898
[alpha] Fix wrong register use in ____longjmp_chk.
2011-03-28 14:44:49 -07:00
Aurelien Jarno
79abd1fbfc
alpha: Add f_flags to struct statfs
2011-03-01 10:02:04 +10:00
Aurelien Jarno
146c8734c7
alpha: Define F_GET/SETPIPE_SZ
2011-03-01 09:59:13 +10:00
Richard Henderson
7ffd2bd725
alpha: Do the 32/64-bit split on statfs routines.
2010-05-05 08:12:11 -07:00
GOTO Masanori
6a84c77c71
alpha: fix *xstat.c build failure for Linux headers < 2.6.4
...
Fixes glibc bug 1026.
http://sourceware.org/ml/libc-alpha/2005-02/msg00122.html
Signed-off-by: Matt Turner <mattst88@gmail.com>
2010-05-04 09:00:25 -07:00
Richard Henderson
8eb49e8ae8
alpha: Define MSG_WAITFORONE.
...
Signed-off-by: Richard Henderson <rth@twiddle.net>
2010-03-30 07:50:27 -07:00
Matt Turner
742c00d3d9
alpha: update kernel-features.h for syscalls added in 2.6.33.
...
Signed-off-by: Matt Turner <mattst88@gmail.com>
2010-03-30 07:35:30 -07:00
Matt Turner
b14e8cb285
alpha: create kernel-features.h.
...
Signed-off-by: Matt Turner <mattst88@gmail.com>
2010-03-30 07:34:57 -07:00
Richard Henderson
05479f36bb
alpha: Implement ____longjmp_chk.
...
Signed-off-by: Richard Henderson <rth@twiddle.net>
2010-03-26 13:17:53 -07:00
Richard Henderson
c87187fbb5
alpha: Fix errlist-compat for GLIBC_2.12.
...
Signed-off-by: Richard Henderson <rth@twiddle.net>
2010-03-26 13:17:53 -07:00
Richard Henderson
45e3c40653
alpha: Only define __libc_alpha_cache_shape in dl-sysdep.c.
...
The static program builds in libc were getting multiple
definition errors between dl-sysdep and dl-support.
Signed-off-by: Richard Henderson <rth@twiddle.net>
2010-03-26 13:17:53 -07:00
Richard Henderson
6546e0c499
alpha: Don't include asm/page.h in sys/user.h.
...
Signed-off-by: Richard Henderson <rth@twiddle.net>
2010-03-26 13:17:53 -07:00
Richard Henderson
c735022ded
alpha: Update bits/fcntl.h for XPG7 and define f_owner_ex et al.
...
Signed-off-by: Richard Henderson <rth@twiddle.net>
2010-03-26 13:17:52 -07:00
Richard Henderson
c7b880234d
alpha: Add sysdep/unix/sysv/linux/alpha/creat.c.
...
Signed-off-by: Richard Henderson <rth@twiddle.net>
2010-03-26 13:17:52 -07:00
Joseph Myers
b6c131119c
Really commit intended version of Alpha bits/socket.h.
2010-03-23 15:25:31 +00:00
Matt Turner
0b37400ae4
Create bits/socket.h for alpha, correct SOCK_CLOEXEC and SOCK_NONBLOCK values.
2010-03-23 15:19:04 +00:00
Matt Turner
aa576322e0
Fix Alpha bits/stat.h double inclusion problem.
2010-01-30 00:22:01 +00:00
Matt Turner
1480094d1f
Update Alpha bits/sigaction.h for XPG7.
2010-01-30 00:21:08 +00:00
Matt Turner
54faff0517
Update Alpha bits/fcntl.h for XPG7 and allow bits/stat.h inclusion from fcntl.h.
2010-01-30 00:19:01 +00:00
Matt Turner
1f4a25ae2b
Update Alpha O_SYNC.
2010-01-30 00:17:16 +00:00
Mike Frysinger
77b22d3e99
alpha: fix typo in timer_settime include
2010-01-30 00:11:54 +00:00
Matt Turner
36a3800af8
Use struct timespec for timestamps in struct stat for Alpha also if __USE_XOPEN2K8.
...
Signed-off-by: Matt Turner <mattst88@gmail.com>
2009-12-06 18:26:07 +00:00
Matt Turner
015a3d0485
Fix sync_file_range parameter names
...
Signed-off-by: Matt Turner <mattst88@gmail.com>
2009-12-06 18:24:00 +00:00
Matt Turner
4dc21b9db1
Add new MADV_* values
...
Signed-off-by: Matt Turner <mattst88@gmail.com>
2009-12-06 18:22:30 +00:00
Matt Turner
52c693bd74
Fix alpha __fxstatat for empty file names.
...
[BZ #10609 ]
* sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix handling
of empty parameters for file names.
2009-11-10 21:12:55 +00:00