aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/bde
Commit message (Expand)AuthorAgeFilesLines
* Remove GBDE source filesPoul-Henning Kamp2024-05-075-2125/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-165-10/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-125-5/+5
* GEOM: Remove redundant NULL pointer check before g_free()Zhenlei Huang2022-12-281-2/+1
* geom(4): Fix some of the "set but not used" warningsEdward Tomasz Napierala2021-12-181-4/+9
* Revert "geom_bde: plug set-but-not-used vars"Mateusz Guzik2021-12-091-4/+4
* geom_bde: plug set-but-not-used varsMateusz Guzik2021-12-091-4/+4
* gbde: replace malloc_last_fail with a kludgeMateusz Guzik2020-11-121-3/+17
* 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-013-5/+0
* Use explicit_bzero() instead of bzero() for sensitive data.John Baldwin2020-06-252-11/+11
* Annotate geom modules with MODULE_VERSIONKyle Evans2018-04-101-0/+1
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-275-0/+10
* Use g_wither_provider() where applicable.Alexander Motin2016-09-231-1/+1
* sys/geom: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude2015-12-274-4/+4
* Constify the AES code and propagate to consumers. This allows us toDag-Erling Smørgrav2014-11-101-3/+3
* 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-202-2/+2
* Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy2006-08-041-1/+1
* Kill leading whilespace.Maxim Sobolev2005-11-301-1/+1
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* Comment typoPoul-Henning Kamp2005-07-201-1/+1
* stop including rijndael-api-fst.h from rijndael.h.Hajimu UMEMOTO2005-03-114-4/+4
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-063-5/+6
* Fix typo in a comment.Christian Brueffer2004-12-151-1/+1
* Fix a problem that shows up if less than the full complement ofPoul-Henning Kamp2004-09-111-1/+1
* Respect that G_BDE_MAXKEYS is a compile time variable.Poul-Henning Kamp2004-09-111-4/+3
* 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
* kthread_exit() no longer requires Giant, so don't force callers to acquireJohn Baldwin2004-03-051-1/+0
* 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
* Polish the work/state engine in preparation for HW-crypto support.Poul-Henning Kamp2004-02-081-64/+65
* 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
* Remove the MD5_KEY debugging toolPoul-Henning Kamp2004-01-231-33/+0
* Interior decoration changes.Poul-Henning Kamp2003-10-072-42/+39
* Correct bzero length so we clear the entire key structure.Poul-Henning Kamp2003-09-081-1/+1
* Bzero the right number of bytes.Poul-Henning Kamp2003-09-061-1/+1
* 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
* Don't use & in front of arrays.Poul-Henning Kamp2003-05-311-2/+2
* Remove unused variable.Poul-Henning Kamp2003-05-311-2/+0
* Remove the G_CLASS_INITIALIZER, we do not need it anymore.Poul-Henning Kamp2003-05-311-1/+0