This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
NetBSD
/
sys
/
miscfs
/
procfs
History
christos
37c269d9aa
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.
2019-09-27 14:36:18 +00:00
..
files.procfs
…
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
have procfs_do_pid_stat() pass the proc's map to get_proc_size_info(),
2019-09-07 19:08:28 +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
…
procfs_vnops.c
…
procfs.h
Rewrite the procfs_fileno as an inline function to make it more clear what
2019-09-26 17:33:18 +00:00