summaryrefslogtreecommitdiff
path: root/sbin/geom/misc
AgeCommit message (Expand)Author
2023-11-26sbin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-07-29Fix for 90e2971 that caused some geli commands to return the wrong exit status.Kirk McKusick
2018-02-04geom: don't write stack garbage in disk labelsAlan Somers
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-09-08Audit userspace geom code for leaking memory to diskConrad Meyer
2017-04-05Fix clearing geom metadata if DIOCGSECTORSIZE failsAlan Somers
2011-10-25If 'req' is NULL, print error on stderr.Pawel Jakub Dawidek
2010-09-23- Simplify code by using g_*() API.Pawel Jakub Dawidek
2010-06-21Check for overflow before it occurs. Also add check forAndrey V. Elsukov
2010-06-21Remove G_TYPE_ASCLBA type and replace it with G_TYPE_STRING in gpart.Andrey V. Elsukov
2010-06-07bgeom(3) does strdup of param name.Andrey V. Elsukov
2010-04-15Flush disk write cache after storing and clearing metadata.Pawel Jakub Dawidek
2008-12-27- Back out r186038. Rather than changing the intent of the caller, the problemUlf Lilleengen
2008-12-13- When writing metadata to a geom provider, open the it as read-write since itUlf Lilleengen
2008-06-06Add two support functions:Marcel Moolenaar
2007-01-25Implement gctl_change_param() function, which changes value of existingPawel Jakub Dawidek
2006-09-30Add __printflike() attribute to various functions.Pawel Jakub Dawidek
2006-02-01Remove trailing spaces.Pawel Jakub Dawidek
2005-12-07- The geom(8) utility only uses three types of arguments: string (char *),Pawel Jakub Dawidek
2005-08-19Move function for calculating number of bits into more central place.Pawel Jakub Dawidek
2004-07-05MFp4: gmirror(8) is coming soon, and we need g_metadata_read() there.Pawel Jakub Dawidek
2004-06-16Implement 3 new functions:Pawel Jakub Dawidek
2004-05-20Bring in geom(8) utility. It is an universal utility for operating onPawel Jakub Dawidek