aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/bde/g_bde.c
Commit message (Expand)AuthorAgeFilesLines
* Remove GBDE source filesPoul-Henning Kamp2024-05-071-296/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* GEOM: Remove redundant NULL pointer check before g_free()Zhenlei Huang2022-12-281-2/+1
* Make g_attach() return ENXIO for orphaned providers; update variousEdward Tomasz Napierala2020-10-181-1/+7
* geom: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Use explicit_bzero() instead of bzero() for sensitive data.John Baldwin2020-06-251-5/+5
* Annotate geom modules with MODULE_VERSIONKyle Evans2018-04-101-0/+1
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use g_wither_provider() where applicable.Alexander Motin2016-09-231-1/+1
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude2015-12-271-1/+1
* Translate the errno to gctl_error() texts.Poul-Henning Kamp2014-11-091-0/+17
* - Don't pass geom and provider names as format strings.Jaakko Heinonen2012-11-201-1/+1
* Remove unneeded G_PF_CANDELETE flag.Ed Schouten2012-08-281-8/+0
* Fix orphan() methods of several GEOM classes to not assume that thereEdward Tomasz Napierala2012-07-071-5/+1
* Add some FEATURE macros for various GEOM classes.Alexander Leidinger2011-02-251-0/+3
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-1/+1
* stop including rijndael-api-fst.h from rijndael.h.Hajimu UMEMOTO2005-03-111-1/+1
* Tag all geom classes in the tree with a version number.Poul-Henning Kamp2004-08-081-0/+1
* Use default method initialization on geoms.Poul-Henning Kamp2004-08-081-4/+4
* Do not check error code from closing ->access() calls, we know they succeed.Poul-Henning Kamp2004-02-141-3/+1
* Remove the absolute count g_access_abs() function since experience hasPoul-Henning Kamp2004-02-121-4/+4
* Add a missing error case return.Poul-Henning Kamp2004-02-081-0/+1
* We don't need to hold Giant to create the worker kthread.Poul-Henning Kamp2004-02-071-2/+0
* Simplify the GEOM OAM api: Drop the request type, and let everythingPoul-Henning Kamp2003-06-011-28/+30
* Remove unused variable.Poul-Henning Kamp2003-05-311-6/+0
* Remove the G_CLASS_INITIALIZER, we do not need it anymore.Poul-Henning Kamp2003-05-311-1/+0
* Re-order the the initialization slightly to improve structure.Poul-Henning Kamp2003-05-051-22/+22
* Appearantly UFS no longer issues BIO_DELETE requests correctly, andPoul-Henning Kamp2003-04-261-0/+7
* Remove all references to BIO_SETATTR. We will not be using it.Poul-Henning Kamp2003-04-031-1/+0
* Remove the old config interface now that the new OAM is functional.Poul-Henning Kamp2003-04-011-153/+0
* Add create_geom and destroy_geom methods.Poul-Henning Kamp2003-03-291-0/+159
* Premptively change initializations of struct g_class to use C99Poul-Henning Kamp2003-03-241-3/+2
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-181-1/+0
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Typo in last commit.Poul-Henning Kamp2003-02-111-2/+2
* Better names for struct disk elements: d_maxsize, d_stripeoffsetPoul-Henning Kamp2003-02-111-0/+2
* Unconditionally make our provider with G_PF_CANDELETE.Poul-Henning Kamp2003-02-111-0/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Fix spelling in comment.Poul-Henning Kamp2002-12-131-1/+1
* Straighten up the geom.ctl config interface definitions.Poul-Henning Kamp2002-11-061-5/+5
* Run a revision on the GBDE encryption facility.Poul-Henning Kamp2002-11-041-7/+9
* Now that the sectorsize and mediasize are properties of the provider,Poul-Henning Kamp2002-10-201-10/+2
* Make the sectorsize a property of providers so we can include it in the XMLPoul-Henning Kamp2002-10-201-0/+1
* Fix a missing initialization.Poul-Henning Kamp2002-10-191-0/+1
* Add Geom Based Disk Encryption to the tree.Poul-Henning Kamp2002-10-191-0/+282