Author: joel (doc committer)
Date: Wed Aug 28 05:12:29 2013
New Revision: 254984
URL: http://svnweb.freebsd.org/changeset/base/254984
Log:
mdoc fix
Modified:
head/share/man/man5/periodic.conf.5
Modified: head/share/man/man5/periodic.conf.5
Author: gonzo
Date: Wed Aug 28 01:10:51 2013
New Revision: 254983
URL: http://svnweb.freebsd.org/changeset/base/254983
Log:
Fix GT PCI controller driver on big-endian hardware
Modified:
head/sys/mips/malta/gt_pci.c
Modified: head/sys/mips/malta/gt_pci.c
==
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On 08/27/13 01:59, Davide Italiano wrote:
> On Tue, Aug 27, 2013 at 10:00 AM, Andriy Gapon
> wrote:
>> on 27/08/2013 02:03 Xin Li said the following:
>>> On 08/26/13 08:35, Andriy Gapon wrote:
on 26/08/2013 01:15 Jeremie Le Hen said the followi
Author: delphij
Date: Wed Aug 28 00:39:47 2013
New Revision: 254982
URL: http://svnweb.freebsd.org/changeset/base/254982
Log:
Previously, both zfs_rename and zfs_link does a check on whether
the passed vnode belongs to the same mount point (v_vfsp or also
known as v_mount in FreeBSD). This
Author: zeising (doc,ports committer)
Date: Tue Aug 27 23:30:02 2013
New Revision: 254981
URL: http://svnweb.freebsd.org/changeset/base/254981
Log:
Really regen after r254962.
This removes the WITH_BSDCONFIG description alltogether, since this option
is removed.
At the same time, fix th
Author: sjg
Date: Tue Aug 27 23:09:34 2013
New Revision: 254980
URL: http://svnweb.freebsd.org/changeset/base/254980
Log:
Use .SHELL to tell bmake to use 'set -e' when running scripts
since most FreeBSD makefiles it is in effect.
Move the other bmake compatability knobs out of the POSIX b
Author: ken
Date: Tue Aug 27 23:02:20 2013
New Revision: 254979
URL: http://svnweb.freebsd.org/changeset/base/254979
Log:
MFC change 254389:
There are some slight differences from the version in FreeBSD/head.
__FreeBSD_version has been bumped to 902503 for the availability
of the SI_UNM
Author: jkim
Date: Tue Aug 27 22:37:29 2013
New Revision: 254978
URL: http://svnweb.freebsd.org/changeset/base/254978
Log:
Fix a typo introduced in r254975.
Modified:
head/etc/periodic/monthly/Makefile
Modified: head/etc/periodic/monthly/Makefile
=
Author: jilles
Date: Tue Aug 27 21:47:01 2013
New Revision: 254977
URL: http://svnweb.freebsd.org/changeset/base/254977
Log:
wordexp(): Avoid leaking the pipe file descriptors to a parallel fork/exec.
This uses the new pipe2() system call added on May 1 (r250159).
Modified:
head/lib/libc
On Tue, Aug 27, 2013 at 09:20:29PM +, Jeremie Le Hen wrote:
> Author: jlh
> Date: Tue Aug 27 21:20:28 2013
> New Revision: 254974
> URL: http://svnweb.freebsd.org/changeset/base/254974
>
> Log:
> Make the period of each periodic security script configurable.
>
> There are now six additi
Author: davidcs
Date: Tue Aug 27 21:29:21 2013
New Revision: 254976
URL: http://svnweb.freebsd.org/changeset/base/254976
Log:
Fix bug in Flash access code
Submitted by: David C Somayajulu
Modified:
head/sys/dev/qlxgbe/ql_misc.c
Modified: head/sys/dev/qlxgbe/ql_misc.c
===
Author: jlh
Date: Tue Aug 27 21:28:12 2013
New Revision: 254975
URL: http://svnweb.freebsd.org/changeset/base/254975
Log:
Install 450.status-security.
Modified:
head/etc/periodic/monthly/Makefile
Modified: head/etc/periodic/monthly/Makefile
===
Author: jlh
Date: Tue Aug 27 21:20:28 2013
New Revision: 254974
URL: http://svnweb.freebsd.org/changeset/base/254974
Log:
Make the period of each periodic security script configurable.
There are now six additional variables
weekly_status_security_enable
weekly_status_security_inline
Author: andre
Date: Tue Aug 27 20:52:02 2013
New Revision: 254973
URL: http://svnweb.freebsd.org/changeset/base/254973
Log:
Pad m_hdr on 32bit architectures to to prevent alignment and padding
problems with the way MLEN, MHLEN, and struct mbuf are set up.
CTASSERT's are provided to detect
Author: ken
Date: Tue Aug 27 20:43:27 2013
New Revision: 254972
URL: http://svnweb.freebsd.org/changeset/base/254972
Log:
Properly record mergeinfo for the merge of revision 254372 from head into
stable/9.
This should have been done in change 254971.
Pointy hat to:ken
Modifi
Author: ken
Date: Tue Aug 27 20:34:11 2013
New Revision: 254971
URL: http://svnweb.freebsd.org/changeset/base/254971
Log:
MFC 254372:
Export the maxio field in the CAM XPT_PATH_INQ CCB in the isp(4)
driver.
This tells consumers up the stack the maximum I/O size that the
controller
Author: kargl
Date: Tue Aug 27 19:46:56 2013
New Revision: 254969
URL: http://svnweb.freebsd.org/changeset/base/254969
Log:
* s_erf.c:
. Use integer literal constants instead of double literal constants.
* s_erff.c:
. Use integer literal constants instead of casting double literal
Author: ken
Date: Tue Aug 27 19:47:03 2013
New Revision: 254970
URL: http://svnweb.freebsd.org/changeset/base/254970
Log:
If a drive returns ASC/ASCQ 0x04,0x11 "Logical unit not ready,
notify (enable spinup) required", instead of doing the normal
retries, poll for a change in status.
We
Author: cperciva
Date: Tue Aug 27 19:10:36 2013
New Revision: 254968
URL: http://svnweb.freebsd.org/changeset/base/254968
Log:
Remove duplicate dev.xbd.*.max_requests sysctl added in r252260.
Approved by: gibbs
Modified:
head/sys/dev/xen/blkfront/blkfront.c
Modified: head/sys/dev/xen/b
Author: rdivacky
Date: Tue Aug 27 18:35:04 2013
New Revision: 254967
URL: http://svnweb.freebsd.org/changeset/base/254967
Log:
Assemble linux32_locore.s and ia32_sigtramp.S with clang integrated assembler.
Support for .code32 and .code64 in llvm was implemented more than 2 years ago.
Test
On Tue, Aug 27, 2013 at 11:29:28AM -0700, Devin Teske wrote:
>
> On Aug 27, 2013, at 11:27 AM, Glen Barber wrote:
>
> > On Tue, Aug 27, 2013 at 06:16:50PM +, Devin Teske wrote:
> >> Author: dteske
> >> Date: Tue Aug 27 18:16:50 2013
> >> New Revision: 254966
> >> URL:
> >> https://urldefense
On Aug 27, 2013, at 11:27 AM, Glen Barber wrote:
> On Tue, Aug 27, 2013 at 06:16:50PM +, Devin Teske wrote:
>> Author: dteske
>> Date: Tue Aug 27 18:16:50 2013
>> New Revision: 254966
>> URL:
>> https://urldefense.proofpoint.com/v1/url?u=http://svnweb.freebsd.org/changeset/base/254966&k=%2Fb
On Tue, Aug 27, 2013 at 06:16:50PM +, Devin Teske wrote:
> Author: dteske
> Date: Tue Aug 27 18:16:50 2013
> New Revision: 254966
> URL: http://svnweb.freebsd.org/changeset/base/254966
>
> Log:
> Add missing mergeinfo from head for stabe/9 revisions: 252995 253168 253169
>
> Modified:
> Dir
Author: dteske
Date: Tue Aug 27 18:16:50 2013
New Revision: 254966
URL: http://svnweb.freebsd.org/changeset/base/254966
Log:
Add missing mergeinfo from head for stabe/9 revisions: 252995 253168 253169
Modified:
Directory Properties:
stable/9/usr.sbin/ (props changed)
stable/9/usr.sbin/Mak
Garrett had posted some patches to get OFED to build as modules.
http://lists.freebsd.org/pipermail/freebsd-questions/2013-June/251521.html
After these changes (r254823, r254963) and with the patches above, is it
possible to build the kernel parts of OFED as modules that would work
with GENERIC?
Author: neel
Date: Tue Aug 27 16:50:48 2013
New Revision: 254965
URL: http://svnweb.freebsd.org/changeset/base/254965
Log:
Allow single byte reads of the emulated MSI-X tables. This is not required
by the PCI specification but needed to dump MMIO space from "ddb" in the
guest.
Modified:
h
Author: neel
Date: Tue Aug 27 16:49:20 2013
New Revision: 254964
URL: http://svnweb.freebsd.org/changeset/base/254964
Log:
Add support for emulating the byte move instruction "mov r/m8, r8".
This emulation is required when dumping MMIO space via the ddb "examine"
command.
Modified:
hea
Author: alfred
Date: Tue Aug 27 16:45:00 2013
New Revision: 254963
URL: http://svnweb.freebsd.org/changeset/base/254963
Log:
Remove include opt_ofed.h since OFED is unifdef'd.
Pointed out by: glebius
Modified:
head/sys/net/if_llatbl.h
Modified: head/sys/net/if_llatbl.h
=
Author: dteske
Date: Tue Aug 27 16:30:50 2013
New Revision: 254962
URL: http://svnweb.freebsd.org/changeset/base/254962
Log:
Formally remove WITH_BSDCONFIG build option and re-generate src.conf.5
NOTE: Should have been inline with revisions 252862 and 254958.
Deleted:
head/tools/build/optio
THAT FreeBSD 10
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20130827:
+Thomas Dickey (vendor author thereof) reports that dialog(1) since
+2011/10/18 has a bug in handling --hline.
Author: will
Date: Tue Aug 27 15:50:26 2013
New Revision: 254960
URL: http://svnweb.freebsd.org/changeset/base/254960
Log:
Make the PAM password strength checking module WARNS=2 safe.
lib/libpam/modules/pam_passwdqc/Makefile:
Bump WARNS to 2.
contrib/pam_modules/pam_passwdqc/pa
Author: gavin
Date: Tue Aug 27 15:06:39 2013
New Revision: 254959
URL: http://svnweb.freebsd.org/changeset/base/254959
Log:
Allow more space for interface names.
MFC after:1 week
Modified:
head/usr.sbin/crashinfo/crashinfo.sh
Modified: head/usr.sbin/crashinfo/crashinfo.sh
==
Author: dteske
Date: Tue Aug 27 14:48:01 2013
New Revision: 254958
URL: http://svnweb.freebsd.org/changeset/base/254958
Log:
It was brought to my attention that SVN r252862 was incomplete. It needed
to also make this change, to completely deprecate WITH_BSDCONFIG.
Modified:
head/share/mk/bs
Author: adrian
Date: Tue Aug 27 14:39:37 2013
New Revision: 254957
URL: http://svnweb.freebsd.org/changeset/base/254957
Log:
Use the new ieee80211_tx_complete() function.
Modified:
head/sys/dev/ath/if_ath.c
Modified: head/sys/dev/ath/if_ath.c
=
Author: adrian
Date: Tue Aug 27 14:37:13 2013
New Revision: 254956
URL: http://svnweb.freebsd.org/changeset/base/254956
Log:
Create a new function to complete 802.11 mbuf transmission.
The aim of this function is to eventually be the completion entry point
for all 802.11 encapsulated mbuf
Author: hrs
Date: Tue Aug 27 11:50:33 2013
New Revision: 254955
URL: http://svnweb.freebsd.org/changeset/base/254955
Log:
Fix a crash when reloading the configuration file.
Spotted by: des
Modified:
head/usr.sbin/rtadvd/config.c
Modified: head/usr.sbin/rtadvd/config.c
On Tue, Aug 27, 2013 at 10:00 AM, Andriy Gapon wrote:
> on 27/08/2013 02:03 Xin Li said the following:
>> On 08/26/13 08:35, Andriy Gapon wrote:
>>> on 26/08/2013 01:15 Jeremie Le Hen said the following:
Hi Xin,
On Tue, Aug 20, 2013 at 10:31:14PM +, Xin LI wrote:
> [snip]
>
On Tue, Aug 27, 2013 at 11:01:30AM +0300, Andriy Gapon wrote:
> on 27/08/2013 06:41 Jeremie Le Hen said the following:
> > On Mon, Aug 26, 2013 at 04:03:08PM -0700, Xin Li wrote:
> >> Index: sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c
> >>
on 27/08/2013 06:41 Jeremie Le Hen said the following:
> On Mon, Aug 26, 2013 at 04:03:08PM -0700, Xin Li wrote:
>> Index: sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c
>> ===
>> --- sys/cddl/contrib/opensolaris/uts/common
on 27/08/2013 02:03 Xin Li said the following:
> On 08/26/13 08:35, Andriy Gapon wrote:
>> on 26/08/2013 01:15 Jeremie Le Hen said the following:
>>> Hi Xin,
>>>
>>> On Tue, Aug 20, 2013 at 10:31:14PM +, Xin LI wrote:
[snip]
@@ zfs_rename(vnode_t *sdvp, char *snm, vno if
(VOP_REALVP(t
40 matches
Mail list logo