aboutsummaryrefslogtreecommitdiff
path: root/lib/libgeom
Commit message (Expand)AuthorAgeFilesLines
* [skip ci] correct a few SPDX license tagsAlan Somers2021-07-074-4/+4
* Modernize geom_stats_snapshot_getAlan Somers2021-03-041-2/+1
* Speed up geom_stats_resync in the presence of many devicesAlan Somers2021-03-031-9/+17
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+0
* pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot2019-09-051-1/+2
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-266-0/+12
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add a quick description of the geom_getxml(3), geom_xml2tree(3),Romain Tartière2017-10-162-1/+57
* libgeom: Remove redundant and duplicated codeConrad Meyer2017-09-081-46/+31
* Remove getpagesize(3) error checking added in r317312Enji Cooper2017-05-281-2/+0
* Minor style(9) fixupsEnji Cooper2017-04-231-10/+9
* Fix type for `pagesize` to match the return type for getpagesize(3)Enji Cooper2017-04-231-2/+2
* Check for failures from getpagesize(3)Enji Cooper2017-04-231-0/+2
* Minor style(9) fixupsEnji Cooper2017-04-231-8/+6
* libgeom(3): note that stdio.h is required when referencing gctl_dump(3)Enji Cooper2017-04-221-0/+4
* libgeom(3): apply minor polishEnji Cooper2017-04-221-11/+10
* First pass through library packaging.Glen Barber2016-02-041-0/+1
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-251-1/+0
* Plug memory leaks when running out of memory.Xin LI2015-08-281-1/+3
* Revert part of r280687, reporting "1" (true) for empty value.Alexander Motin2015-08-131-1/+1
* Revert r284417 it is not necessary anymoreBaptiste Daroussin2015-06-151-1/+1
* Enforce overwritting SHLIBDIRBaptiste Daroussin2015-06-151-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-5/+14
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-192-9/+36
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-191-3/+3
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+1
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | Merge from headSimon J. Gerraty2013-09-052-0/+6
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+4
| * | | | Sync from headSimon J. Gerraty2012-11-041-8/+33
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+17
* | | | | | libgeom: plug memory leak in EndElement.Pedro F. Giffuni2015-04-221-0/+1
* | | | | | Make GEOM_PART work in presence of previous withered self.Alexander Motin2015-03-261-3/+12
* | | | | | Convert libraries to use LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|/ |/| | | |
* | | | | Explicitly specify MAP_SHARED when mapping the stats file descriptor.John Baldwin2014-09-171-2/+2
* | | | | Systems with lots of geom providers can end up with a kern.geom.confxmlBenno Rice2014-09-041-7/+34
| |_|_|/ |/| | |
* | | | use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-3/+3
| |_|/ |/| |
* | | Since there's no defined schema for the XML that's generated by theScott Long2013-07-192-0/+6
* | | Revert r253247. This change should be improved based on a lesson learntHiroki Sato2013-07-121-2/+2
* | | Use strtoumax() instead of strtoul() for id/ref attr in XML elements.Hiroki Sato2013-07-121-2/+2
| |/ |/|
* | Improve libgeom XML parsing error handling.Jaakko Heinonen2012-10-261-8/+33
|/
* Back out r233646. Although it fixed most libgeom consumers under 32-bitJuli Mallett2012-04-102-82/+29
* Fix 32-bit libgeom consumers run on 64-bit kernels with COMPAT_FREEBSD32.Juli Mallett2012-03-292-29/+82
* Remove stale link.Jaakko Heinonen2010-12-041-3/+1
* Remove code duplication by introducing static gctl_param_add() function whichPawel Jakub Dawidek2010-10-211-22/+14
* - Simplify gctl_get_handle() a bit.Pawel Jakub Dawidek2010-10-211-5/+3