The NetBSD Project

CVS log for src/sys/miscfs/procfs/procfs_limit.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / miscfs / procfs

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.4 / (download) - annotate - [select for diffs], Sat May 23 23:42:43 2020 UTC (3 years ago) by ad
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-i2c-spi-conf, thorpej-futex2-base, thorpej-futex2, thorpej-futex-base, thorpej-futex, thorpej-cfargs2-base, thorpej-cfargs2, thorpej-cfargs-base, thorpej-cfargs, netbsd-10-base, netbsd-10, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-sunxi-drm-base, bouyer-sunxi-drm, HEAD
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored)

Move proc_lock into the data segment.  It was dynamically allocated because
at the time we had mutex_obj_alloc() but not __cacheline_aligned.

Revision 1.1.4.3 / (download) - annotate - [select for diffs], Mon Apr 13 08:05:05 2020 UTC (3 years, 1 month ago) by martin
Branch: phil-wifi
Changes since 1.1.4.2: +3 -3 lines
Diff to previous 1.1.4.2 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

Mostly merge changes from HEAD upto 20200411

Revision 1.3 / (download) - annotate - [select for diffs], Fri Sep 27 14:36:18 2019 UTC (3 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, is-mlppp-base, is-mlppp, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

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.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Sep 26 17:34:08 2019 UTC (3 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

fix sign-compare issues: uio->uio_offset (off_t) is compared with (size_t):
cast the offset to size_t.

Revision 1.1.4.2 / (download) - annotate - [select for diffs], Mon Jun 10 22:09:06 2019 UTC (3 years, 11 months ago) by christos
Branch: phil-wifi
Changes since 1.1.4.1: +94 -0 lines
Diff to previous 1.1.4.1 (colored) to branchpoint 1.1 (colored)

Sync with HEAD

Revision 1.1.4.1, Sat Mar 30 23:28:30 2019 UTC (4 years, 1 month ago) by christos
Branch: phil-wifi
Changes since 1.1: +0 -94 lines
FILE REMOVED

file procfs_limit.c was added on branch phil-wifi on 2019-06-10 22:09:06 +0000

Revision 1.1 / (download) - annotate - [select for diffs], Sat Mar 30 23:28:30 2019 UTC (4 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: phil-wifi-20190609, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, isaki-audio2-base, isaki-audio2
Branch point for: phil-wifi

add a node for the process resource limits.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>