summaryrefslogtreecommitdiff
path: root/lib/libgeom
Commit message (Collapse)AuthorAgeFilesLines
* MFC r179780Andrew Thompson2008-08-091-1/+1
| | | | | | | Fix spelling. Notes: svn path=/stable/7/; revision=181479
* Remove parameter names from prototypes to avoid namespace issues.Dag-Erling Smørgrav2007-05-061-22/+22
| | | | Notes: svn path=/head/; revision=169305
* Implement and document some utility functions that can be used to communicatePawel Jakub Dawidek2007-05-064-3/+360
| | | | | | | | | with GEOM providers. OK'ed by: phk Notes: svn path=/head/; revision=169299
* Second call of sysctl() is used to gather a proper size of a memory chunkWojciech A. Koszek2007-05-011-1/+1
| | | | | | | | | | | | | | needed to hold the GEOM tree. At this point, pointer 'p' has an improper value (as it was used previously), and we're getting EFAULT. Fix this functionality by passing NULL instead of 'p'. This fixes mdconfig(8) -l output with high number of md(4) devices. Found by: kris Reviewed by: phk Notes: svn path=/head/; revision=169162
* Fix prototype.Ruslan Ermilov2005-11-241-1/+1
| | | | Notes: svn path=/head/; revision=152760
* Check for NULL pointer return.Poul-Henning Kamp2005-05-241-0/+2
| | | | | | | Spotted by: marcus Notes: svn path=/head/; revision=146561
* Markup, grammar, punctuation.Ruslan Ermilov2004-07-011-30/+42
| | | | Notes: svn path=/head/; revision=131421
* Make libgeom usable by C++ programs:John Baldwin2004-03-092-127/+140
| | | | | | | | | | | | | - Add DECL wrappers to libgeom.h. - Rename structure members in libgeom.h to use a lg_ prefix for member names. This is required because a few structures had members named 'class' which made g++ very unhappy. - Catch gstat(8) and gconcat(8) up to these API changes. Reviewed by: phk Notes: svn path=/head/; revision=126786
* String the consumers into the list of the provider they are attached to.Poul-Henning Kamp2004-03-081-1/+5
| | | | | | | Noticed by: jhb Notes: svn path=/head/; revision=126748
* Add manpages for the gctl API.Poul-Henning Kamp2004-03-072-4/+118
| | | | | | | | Submitted by: le Tweaks by: phk Notes: svn path=/head/; revision=126721
* style.Makefile(5)David E. O'Brien2003-08-181-1/+1
| | | | Notes: svn path=/head/; revision=119071
* Stage 3 of dynamic root support. Make all the libraries needed to runGordon Tetlow2003-08-171-0/+1
| | | | | | | | | binaries in /bin and /sbin installed in /lib. Only the versioned files reside in /lib, the .so symlink continues to live /usr/lib so the toolchain doesn't need to be modified. Notes: svn path=/head/; revision=119017
* Remove GCC-specific debugging option.Mark Murray2003-07-241-1/+1
| | | | | | | OK'ed by: phk Notes: svn path=/head/; revision=117979
* The .Fn functionPhilippe Charnier2003-06-181-2/+4
| | | | Notes: svn path=/head/; revision=116549
* Add the part of the last commit which cvs appearantly didn't likePoul-Henning Kamp2003-06-012-17/+4
| | | | | | | the first time. Notes: svn path=/head/; revision=115625
* Moved libgeom.so dependencies to where they belong.Ruslan Ermilov2003-05-171-0/+3
| | | | | | | | Reviewed by: phk Approved by: re (scottl) Notes: svn path=/head/; revision=115104
* Collapse the meta arguments into normal arguments, trying to distinguishPoul-Henning Kamp2003-04-222-38/+1
| | | | | | | just makes our own life harder. Notes: svn path=/head/; revision=113861
* Run a revision on the OAM api.Poul-Henning Kamp2003-03-272-93/+136
| | | | | | | | | | Use prefix gctl_ systematically. Add flag with access perms for each argument. Add ro/rw versions of argument building functions. General cleanup. Notes: svn path=/head/; revision=112709
* Add marshalling functions for OAM api.Poul-Henning Kamp2003-03-233-1/+262
| | | | Notes: svn path=/head/; revision=112510
* Use devstat instead of GEOM private statistics structure.Poul-Henning Kamp2003-03-182-8/+7
| | | | Notes: svn path=/head/; revision=112372
* Constify arg to geom_lookupid().Poul-Henning Kamp2003-03-172-3/+3
| | | | | | | Improve a diagnostic printf. Notes: svn path=/head/; revision=112340
* mdoc(7) police: Scheduled sweep.Ruslan Ermilov2003-02-241-17/+36
| | | | Notes: svn path=/head/; revision=111447
* Add appropriate MLINKS for functions documented in libgeom.3Alexey Zelkin2003-02-131-0/+10
| | | | Notes: svn path=/head/; revision=110810
* Fix some mdoc issues: add .Nd to NAME section, use valid .Lb argument,Alexey Zelkin2003-02-131-15/+16
| | | | | | | use .Fn there appropriate Notes: svn path=/head/; revision=110809
* Leak more stuff into libgeom.Poul-Henning Kamp2003-02-105-6/+582
| | | | Notes: svn path=/head/; revision=110603
* Lower WARNS to 3 until I track down a way to explain that I know whatPoul-Henning Kamp2003-02-081-1/+1
| | | | | | | I'm doing to sparc64's gcc Notes: svn path=/head/; revision=110548
* Include <sys/time.h>, it's not the users problem that we use bintimePoul-Henning Kamp2003-02-081-0/+1
| | | | | | | internally. Notes: svn path=/head/; revision=110547
* Add libgeom to the system.Poul-Henning Kamp2003-02-084-0/+362
Initially this only contains the functions for accessing the I/O statistics data. Notes: svn path=/head/; revision=110545