Re: svn commit: r221497 - head/release/ia64

2011-05-05 Thread Marcel Moolenaar
On May 5, 2011, at 8:29 PM, Nathan Whitehorn wrote: > On 05/05/11 16:18, Marcel Moolenaar wrote: >> On May 5, 2011, at 7:16 AM, Nathan Whitehorn wrote: >> >>> @@ -84,15 +63,13 @@ if [ $bootable = yes ]; then >>> mv $MNT/boot/loader.efi $MNT/efi/boot/bootia64.efi >>> umount $MNT >>> m

Re: svn commit: r221497 - head/release/ia64

2011-05-05 Thread Nathan Whitehorn
On 05/05/11 16:18, Marcel Moolenaar wrote: On May 5, 2011, at 7:16 AM, Nathan Whitehorn wrote: @@ -84,15 +63,13 @@ if [ $bootable = yes ]; then mv $MNT/boot/loader.efi $MNT/efi/boot/bootia64.efi umount $MNT mdconfig -d -u $md -BOOTOPTS="-b $EFIPART -no-emul-boot" +BOOTOPT

svn commit: r221519 - in head/sys: dev/bm powerpc/powermac

2011-05-05 Thread Nathan Whitehorn
Author: nwhitehorn Date: Fri May 6 03:26:24 2011 New Revision: 221519 URL: http://svn.freebsd.org/changeset/base/221519 Log: Do not use Open Firmware to open the device and instead program its start on our own. This prevents hangs at boot when using a bm(4) NIC where the cable is not plugge

svn commit: r221518 - head/sys/mips/atheros

2011-05-05 Thread Adrian Chadd
Author: adrian Date: Fri May 6 02:45:02 2011 New Revision: 221518 URL: http://svn.freebsd.org/changeset/base/221518 Log: Fix GPIO_MAXPINS calculation for the AR71xx, AR724x, AR913x SoC. Submitted by: Luiz Otavio O Souza Modified: head/sys/mips/atheros/ar71xx_gpio.c head/sys/mips/athe

Re: svn commit: r221497 - head/release/ia64

2011-05-05 Thread Marcel Moolenaar
On May 5, 2011, at 7:16 AM, Nathan Whitehorn wrote: > @@ -84,15 +63,13 @@ if [ $bootable = yes ]; then > mv $MNT/boot/loader.efi $MNT/efi/boot/bootia64.efi > umount $MNT > mdconfig -d -u $md > -BOOTOPTS="-b $EFIPART -no-emul-boot" > +BOOTOPTS="-b bootimage=i386;$EFIPART -o no-

svn commit: r221517 - head/sys/fs/nfsserver

2011-05-05 Thread Rick Macklem
Author: rmacklem Date: Fri May 6 01:29:14 2011 New Revision: 221517 URL: http://svn.freebsd.org/changeset/base/221517 Log: Change the new NFS server so that it returns 0 when the f_bavail or f_ffree fields of "struct statfs" are negative, since the values that go on the wire are unsigned an

Re: svn commit: r221124 - in head: . sbin/mount sbin/mount_nfs sys/amd64/conf sys/fs/nfsclient sys/i386/conf sys/ia64/conf sys/nfsclient sys/pc98/conf sys/powerpc/conf sys/sparc64/conf sys/sun4v/conf

2011-05-05 Thread Rick Macklem
> Rick Macklem writes: > > "Dag-Erling Smørgrav" writes: > > > Ideally, both the old and the new NFS stack would use the same > > > fstypes and sysctl names, but I don't know if there's any way we > > > can > > > prevent someone from compiling both into the kernel at the same > > > time, or loadi

Re: svn commit: r221124 - in head: . sbin/mount sbin/mount_nfs sys/amd64/conf sys/fs/nfsclient sys/i386/conf sys/ia64/conf sys/nfsclient sys/pc98/conf sys/powerpc/conf sys/sparc64/conf sys/sun4v/conf

2011-05-05 Thread Rick Macklem
> Rick Macklem writes: > > Well, another way it could be handled would be to put the sysctls > > and > > the global variables they manipulate in a module shared by both > > clients, > > like sys/nfs/nfs_lock.c (module "nfslock"). Then the same sysctl > > would > > affect both clients. (I hesitate

svn commit: r221516 - head/sys/dev/cxgbe

2011-05-05 Thread Navdeep Parhar
Author: np Date: Thu May 5 23:09:17 2011 New Revision: 221516 URL: http://svn.freebsd.org/changeset/base/221516 Log: Bump up the number of egress queues that the driver is allowed to use. MFC after:3 days Modified: head/sys/dev/cxgbe/t4_main.c Modified: head/sys/dev/cxgbe/t4_main.c

Re: svn commit: r221124 - in head: . sbin/mount sbin/mount_nfs sys/amd64/conf sys/fs/nfsclient sys/i386/conf sys/ia64/conf sys/nfsclient sys/pc98/conf sys/powerpc/conf sys/sparc64/conf sys/sun4v/conf

2011-05-05 Thread Rick Macklem
> Rick Macklem writes: > > Well, another way it could be handled would be to put the sysctls > > and > > the global variables they manipulate in a module shared by both > > clients, > > like sys/nfs/nfs_lock.c (module "nfslock"). Then the same sysctl > > would > > affect both clients. (I hesitate

svn commit: r221515 - stable/8/bin/sh

2011-05-05 Thread Jilles Tjoelker
Author: jilles Date: Thu May 5 22:07:02 2011 New Revision: 221515 URL: http://svn.freebsd.org/changeset/base/221515 Log: MFC r221012: sh: Check setuid()/setgid() return values. If the -p option is turned off, privileges from a setuid or setgid binary are dropped. Make sure to check if th

svn commit: r221514 - stable/8/bin/sh

2011-05-05 Thread Jilles Tjoelker
Author: jilles Date: Thu May 5 22:04:59 2011 New Revision: 221514 URL: http://svn.freebsd.org/changeset/base/221514 Log: MFC r221011: sh: Remove duplicate code resetting uid/gid for set +p/ +o privileged. Modified: stable/8/bin/sh/options.c Directory Properties: stable/8/bin/sh/ (props

svn commit: r221513 - in head: bin/sh tools/regression/bin/sh/parser

2011-05-05 Thread Jilles Tjoelker
Author: jilles Date: Thu May 5 20:55:55 2011 New Revision: 221513 URL: http://svn.freebsd.org/changeset/base/221513 Log: sh: Add $'quoting' (C-style escape sequences). A string between $' and ' may contain backslash escape sequences similar to the ones in a C string constant (except that

svn commit: r221512 - head/lib/libc/net

2011-05-05 Thread Michael Tuexen
Author: tuexen Date: Thu May 5 19:49:27 2011 New Revision: 221512 URL: http://svn.freebsd.org/changeset/base/221512 Log: * Update copyright notice. * Cleanup usage of iov's. * Add support for SCTP_TIMEOUTS socketoption. * Fix a bug in sctp_recvmsg(): return the msg_flags in case of an err

svn commit: r221510 - head/release

2011-05-05 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu May 5 19:17:55 2011 New Revision: 221510 URL: http://svn.freebsd.org/changeset/base/221510 Log: Simplify this script somewhat, following excellent suggestions from Ed Schouten. Modified: head/release/generate-release.sh Modified: head/release/generate-release.

svn commit: r221509 - head/sys/dev/coretemp

2011-05-05 Thread Xin LI
Author: delphij Date: Thu May 5 19:15:15 2011 New Revision: 221509 URL: http://svn.freebsd.org/changeset/base/221509 Log: Detect and set Atom's Tj(max) to 90 if it's not the 45nm D400/D500/N400 series. MFC after:2 weeks Modified: head/sys/dev/coretemp/coretemp.c Modified: head/sy

svn commit: r221508 - head/sys/x86/x86

2011-05-05 Thread Alexander Motin
Author: mav Date: Thu May 5 18:56:48 2011 New Revision: 221508 URL: http://svn.freebsd.org/changeset/base/221508 Log: Some changes around LAPIC timer programming. This fixes heavy interrupt storm and resulting system freeze when using LAPIC timer in one-shot mode under Xen HVM. There, un

svn commit: r221507 - in stable/8/sbin: hastctl hastd

2011-05-05 Thread Mikolaj Golub
Author: trociny Date: Thu May 5 18:50:52 2011 New Revision: 221507 URL: http://svn.freebsd.org/changeset/base/221507 Log: MFC r221074, r221075, r221076, r221078: r221074: Fix assert messages. r221075: For conversation between hastctl and hastd we should use HASTCTL_CMD def

svn commit: r221506 - head/sys/boot/i386/boot2

2011-05-05 Thread Dimitry Andric
Author: dim Date: Thu May 5 18:47:24 2011 New Revision: 221506 URL: http://svn.freebsd.org/changeset/base/221506 Log: Fine-tune llvm optimization for sys/boot/i386/boot2, which shaves off some more bytes from the final boot2 image. Submitted by: rdivacky Modified: head/sys/boot/i386/b

svn commit: r221505 - head/sys/dev/e1000

2011-05-05 Thread Jack F Vogel
Author: jfv Date: Thu May 5 17:28:45 2011 New Revision: 221505 URL: http://svn.freebsd.org/changeset/base/221505 Log: Add an initialization to the error variable, without this there is a rare return path that bogusly appears to fail when it should not. Also white space correction. Tha

svn commit: r221504 - head/sys/dev/ahci

2011-05-05 Thread Alexander Motin
Author: mav Date: Thu May 5 17:11:26 2011 New Revision: 221504 URL: http://svn.freebsd.org/changeset/base/221504 Log: Add PCI ID for Marvell 88SE9182 -- PCIe 2.x x2 relative of the 88SE912x. Submitted by: dchagin MFC after:1 week Modified: head/sys/dev/ahci/ahci.c Modified: head/

Re: svn commit: r221124 - in head: . sbin/mount sbin/mount_nfs sys/amd64/conf sys/fs/nfsclient sys/i386/conf sys/ia64/conf sys/nfsclient sys/pc98/conf sys/powerpc/conf sys/sparc64/conf sys/sun4v/conf

2011-05-05 Thread Dag-Erling Smørgrav
Rick Macklem writes: > Well, another way it could be handled would be to put the sysctls and > the global variables they manipulate in a module shared by both clients, > like sys/nfs/nfs_lock.c (module "nfslock"). Then the same sysctl would > affect both clients. (I hesitate to create "yet another

svn commit: r221503 - head/contrib/llvm/lib/Support/Unix

2011-05-05 Thread Dimitry Andric
Author: dim Date: Thu May 5 16:14:13 2011 New Revision: 221503 URL: http://svn.freebsd.org/changeset/base/221503 Log: Make cross-compiling using clang work better, by respecting the LLVM_HOSTTRIPLE that is defined during the cross-tools stage. Using clang, you can now build amd64 world a

svn commit: r221502 - in head: lib/libutil sys/sys

2011-05-05 Thread David E. O'Brien
Author: obrien Date: Thu May 5 14:45:24 2011 New Revision: 221502 URL: http://svn.freebsd.org/changeset/base/221502 Log: Don't duplicate define the stdint types. Added: head/sys/sys/_stdint.h - copied, changed from r221139, head/sys/sys/stdint.h Modified: head/lib/libutil/libutil.h

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

2011-05-05 Thread Adrian Chadd
Author: adrian Date: Thu May 5 14:43:35 2011 New Revision: 221501 URL: http://svn.freebsd.org/changeset/base/221501 Log: Add a manpage for geom_map(4). Submitted by: r...@dlink.ua Added: head/share/man/man4/geom_map.4 (contents, props changed) Modified: head/share/man/man4/Makefile

svn commit: r221500 - head/sys/geom

2011-05-05 Thread Adrian Chadd
Author: adrian Date: Thu May 5 14:43:09 2011 New Revision: 221500 URL: http://svn.freebsd.org/changeset/base/221500 Log: Updates to geom_map from the author. The major update here is to support 64 bit size/offsets. There's also style related changes. Submitted by: r...@dlink

svn commit: r221498 - stable/8/sys/fs/nfsclient

2011-05-05 Thread Rick Macklem
Author: rmacklem Date: Thu May 5 14:19:37 2011 New Revision: 221498 URL: http://svn.freebsd.org/changeset/base/221498 Log: MFC: r220928 Remove the nm_mtx mutex locking from the test for nm_maxfilesize. This value rarely, if ever, changes and the nm_mtx mutex is locked/unlocked earlier in

svn commit: r221497 - head/release/ia64

2011-05-05 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu May 5 14:16:40 2011 New Revision: 221497 URL: http://svn.freebsd.org/changeset/base/221497 Log: Convert IA64 ISO script to use makefs instead of mkisofs. Modified: head/release/ia64/mkisoimages.sh Modified: head/release/ia64/mkisoimages.sh ==

Re: svn commit: r221449 - head/sys/geom/journal

2011-05-05 Thread Andrey V. Elsukov
On 05.05.2011 17:12, Pawel Jakub Dawidek wrote: >> New Revision: 221449 >> URL: http://svn.freebsd.org/changeset/base/221449 >> >> Log: >> Removed KASSERT, g_new_providerf() can not fail. > > Well, the assertion was there to prepare us for times when > g_new_providerf() will be able to fail. I w

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

2011-05-05 Thread Andrey V. Elsukov
Author: ae Date: Thu May 5 14:13:08 2011 New Revision: 221496 URL: http://svn.freebsd.org/changeset/base/221496 Log: Add make_dev_alias_p to MLINKS. Pointed out by: pjd MFC after:2 weeks Modified: head/share/man/man9/Makefile Modified: head/share/man/man9/Makefile =

Re: svn commit: r221124 - in head: . sbin/mount sbin/mount_nfs sys/amd64/conf sys/fs/nfsclient sys/i386/conf sys/ia64/conf sys/nfsclient sys/pc98/conf sys/powerpc/conf sys/sparc64/conf sys/sun4v/conf

2011-05-05 Thread Rick Macklem
> Rick Macklem writes: > > "Dag-Erling Smørgrav" writes: > > > Ideally, both the old and the new NFS stack would use the same > > > fstypes and sysctl names, but I don't know if there's any way we > > > can > > > prevent someone from compiling both into the kernel at the same > > > time, or loadi

svn commit: r221494 - in head/release: amd64 i386 pc98 powerpc

2011-05-05 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu May 5 13:55:43 2011 New Revision: 221494 URL: http://svn.freebsd.org/changeset/base/221494 Log: Garbage collect some unused variables and stray debug code. Submitted by: marius Modified: head/release/amd64/mkisoimages.sh head/release/i386/mkisoimages.sh

Re: svn commit: r221466 - in head/release: . amd64 i386 pc98 sun4v

2011-05-05 Thread Nathan Whitehorn
On 05/05/11 04:41, Marius Strobl wrote: On Wed, May 04, 2011 at 11:41:11PM +, Nathan Whitehorn wrote: Author: nwhitehorn Date: Wed May 4 23:41:11 2011 New Revision: 221466 URL: http://svn.freebsd.org/changeset/base/221466 Log: Repair release CD generation on PC98 and sun4v after release

Re: svn commit: r221449 - head/sys/geom/journal

2011-05-05 Thread Pawel Jakub Dawidek
On Wed, May 04, 2011 at 06:06:40PM +, Andrey V. Elsukov wrote: > Author: ae > Date: Wed May 4 18:06:40 2011 > New Revision: 221449 > URL: http://svn.freebsd.org/changeset/base/221449 > > Log: > Removed KASSERT, g_new_providerf() can not fail. Well, the assertion was there to prepare us for

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

2011-05-05 Thread Pawel Jakub Dawidek
On Tue, May 03, 2011 at 06:55:16PM +, Andrey V. Elsukov wrote: > 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(). You should also add it to MLINKS in share/man/man9/Makefile. -- P

svn commit: r221493 - stable/8/sys/dev/coretemp

2011-05-05 Thread Xin LI
Author: delphij Date: Thu May 5 12:52:05 2011 New Revision: 221493 URL: http://svn.freebsd.org/changeset/base/221493 Log: MFC r221335: Correct a typo. According to Intel document 318914, the Tj(max) for Core 2 Duo Mobile CPUs should be 105. Noticed by: Mark Johnston Modified:

Re: svn commit: r220954 - head

2011-05-05 Thread Vadim Goncharov
Hi David Wolfskill! On Wed, 4 May 2011 11:35:05 -0700; David Wolfskill wrote: PR: 156579 Submitted by:dhw >> [..]=20 >>> I have lines like the following in /etc/make.conf on some hosts: >>>=20 >>> # build specified kernels by default and install first of them >>>

Re: svn commit: r221469 - head

2011-05-05 Thread Vadim Goncharov
Hi David E. O'Brien! On Thu, 5 May 2011 00:43:55 + (UTC); David E. O'Brien wrote: > Author: obrien > Date: Thu May 5 00:43:55 2011 > New Revision: 221469 > URL: http://svn.freebsd.org/changeset/base/221469 > Log: > Correct the kernel config name printed out during install. > > PR:

svn commit: r221492 - head/usr.bin/nfsstat

2011-05-05 Thread Ruslan Ermilov
Author: ru Date: Thu May 5 10:17:49 2011 New Revision: 221492 URL: http://svn.freebsd.org/changeset/base/221492 Log: - Add a forgotten -o to usage(). - Sync usage() with manpage's SYNOPSIS. Modified: head/usr.bin/nfsstat/nfsstat.c Modified: head/usr.bin/nfsstat/nfsstat.c =

svn commit: r221491 - head/usr.bin/nfsstat

2011-05-05 Thread Ruslan Ermilov
Author: ru Date: Thu May 5 10:17:08 2011 New Revision: 221491 URL: http://svn.freebsd.org/changeset/base/221491 Log: [mdoc] remove a hard sentence break. Modified: head/usr.bin/nfsstat/nfsstat.1 Modified: head/usr.bin/nfsstat/nfsstat.1 ===

Re: svn commit: r221466 - in head/release: . amd64 i386 pc98 sun4v

2011-05-05 Thread Marius Strobl
On Wed, May 04, 2011 at 11:41:11PM +, Nathan Whitehorn wrote: > Author: nwhitehorn > Date: Wed May 4 23:41:11 2011 > New Revision: 221466 > URL: http://svn.freebsd.org/changeset/base/221466 > > Log: > Repair release CD generation on PC98 and sun4v after release building > changes, and bac

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

2011-05-05 Thread Andrey V. Elsukov
Author: ae Date: Thu May 5 09:55:55 2011 New Revision: 221490 URL: http://svn.freebsd.org/changeset/base/221490 Log: Formatting fixes: o Fix date o Break sentences o Remove trailing whitespaces o Sort xrefs by section number Requested by: ru MFC after:2 weeks Modified:

svn commit: r221489 - head/sys/mips/conf

2011-05-05 Thread Adrian Chadd
Author: adrian Date: Thu May 5 09:04:49 2011 New Revision: 221489 URL: http://svn.freebsd.org/changeset/base/221489 Log: Add nvram2env (untested) and geom_map (tested) to PB92. Modified: head/sys/mips/conf/PB92 head/sys/mips/conf/PB92.hints Modified: head/sys/mips/conf/PB92 ==

svn commit: r221488 - head/sys/dev/ath/ath_hal/ar5416

2011-05-05 Thread Adrian Chadd
Author: adrian Date: Thu May 5 08:11:22 2011 New Revision: 221488 URL: http://svn.freebsd.org/changeset/base/221488 Log: Don't perform NF calibration for radio chains which aren't in use: Quoting the ath9k commit message: At present the noise floor calibration is processed in supporte

svn commit: r221487 - head/crypto/openssh

2011-05-05 Thread Dag-Erling Smorgrav
Author: des Date: Thu May 5 08:08:18 2011 New Revision: 221487 URL: http://svn.freebsd.org/changeset/base/221487 Log: Merge two upstream patches from vendor branch. No functional changes. Modified: head/crypto/openssh/ChangeLog head/crypto/openssh/defines.h Directory Properties: head/cr

svn commit: r221486 - vendor-crypto/openssh/dist

2011-05-05 Thread Dag-Erling Smorgrav
Author: des Date: Thu May 5 08:04:31 2011 New Revision: 221486 URL: http://svn.freebsd.org/changeset/base/221486 Log: Merge from upstream: #include before checking for macros that it defines. Modified: vendor-crypto/openssh/dist/defines.h Modified: vendor-crypto/openssh/dist/defines.h ==

svn commit: r221485 - vendor-crypto/openssh/5.8p2

2011-05-05 Thread Dag-Erling Smorgrav
Author: des Date: Thu May 5 08:01:22 2011 New Revision: 221485 URL: http://svn.freebsd.org/changeset/base/221485 Log: updated 5.8p2 tarball Modified: vendor-crypto/openssh/5.8p2/ChangeLog vendor-crypto/openssh/5.8p2/version.h Modified: vendor-crypto/openssh/5.8p2/ChangeLog ===

svn commit: r221484 - vendor-crypto/openssh/dist

2011-05-05 Thread Dag-Erling Smorgrav
Author: des Date: Thu May 5 07:59:12 2011 New Revision: 221484 URL: http://svn.freebsd.org/changeset/base/221484 Log: djm released a new 5.8p2 tarball with the correct version number. Modified: vendor-crypto/openssh/dist/ChangeLog vendor-crypto/openssh/dist/version.h Modified: vendor-cryp

Re: svn commit: r221124 - in head: . sbin/mount sbin/mount_nfs sys/amd64/conf sys/fs/nfsclient sys/i386/conf sys/ia64/conf sys/nfsclient sys/pc98/conf sys/powerpc/conf sys/sparc64/conf sys/sun4v/conf

2011-05-05 Thread Dag-Erling Smørgrav
Rick Macklem writes: > "Dag-Erling Smørgrav" writes: > > Ideally, both the old and the new NFS stack would use the same > > fstypes and sysctl names, but I don't know if there's any way we can > > prevent someone from compiling both into the kernel at the same > > time, or loading both modules. >