summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/powerpc
AgeCommit message (Expand)Author
2022-08-03Pull up following revision(s), all via patchmartin
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-08-10Regenpgoyette
2017-08-28Remove the filesystem tracing featurekamil
2017-05-10regenriastradh
2017-05-03add missing arg to fpu_discard().chs
2017-03-16allow pcu_save() and pcu_discard() to be called on other threads,chs
2017-02-12es_arglen is now in units of bytes, update the emulations accordingly.chs
2017-02-03regenchristos
2017-02-03add unimple sendmmsg secvmmsgchristos
2017-02-03regenmartin
2017-02-03Add accept4martin
2017-01-16regen allchristos
2017-01-13regenchristos
2017-01-02Regen (something apparently went wrong in previous)martin
2017-01-02Regenmanu
2017-01-02Add pselect6 Linux system call.manu
2016-07-24Regen for readlink/readlinkat signatures.njoly
2016-07-24Small cleanup. Adjust readlink/readlinkat signatures to reduce diffs withnjoly
2015-10-27Regen.njoly
2015-10-27Fix wrong gid types from previous.njoly
2015-10-25Regen for posix chown family cleanup.njoly
2015-10-25Cleanup posix chown family syscalls to match native (alpha, mips andnjoly
2015-10-13Don't release proc_lock until we're done looking at things that arepgoyette
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-09-26set error return on error (from max)christos
2014-09-21fix leakchristos
2014-06-25Add a few missing open(2) flags (LINUX_O_*). Fix alpha wrong values.njoly
2014-05-31Regen for munmap(2) signature.njoly
2014-05-31Fix munmap(2) signature.njoly
2014-05-29For utimes(2), use compat_50_sys_utimes() instead of local version.njoly
2014-05-20Regen for getgroups/setgroups update.njoly
2014-05-20Fix getgroups/setgroups signature.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-15There are two times the same branches.maxv
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