Re: [OT] Q: what would you choose for a VCS today

2008-01-30 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adrian Penisoara wrote: > Hi, > > Side-topic, if you bear with me: if you were to choose again what to use > as source revision control system (VCS) from today's offerings, what would > you choose to maintain FreeBSD's sources or a side-off project t

[OT] Q: what would you choose for a VCS today

2008-01-30 Thread Adrian Penisoara
Hi, Side-topic, if you bear with me: if you were to choose again what to use as source revision control system (VCS) from today's offerings, what would you choose to maintain FreeBSD's sources or a side-off project tracking FreeBSD as base that would allow better teams cooperation and easy code

more on devstat (missing include)

2008-01-30 Thread Pietro Cerutti
Hi hackers, I think that i) sys/devicestat.h should include sys/resource.h or ii) the man page of devstat(9) should mention that the user himself is supposed to include sys/resource.h. Without: > cat devstat.c #include int main(void) { devstat_getnumdevs(NULL); return (0); } > gcc -ldevs

Re: 'periodic daily' memory usage

2008-01-30 Thread Dag-Erling Smørgrav
Doug Barton <[EMAIL PROTECTED]> writes: > Doug Barton <[EMAIL PROTECTED]> writes: > > Why don't you post that diff? Sounds like a good idea to me. > Oh, duh. Never mind. :) :) Now that you've seen it, any objections to committing it? DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] __

Re: struct devstat's bytes[] meaning

2008-01-30 Thread pluknet
On 29/01/2008, Pietro Cerutti <[EMAIL PROTECTED]> wrote: > Hi list, > > I'm trying to get device IO status (i.e. read and written bytes) by > using the devstat interface, and I wrote this small program (mostly > inspired by the gkrellm2 port freebsd.c system-dependent module). [snip] > > Now, I sup