Re: svn commit: r186520 - head/sys/dev/puc

2008-12-31 Thread M. Warner Losh
In message: <495b406f.2040...@localhost.inse.ru> Roman Kurakin writes: : M. Warner Losh wrote: : > In message: <200812271522.mbrfmmhy074...@svn.freebsd.org> : > Roman Kurakin writes: : > : Author: rik : > : Date: Sat Dec 27 15:22:22 2008 : > : New Revision: 186520 : > : UR

svn commit: r186676 - in releng/7.1/release/doc: en_US.ISO8859-1/relnotes zh_CN.GB2312/relnotes

2008-12-31 Thread Hiroki Sato
Author: hrs Date: Thu Jan 1 06:43:16 2009 New Revision: 186676 URL: http://svn.freebsd.org/changeset/base/186676 Log: Fix a typo (s/get_setaffinity/sched_getaffinity/). Spotted by: mtm Approved by: re (implicit) Modified: releng/7.1/release/doc/en_US.ISO8859-1/relnotes/article.sgml

svn commit: r186674 - svnadmin/conf

2008-12-31 Thread David E. O'Brien
Author: obrien Date: Thu Jan 1 05:38:49 2009 New Revision: 186674 URL: http://svn.freebsd.org/changeset/base/186674 Log: file flattening is in progress Modified: svnadmin/conf/paths Modified: svnadmin/conf/paths ==

svn commit: r186670 - head/lib/libarchive

2008-12-31 Thread Tim Kientzle
Author: kientzle Date: Thu Jan 1 02:29:57 2009 New Revision: 186670 URL: http://svn.freebsd.org/changeset/base/186670 Log: Don't try to read the next Gzip header after we reach the end of the compressed stream. This is desirable behavior, but the implementation here is very broken and caus

svn commit: r186669 - head/sys/sys

2008-12-31 Thread David E. O'Brien
Author: obrien Date: Thu Jan 1 02:29:17 2009 New Revision: 186669 URL: http://svn.freebsd.org/changeset/base/186669 Log: style(9) Verfied with: svn diff -x -Bbw file.h showing empty diff Modified: head/sys/sys/file.h Modified: head/sys/sys/file.h ===

svn commit: r186668 - head/sys/sys

2008-12-31 Thread David E. O'Brien
Author: obrien Date: Thu Jan 1 02:11:01 2009 New Revision: 186668 URL: http://svn.freebsd.org/changeset/base/186668 Log: style(9) Differences from 'svn diff -x -Bbw' are trivially verifiable as only style(9). Modified: head/sys/sys/imgact_elf.h head/sys/sys/link_elf.h Modified: head/sys

svn commit: r186667 - head/sys/sys

2008-12-31 Thread David E. O'Brien
Author: obrien Date: Thu Jan 1 02:08:56 2009 New Revision: 186667 URL: http://svn.freebsd.org/changeset/base/186667 Log: style(9) Verified with:svn diff -x -Bbw elf_generic.h elf64.h Modified: head/sys/sys/elf64.h head/sys/sys/elf_generic.h Modified: head/sys/sys/elf64.h

svn commit: r186666 - head/sys/sys

2008-12-31 Thread David E. O'Brien
Author: obrien Date: Thu Jan 1 02:07:32 2009 New Revision: 18 URL: http://svn.freebsd.org/changeset/base/18 Log: style(9) Verified with:svn diff -x -Bbw elf_common.h Modified: head/sys/sys/elf_common.h Modified: head/sys/sys/elf_common.h

svn commit: r186665 - head/sys/vm

2008-12-31 Thread Alan Cox
Author: alc Date: Thu Jan 1 00:31:46 2009 New Revision: 186665 URL: http://svn.freebsd.org/changeset/base/186665 Log: Resurrect shared map locks allowing greater concurrency during some map operations, such as page faults. An earlier version of this change was ... Reviewed by: kib

svn commit: r186664 - head/sys/kern

2008-12-31 Thread Ed Schouten
Author: ed Date: Thu Jan 1 00:19:51 2009 New Revision: 186664 URL: http://svn.freebsd.org/changeset/base/186664 Log: Don't clobber sysctl_root()'s error number. When sysctl() is being called with a buffer that is too small, it will return ENOMEM. Unfortunately the changes I made the othe

svn commit: r186662 - head/sys/security/audit

2008-12-31 Thread Robert Watson
Author: rwatson Date: Wed Dec 31 23:22:45 2008 New Revision: 186662 URL: http://svn.freebsd.org/changeset/base/186662 Log: Fix white space botch: use carriage returns rather than tabs. Modified: head/sys/security/audit/audit_pipe.c Modified: head/sys/security/audit/audit_pipe.c =

svn commit: r186660 - release/7.1.0

2008-12-31 Thread Ken Smith
Author: kensmith Date: Wed Dec 31 22:57:14 2008 New Revision: 186660 URL: http://svn.freebsd.org/changeset/base/186660 Log: Copy releng/7.1 to release/7.1.0 for the 7.1-RELEASE. Approved by: re (implicit) Added: release/7.1.0/ - copied from r186659, releng/7.1/

svn commit: r186659 - head/sys/net80211

2008-12-31 Thread Sam Leffler
Author: sam Date: Wed Dec 31 21:29:09 2008 New Revision: 186659 URL: http://svn.freebsd.org/changeset/base/186659 Log: mark discovered neighbors QoS capable if they advertise wme Modified: head/sys/net80211/ieee80211_node.c Modified: head/sys/net80211/ieee80211_node.c ===

svn commit: r186658 - head/sys/net80211

2008-12-31 Thread Sam Leffler
Author: sam Date: Wed Dec 31 21:21:46 2008 New Revision: 186658 URL: http://svn.freebsd.org/changeset/base/186658 Log: follow prevailing style Modified: head/sys/net80211/ieee80211_hostap.c head/sys/net80211/ieee80211_output.c head/sys/net80211/ieee80211_wds.c Modified: head/sys/net80211

svn commit: r186657 - head/usr.sbin/sysinstall

2008-12-31 Thread Ken Smith
Author: kensmith Date: Wed Dec 31 20:47:48 2008 New Revision: 186657 URL: http://svn.freebsd.org/changeset/base/186657 Log: Explicitly tell the users what a "down side" to using the boot manager is, consistently call it the boot manager, and switch the order the options are presented so no b

svn commit: r186654 - releng/7.1/sys/conf

2008-12-31 Thread Ken Smith
Author: kensmith Date: Wed Dec 31 17:19:19 2008 New Revision: 186654 URL: http://svn.freebsd.org/changeset/base/186654 Log: Ready to do one final test build and then start the release build process. Approved by: re (implicit) Modified: releng/7.1/sys/conf/newvers.sh Modified: releng/7.

svn commit: r186653 - releng/7.1

2008-12-31 Thread Ken Smith
Author: kensmith Date: Wed Dec 31 17:17:36 2008 New Revision: 186653 URL: http://svn.freebsd.org/changeset/base/186653 Log: Predict when we'll be ready to do the 7.1-RELEASE announcement. Approved by: re (implicit) Modified: releng/7.1/UPDATING Modified: releng/7.1/UPDATING ===

Re: svn commit: r186634 - releng/7.1/release/doc/share/sgml

2008-12-31 Thread Hiroki Sato
"Simon L. Nielsen" wrote in <20081231130631.gc...@zaphod.nitro.dk>: si> On 2008.12.31 05:49:15 +, Hiroki Sato wrote: si> > Author: hrs si> > Date: Wed Dec 31 05:49:15 2008 si> > New Revision: 186634 si> > URL: http://svn.freebsd.org/changeset/base/186634 si> > si> > Log: si> > Add arch=""

svn commit: r186651 - head/sys/dev/usb

2008-12-31 Thread Luigi Rizzo
Author: luigi Date: Wed Dec 31 14:25:14 2008 New Revision: 186651 URL: http://svn.freebsd.org/changeset/base/186651 Log: add some USB scanner IDs for recent Epson multifunction devices. Add support to uscanner.c for known-working devices (the same should be done for uscanner2.c). Waitin

Re: svn commit: r186608 - in head/sys: amd64/conf i386/conf

2008-12-31 Thread Rui Paulo
On 31 Dec 2008, at 01:21, M. Warner Losh wrote: In message: <200812301946.mbujk7aa003...@svn.freebsd.org> Rui Paulo writes: : Add a kernel config file so that users have less difficulty testing : USBng. One could almost create a 'USB2_GEN' file in sys/conf that had all thi

Re: svn commit: r185982 - head/usr.sbin/sysinstall

2008-12-31 Thread Alexander Leidinger
Quoting Roman Divacky (from Sat, 27 Dec 2008 10:27:36 +0100): On Fri, Dec 26, 2008 at 05:46:12PM -0800, Garrett Cooper wrote: On Fri, Dec 26, 2008 at 5:10 PM, Alfred Perlstein wrote: > * Ken Smith [081226 16:13] wrote: >> On Fri, 2008-12-26 at 15:46 -0800, Alfred Perlstein wrote: >> > Do

Re: svn commit: r186650 - in head/sys: conf security/audit

2008-12-31 Thread Robert Watson
On Wed, 31 Dec 2008, Robert Watson wrote: Author: rwatson Date: Wed Dec 31 13:56:31 2008 New Revision: 186650 URL: http://svn.freebsd.org/changeset/base/186650 Log: Commit two files missed in previous commit: hook up audit_bsm_errno.c and adapt for kernel build environment. Obtained from: T

svn commit: r186650 - in head/sys: conf security/audit

2008-12-31 Thread Robert Watson
Author: rwatson Date: Wed Dec 31 13:56:31 2008 New Revision: 186650 URL: http://svn.freebsd.org/changeset/base/186650 Log: Commit two files missed in previous commit: hook up audit_bsm_errno.c and adapt for kernel build environment. Obtained from:TrustedBSD Project Sponsored by:

Re: svn commit: r186634 - releng/7.1/release/doc/share/sgml

2008-12-31 Thread Simon L. Nielsen
On 2008.12.31 05:49:15 +, Hiroki Sato wrote: > Author: hrs > Date: Wed Dec 31 05:49:15 2008 > New Revision: 186634 > URL: http://svn.freebsd.org/changeset/base/186634 > > Log: > Add arch="" attr support. What does this do? AFAIR at least for the hardware notes in the past arch=amd64 e.g. o

svn commit: r186649 - head/sys/security/audit

2008-12-31 Thread Robert Watson
Author: rwatson Date: Wed Dec 31 11:56:35 2008 New Revision: 186649 URL: http://svn.freebsd.org/changeset/base/186649 Log: Call au_errno_to_bsm() on the errno value passed into au_to_return32() to convert local FreeBSD error numbers into BSM error numbers. Obtained from:TrustedBSD

svn commit: r186648 - head/contrib/openbsm/config

2008-12-31 Thread Robert Watson
Author: rwatson Date: Wed Dec 31 11:19:46 2008 New Revision: 186648 URL: http://svn.freebsd.org/changeset/base/186648 Log: Update config.h for OpenBSM 1.1 alpha 4. Modified: head/contrib/openbsm/config/config.h Modified: head/contrib/openbsm/config/config.h ==

svn commit: r186647 - in head: contrib/openbsm contrib/openbsm/bin contrib/openbsm/bin/audit contrib/openbsm/bin/auditd contrib/openbsm/bin/auditfilterd contrib/openbsm/bin/auditreduce contrib/open...

2008-12-31 Thread Robert Watson
Author: rwatson Date: Wed Dec 31 11:12:24 2008 New Revision: 186647 URL: http://svn.freebsd.org/changeset/base/186647 Log: Merge OpenBSM alpha 4 from OpenBSM vendor branch to head, both contrib/openbsm (svn merge) and src/sys/{bsm,security/audit} (manual merge). Add libauditd build parts an

svn commit: r186646 - releng/7.1/release/doc/share/examples

2008-12-31 Thread Hiroki Sato
Author: hrs Date: Wed Dec 31 11:05:28 2008 New Revision: 186646 URL: http://svn.freebsd.org/changeset/base/186646 Log: Fix $RDIR (installation directory) of relnotes. Approved by: re (implicit) Modified: releng/7.1/release/doc/share/examples/Makefile.relnotesng Modified: releng/7.1/rel

Re: svn commit: r186520 - head/sys/dev/puc

2008-12-31 Thread Roman Kurakin
M. Warner Losh wrote: In message: <200812271522.mbrfmmhy074...@svn.freebsd.org> Roman Kurakin writes: : Author: rik : Date: Sat Dec 27 15:22:22 2008 : New Revision: 186520 : URL: http://svn.freebsd.org/changeset/base/186520 : : Log: : Add support for the Oxford OX16PCI958-based c

svn commit: r186644 - head/usr.bin/netstat

2008-12-31 Thread Maxim Konovalov
Author: maxim Date: Wed Dec 31 08:56:49 2008 New Revision: 186644 URL: http://svn.freebsd.org/changeset/base/186644 Log: o With -L flag show unix sockets listen queues stats. It is useful to know number of not accepted connections for monitoring purposes. PR: bin/128871 Submi

svn commit: r186643 - releng/7.1/release/doc/en_US.ISO8859-1/relnotes

2008-12-31 Thread Hiroki Sato
Author: hrs Date: Wed Dec 31 08:07:10 2008 New Revision: 186643 URL: http://svn.freebsd.org/changeset/base/186643 Log: Fix a typo. Approved by: re (implicit) Modified: releng/7.1/release/doc/en_US.ISO8859-1/relnotes/article.sgml Modified: releng/7.1/release/doc/en_US.ISO8859-1/relnotes