Re: svn commit: r221387 - head/usr.sbin/makefs/cd9660

2011-05-03 Thread Nathan Whitehorn
On 05/03/11 10:27, Baptiste Daroussin wrote: 2011/5/3 Nathan Whitehorn: Author: nwhitehorn Date: Tue May 3 15:12:01 2011 New Revision: 221387 URL: http://svn.freebsd.org/changeset/base/221387 Log: Add support for synthesizing an APM partition map to map Mac PowerPC bootstrap partitions fro

svn commit: r221419 - head/release

2011-05-03 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed May 4 02:52:41 2011 New Revision: 221419 URL: http://svn.freebsd.org/changeset/base/221419 Log: Make sure to run make obj before release. Trying to run them in one step doesn't always work reliably. Modified: head/release/generate-release.sh Modified: head/rel

svn commit: r221418 - head/sys/net80211

2011-05-03 Thread Adrian Chadd
Author: adrian Date: Wed May 4 02:23:59 2011 New Revision: 221418 URL: http://svn.freebsd.org/changeset/base/221418 Log: Fix some corner cases in the net80211 sequence number retransmission handling. The current sequence number code does a few things incorrectly: * It didn't try eli

Re: svn commit: r221365 - head/lib/libstand

2011-05-03 Thread Jilles Tjoelker
On Tue, May 03, 2011 at 07:43:47AM +, Craig Rodrigues wrote: > Author: rodrigc > Date: Tue May 3 07:43:47 2011 > New Revision: 221365 > URL: http://svn.freebsd.org/changeset/base/221365 > Log: > - Add parentheses around expression to eliminate compiler warning. > Modified: > head/lib/lib

svn commit: r221411 - in head/sys: netinet netinet6

2011-05-03 Thread Michael Tuexen
Author: tuexen Date: Tue May 3 20:34:02 2011 New Revision: 221411 URL: http://svn.freebsd.org/changeset/base/221411 Log: Remove code with any effect. Modified: head/sys/netinet/sctp_asconf.c head/sys/netinet/sctp_auth.c head/sys/netinet/sctputil.c head/sys/netinet6/sctp6_usrreq.c Modi

svn commit: r221410 - head/sys/netinet

2011-05-03 Thread Michael Tuexen
Author: tuexen Date: Tue May 3 20:32:21 2011 New Revision: 221410 URL: http://svn.freebsd.org/changeset/base/221410 Log: Add a missing break. This bug was introduced in r221249. MFC after: 1 week Modified: head/sys/netinet/sctp_asconf.c Modified: head/sys/netinet/sctp_asconf.c

svn commit: r221409 - in head/sys/cddl: compat/opensolaris/sys contrib/opensolaris/uts/common/fs/zfs

2011-05-03 Thread Marius Strobl
Author: marius Date: Tue May 3 20:13:27 2011 New Revision: 221409 URL: http://svn.freebsd.org/changeset/base/221409 Log: Convert the last use of xcopyout() to ddi_copyout() and remove the now unused xcopyin() as well as xcopyout(). MFC together with r219089. Approved by: mm Modified:

svn commit: r221407 - in head/sys: dev/ae dev/age dev/alc dev/ale dev/bce dev/bfe dev/bge dev/dc dev/ed dev/et dev/fxp dev/hme dev/jme dev/lge dev/mii dev/nfe dev/nge dev/nve dev/pcn dev/sf dev/sge...

2011-05-03 Thread Marius Strobl
Author: marius Date: Tue May 3 19:51:29 2011 New Revision: 221407 URL: http://svn.freebsd.org/changeset/base/221407 Log: - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP (reporting IFM_LOOP based on BMCR_LOOP is left in place though as it might provide useful for debuggin

svn commit: r221401 - head/lib/libc/string

2011-05-03 Thread Xin LI
Author: delphij Date: Tue May 3 19:33:06 2011 New Revision: 221401 URL: http://svn.freebsd.org/changeset/base/221401 Log: Fix prototype for ffsll(3) and fls(3). PR: docs/156796 Submitted by: Jean-Yves Migeon MFC after:3 days Modified: head/lib/libc/string/ffs.3 Modif

svn commit: r221400 - head/sys/geom

2011-05-03 Thread Alexander Motin
Author: mav Date: Tue May 3 19:12:42 2011 New Revision: 221400 URL: http://svn.freebsd.org/changeset/base/221400 Log: Use make_dev_alias_p() added in r221397 to create alias dev entry. It removes panic in case if alias name is already busy for some reason. Modified: head/sys/geom/geom_dev.

svn commit: r221398 - head/share/man/man9

2011-05-03 Thread Andrey V. Elsukov
Author: ae Date: Tue May 3 18:55:16 2011 New Revision: 221398 URL: http://svn.freebsd.org/changeset/base/221398 Log: Document make_dev_alias_p(). MFC after:2 weeks Modified: head/share/man/man9/make_dev.9 Modified: head/share/man/man9/make_dev.9

svn commit: r221397 - in head/sys: kern sys

2011-05-03 Thread Andrey V. Elsukov
Author: ae Date: Tue May 3 18:54:18 2011 New Revision: 221397 URL: http://svn.freebsd.org/changeset/base/221397 Log: Add make_dev_alias_p() function. It is similar to make_dev_alias(), but it may return an error like make_dev_p() does. Reviewed by: kib (previous version) MFC after:

svn commit: r221394 - in head/sys: amd64/conf i386/conf

2011-05-03 Thread John Baldwin
Author: jhb Date: Tue May 3 18:23:11 2011 New Revision: 221394 URL: http://svn.freebsd.org/changeset/base/221394 Log: Enable the new PCI-PCI bridge driver on amd64 and i386 by default. It can be disabled via 'nooptions NEW_PCIB'. Modified: head/sys/amd64/conf/DEFAULTS head/sys/i386/conf

svn commit: r221393 - in head/sys: amd64/pci conf dev/acpica dev/pci i386/pci sparc64/pci x86/pci x86/x86

2011-05-03 Thread John Baldwin
Author: jhb Date: Tue May 3 17:37:24 2011 New Revision: 221393 URL: http://svn.freebsd.org/changeset/base/221393 Log: Reimplement how PCI-PCI bridges manage their I/O windows. Previously the driver would verify that requests for child devices were confined to any existing I/O windows, but

Re: svn commit: r221348 - head/sys/boot/i386/boot2

2011-05-03 Thread Roman Divacky
On Tue, May 03, 2011 at 04:27:57AM -0500, Brooks Davis wrote: > On Tue, May 03, 2011 at 03:39:27PM +0200, Roman Divacky wrote: > > With the recent libobjc removal this means that we can compile > > all (no exceptions) of FreeBSD/{i386,amd64} with clang. > > > > Quite a milestone in my opinion :) >

Re: svn commit: r221348 - head/sys/boot/i386/boot2

2011-05-03 Thread Brooks Davis
On Tue, May 03, 2011 at 03:39:27PM +0200, Roman Divacky wrote: > With the recent libobjc removal this means that we can compile > all (no exceptions) of FreeBSD/{i386,amd64} with clang. > > Quite a milestone in my opinion :) Great news! Thanks for all the work to make this happen! Has boot2 be

svn commit: r221391 - head/tools/tools/vxge

2011-05-03 Thread George V. Neville-Neil
Author: gnn Date: Tue May 3 16:00:36 2011 New Revision: 221391 URL: http://svn.freebsd.org/changeset/base/221391 Log: Give some sort of message when the program is not run as root. Root privileges are required to talk to the device. Submitted by: Sriram Rapuru at Wipro for Exar Inc. MF

svn commit: r221390 - head/cddl/compat/opensolaris/misc

2011-05-03 Thread Jaakko Heinonen
Author: jh Date: Tue May 3 16:00:26 2011 New Revision: 221390 URL: http://svn.freebsd.org/changeset/base/221390 Log: Don't pass empty mount options to nmount(2). Reviewed by: pjd MFC after:2 weeks Modified: head/cddl/compat/opensolaris/misc/zmount.c Modified: head/cddl/compat/op

svn commit: r221389 - in head/sys/dev/vxge: . include

2011-05-03 Thread George V. Neville-Neil
Author: gnn Date: Tue May 3 15:58:24 2011 New Revision: 221389 URL: http://svn.freebsd.org/changeset/base/221389 Log: Add in support for multicast. Submitted by: Sriram Rapuru at @ Wipro for Exar Inc. MFC after:2 weeks Modified: head/sys/dev/vxge/include/build-version.h head/sys

Re: svn commit: r221387 - head/usr.sbin/makefs/cd9660

2011-05-03 Thread Baptiste Daroussin
2011/5/3 Nathan Whitehorn : > Author: nwhitehorn > Date: Tue May  3 15:12:01 2011 > New Revision: 221387 > URL: http://svn.freebsd.org/changeset/base/221387 > > Log: >  Add support for synthesizing an APM partition map to map Mac PowerPC >  bootstrap partitions from the ISO9660 boot catalog. This p

svn commit: r221388 - head/sys/dev/sound/pcm

2011-05-03 Thread Andriy Gapon
Author: avg Date: Tue May 3 15:50:22 2011 New Revision: 221388 URL: http://svn.freebsd.org/changeset/base/221388 Log: SNDCTL_DSP_GETIPTR: set pointer to sndbuf_getfreeptr() Rationale: - unlike current behavior this seems to be compliant with OSS specification: http://manuals.open

Re: svn commit: r221348 - head/sys/boot/i386/boot2

2011-05-03 Thread Alexander Leidinger
Quoting Roman Divacky (from Tue, 3 May 2011 15:39:27 +0200): With the recent libobjc removal this means that we can compile all (no exceptions) of FreeBSD/{i386,amd64} with clang. Quite a milestone in my opinion :) Newsflash? Bye, Alexander. -- Alas, how love can trifle with itself!

svn commit: r221387 - head/usr.sbin/makefs/cd9660

2011-05-03 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue May 3 15:12:01 2011 New Revision: 221387 URL: http://svn.freebsd.org/changeset/base/221387 Log: Add support for synthesizing an APM partition map to map Mac PowerPC bootstrap partitions from the ISO9660 boot catalog. This preserves OS X's ability to mount the CD

svn commit: r221386 - head/contrib/texinfo/makeinfo

2011-05-03 Thread Dimitry Andric
Author: dim Date: Tue May 3 14:43:16 2011 New Revision: 221386 URL: http://svn.freebsd.org/changeset/base/221386 Log: Fix stack smash problem in makeinfo, by increasing buffer sizes in current_chapter_number(). Modified: head/contrib/texinfo/makeinfo/sectioning.c Modified: head/contrib/te

Re: svn commit: r221348 - head/sys/boot/i386/boot2

2011-05-03 Thread Roman Divacky
With the recent libobjc removal this means that we can compile all (no exceptions) of FreeBSD/{i386,amd64} with clang. Quite a milestone in my opinion :) On Mon, May 02, 2011 at 09:13:08PM +, Dimitry Andric wrote: > Author: dim > Date: Mon May 2 21:13:08 2011 > New Revision: 221348 > URL: ht

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

2011-05-03 Thread Ruslan Ermilov
Author: ru Date: Tue May 3 13:34:40 2011 New Revision: 221385 URL: http://svn.freebsd.org/changeset/base/221385 Log: Fixed the HISTORY section which was copied without editing from aio(4). Submitted by: Igor Sysoev Modified: head/share/man/man4/sem.4 Modified: head/share/man/man4/sem.4

svn commit: r221384 - head/sys/cam

2011-05-03 Thread Alexander Motin
Author: mav Date: Tue May 3 13:16:02 2011 New Revision: 221384 URL: http://svn.freebsd.org/changeset/base/221384 Log: Do not report legacy unit numbers (do not create legacy aliases) for disks on port multiplier ports above first two. They don't fit into ATA_STATIC_ID scheme and so can't be

svn commit: r221383 - head/usr.bin/calendar/calendars

2011-05-03 Thread Ruslan Ermilov
Author: ru Date: Tue May 3 12:29:03 2011 New Revision: 221383 URL: http://svn.freebsd.org/changeset/base/221383 Log: Fixed bad format and misorder. Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified: head/usr.bin/calendar/calendars/calendar.freebsd =

svn commit: r221382 - head/etc

2011-05-03 Thread Ruslan Ermilov
Author: ru Date: Tue May 3 12:22:46 2011 New Revision: 221382 URL: http://svn.freebsd.org/changeset/base/221382 Log: Updated `flags' field description. Modified: head/etc/newsyslog.conf Modified: head/etc/newsyslog.conf ===

Re: svn commit: r221365 - head/lib/libstand

2011-05-03 Thread John Baldwin
On Tuesday, May 03, 2011 3:43:47 am Craig Rodrigues wrote: > Author: rodrigc > Date: Tue May 3 07:43:47 2011 > New Revision: 221365 > URL: http://svn.freebsd.org/changeset/base/221365 > > Log: > - Comment out unused variable. > - Add parentheses around expression to eliminate compiler warning

svn commit: r221381 - head/contrib/one-true-awk

2011-05-03 Thread Ruslan Ermilov
Author: ru Date: Tue May 3 11:47:19 2011 New Revision: 221381 URL: http://svn.freebsd.org/changeset/base/221381 Log: Update to a 1-May-2011 release (except for the isblank change). Modified: head/contrib/one-true-awk/FIXES head/contrib/one-true-awk/README head/contrib/one-true-awk/b.c

svn commit: r221374 - head/usr.bin/login

2011-05-03 Thread Doug Rabson
Author: dfr Date: Tue May 3 10:18:27 2011 New Revision: 221374 URL: http://svn.freebsd.org/changeset/base/221374 Log: Call pam_setcred() before login_getpwclass to support home directories on GSS-API authenticated NFS where the kerberos credentials need to be saved so that the kernel can au

svn commit: r221373 - head/contrib/bsnmp/snmp_mibII

2011-05-03 Thread Ruslan Ermilov
Author: ru Date: Tue May 3 10:11:44 2011 New Revision: 221373 URL: http://svn.freebsd.org/changeset/base/221373 Log: Properly detect interface's state in the LINK_STATE_UNKNOWN case. MFC after:1 week Modified: head/contrib/bsnmp/snmp_mibII/mibII_interfaces.c Modified: head/contrib/

svn commit: r221372 - head/bin/stty

2011-05-03 Thread Ruslan Ermilov
Author: ru Date: Tue May 3 10:08:11 2011 New Revision: 221372 URL: http://svn.freebsd.org/changeset/base/221372 Log: Don't call -f option's argument "stdin". MFC after:3 days Modified: head/bin/stty/stty.c Modified: head/bin/stty/stty.c =

svn commit: r221366 - head/lib/libstand

2011-05-03 Thread Craig Rodrigues
Author: rodrigc Date: Tue May 3 07:46:02 2011 New Revision: 221366 URL: http://svn.freebsd.org/changeset/base/221366 Log: Rename DEBUG macro to TFTP_DEBUG, to be more consistent with debug macros in other files. Modified: head/lib/libstand/tftp.c Modified: head/lib/libstand/tftp.c ===

svn commit: r221365 - head/lib/libstand

2011-05-03 Thread Craig Rodrigues
Author: rodrigc Date: Tue May 3 07:43:47 2011 New Revision: 221365 URL: http://svn.freebsd.org/changeset/base/221365 Log: - Comment out unused variable. - Add parentheses around expression to eliminate compiler warning. Modified: head/lib/libstand/dosfs.c Modified: head/lib/libstand/dosfs

svn commit: r221364 - head/lib/libstand

2011-05-03 Thread Craig Rodrigues
Author: rodrigc Date: Tue May 3 07:39:54 2011 New Revision: 221364 URL: http://svn.freebsd.org/changeset/base/221364 Log: Add #include for missing forward declation of struct inpcb. Modified: head/lib/libstand/net.c head/lib/libstand/udp.c Modified: head/lib/libstand/net.c

svn commit: r221363 - head/sbin/geom/class/part

2011-05-03 Thread Andrey V. Elsukov
Author: ae Date: Tue May 3 07:33:39 2011 New Revision: 221363 URL: http://svn.freebsd.org/changeset/base/221363 Log: Add "-a alignment" option to gpart(8). When it specified gpart(8) tries to align partition start offset and size to be multiple of alignment value. MFC after:2 weeks

svn commit: r221362 - in head: sys/kern sys/sys usr.bin/rctl

2011-05-03 Thread Edward Tomasz Napierala
Author: trasz Date: Tue May 3 07:32:58 2011 New Revision: 221362 URL: http://svn.freebsd.org/changeset/base/221362 Log: Change the way rctl interfaces with jails by introducing prison_racct structure, which acts as a proxy between them. This makes jail rules persistent, i.e. they can be ad