summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_misc.c
AgeCommit message (Expand)Author
2022-08-03Pull up following revision(s), all via patchmartin
2019-09-13Pull up following revision(s) (requested by maxv in ticket #194):martin
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
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-01-19Small personality(2) update.njoly
2009-01-17Convert linux/linux32 wait(4) to use a compat50 rusage structure.njoly
2009-01-11merge christos-time_tchristos
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-06-24Replace references to getsock/getvnode.ad
2008-06-24ioctl commands are defined unsigned long, so cast cmd to unsigned long before...gmcgarry
2008-05-28Add LINUX_TMPFS_SUPER_MAGIC, and map it to our tmpfs.njoly
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-24Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, sincead
2008-04-23Fix locking.ad
2008-04-04Cleanup. Kill linux_sys_msync and use sys___msync13 instead.njoly
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2008-01-15compat linux (and linux32) uid16 functions cleanup and fixes.njoly