summaryrefslogtreecommitdiff
path: root/sys/compat/common/vfs_syscalls_50.c
AgeCommit message (Expand)Author
2021-08-15- memset struct stat to avoid kernel memory disclosure of padded fieldschristos
2020-01-21Split the compat_50 module into two, separating the QUOTA-relatedpgoyette
2019-12-15Remove clause 3 and 4 leftovers from TNF licenses in more sources.tsutsui
2019-06-18Drop unused retval pointer from do_sys_mknod{,at}()kamil
2019-06-17Add QUOTA ifdef (Paul Goyette)christos
2019-06-17Use tabs, not spaces, for indentation. NFCIpgoyette
2019-06-17If we don't compile a kernel with QUOTA, we don't support the compat quotachristos
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2014-09-05Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to getmatt
2012-03-13Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls withelad
2012-02-01Change the syscall API for quotas over to the new non-proplib one.dholland
2012-01-29Some further tidying for the COMPAT_50 quotactl code. Mostly cosmetic,dholland
2012-01-29Remove the proplib goop from the COMPAT_50 code for the old quotactl;dholland
2012-01-29Rename static inline "helper" functions:dholland
2012-01-29Add vfs_quotactl() in between the syscall and VFS_QUOTACTL. Call itdholland
2012-01-29Change dqblk_to_quotaval() from quota1_subr.c to dqblk_to_quotavals(),dholland
2011-11-25Rename struct ufs_quota_entry -> struct quotaval.dholland
2011-11-20Reshuffle decls among the quota headers so everything is in the placedholland
2011-03-24Add a new libquota library, which contains some blocks to build and/orbouyer
2011-03-06merge the bouyer-quota2 branch. This adds a new on-disk formatbouyer
2010-07-13Don't leak kernel stack into userspace.pooka
2009-08-09Add enum uio_seg argument to do_sys_mknod and do_sys_mkdir so these functionshaad
2009-01-26Make all fstat(2) compat syscalls consistently use do_sys_fstat(),njoly
2009-01-11*utimes should allow NULL tvp.christos
2009-01-11merge christos-time_tchristos