azalia: save some power

2009-05-12 Thread Jacob Meuser
here's a patch to power down unused widgets. should be safe, but my devices don't support this (about half of all azalia codecs support power modes on the individual widgets) so please test that this doesn't somehow break the ability to use your soundcard. -- jake...@sdf.lonestar.org SDF Public

Re: usr.sbin/smtpd/aliases.c diif

2009-05-12 Thread Daniel Ouellet
Jacek Masiulaniec wrote: You have a point there, although aliases_get is not the only place that could benefit from this. That looked even cleaner. (;> I would also have suggested this below too, but not sure you would agree. The ret integer is define and assign a value a few times, however,

Re: usr.sbin/smtpd/aliases.c diif

2009-05-12 Thread Jacek Masiulaniec
You have a point there, although aliases_get is not the only place that could benefit from this. Index: aliases.c === RCS file: /cvs/src/usr.sbin/smtpd/aliases.c,v retrieving revision 1.17 diff -u -p -r1.17 aliases.c --- aliases.c 2

Re: cksum(1) patch

2009-05-12 Thread Hyjial Irldar
``man 1 cksum'' already does that for you. 2009/5/11 Peter J. Philipp : > Hi, > > I did some research on different operating systems regarding checksumming and > found that solaris had a nice option called "digest -l" which prints the > available algorithms and exits. B I wrote this functionality