aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_osd.c
Commit message (Expand)AuthorAgeFilesLines
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* osd(9): Change array pointer to array pointer type from void*Conrad Meyer2016-04-261-4/+4
* Add osd_reserve() and osd_set_reserved(), which allow M_WAITOK allocationJamie Gritton2016-03-301-25/+60
* Move the various per-type arrays of OSD data into a single structure array.Jamie Gritton2016-03-281-92/+98
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* Make the rmlock(9) interface a bit more like the rwlock(9) interface:Robert Watson2009-05-291-1/+1
* Add a constant PR_MAXMETHOD to better define the jail/OSD interface.Jamie Gritton2009-05-051-1/+2
* Don't call the OSD destructor if the data slot is NULLJamie Gritton2009-04-301-2/+4
* Introduce the extensible jail framework, using the same "name=value"Jamie Gritton2009-04-291-3/+5
* Add support for methods to the OSD subsystem. Each object type has aJamie Gritton2009-02-211-65/+162
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.Pawel Jakub Dawidek2008-11-171-0/+301