aboutsummaryrefslogtreecommitdiff
path: root/lib/libgeom
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check for NULL pointer return.Poul-Henning Kamp2005-05-241-0/+2
* Markup, grammar, punctuation.Ruslan Ermilov2004-07-011-30/+42
* Make libgeom usable by C++ programs:John Baldwin2004-03-092-127/+140
* String the consumers into the list of the provider they are attached to.Poul-Henning Kamp2004-03-081-1/+5
* Add manpages for the gctl API.Poul-Henning Kamp2004-03-072-4/+118
* style.Makefile(5)David E. O'Brien2003-08-181-1/+1
* Stage 3 of dynamic root support. Make all the libraries needed to runGordon Tetlow2003-08-171-0/+1
* Remove GCC-specific debugging option.Mark Murray2003-07-241-1/+1
* The .Fn functionPhilippe Charnier2003-06-181-2/+4
* Add the part of the last commit which cvs appearantly didn't likePoul-Henning Kamp2003-06-012-17/+4
* Moved libgeom.so dependencies to where they belong.Ruslan Ermilov2003-05-171-0/+3
* Collapse the meta arguments into normal arguments, trying to distinguishPoul-Henning Kamp2003-04-222-38/+1
* Run a revision on the OAM api.Poul-Henning Kamp2003-03-272-93/+136
* Add marshalling functions for OAM api.Poul-Henning Kamp2003-03-233-1/+262
* Use devstat instead of GEOM private statistics structure.Poul-Henning Kamp2003-03-182-8/+7
* Constify arg to geom_lookupid().Poul-Henning Kamp2003-03-172-3/+3
* mdoc(7) police: Scheduled sweep.Ruslan Ermilov2003-02-241-17/+36
* Add appropriate MLINKS for functions documented in libgeom.3Alexey Zelkin2003-02-131-0/+10
* Fix some mdoc issues: add .Nd to NAME section, use valid .Lb argument,Alexey Zelkin2003-02-131-15/+16
* Leak more stuff into libgeom.Poul-Henning Kamp2003-02-105-6/+582
* Lower WARNS to 3 until I track down a way to explain that I know whatPoul-Henning Kamp2003-02-081-1/+1
* Include <sys/time.h>, it's not the users problem that we use bintimePoul-Henning Kamp2003-02-081-0/+1
* Add libgeom to the system.Poul-Henning Kamp2003-02-084-0/+362