summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common
AgeCommit message (Expand)Author
2014-11-26Tweak ifconf variantsozaki-r
2014-11-22Do not define LINUX_EDEADLK more than once.njoly
2014-11-22Fix ppoll signature (int ->u_int)njoly
2014-11-21Tweak linux_getifhwaddrozaki-r
2014-11-09Do not uselessly include <sys/malloc.h>.maxv
2014-10-30Reject non-regular files.maxv
2014-10-19Resource leak.maxv
2014-06-25Add support for more open flags that have a native equivalentnjoly
2014-06-21If SCARG(uap, what) = 0, copyin() will copy (size_t)-1 bytes, and it's notmaxv
2014-06-01Cleanup pipe(2) flags, now that native handle them.njoly
2014-05-29For utimes(2), use compat_50_sys_utimes() instead of local version.njoly
2014-05-23Add a funtion that translate socket type value from Linux to NetBSD.njoly
2014-05-20Fix signed vs. unsigned comparison in getgroups16() syscall. Negativenjoly
2014-05-18Simplify dup3 emulation to call dodup() directly instead ofnjoly
2014-05-17Replace open-coded access (and boundary checking) of ifindex2ifnet withrmind
2014-05-17Fix fadvise64 syscalls to use 64bit offset types.njoly
2014-05-16Get rid of all sysc_init_field uses - initialize fields directly in C99martin
2014-05-06Fix c&p error for the length argument in fadvise64_64.njoly
2014-05-06linux_off_t -> off_t in pwrite() syscall args comment.njoly
2014-05-04Fix pread/pwrite syscalls which need a 64bit offset argument.njoly
2014-04-15A specially-crafted binary could easily control a kernel array index.maxv
2014-03-23typos in commentsdholland
2014-03-07c99 initializers for struct execswchristos
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-02-23Fix wrong KASSERTs. Do not compare size vs. entries count.njoly
2014-02-21Increase LINUX32_ELF_AUX_ENTRIES to avoid overrun in linux32/. Also,maxv
2014-02-11Fix uninitialized variable. Harmless: it does not change the behaviormaxv
2014-02-09account for the 16 bytes of AT_RANDOM data in the stack setup. fixes PR 48518.chs
2014-01-27Add basic IPV6 level socket options support (IPV6_V6ONLY).njoly
2014-01-27Add SO_SNDLOWAT, SO_RCVLOWAT and SO_ACCEPTCONN support for socketnjoly
2014-01-25Update linux socket socket options (SO_*). Add common version to itsnjoly
2014-01-23Fix inverted pid/lid arguments in do_sched_{get,set}param calls.njoly
2014-01-13Cleanup, and reduce diffs between arches. Make alpha usenjoly
2013-12-27Add easy parts (TCOOFF/TCOON) of the TCXONC linux termios ioctl.njoly
2013-12-27Rename ipcall/socketcall specific defines to avoid conflict withnjoly
2013-12-27Add struct linux_stat64 definition for alpha, and enable syscalls thatnjoly
2013-12-22CTASSERT that native to compat errno translation tables are kept innjoly
2013-12-17Cleanup compat linux errnos by adding generic errnos in a single file.njoly
2013-12-08Sprinkle a few more linux_umode_t where appropriate.njoly
2013-12-08Add missing syscall argument fd in comment.njoly
2013-11-18claim to be linux 3.11.6 (opensuse 13.1).chs
2013-11-18implement the *at() syscalls.chs
2013-11-18implement AT_RANDOM.chs
2013-11-10On linux_sys_getdents, insert d_type at the end of each record.slp
2013-10-17remove unused variablechristos
2013-09-24Add utimensat(2) for compat linux.njoly
2013-09-19exec modules need to be of the exec kindchristos
2013-09-15Make alpha use linux_sys_utimes() just like other archs.njoly
2013-08-11Allow to build in envs without USRSTACK (namely, rump kernels on powerpc).pooka
2013-07-18Do not make FUTEX_WAIT wait indefinitely for an invalid timeoutnjoly