NetBSD/sys/miscfs/procfs
2020-02-24 20:44:25 +00:00
..
files.procfs add a node for the process resource limits. 2019-03-30 23:28:30 +00:00
Makefile
procfs_auxv.c Instead of casting to size_t, cast to uintmax_t to prevent truncation 2019-09-27 14:36:18 +00:00
procfs_cmdline.c Instead of casting to size_t, cast to uintmax_t to prevent truncation 2019-09-27 14:36:18 +00:00
procfs_fd.c
procfs_fpregs.c
procfs_limit.c Instead of casting to size_t, cast to uintmax_t to prevent truncation 2019-09-27 14:36:18 +00:00
procfs_linux.c - Eliminate the global "boottime" variable, which was being accessed 2020-01-02 15:42:26 +00:00
procfs_map.c Instead of casting to size_t, cast to uintmax_t to prevent truncation 2019-09-27 14:36:18 +00:00
procfs_mem.c
procfs_note.c
procfs_regs.c
procfs_status.c
procfs_subr.c fix sign-compare issues: uio->uio_offset (off_t) is compared with (size_t): 2019-09-26 17:34:08 +00:00
procfs_vfsops.c VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to 2020-01-17 20:08:06 +00:00
procfs_vnops.c v_interlock -> vmobjlock 2020-02-24 20:44:25 +00:00
procfs.h VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to 2020-01-17 20:08:06 +00:00