Home | History | Annotate | Download | only in procfs
History log of /src/sys/miscfs/procfs/procfs_limit.c
RevisionDateAuthorComments
 1.5  12-May-2024  christos PR/58240: Ricardo Branco: Add support for proc/self/limits as used by Linux
 1.4  23-May-2020  ad Move proc_lock into the data segment. It was dynamically allocated because
at the time we had mutex_obj_alloc() but not __cacheline_aligned.
 1.3  27-Sep-2019  christos Instead of casting to size_t, cast to uintmax_t to prevent truncation
(pointed out by chuq). In all these cases uio_offset can't be negative.
 1.2  26-Sep-2019  christos fix sign-compare issues: uio->uio_offset (off_t) is compared with (size_t):
cast the offset to size_t.
 1.1  30-Mar-2019  christos branches: 1.1.4;
add a node for the process resource limits.
 1.1.4.3  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.1.4.2  10-Jun-2019  christos Sync with HEAD
 1.1.4.1  30-Mar-2019  christos file procfs_limit.c was added on branch phil-wifi on 2019-06-10 22:09:06 +0000

RSS XML Feed