summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_misc.c
AgeCommit message (Expand)Author
2021-12-02add prlimit64(2) syscall to COMPAT_LINUX and COMPAT_LINUX32ryo
2021-11-25add support COMPAT_LINUX32 for aarch64ryo
2021-09-23add support COMPAT_LINUX for aarch64ryo
2021-09-20Add the eventfd system calls to COMPAT_LINUX and COMPAT_LINUX32.thorpej
2021-09-07sys/compat: Memset zero before copyout.riastradh
2020-06-11Counter tweaks:ad
2020-06-11uvm_availmem(): give it a boolean argument to specify whether a recentad
2020-05-03Always clear FUTEX_PRIVATE_FLAG for Linux processes. NetBSD-native futexesthorpej
2020-04-19- Only increment nprocs when we're creating a new process, not justthorpej
2019-12-31Rename uvm_free() -> uvm_availmem().ad
2019-12-21uvmexp.free -> uvm_free()ad
2019-09-20Avoid signed integer overflow when convering linux timeval to timespeckamil
2019-08-24I don't see the point in having this useless printf, but add a '\n' to it,maxv
2019-08-23Fix info leaks in sysinfo().maxv
2019-08-23Fix info leaks.maxv
2019-08-23Fix info leaks.maxv
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2017-07-28Fail, don't panic, on bad dirents from file system.riastradh
2017-05-06Extend the mmap(2) interface to allow requesting protections for laterjoerg
2017-01-28copy the terminating NUL (njoly)christos
2017-01-13no namlen on linuxchristos
2017-01-13convert strcpy to a bounded copy to avoid compiler warnings, although thechristos
2017-01-02Add pselect6 Linux system call.manu
2016-11-10GC WOPTSCHECKEDchristos
2016-08-31Teach wait4 about WCONTINUED.njoly
2015-03-14Support Linux MAP_LOCKED mmap flag.njoly
2014-11-22Fix ppoll signature (int ->u_int)njoly
2014-05-29For utimes(2), use compat_50_sys_utimes() instead of local version.njoly
2013-11-18implement the *at() syscalls.chs
2013-11-10On linux_sys_getdents, insert d_type at the end of each record.slp
2013-09-24Add utimensat(2) for compat linux.njoly
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-04-15alpha uses standard utimes.christos
2013-04-09Fix COMPAT_LINUX32.pooka
2013-04-08support utimes on non-alpha linux platformspooka
2012-09-19emulate ppoll which is essentially our polltspooka
2011-10-14Change the vnode locking protocol of VOP_GETATTR() to request at leasthannken
2010-11-02personality() now interprets its parameter as havingchs
2010-09-11recent versions of linux (which we now claim to be) supply a BSD-stylechs
2010-07-07many changes for COMPAT_LINUX:chs
2010-06-24Clean up vnode lock operations pass 2:hannken
2010-03-03When implementing "read directory", when there are too many empty entrieshe
2009-12-05Remove the portalfs kernel file system driver. Replace mount_portal(8)pooka
2009-11-24Update personality(2) to match Linux definition where the argument is annjoly
2009-11-11- selcommon/pollcommon: drop redundant l argument.rmind
2009-11-04do_sys_wait(): fix previous by checking for ru != NULL. Noticed byrmind
2009-07-22Make compat linux/linux32 getdents(2) fail with ENOTDIR instead ofnjoly
2009-05-15pad -> PADpooka
2009-03-29Move the internal poll/select related API's to use timespec insteadchristos