summaryrefslogtreecommitdiff
path: root/sys/compat/linux32/common/linux32_dirent.c
AgeCommit message (Expand)Author
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-01-28avoid the shadowchristos
2017-01-28we have space for one more.christos
2017-01-28fix size computationchristos
2017-01-13convert strcpy to a bounded copy to avoid compiler warnings, although thechristos
2011-10-14Change the vnode locking protocol of VOP_GETATTR() to request at leasthannken
2010-09-11recent versions of linux (which we now claim to be) supply a BSD-stylechs
2010-06-24Clean up vnode lock operations pass 2:hannken
2010-03-03When implementing "read directory", when there are too many empty entrieshe
2009-07-22Make compat linux/linux32 getdents(2) fail with ENOTDIR instead ofnjoly
2008-12-29s/syscallcarg/syscallarg/ in comments.njoly
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-09-04Make linux32 getdents(2) do its own job instead of calling thenjoly
2007-12-26Add readdir syscall.njoly
2007-12-20Convert all the system call entry points from:dsl
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-02-09Merge newlock2 to head.ad
2006-02-09Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough somanu