Re: svn commit: r211023 - head/usr.sbin/syslogd

2010-08-11 Thread Oliver Fromme
Dag-Erling Smørgrav wrote: > "M. Warner Losh" writes: > > You'll find that a number of structures are potentially already > > allocated with less than required alignment. There's about a dozen > > places in the tree that would start to fail if we did this, or the > > stronger form of __align

svn commit: r211172 - head/usr.sbin/kbdcontrol

2010-08-11 Thread Oliver Fromme
Author: olli Date: Wed Aug 11 08:26:15 2010 New Revision: 211172 URL: http://svn.freebsd.org/changeset/base/211172 Log: Fix some typos: flush vs. flash, and some others. Approved by: des (mentor, implicit) MFC after:1 week Modified: head/usr.sbin/kbdcontrol/kbdcontrol.1 Modified:

Re: svn commit: r211023 - head/usr.sbin/syslogd

2010-08-10 Thread Oliver Fromme
M. Warner Losh wrote: > /* > * Macros to cast a struct sockaddr, or parts thereof. struct > * sockaddr's alginment is loose to later be cast to a sockaddr_in or > * sockaddr_in6. On architectures with strict alignment requirements, > * this leads to compiler warnings because the compile

Re: svn commit: r211023 - head/usr.sbin/syslogd

2010-08-10 Thread Oliver Fromme
M. Warner Losh wrote: > In message: <201008101313.o7addhye040...@haluter.fromme.com> > Oliver Fromme writes: > : M. Warner Losh wrote: > : > The casting that syslogd does with struct sockaddrFOO is what triggers > : > it. I'm not sure how to

Re: svn commit: r211023 - head/usr.sbin/syslogd

2010-08-10 Thread Oliver Fromme
M. Warner Losh wrote: > The casting that syslogd does with struct sockaddrFOO is what triggers > it. I'm not sure how to fix it, so there's about 6 or 8 programs in > the tree that have WARNS lowered to 3 because of it. I've given it try, please see the patch below. This is not really pretty,

svn commit: r211142 - head/etc/periodic/daily

2010-08-10 Thread Oliver Fromme
Author: olli Date: Tue Aug 10 12:58:44 2010 New Revision: 211142 URL: http://svn.freebsd.org/changeset/base/211142 Log: Connect the new script 490.status-pkg-changes (see r210863) to the build, so it gets actually installed. Approved by: des (mentor) MFC after:17 days Modified:

Re: svn commit: r211023 - head/usr.sbin/syslogd

2010-08-08 Thread Oliver Fromme
M. Warner Losh wrote: > In message: <201008071620.o77gkdbb091...@svn.freebsd.org> > Oliver Fromme writes: > : Author: olli > : Date: Sat Aug 7 16:20:12 2010 > : New Revision: 211023 > : URL: http://svn.freebsd.org/changeset/base/211023 > : Modi

svn commit: r211040 - head/usr.sbin/syslogd

2010-08-07 Thread Oliver Fromme
Author: olli Date: Sat Aug 7 20:46:30 2010 New Revision: 211040 URL: http://svn.freebsd.org/changeset/base/211040 Log: jh pointed out that src/usr.sbin already has a global WARNS=6 setting in HEAD (unlike stable/8), so it's best to remove the line entirely. Pointed out by: jh A

svn commit: r211023 - head/usr.sbin/syslogd

2010-08-07 Thread Oliver Fromme
Author: olli Date: Sat Aug 7 16:20:12 2010 New Revision: 211023 URL: http://svn.freebsd.org/changeset/base/211023 Log: syslogd(8) already supports *sending* log messages to non- standard ports, but it can't *receive* them (port 514 is hardcoded). This commit adds that missing feature.

svn commit: r210865 - head/sys/conf

2010-08-05 Thread Oliver Fromme
Author: olli Date: Thu Aug 5 16:28:17 2010 New Revision: 210865 URL: http://svn.freebsd.org/changeset/base/210865 Log: Fix a bunch of errors (spelling and similar). As des noted, the section on SCTP would benefit from a rewrite by a native speaker (which I am not). Any volunteers?

svn commit: r210863 - in head/etc: defaults periodic/daily

2010-08-05 Thread Oliver Fromme
Author: olli Date: Thu Aug 5 15:53:33 2010 New Revision: 210863 URL: http://svn.freebsd.org/changeset/base/210863 Log: Add a daily script to the periodic framework that reports changes to the package database, i.e. any packages that have been added, updated or deleted in the past 24 hours.

svn commit: r210819 - head/sys/dev/drm

2010-08-03 Thread Oliver Fromme
Author: olli Date: Tue Aug 3 16:30:56 2010 New Revision: 210819 URL: http://svn.freebsd.org/changeset/base/210819 Log: Add support for ATI Radeon HD 4250. PR: kern/149041 Submitted by: olli Reviewed by: rnoland Approved by: des (mentor) MFC after:1 week Modified:

Re: svn commit: r184265 - head/etc/periodic/security

2008-10-25 Thread Oliver Fromme
mpare them, i.e. something like this: $ mount -p | awk '{print $2}' | xargs stat -f '%N %d' | sort Then you will reliably notice if any of the file systems was umounted/remounted, even if the order in the "mount" output didn't change. Best regards Oliver

Re: svn commit: r183718 - head/sbin/geom/class/part

2008-10-09 Thread Oliver Fromme
o ISO8859-*. Now it does. So I'm thankful for delphij's commit message because it gave me the opportunity to discover and fix the bug. :-) Best regards Oliver PS: Ivan: I decided to implement displaying diffs, as you suggested. Working on it right now. It only stores the most recent d