svn commit: r184913 - head/share/misc

2008-11-12 Thread Konrad Jankowski
Author: versus Date: Thu Nov 13 07:26:30 2008 New Revision: 184913 URL: http://svn.freebsd.org/changeset/base/184913 Log: Add myself to the src committers list, with Diomidis as the mentor. Approved by: dds (mentor) Modified: head/share/misc/committers-src.dot Modified: head/share/misc

svn commit: r184908 - head/sys/dev/vge

2008-11-12 Thread Pyun YongHyeon
Author: yongari Date: Thu Nov 13 04:11:01 2008 New Revision: 184908 URL: http://svn.freebsd.org/changeset/base/184908 Log: Fix Rx/Tx checksum offload ioctl handling. Now checksum offload can be controlled by ifconfig(8). Note, VLAN hardware tagging controls still lacks required handler but i

svn commit: r184907 - in stable/7/sys: . compat/freebsd32 modules/cxgb

2008-11-12 Thread Peter Wemm
Author: peter Date: Thu Nov 13 02:35:29 2008 New Revision: 184907 URL: http://svn.freebsd.org/changeset/base/184907 Log: MFC 184828,184829: Fix si_addr in 32 bit signals. Approved by: re (kib) Modified: stable/7/sys/ (props changed) stable/7/sys/compat/freebsd32/freebsd32_misc.c s

svn commit: r184905 - head/release

2008-11-12 Thread Ken Smith
Author: kensmith Date: Thu Nov 13 01:47:08 2008 New Revision: 184905 URL: http://svn.freebsd.org/changeset/base/184905 Log: This is being committed from a sparc64 (US-III, thanks Marius!) that was installed from a DVD so apparently it works... :-) Enable building DVDs for sparc64. Modifi

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

2008-11-12 Thread Robert Watson
Author: rwatson Date: Thu Nov 13 00:21:01 2008 New Revision: 184904 URL: http://svn.freebsd.org/changeset/base/184904 Log: The audit queue limit variables are size_t, so use size_t for the audit queue length variables as well, avoiding storing the limit in a larger type than the length.

svn commit: r184903 - vendor/openbsm/1.1-ALPHA-2

2008-11-12 Thread Robert Watson
Author: rwatson Date: Thu Nov 13 00:05:37 2008 New Revision: 184903 URL: http://svn.freebsd.org/changeset/base/184903 Log: Tag OpenBSM 1.1-alpha2 vendor import. Added: vendor/openbsm/1.1-ALPHA-2/ - copied from r184902, vendor/openbsm/dist/ ___

svn commit: r184902 - in vendor/openbsm/dist: . bin bin/audit bin/auditd bin/auditfilterd bin/auditreduce bin/praudit bsm compat config etc libbsm man modules modules/auditfilter_noop sys sys/bsm t...

2008-11-12 Thread Robert Watson
Author: rwatson Date: Thu Nov 13 00:04:15 2008 New Revision: 184902 URL: http://svn.freebsd.org/changeset/base/184902 Log: Vendor import of OpenBSM 1.1 alpha2, which incorporates the following changes since the last imported OpenBSM release: OpenBSM 1.1 alpha 2 - Include files in Ope

svn commit: r184901 - head/contrib/openbsm

2008-11-12 Thread Robert Watson
Author: rwatson Date: Wed Nov 12 23:53:56 2008 New Revision: 184901 URL: http://svn.freebsd.org/changeset/base/184901 Log: Bootstrap merge history for OpenBSM. Modified: head/contrib/openbsm/ (props changed) ___ svn-src-all@freebsd.org mailing lis

svn commit: r184900 - in vendor/openbsm/dist: . bin bin/audit bin/auditd bin/auditfilterd bin/auditreduce bin/praudit bsm compat config etc libbsm man modules modules/auditfilter_noop test test/bsm...

2008-11-12 Thread Robert Watson
Author: rwatson Date: Wed Nov 12 23:49:55 2008 New Revision: 184900 URL: http://svn.freebsd.org/changeset/base/184900 Log: Disable keyword exansion in OpenBSM vendor branch. Modified: vendor/openbsm/dist/CHANGELOG (props changed) vendor/openbsm/dist/HISTORY (props changed) vendor/open

svn commit: r184899 - in vendor/openbsm/dist: . bin bsm compat config contrib etc libbsm man modules test tools

2008-11-12 Thread Robert Watson
Author: rwatson Date: Wed Nov 12 23:48:20 2008 New Revision: 184899 URL: http://svn.freebsd.org/changeset/base/184899 Log: Flatten OpenBSM vendor tree in preparation for new OpenBSM vendor import. Added: vendor/openbsm/dist/CHANGELOG - copied unchanged from r184898, vendor/openbsm/dis

svn commit: r184898 - svnadmin/conf

2008-11-12 Thread Robert Watson
Author: rwatson Date: Wed Nov 12 23:40:35 2008 New Revision: 184898 URL: http://svn.freebsd.org/changeset/base/184898 Log: Open vendor/openbsm for use. Modified: svnadmin/conf/paths Modified: svnadmin/conf/paths == -

svn commit: r184897 - head/sys/dev/mfi

2008-11-12 Thread Doug Ambrisko
Author: ambrisko Date: Wed Nov 12 22:44:50 2008 New Revision: 184897 URL: http://svn.freebsd.org/changeset/base/184897 Log: - Fix from jhb for failing I/O request when bus_dmamap_load fails. - Fix to ioctl path in which the length could be 0 which means no data in/out from LSI. - Fix to

svn commit: r184896 - head/sys/dev/ppbus

2008-11-12 Thread John Baldwin
Author: jhb Date: Wed Nov 12 22:14:05 2008 New Revision: 184896 URL: http://svn.freebsd.org/changeset/base/184896 Log: Various style and whitespace fixes. Previously parts of this file used 8 space indent, parts used 4 space indent, and other parts used a weird mixture (8 spaces for first i

svn commit: r184895 - head/sys/modules/igb

2008-11-12 Thread Bjoern A. Zeeb
Author: bz Date: Wed Nov 12 21:33:45 2008 New Revision: 184895 URL: http://svn.freebsd.org/changeset/base/184895 Log: Add opt_inet.h which has been needed since r184718, which had introduced checks for #ifdef INET. MFC after:54 days Modified: head/sys/modules/igb/Makefile Modified

svn commit: r184894 - head/sys/modules/em

2008-11-12 Thread Bjoern A. Zeeb
Author: bz Date: Wed Nov 12 21:32:49 2008 New Revision: 184894 URL: http://svn.freebsd.org/changeset/base/184894 Log: Add opt_inet.h which has been needed since r184717 introducing checks for #ifdef INET. MFC after:54 days Modified: head/sys/modules/em/Makefile Modified: head/sys/

svn commit: r184893 - head/sys/modules/cxgb/cxgb

2008-11-12 Thread Bjoern A. Zeeb
Author: bz Date: Wed Nov 12 21:30:39 2008 New Revision: 184893 URL: http://svn.freebsd.org/changeset/base/184893 Log: Add opt_inet.h which has been needed since r184714, r184715 introducing checks for #ifdef INET. Submitted by: kmacy (r184876, I splitted lines) MFC after:54 days Mo

svn commit: r184891 - head/lib/libpmc

2008-11-12 Thread Joseph Koshy
Author: jkoshy Date: Wed Nov 12 17:38:23 2008 New Revision: 184891 URL: http://svn.freebsd.org/changeset/base/184891 Log: Use spellings that are close to vendor documentation. Modified: head/lib/libpmc/pmc.iaf.3 Modified: head/lib/libpmc/pmc.iaf.3

svn commit: r184892 - head/lib/libpmc

2008-11-12 Thread Joseph Koshy
Author: jkoshy Date: Wed Nov 12 17:43:37 2008 New Revision: 184892 URL: http://svn.freebsd.org/changeset/base/184892 Log: Document the alternate event names supported for "architectural" PMC events. Modified: head/lib/libpmc/pmc.atom.3 head/lib/libpmc/pmc.core.3 head/lib/libpmc/pmc.core2.

svn commit: r184890 - head/sys/dev/adb

2008-11-12 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Nov 12 17:33:36 2008 New Revision: 184890 URL: http://svn.freebsd.org/changeset/base/184890 Log: Probe ADB miscellaneous devices (ID 7) instead of stopping at ID 6. This allows us to probe the brightness and volume control buttons on PPC Apple laptops, though the

Re: svn commit: r184870 - in head/sys: amd64/conf boot/forth conf dev/ale i386/conf modules modules/ale

2008-11-12 Thread Andrew Thompson
On Wed, Nov 12, 2008 at 09:52:06AM +, Pyun YongHyeon wrote: > Author: yongari > Date: Wed Nov 12 09:52:06 2008 > New Revision: 184870 > URL: http://svn.freebsd.org/changeset/base/184870 > > Log: > Add ale(4), a driver for Atheros AR8121/AR8113/AR8114 PCIe ethernet > controller. The control

svn commit: r184887 - head/sys/kgssapi

2008-11-12 Thread Doug Rabson
Author: dfr Date: Wed Nov 12 15:31:05 2008 New Revision: 184887 URL: http://svn.freebsd.org/changeset/base/184887 Log: Call svc_freereq() before returning from the service proc. Modified: head/sys/kgssapi/gsstest.c Modified: head/sys/kgssapi/gsstest.c

svn commit: r184886 - head/sys/nlm

2008-11-12 Thread Doug Rabson
Author: dfr Date: Wed Nov 12 15:30:30 2008 New Revision: 184886 URL: http://svn.freebsd.org/changeset/base/184886 Log: Don't call svc_freereq() before svc_freeargs(). Modified: head/sys/nlm/nlm_prot_svc.c Modified: head/sys/nlm/nlm_prot_svc.c =

svn commit: r184883 - head/sys/netinet

2008-11-12 Thread Randall Stewart
Author: rrs Date: Wed Nov 12 14:16:39 2008 New Revision: 184883 URL: http://svn.freebsd.org/changeset/base/184883 Log: -Improvement: Add '\n' on debug output in sctp_lower_sosend(). -Improvement: panic() on INVARIANTS kernels if memory allocation fails for a tagblock in sctp_add_vtag_to_tim

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

2008-11-12 Thread Giorgos Keramidas
Author: keramida (doc committer) Date: Wed Nov 12 13:58:59 2008 New Revision: 184882 URL: http://svn.freebsd.org/changeset/base/184882 Log: Add a quirk for Belkin USB Bluetooth adapters (F8T012xx1 series) The same (vendor, product) tuple is used for aue(4) adapters, but I am not sure if t

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

2008-11-12 Thread Colin Percival
Author: cperciva Date: Wed Nov 12 13:32:19 2008 New Revision: 184881 URL: http://svn.freebsd.org/changeset/base/184881 Log: Add support for the Microsoft Comfort Optical Mouse 3000 (model 1043). PR: usb/128760 Submitted by: Arjan de Vet Modified: head/sys/dev/usb/usb_quirks.c

Re: svn commit: r184849 - in head: lib/libc/sys sys/amd64/linux32 sys/i386/linux sys/kern sys/sys

2008-11-12 Thread John Baldwin
On Tuesday 11 November 2008 09:55:59 am Ed Schouten wrote: > Author: ed > Date: Tue Nov 11 14:55:59 2008 > New Revision: 184849 > URL: http://svn.freebsd.org/changeset/base/184849 > > Log: > Several cleanups related to pipe(2). > > - Use `fildes[2]' instead of `*fildes' to make more clear t

svn commit: r184877 - head/sys/rpc

2008-11-12 Thread Doug Rabson
Author: dfr Date: Wed Nov 12 12:21:18 2008 New Revision: 184877 URL: http://svn.freebsd.org/changeset/base/184877 Log: Add a missing call to mtx_destroy(). Modified: head/sys/rpc/clnt_vc.c Modified: head/sys/rpc/clnt_vc.c ==

svn commit: r184866 - head/sys/kern

2008-11-12 Thread Ed Schouten
Author: ed Date: Wed Nov 12 09:04:44 2008 New Revision: 184866 URL: http://svn.freebsd.org/changeset/base/184866 Log: Don't forget to relock the TTY after uiomove() returns an error. Peter Holm just discovered this funny bug inside the TTY code: if uiomove() in ttydisc_write() returns an

svn commit: r184873 - head/share/man/man4

2008-11-12 Thread Pyun YongHyeon
Author: yongari Date: Wed Nov 12 10:31:06 2008 New Revision: 184873 URL: http://svn.freebsd.org/changeset/base/184873 Log: Correct .Dd Pointed out by: maxim Modified: head/share/man/man4/altq.4 head/share/man/man4/miibus.4 head/share/man/man4/vlan.4 Modified: head/share/man/ma

svn commit: r184872 - head/share/man/man4

2008-11-12 Thread Pyun YongHyeon
Author: yongari Date: Wed Nov 12 10:20:29 2008 New Revision: 184872 URL: http://svn.freebsd.org/changeset/base/184872 Log: Add ale(4) man page and hook up ale(4) to the build. Also add Xr to appropriate man pages. Added: head/share/man/man4/ale.4 (contents, props changed) Modified: head

svn commit: r184867 - stable/7/bin/chio

2008-11-12 Thread Joerg Wunsch
Author: joerg Date: Wed Nov 12 09:35:57 2008 New Revision: 184867 URL: http://svn.freebsd.org/changeset/base/184867 Log: (MFC r184484) When running a "chio return" operation using a physical source unit rather than a voltag name, do not set the CESR_VOLTAGS flags in the CHIOGSTATUS command

svn commit: r184870 - in head/sys: amd64/conf boot/forth conf dev/ale i386/conf modules modules/ale

2008-11-12 Thread Pyun YongHyeon
Author: yongari Date: Wed Nov 12 09:52:06 2008 New Revision: 184870 URL: http://svn.freebsd.org/changeset/base/184870 Log: Add ale(4), a driver for Atheros AR8121/AR8113/AR8114 PCIe ethernet controller. The controller is also known as L1E(AR8121) and L2E(AR8113/AR8114). Unlike its predecesso

svn commit: r184869 - head/sys/nfsserver

2008-11-12 Thread Doug Rabson
Author: dfr Date: Wed Nov 12 09:38:18 2008 New Revision: 184869 URL: http://svn.freebsd.org/changeset/base/184869 Log: Turn (NFSERR_AUTHERR|code) status values into svcerr_auth(rqst, code) replies instead of returning a success with a bogus NFS error code. Modified: head/sys/nfsserver/nfs_s

svn commit: r184868 - head/sys/nfsserver

2008-11-12 Thread Doug Rabson
Author: dfr Date: Wed Nov 12 09:36:35 2008 New Revision: 184868 URL: http://svn.freebsd.org/changeset/base/184868 Log: Allow v3 GETATTR requests even when weakly authenticated. Change the error return for for weakly authenticated requests from REJECTEDCRED to WEAKAUTH for consistency with So

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

2008-11-12 Thread Pyun YongHyeon
Author: yongari Date: Wed Nov 12 10:01:16 2008 New Revision: 184871 URL: http://svn.freebsd.org/changeset/base/184871 Log: Add ale(4) to the list of supported network interface. Modified: head/usr.sbin/sysinstall/devices.c Modified: head/usr.sbin/sysinstall/devices.c