svn commit: r186422 - head/lib/libarchive

2008-12-22 Thread Tim Kientzle
Author: kientzle Date: Tue Dec 23 05:01:43 2008 New Revision: 186422 URL: http://svn.freebsd.org/changeset/base/186422 Log: If conversion from UTF8 fails, don't mark Unicode text as available. Submitted by: Michihiro NAKAJIMA MFC after:30 days Modified: head/lib/libarchive/archive_

svn commit: r186420 - head/sys/arm/xscale/ixp425

2008-12-22 Thread Sam Leffler
Author: sam Date: Tue Dec 23 04:51:46 2008 New Revision: 186420 URL: http://svn.freebsd.org/changeset/base/186420 Log: NPE cleanups needed for ancillary drivers (e.g. crypto acceleration): o check feature bits when probing NPE ethernet support o move firmware loading logic from if_npe to cor

svn commit: r186419 - head/sys/arm/xscale/ixp425

2008-12-22 Thread Sam Leffler
Author: sam Date: Tue Dec 23 04:49:01 2008 New Revision: 186419 URL: http://svn.freebsd.org/changeset/base/186419 Log: kill NPE_PORTS_MAX, it's not used and likely will not be Modified: head/sys/arm/xscale/ixp425/if_npereg.h Modified: head/sys/arm/xscale/ixp425/if_npereg.h ==

svn commit: r186418 - head/sys/arm/xscale/ixp425

2008-12-22 Thread Sam Leffler
Author: sam Date: Tue Dec 23 04:48:27 2008 New Revision: 186418 URL: http://svn.freebsd.org/changeset/base/186418 Log: Fill in feature control support: o add definitions for more bits, for masking out IXP465-specific bits, and %b format string o add ixp4xx_read_feature_bits to retrieve t

svn commit: r186417 - head/sys/arm/include

2008-12-22 Thread Sam Leffler
Author: sam Date: Tue Dec 23 04:46:13 2008 New Revision: 186417 URL: http://svn.freebsd.org/changeset/base/186417 Log: add IXP465 and generic IXP425 definition Modified: head/sys/arm/include/armreg.h Modified: head/sys/arm/include/armreg.h

svn commit: r186416 - head/sys/arm/xscale/ixp425

2008-12-22 Thread Sam Leffler
Author: sam Date: Tue Dec 23 04:44:23 2008 New Revision: 186416 URL: http://svn.freebsd.org/changeset/base/186416 Log: o enable TT and big-endian MMIO o force a reset before ehci_init to get byte-select setup LS, FS, and HS devices now work on the Cambria board Modified: head/sys/arm/x

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

2008-12-22 Thread Sam Leffler
Author: sam Date: Tue Dec 23 04:42:10 2008 New Revision: 186415 URL: http://svn.freebsd.org/changeset/base/186415 Log: o add Transaction Translator support (still missing ISOC xfers) o add EHCI_SCFLG_BIGEMMIO flag to force big-endian byte-select to be set in USBMODE o split reset work in

svn commit: r186411 - head/sys/netinet

2008-12-22 Thread Qing Li
Author: qingli Date: Tue Dec 23 03:33:32 2008 New Revision: 186411 URL: http://svn.freebsd.org/changeset/base/186411 Log: Don't create a bogus ARP entry for 0.0.0.0. Modified: head/sys/netinet/if_ether.c Modified: head/sys/netinet/if_ether.c ==

svn commit: r186410 - releng/7.1/sys/pc98/conf

2008-12-22 Thread Takahashi Yoshihiro
Author: nyan Date: Tue Dec 23 02:19:14 2008 New Revision: 186410 URL: http://svn.freebsd.org/changeset/base/186410 Log: MFH: part of 186372 Disable the pccard, parallel, GbE and wireless lan related devices to decrease a kernel size. Approved by: re (kensmith) Modified: releng/7.

svn commit: r186409 - stable/7/sys/pc98/conf

2008-12-22 Thread Takahashi Yoshihiro
Author: nyan Date: Tue Dec 23 02:14:42 2008 New Revision: 186409 URL: http://svn.freebsd.org/changeset/base/186409 Log: MFH: part of 186372 Disable the pccard, parallel, GbE and wireless lan related devices to decrease a kernel size. Approved by: re (kensmith) Modified: stable/7/

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

2008-12-22 Thread Ken Smith
Author: kensmith Date: Tue Dec 23 02:05:56 2008 New Revision: 186408 URL: http://svn.freebsd.org/changeset/base/186408 Log: Prepare for 7.1-RC2 builds. Approved by: re (implicit) Modified: releng/7.1/sys/conf/newvers.sh Modified: releng/7.1/sys/conf/newvers.sh =

svn commit: r186405 - head/libexec/ftpd head/sys/kern releng/6.3 releng/6.3/libexec/ftpd releng/6.3/sys/conf releng/6.3/sys/kern releng/6.4 releng/6.4/libexec/ftpd releng/6.4/sys/conf releng/6.4/sy...

2008-12-22 Thread Colin Percival
Author: cperciva Date: Tue Dec 23 01:23:09 2008 New Revision: 186405 URL: http://svn.freebsd.org/changeset/base/186405 Log: Prevent cross-site forgery attacks on ftpd(8) due to splitting long commands into multiple requests. [08:12] Avoid calling uninitialized function pointers in protoco

svn commit: r186405 - head/libexec/ftpd head/sys/kern releng/6.3 releng/6.3/libexec/ftpd releng/6.3/sys/conf releng/6.3/sys/kern releng/6.4 releng/6.4/libexec/ftpd releng/6.4/sys/conf releng/6.4/sy...

2008-12-22 Thread Colin Percival
Author: cperciva Date: Tue Dec 23 01:23:09 2008 New Revision: 186405 URL: http://svn.freebsd.org/changeset/base/186405 Log: Prevent cross-site forgery attacks on ftpd(8) due to splitting long commands into multiple requests. [08:12] Avoid calling uninitialized function pointers in protoco

svn commit: r186405 - head/libexec/ftpd head/sys/kern releng/6.3 releng/6.3/libexec/ftpd releng/6.3/sys/conf releng/6.3/sys/kern releng/6.4 releng/6.4/libexec/ftpd releng/6.4/sys/conf releng/6.4/sy...

2008-12-22 Thread Colin Percival
Author: cperciva Date: Tue Dec 23 01:23:09 2008 New Revision: 186405 URL: http://svn.freebsd.org/changeset/base/186405 Log: Prevent cross-site forgery attacks on ftpd(8) due to splitting long commands into multiple requests. [08:12] Avoid calling uninitialized function pointers in protoco

svn commit: r186405 - head/libexec/ftpd head/sys/kern releng/6.3 releng/6.3/libexec/ftpd releng/6.3/sys/conf releng/6.3/sys/kern releng/6.4 releng/6.4/libexec/ftpd releng/6.4/sys/conf releng/6.4/sy...

2008-12-22 Thread Colin Percival
Author: cperciva Date: Tue Dec 23 01:23:09 2008 New Revision: 186405 URL: http://svn.freebsd.org/changeset/base/186405 Log: Prevent cross-site forgery attacks on ftpd(8) due to splitting long commands into multiple requests. [08:12] Avoid calling uninitialized function pointers in protoco

svn commit: r186404 - head/usr.bin/elf2aout

2008-12-22 Thread Tom Rhodes
Author: trhodes Date: Tue Dec 23 01:22:57 2008 New Revision: 186404 URL: http://svn.freebsd.org/changeset/base/186404 Log: Add a basic manual page for elf2aout. Alter Makefile and remove NO_MAN. PR: 109975 Added: head/usr.bin/elf2aout/elf2aout.1 (contents, props changed) Modified:

Re: svn commit: r185746 - head/sys/boot/forth

2008-12-22 Thread Eugene M. Kim
Luigi Rizzo wrote: Author: luigi Date: Sun Dec 7 19:42:20 2008 New Revision: 185746 URL: http://svn.freebsd.org/changeset/base/185746 Log: PROBLEM: putting in a loader config file a line of the form loader_conf_files="foo bar baz" should cause loading the files listed, and t

svn commit: r186403 - head/sys/dev/sound/pci/hda

2008-12-22 Thread Alexander Motin
Author: mav Date: Mon Dec 22 22:40:17 2008 New Revision: 186403 URL: http://svn.freebsd.org/changeset/base/186403 Log: Add 9 more Analog Devices codec names. Modified: head/sys/dev/sound/pci/hda/hdac.c Modified: head/sys/dev/sound/pci/hda/hdac.c ==

svn commit: r186402 - head/sys/conf

2008-12-22 Thread Alfred Perlstein
Author: alfred Date: Mon Dec 22 21:37:06 2008 New Revision: 186402 URL: http://svn.freebsd.org/changeset/base/186402 Log: Fix typo for udav include. Add link to the u3g2 driver. Modified: head/sys/conf/files Modified: head/sys/conf/files

svn commit: r186401 - head/usr.bin/ncal

2008-12-22 Thread Garrett Wollman
Author: wollman Date: Mon Dec 22 21:22:42 2008 New Revision: 186401 URL: http://svn.freebsd.org/changeset/base/186401 Log: Implement a new feature for the "-m" option: if the month number is followed by 'f' or 'p', use the following or preceding month of that number, respectively. Document

svn commit: r186398 - head/sbin/kldstat

2008-12-22 Thread Andrew Thompson
Author: thompsa Date: Mon Dec 22 19:52:21 2008 New Revision: 186398 URL: http://svn.freebsd.org/changeset/base/186398 Log: Only show the pathname in verbose output as intended in the last commit (r172862). Modified: head/sbin/kldstat/kldstat.c Modified: head/sbin/kldstat/kldstat.c =

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

2008-12-22 Thread Alan Cox
Author: alc Date: Mon Dec 22 17:32:52 2008 New Revision: 186397 URL: http://svn.freebsd.org/changeset/base/186397 Log: Make preparations for resurrecting shared/read locks on vm maps: mac_proc_vm_revoke_recurse() requests a read lock on the vm map at the start but does not handle failure

svn commit: r186396 - head/sys/cam

2008-12-22 Thread Scott Long
Author: scottl Date: Mon Dec 22 16:58:47 2008 New Revision: 186396 URL: http://svn.freebsd.org/changeset/base/186396 Log: Fix a comment to reflect what really happens. Modified: head/sys/cam/cam_sim.h Modified: head/sys/cam/cam_sim.h ==

svn commit: r186395 - head/sys/sparc64/sparc64

2008-12-22 Thread Marius Strobl
Author: marius Date: Mon Dec 22 15:34:06 2008 New Revision: 186395 URL: http://svn.freebsd.org/changeset/base/186395 Log: - According to comments in OpenBSD, E{2,4}50 tend to have fragile firmware versions which wedge when using the OFW test service, so given that we don't really depend

svn commit: r186394 - head/usr.sbin/nscd

2008-12-22 Thread Maxim Konovalov
Author: maxim Date: Mon Dec 22 13:36:15 2008 New Revision: 186394 URL: http://svn.freebsd.org/changeset/base/186394 Log: o Correct a database name: "group" not "groups". PR: docs/129853 Submitted by: Denis Barov MFC after:1 week Modified: head/usr.sbin/nscd/nscd.conf.5

svn commit: r186393 - head/sys/netinet6

2008-12-22 Thread Bjoern A. Zeeb
Author: bz Date: Mon Dec 22 12:54:52 2008 New Revision: 186393 URL: http://svn.freebsd.org/changeset/base/186393 Log: Correct variable name in comment. MFC after:4 weeks Modified: head/sys/netinet6/ip6_input.c Modified: head/sys/netinet6/ip6_input.c =