Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   riastradh
Date:           Sat Apr  9 04:39:47 UTC 2016

Modified Files:
        src/distrib/sets/lists/comp: mi
        src/distrib/sets/lists/tests: mi
        src/share/man/man9: Makefile
        src/tests/include/sys: Makefile
Added Files:
        src/share/man/man9: pslist.9
        src/sys/sys: pslist.h
        src/tests/include/sys: t_pslist.c

Log Message:
Introduce pserialize-safe linked lists.

These are like LIST_* from queue(3), but issue the appropriate memory
barriers for pserialize readers and writers.

Discussed on tech-kern:

https://mail-index.netbsd.org/tech-kern/2016/04/03/msg020365.html


To generate a diff of this commit:
cvs rdiff -u -r1.2026 -r1.2027 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.671 -r1.672 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.393 -r1.394 src/share/man/man9/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man9/pslist.9
cvs rdiff -u -r0 -r1.1 src/sys/sys/pslist.h
cvs rdiff -u -r1.10 -r1.11 src/tests/include/sys/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/include/sys/t_pslist.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index