CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2018/02/08 05:57:24
Modified files: sys/kern : kern_lock.c Log message: Remove CSRG copyright, there isn't any code left from Berkeley here. In 2016 natano@ removed the last two functions remaining from the CSRG time: lockinit() and lockstatus(). At that time they were already wrappers around recursive rwlocks functions from thib@ that tedu@ committed in 2013. ok deraadt@