History log of /netbsd-src/sys/compat/netbsd32/netbsd32_quota.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 4b5fc12d 12-Mar-2020 pgoyette <pgoyette@NetBSD.org>

Split out the quota code from the rest of compat_netbsd32 module. This
allows loading of compat_netbsd32 on kernels that don't have ``options
QUOTA'' enabled.


# 9ab1edd4 18-Jun-2019 christos <christos@NetBSD.org>

Add options for quota.


# 80c61288 24-Dec-2018 mrg <mrg@NetBSD.org>

move rlimit and quota code into their own modules.

(netbsd32_netbsd.c should have only simple shims. anything more
than copying arguments from one args struct to the other should
not be placed in t

move rlimit and quota code into their own modules.

(netbsd32_netbsd.c should have only simple shims. anything more
than copying arguments from one args struct to the other should
not be placed in this file. still a couple more to move out.)

show more ...