aboutsummaryrefslogtreecommitdiff
path: root/sbin/geom/misc
Commit message (Expand)AuthorAgeFilesLines
* sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* Fix for 90e2971 that caused some geli commands to return the wrong exit status.Kirk McKusick2022-07-291-0/+2
* geom: don't write stack garbage in disk labelsAlan Somers2018-02-041-0/+7
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* Audit userspace geom code for leaking memory to diskConrad Meyer2017-09-081-0/+1
* Fix clearing geom metadata if DIOCGSECTORSIZE failsAlan Somers2017-04-051-3/+2
* If 'req' is NULL, print error on stderr.Pawel Jakub Dawidek2011-10-251-2/+7
* - Simplify code by using g_*() API.Pawel Jakub Dawidek2010-09-232-83/+62
* Check for overflow before it occurs. Also add check forAndrey V. Elsukov2010-06-211-2/+2
* Remove G_TYPE_ASCLBA type and replace it with G_TYPE_STRING in gpart.Andrey V. Elsukov2010-06-212-0/+91
* bgeom(3) does strdup of param name.Andrey V. Elsukov2010-06-071-0/+1
* Flush disk write cache after storing and clearing metadata.Pawel Jakub Dawidek2010-04-151-0/+2
* - Back out r186038. Rather than changing the intent of the caller, the problemUlf Lilleengen2008-12-271-1/+1
* - When writing metadata to a geom provider, open the it as read-write since itUlf Lilleengen2008-12-131-1/+1
* Add two support functions:Marcel Moolenaar2008-06-062-0/+47
* Implement gctl_change_param() function, which changes value of existingPawel Jakub Dawidek2007-01-252-0/+28
* Add __printflike() attribute to various functions.Pawel Jakub Dawidek2006-09-301-4/+4
* Remove trailing spaces.Pawel Jakub Dawidek2006-02-012-2/+2
* - The geom(8) utility only uses three types of arguments: string (char *),Pawel Jakub Dawidek2005-12-072-48/+60
* Move function for calculating number of bits into more central place.Pawel Jakub Dawidek2005-08-192-0/+13
* MFp4: gmirror(8) is coming soon, and we need g_metadata_read() there.Pawel Jakub Dawidek2004-07-052-0/+55
* Implement 3 new functions:Pawel Jakub Dawidek2004-06-162-4/+77
* Bring in geom(8) utility. It is an universal utility for operating onPawel Jakub Dawidek2004-05-202-0/+285