summaryrefslogtreecommitdiff
path: root/devel/libgtop2/files/patch-lib::write.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.10.1.Jeremy Messenger2005-04-111-8/+9
| | | | Notes: svn path=/head/; revision=133004
* - Fixes in proctime calculation.Alexander Nedotsukov2003-09-091-0/+28
- Fixes in procmem calculation. - Clear libgtop_server2 responce structure to avoid use of uninitialized memory. - Retry read/write after EINTR wich in fact is not an error. - A number of glibtop_errors downgraded to glibtop_warns to avoid unxepected libgtop_server2 termination. Notes: svn path=/head/; revision=88830