aboutsummaryrefslogtreecommitdiff
path: root/lib/libdevstat
Commit message (Expand)AuthorAgeFilesLines
* Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
* Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
* Sync with HEAD.David E. O'Brien2013-02-083-9/+75
|\
| * New devstat metrics for devstat_compute_statistics():Mikolaj Golub2012-12-153-9/+75
* | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+4
* | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+16
|/
* Globally replace u_int*_t from (non-contributed) man pages.Ed Schouten2012-02-121-9/+9
* Handle memory allocation failures in devstat_getdevs(), devstat_selectdevs(),Guy Helmer2012-01-061-10/+30
* Do not increment num_args if strsep(3) returned an empty field.Sergey Kandaurov2011-04-041-3/+4
* Spelling fixes.Joel Dahl2010-08-031-1/+1
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+1
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
* The devstat(3) manpage claims that only <devstat.h> is needed as aJohn Baldwin2008-01-311-0/+1
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
* Remove an unused variable.Stefan Farfeleder2005-10-041-2/+1
* Remove a reference to compute_stats(), since it is no longer documented atKenneth D. Merry2005-08-101-4/+1
* Bump the shared library version number of all libraries that have notKen Smith2005-07-222-2/+2
* sync function prototype with reality.Philippe Charnier2005-07-171-1/+6
* Tidy up the markup.Ruslan Ermilov2005-06-301-214/+285
* Use __func__ throughout devstat.c instead of defining a func_nameMaxime Henrion2005-04-261-31/+21
* Make this compile with GCC4 by fixing a signedness issue.Maxime Henrion2005-04-261-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-5/+5
* Remove the use of cast as lvalue. GCC 3.4 isses a deprecation warningAlexander Kabaev2004-06-251-1/+1
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2
* Include <nlist.h> for nlist-related declarations instead of depending onBruce Evans2003-10-131-0/+1
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
* style.Makefile(5)David E. O'Brien2003-08-181-1/+1
* It is not an error to have no devices.Poul-Henning Kamp2003-08-171-1/+1
* Stage 3 of dynamic root support. Make all the libraries needed to runGordon Tetlow2003-08-171-0/+1
* Remove MAINTAINER= lines in the makefiles for camcontrol, iostat, libcamKenneth D. Merry2003-06-141-2/+0
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-05-221-3/+3
* Add prototype for compute_stats() so that libdevstat is WARNS=4 clean.Poul-Henning Kamp2003-04-191-0/+8
* If rounding results in -epsilon device busy %, set it to zero.Poul-Henning Kamp2003-04-091-0/+2
* typoPoul-Henning Kamp2003-03-191-1/+1
* Further unbreak devstat: sort the index array in correct order too.Poul-Henning Kamp2003-03-191-10/+10
* ARGH!Poul-Henning Kamp2003-03-181-3/+3
* Commit ken@' changes to this file: Bump version and append new entriesPoul-Henning Kamp2003-03-181-9/+9
* Update to match reality closer.Poul-Henning Kamp2003-03-181-274/+42
* Add more devstat calculations, mostly filling in holes, but also addingPoul-Henning Kamp2003-03-182-27/+130
* And I managed to make a regression here too.Poul-Henning Kamp2003-03-151-5/+5
* Run a revision of the devstat interface:Poul-Henning Kamp2003-03-153-123/+48
* Don't tell people to include <sys/dkstat.h> any more.Poul-Henning Kamp2003-02-191-1/+0
* Remove include of <sys/dkstat.h>Poul-Henning Kamp2003-02-161-1/+0
* Premptively include <sys/resource.h> to get the cp_time[CPUSTATES].Poul-Henning Kamp2003-02-161-0/+1
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
* Remove 'register' keyword.David E. O'Brien2002-03-211-2/+2
* Fixed wrong arg type in synopsis.Bruce Evans2001-10-031-1/+1
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
* Turn on WARNS?= 2 for libdevstat.Kenneth D. Merry2001-09-233-24/+30
* Implement __FBSDID()Matthew Dillon2001-09-161-2/+3