summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/powerpc/syscalls.master
AgeCommit message (Expand)Author
2013-12-10Add *at() syscalls like other arches.njoly
2013-12-08Sprinkle a few more linux_umode_t where appropriate.njoly
2013-11-07Fix dup/dup2/dup3 argument types (u_int -> int).njoly
2013-09-24Add utimensat(2) for compat linux.njoly
2013-08-11Linux treats the data parameter as a pointer/long too. The commentspooka
2013-08-11Use long instead of int for ptrace addr. This makes things compilepooka
2013-04-08support utimes on non-alpha linux platformspooka
2012-09-19emulate ppoll which is essentially our polltspooka
2011-11-18add sigtimedwaitchristos
2011-07-09the first argument of {g,s}etitimer() is int not u_int.christos
2011-05-31Small typo in fadvise64_64 args (advise -> advice).njoly
2011-05-30Add fadvise64 and fadvise64_64 syscalls to compat_linux and compat_linux32.alnsn
2011-04-15Add dup3() and pipe2() for these archs as well.he
2010-07-07many changes for COMPAT_LINUX:chs
2009-11-24Update personality(2) to match Linux definition where the argument is annjoly
2009-06-08Update rt_queueinfo(2) definition, and kill a corresponding comment.njoly
2009-01-17Convert linux/linux32 wait(4) to use a compat50 rusage structure.njoly
2009-01-15Update some syscalls/arguments to use the new compat50 equivalents.njoly
2009-01-13Convert the syscalls.master to a format from which it is easierpooka
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-11-12Fix nanosleep(2) on 64-bit archs. Do not call native nanosleepnjoly
2008-04-23-SYCALL_MPSAFEad
2008-04-04Cleanup. Kill linux_sys_msync and use sys___msync13 instead.njoly
2007-12-24Kill unneeded linux_sys_getpgid and use native sys_getpgid instead.njoly
2007-12-21- Fix setfsuid to return uid on success.njoly
2007-12-20Convert all the system call entry points from:dsl
2007-11-16Cleanup. Remove a few linux syscalls definitions, now identical tonjoly
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2006-09-01Don't conditionalize *sys_ptrace. The lack of sys_ptrace will be dealtmatt
2006-08-30Update to deal with options PTRACEmatt
2006-06-10linux getpriority is off-by-20 so use our own function.christos
2005-12-11merge ktrace-lwp.christos
2005-10-18add the missing %% that confused joerg and the parser.christos
2005-10-18sys_uselib is needed by COMPAT_LINUX for EXEC_AOUT. Since it doesn't getjoerg
2005-05-16Add clock_* POSIX functions.fvdl
2005-05-16Add *xattr functions (they all return EOPNOTSUPP).fvdl
2005-02-26nuke trailing whitespaceperry
2004-09-20implement support for Linux statfs64() syscall - 64bit variant of statfs()jdolecek
2004-09-08implement basic exit_group(2), which just terminates calling thread;jdolecek
2004-08-01sync the syscall lists with Linux kernel 2.6.7jdolecek
2004-08-01connect madvise(2) and mincore(2) - apparently the newer Linux libsjdolecek
2003-08-10add Linux compat arg wrapper for ftruncate64(), and change linux compatjdolecek
2003-06-23PR/21937: Todd Vierling: Proper support for mmap2christos
2003-01-18Merge the nathanw_sa branch.thorpej
2002-05-19hook in truncate64(2) and ftruncate64(2)jdolecek
2002-05-12hook in remaining 64bit fs syscallsjdolecek
2002-04-10add getdents64christos
2002-03-22nuke mmap2, add mprotectchristos
2002-02-19Add linux_sys_{get,set}rlimit.nathanw