aboutsummaryrefslogtreecommitdiff
path: root/lib/libgeom
Commit message (Expand)AuthorAgeFilesLines
* 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
* Handle null return from XML_ParserCreate and fix a few memory leaks onEd Maste2010-10-051-4/+10
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-161-1/+1
* Correct a typo (when we talk about offset, it shouldXin LI2010-01-171-1/+1
* Expose stripe offset and stripe size through libgeom and geom(8) userlandXin LI2010-01-174-1/+55
* Add missing `void' keyword.Ed Schouten2009-12-311-1/+1
* Add links to libgeom(3) where appropriate.Edward Tomasz Napierala2009-05-191-0/+2
* - Update the libgeom manpage with a description of g_device_path andUlf Lilleengen2008-09-081-3/+26
* - Add a new ioctl for getting the provider name of a geom provider.Ulf Lilleengen2008-09-072-13/+95
* Add sbuf_new_auto as a shortcut for the very common case of creating aDag-Erling Smørgrav2008-08-091-1/+1
* - Simplify the procedure of retrieving XML-data from the kernel.Ulf Lilleengen2008-07-083-26/+65
* Fix spelling.Andrew Thompson2008-06-131-1/+1
* Use 'dowrite' as an argument name instead of too general 'write'.Pawel Jakub Dawidek2008-05-202-7/+7
* Remove parameter names from prototypes to avoid namespace issues.Dag-Erling Smørgrav2007-05-061-22/+22
* Implement and document some utility functions that can be used to communicatePawel Jakub Dawidek2007-05-064-3/+360
* Second call of sysctl() is used to gather a proper size of a memory chunkWojciech A. Koszek2007-05-011-1/+1
* Fix prototype.Ruslan Ermilov2005-11-241-1/+1