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
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
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
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
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-
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
> 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
> 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
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
> 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
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
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
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
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
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.
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
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
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
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
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
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/
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
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
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
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
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
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
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
==
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
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
=
> 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
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
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
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
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
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:
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
>>>
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:
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
=
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
===
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
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:
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
==
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
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
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
==
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
===
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
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.
>
49 matches
Mail list logo