| Commit message (Expand) | Author | Age | Files | Lines |
| * | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
| * | GEOM: Introduce partial confxml API | Alexander Motin | 2022-05-11 | 1 | -23/+32 |
| * | geom: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -2/+0 |
| * | Reimplement aliases in geom | Warner Losh | 2020-05-13 | 1 | -6/+6 |
| * | Wrap g_trace() into a macro to avoid unneeded calls. | Alexander Motin | 2019-12-05 | 1 | -1/+1 |
| * | Use sbuf_cat() in GEOM confxml generation. | Alexander Motin | 2019-06-19 | 1 | -39/+45 |
| * | Extend stripeoffset and stripesize of GEOMs from u_int to off_t | Eugene Grosbein | 2018-10-27 | 1 | -4/+4 |
| * | sys/geom: adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | Add aliasing concept to geom. | Warner Losh | 2017-08-07 | 1 | -0/+6 |
| * | Report withered providers as such alike to GEOMs. | Alexander Motin | 2015-03-26 | 1 | -1/+3 |
| * | Add provider's sectorsize and stripesize to confdot output. | Andrey V. Elsukov | 2014-10-17 | 1 | -2/+3 |
| * | Escape special XML chars, returned by some devices, confusing XML parsers. | Alexander Motin | 2013-11-27 | 1 | -11/+20 |
| * | Remove an extra semicolon from the DOT language output. | Jaakko Heinonen | 2013-05-21 | 1 | -1/+1 |
| * | Introduce a symbol for the GEOM class name instead of using the ad-hoc string | Ivan Voras | 2013-04-15 | 1 | -1/+2 |
| * | Do not hide stripeoffset from libgeom(3), it may be useful even when | Andrey V. Elsukov | 2011-06-02 | 1 | -4/+2 |
| * | Escape characters unsafe for XML output in GEOM class, instance and | Jaakko Heinonen | 2010-03-20 | 1 | -3/+25 |
| * | Expose stripe offset and stripe size through libgeom and geom(8) userland | Xin LI | 2010-01-17 | 1 | -0/+4 |
| * | Make the kern.geom.conftxt sysctl more usable by also dumping the | Marcel Moolenaar | 2005-11-12 | 1 | -5/+4 |
| * | Rearrange some of the GEOM debugging tools to be more structured. | Poul-Henning Kamp | 2004-03-10 | 1 | -1/+0 |
| * | Re-arrange and consolidate some random debugging stuff | Scott Long | 2003-12-07 | 1 | -31/+0 |
| * | Handle geoms which are withering away specially in the dump functions. | Poul-Henning Kamp | 2003-07-08 | 1 | -3/+11 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -2/+2 |
| * | Add missing va_end() calls. | Poul-Henning Kamp | 2003-06-07 | 1 | -0/+1 |
| * | Introduce a g_waitfor_event() function which posts an event and waits for | Poul-Henning Kamp | 2003-04-23 | 1 | -3/+0 |
| * | Time has run from the "run GEOM in userland" harness, and the new regression | Poul-Henning Kamp | 2003-04-13 | 1 | -11/+0 |
| * | Add handling for cancelled events in the g_call_me() methods. | Poul-Henning Kamp | 2003-04-02 | 1 | -3/+6 |
| * | Change events to have an array of "void *" references, and give the | Poul-Henning Kamp | 2003-04-02 | 1 | -3/+3 |
| * | Including <sys/stdint.h> is (almost?) universally only to be able to use | Poul-Henning Kamp | 2003-03-18 | 1 | -1/+0 |
| * | Commit the correct copy of the g_stat structure. | Poul-Henning Kamp | 2003-02-07 | 1 | -2/+2 |
| * | Constification and some s/int/u_int/ changes. | Poul-Henning Kamp | 2002-12-16 | 1 | -1/+1 |
| * | Do not call the dumpconf method unless there is one. | Poul-Henning Kamp | 2002-11-20 | 1 | -4/+5 |
| * | Remove harmless but irritating printf. | Poul-Henning Kamp | 2002-11-08 | 1 | -2/+0 |
| * | Make this compile in the userland shims again. | Poul-Henning Kamp | 2002-11-01 | 1 | -0/+1 |
| * | Add the remaning part of the new libdisk interaction. | Poul-Henning Kamp | 2002-10-28 | 1 | -0/+44 |
| * | Make the sectorsize a property of providers so we can include it in the XML | Poul-Henning Kamp | 2002-10-20 | 1 | -0/+1 |
| * | Use %jd instead of %lld now that we have it. | Poul-Henning Kamp | 2002-10-20 | 1 | -0/+3 |
| * | Add more KASSERTS. | Poul-Henning Kamp | 2002-10-14 | 1 | -1/+1 |
| * | Properly isolate the locking domains of sysctl from the topology lock | Poul-Henning Kamp | 2002-10-04 | 1 | -14/+12 |
| * | Retire g_io_fail() and let g_io_deliver() take an error argument instead. | Poul-Henning Kamp | 2002-09-30 | 1 | -8/+2 |
| * | Remove "magicspace". It looks good on paper, it doesn't work in practice. | Poul-Henning Kamp | 2002-09-06 | 1 | -19/+0 |
| * | Introduce the concept of "magic spaces", and implement them in most of | Poul-Henning Kamp | 2002-05-21 | 1 | -0/+19 |
| * | Improve the cross-references in the XML output. | Poul-Henning Kamp | 2002-04-24 | 1 | -12/+9 |
| * | Introduce some serious paranoia to try to catch a memory overwrite problem | Poul-Henning Kamp | 2002-04-23 | 1 | -0/+1 |
| * | Make life easier for reference-vector generatorts in tools/regression/geom | Poul-Henning Kamp | 2002-04-19 | 1 | -0/+3 |
| * | s/classs/classes/ to fixup grammer after the previous global renaming. | Poul-Henning Kamp | 2002-04-04 | 1 | -2/+2 |
| * | In the absense of any smarter way to do this, cast various printf | Poul-Henning Kamp | 2002-03-28 | 1 | -1/+1 |
| * | Eliminate some thread pointers which do not make sense anymore. | Poul-Henning Kamp | 2002-03-26 | 1 | -0/+1 |
| * | Cave in to tradition and rename "methods" to "classes". | Poul-Henning Kamp | 2002-03-26 | 1 | -13/+13 |
| * | First commit of the GEOM subsystem to make it easier for people to | Poul-Henning Kamp | 2002-03-11 | 1 | -0/+275 |