summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/alpha
AgeCommit message (Expand)Author
2015-11-14PR/50428: Rin Okuyama: support SA_RESTORER flag for rt_sigaction(2) in thechristos
2015-10-25Regen for posix chown family cleanup.njoly
2015-10-25Cleanup posix chown family syscalls to match native (alpha, mips andnjoly
2015-09-24regenchristos
2015-03-14Support Linux MAP_LOCKED mmap flag.njoly
2015-03-07regenchristos
2014-11-22Regen for ppoll signature fixnjoly
2014-11-22Fix ppoll signature (int ->u_int)njoly
2014-11-09Do not uselessly include <sys/malloc.h>.maxv
2014-06-25Add a few missing open(2) flags (LINUX_O_*). Fix alpha wrong values.njoly
2014-06-01Cleanup pipe(2) flags, now that native handle them.njoly
2014-05-29Regen for utimes(2) change.njoly
2014-05-29For utimes(2), use compat_50_sys_utimes() instead of local version.njoly
2014-05-23Add missing specific LINUX_SOCK_NONBLOCK value for alpha.njoly
2014-05-17Regen for fadvise64 offset types changes.njoly
2014-05-17Fix fadvise64 syscalls to use 64bit offset types.njoly
2014-05-06Regen for mknod device argument type change.njoly
2014-05-06Reduce diffs between archs; make mknod device argument unsigned.njoly
2014-05-04Regen for pread/pwrite 64bit offset argument.njoly
2014-05-04Fix pread/pwrite syscalls which need a 64bit offset argument.njoly
2014-04-08Regen.njoly
2014-04-08Adjust read/write/readv/writev signature to match native versions.njoly
2014-04-08Do not include bsd.kinc.mk in each arch Makefile, it's already pullednjoly
2014-02-09account for the 16 bytes of AT_RANDOM data in the stack setup. fixes PR 48518.chs
2014-01-25Update linux socket socket options (SO_*). Add common version to itsnjoly
2014-01-13Regen.njoly
2014-01-13Cleanup, and reduce diffs between arches. Make alpha usenjoly
2013-12-27Regen.njoly
2013-12-27Add struct linux_stat64 definition for alpha, and enable syscalls thatnjoly
2013-12-17Cleanup compat linux errnos by adding generic errnos in a single file.njoly
2013-12-08Regen.njoly
2013-12-08Sprinkle a few more linux_umode_t where appropriate.njoly
2013-11-19regenchs
2013-11-19add the *at() syscalls.chs
2013-09-24Regen for utimensat(2).njoly
2013-09-24Add utimensat(2) for compat linux.njoly
2013-09-15Regen.njoly
2013-09-15Make alpha use linux_sys_utimes() just like other archs.njoly
2012-09-19regen for ppoll (and, apparently, SYCALL_ARG_PTR)pooka
2012-09-19emulate ppoll which is essentially our polltspooka
2011-11-21Adjust setup_linux_rt_sigframe/setup_linux_sigframe prototypes.njoly
2011-11-18- add sigtimedwait support.christos
2011-11-18add sigtimedwaitchristos
2011-07-09the first argument of {g,s}etitimer() is int not u_int.christos
2011-06-09Adapt to change to PCU.matt
2011-05-31Add needed linux_fadvise64.cnjoly
2011-05-30Regenerate files to pick up correct RCS Ids. Suggested by Chris Badura.alnsn
2011-05-30Add fadvise64 and fadvise64_64 syscalls to compat_linux and compat_linux32.alnsn
2011-04-15Regenerate these files after adding pipe2() and dup3().he
2011-04-15Add dup3() and pipe2() for these archs as well.he