summaryrefslogtreecommitdiff
path: root/lib/libgeom
Commit message (Collapse)AuthorAgeFilesLines
* 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