Re: svn commit: r233773 - head/usr.sbin/arp

2012-04-08 Thread Gleb Smirnoff
Qing, On Sun, Apr 08, 2012 at 10:41:11AM -0700, Qing Li wrote: Q> This is not the right way to support RFC3021. Q> Q> The code you removed is used for checking against attempt at adding Q> duplicate entry. Q> Both the message and the code apply in that context. I tried to state Q> clearly and c

Re: svn commit: r234014 - head/lib/libc/arm/gen

2012-04-08 Thread Andrew Turner
On Sun, 8 Apr 2012 18:36:45 -0700 Juli Mallett wrote: > On Sat, Apr 7, 2012 at 21:45, Andrew Turner > wrote: > > On Sun, 8 Apr 2012 04:36:27 + (UTC) > > Andrew Turner wrote: > > > >> Author: andrew > >> Date: Sun Apr  8 04:36:27 2012 > >> New Revision: 234014 > >> URL: http://svn.freebsd.or

Re: svn commit: r234014 - head/lib/libc/arm/gen

2012-04-08 Thread Juli Mallett
On Sat, Apr 7, 2012 at 21:45, Andrew Turner wrote: > On Sun, 8 Apr 2012 04:36:27 + (UTC) > Andrew Turner wrote: > >> Author: andrew >> Date: Sun Apr  8 04:36:27 2012 >> New Revision: 234014 >> URL: http://svn.freebsd.org/changeset/base/234014 >> >> Log: >>   Unlike other functions __aeabi_rea

svn commit: r234047 - head/sbin/mdconfig

2012-04-08 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Mon Apr 9 01:20:50 2012 New Revision: 234047 URL: http://svn.freebsd.org/changeset/base/234047 Log: Fix a couple of style issues. Tweak grammar and markup while here. Approved by: hrs (mentor) Modified: head/sbin/mdconfig/mdconfig.8 Modified: head/sbi

Re: svn commit: r232275 - in head/sys: amd64/include i386/include pc98/include x86/include

2012-04-08 Thread Bruce Evans
On Sat, 7 Apr 2012, David Schultz wrote: On Fri, Mar 02, 2012, Tijl Coosemans wrote: Hmm, old news. I think I already applied, but now notice some more details. Thanks, that was quite informative. C11 does say something about the FP env and signals now though: ``When the processing of the

svn commit: r234043 - head/sys/pci

2012-04-08 Thread Andriy Gapon
Author: avg Date: Sun Apr 8 20:48:39 2012 New Revision: 234043 URL: http://svn.freebsd.org/changeset/base/234043 Log: intpm: return only SMB bus error codes from SMB methods PR: kern/25733 MFC after:5 days Modified: head/sys/pci/intpm.c Modified: head/sys/pci/intpm.c ==

svn commit: r234040 - head/sys/pci

2012-04-08 Thread Andriy Gapon
Author: avg Date: Sun Apr 8 19:58:38 2012 New Revision: 234040 URL: http://svn.freebsd.org/changeset/base/234040 Log: intpm: reflect the fact that SB800 and later AMD chipsets are not supported They do not have compatible configuration registers in PCI configuration space. Instead their

svn commit: r234039 - head/sys/vm

2012-04-08 Thread Alan Cox
Author: alc Date: Sun Apr 8 18:25:12 2012 New Revision: 234039 URL: http://svn.freebsd.org/changeset/base/234039 Log: Fix mincore(2) so that it reports PG_CACHED pages as resident. MFC after:2 weeks Modified: head/sys/vm/vm_mmap.c head/sys/vm/vm_page.c head/sys/vm/vm_page.h Mod

Re: svn commit: r233773 - head/usr.sbin/arp

2012-04-08 Thread Qing Li
This is not the right way to support RFC3021. The code you removed is used for checking against attempt at adding duplicate entry. Both the message and the code apply in that context. I tried to state clearly and concisely what r201282 was intended in solving and was verified by actual users who r

svn commit: r234038 - head/sys/vm

2012-04-08 Thread Alan Cox
Author: alc Date: Sun Apr 8 17:00:46 2012 New Revision: 234038 URL: http://svn.freebsd.org/changeset/base/234038 Log: If a page belonging a reservation is cached, then mark the reservation so that it will be freed to the cache pool rather than the default pool. Otherwise, the cached pages w

svn commit: r234036 - head/sys/ufs/ffs

2012-04-08 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Apr 8 13:44:55 2012 New Revision: 234036 URL: http://svn.freebsd.org/changeset/base/234036 Log: Fix panic in ffs_reload(), which may happen when read-only filesystem gets resized and then reloaded. Reviewed by: kib, mckusick (earlier version) Sponsored by: The

svn commit: r234034 - head/contrib/openbsm/libauditd

2012-04-08 Thread Robert Watson
Author: rwatson Date: Sun Apr 8 11:05:22 2012 New Revision: 234034 URL: http://svn.freebsd.org/changeset/base/234034 Log: Merge a local fix to OpenBSM's libauditd to avoid a directory descriptor leak when iterating over possible audit trail directories. This fix will be merged upstream in

svn commit: r234032 - head/sys/security/mac

2012-04-08 Thread Robert Watson
Author: rwatson Date: Sun Apr 8 11:01:49 2012 New Revision: 234032 URL: http://svn.freebsd.org/changeset/base/234032 Log: When allocation of labels on files is implicitly disabled due to MAC policy configuration, avoid leaking resources following failed calls to get and set MAC labels by fi