Dag-Erling Smorgrav wrote:
> Author: des
> Date: Fri Apr 29 23:00:23 2011
> New Revision: 221233
> URL: http://svn.freebsd.org/changeset/base/221233
>
> Log:
> Add an -E option to mirror newfs's. The idea is that if you have a system
> that was built before ffs grew support for TRIM, your fil
Author: ed
Date: Sat Apr 30 10:56:08 2011
New Revision: 221244
URL: http://svn.freebsd.org/changeset/base/221244
Log:
Tag ncurses 5.8.
Added:
vendor/ncurses/5.8-20110226/
- copied from r221243, vendor/ncurses/dist/
___
svn-src-all@freebsd.org m
Author: ed
Date: Sat Apr 30 10:59:17 2011
New Revision: 221245
URL: http://svn.freebsd.org/changeset/base/221245
Log:
Import ncurses 5.9.
Added:
vendor/ncurses/dist/Ada95/doc/
vendor/ncurses/dist/Ada95/doc/Makefile.in
vendor/ncurses/dist/Ada95/package/
vendor/ncurses/dist/Ada95/package/
Author: ed
Date: Sat Apr 30 10:59:55 2011
New Revision: 221246
URL: http://svn.freebsd.org/changeset/base/221246
Log:
Tag ncurses 5.9.
Added:
vendor/ncurses/5.9-20110405/
- copied from r221245, vendor/ncurses/dist/
___
svn-src-all@freebsd.org m
Author: bz
Date: Sat Apr 30 11:04:34 2011
New Revision: 221247
URL: http://svn.freebsd.org/changeset/base/221247
Log:
Make the PCB code compile without INET support by adding #ifdef INETs
and correcting few #includes.
Reviewed by: gnn
Sponsored by: The FreeBSD Foundation
Sponsored by
Author: bz
Date: Sat Apr 30 11:17:00 2011
New Revision: 221248
URL: http://svn.freebsd.org/changeset/base/221248
Log:
Make the UDP code compile without INET. Expose udp_usrreq.c to IPv6 only
as well compiling out most functions adding or extending #ifdef INET
coverage.
Reviewed by: gn
Author: tuexen
Date: Sat Apr 30 11:18:16 2011
New Revision: 221249
URL: http://svn.freebsd.org/changeset/base/221249
Log:
Improve compilation of SCTP code without INET support.
Some bugs where fixed while doing this:
* ASCONF-ACK messages might use wrong port number when using
IPv6.
*
Author: bz
Date: Sat Apr 30 11:21:29 2011
New Revision: 221250
URL: http://svn.freebsd.org/changeset/base/221250
Log:
Make the TCP code compile without INET. Sort #includes and add #ifdef INETs.
Add some comments at #endifs given more nestedness. To make the compiler
happy, some default in
Author: tuexen
Date: Sat Apr 30 11:22:30 2011
New Revision: 221251
URL: http://svn.freebsd.org/changeset/base/221251
Log:
Remove some leftover debug code.
MFC after: 1 week
Modified:
head/sys/netinet/sctp_os_bsd.h
Modified: head/sys/netinet/sctp_os_bsd.h
Author: adrian
Date: Sat Apr 30 11:28:21 2011
New Revision: 221252
URL: http://svn.freebsd.org/changeset/base/221252
Log:
In preparation for the AR724x PCIe bus code, make the AR71xx PCI bus
glue require 'device ar71xx_pci' .
Users of the AR71xx board configs will now require this for fun
/malloc.conf.)
+20110430:
+ Users of the Atheros AR71xx SoC code now need to add 'device ar71xx_pci'
+ into their kernel configurations along with 'device pci'.
+
20110427:
The default NFS client is now the new NFS client, so fstype "newnfs"
Author: adrian
Date: Sat Apr 30 11:36:16 2011
New Revision: 221254
URL: http://svn.freebsd.org/changeset/base/221254
Log:
Add some initial PCIe bridge support for the AR724x chipsets.
This is reported to work on the AR7240 based Ubiquiti Rocket M5
but I haven't tested it on that hardware.
Author: adrian
Date: Sat Apr 30 11:40:31 2011
New Revision: 221255
URL: http://svn.freebsd.org/changeset/base/221255
Log:
Flip off debugging for now.
Modified:
head/sys/mips/atheros/ar724x_pci.c
Modified: head/sys/mips/atheros/ar724x_pci.c
Author: adrian
Date: Sat Apr 30 11:56:04 2011
New Revision: 221256
URL: http://svn.freebsd.org/changeset/base/221256
Log:
Call the DDR FIFO flush method when IP2 interrupts occur.
Modified:
head/sys/mips/atheros/ar71xx_pci.c
Modified: head/sys/mips/atheros/ar71xx_pci.c
==
Author: adrian
Date: Sat Apr 30 12:07:15 2011
New Revision: 221257
URL: http://svn.freebsd.org/changeset/base/221257
Log:
The AR724x SoC's require the irq status line to be acked/cleared.
This allows console IO to occur correctly once the kernel is in multi-user
mode.
Submitted by: L
Author: bz
Date: Sat Apr 30 12:07:31 2011
New Revision: 221258
URL: http://svn.freebsd.org/changeset/base/221258
Log:
Add some more missing optional dependencies on inet6, not only inet,
to get the files for an IPv6 only kernel as well, remove extra inet6
option where not needed.
Review
> Rick Macklem writes:
> > Log:
> > This patch changes head so that the default NFS client is now the
> > new
> > NFS client (which I guess is no longer experimental). The fstype
> > "newnfs"
> > is now "nfs" and the regular/old NFS client is now fstype
> > "oldnfs".
>
> Are you going
Author: adrian
Date: Sat Apr 30 12:25:09 2011
New Revision: 221259
URL: http://svn.freebsd.org/changeset/base/221259
Log:
An example configuration file for the Atheros PB92.
TODO:
* pcie doesn't yet work properly, I'm working on it.
* if_arge doesn't work - it's likely the phy mask i
Author: bz
Date: Sat Apr 30 12:39:47 2011
New Revision: 221260
URL: http://svn.freebsd.org/changeset/base/221260
Log:
After r221249 allow SCTP to be compiled in an IPv6 only environment as well.
Sponsored by: The FreeBSD Foundation
Sponsored by: iXsystems
MFC after:10 days
Modified
Rick Macklem writes:
> "Dag-Erling Smørgrav" writes:
> > Are you going to rename the sysctls as well?
> I was not planning on it, but it the "collective" thinks it's a good
> idea, I could do so.
Yes, please. The change from vfs.nfs to vfs.newnfs breaks scripts.
Ideally, both the old and the n
On Sat, 30 Apr 2011, Michael Tuexen wrote:
Author: tuexen
Date: Sat Apr 30 11:18:16 2011
New Revision: 221249
URL: http://svn.freebsd.org/changeset/base/221249
Log:
Improve compilation of SCTP code without INET support.
Some bugs where fixed while doing this:
* ASCONF-ACK messages might use
Author: kib
Date: Sat Apr 30 13:49:03 2011
New Revision: 221261
URL: http://svn.freebsd.org/changeset/base/221261
Log:
Clarify the comment.
MFC after:1 week
Modified:
head/sys/fs/ext2fs/ext2_readwrite.c
head/sys/ufs/ffs/ffs_vnops.c
Modified: head/sys/fs/ext2fs/ext2_readwrite.c
===
Author: bz
Date: Sat Apr 30 14:22:45 2011
New Revision: 221262
URL: http://svn.freebsd.org/changeset/base/221262
Log:
Fis a problem with r221258 that mac is still needed in case for ient6 only
for mac_inet.c.
Reported by: Luiz Otavio O Souza (lists.br gmail.com)
MFC after:4 days
M
Author: mm
Date: Sat Apr 30 14:52:49 2011
New Revision: 221263
URL: http://svn.freebsd.org/changeset/base/221263
Log:
Fix deduplicated zfs receive
(dmu_recv_stream builds incomplete guid_to_ds_map)
Illumos-gate changeset: 13329:c48b8bf84ab7
MFC together with v28
Approved by:
Author: bz
Date: Sat Apr 30 16:30:18 2011
New Revision: 221264
URL: http://svn.freebsd.org/changeset/base/221264
Log:
Fix a mismerge from p4 in that in_localaddr() is not available without INET.
Sponsored by: The FreeBSD Foundation
Sponsored by: iXsystems
MFC after:4 days
Modified:
Author: bz
Date: Sat Apr 30 17:51:39 2011
New Revision: 221265
URL: http://svn.freebsd.org/changeset/base/221265
Log:
Allow MKMODULESENV being preset from other sources like makeoptions
kernel configurations to apply WITH_* WITHOUT_* knobs we use for
module building as well to restrict or co
Author: bz
Date: Sat Apr 30 17:58:28 2011
New Revision: 221266
URL: http://svn.freebsd.org/changeset/base/221266
Log:
Introduce two new options MK_INET and MK_INET_SUPPORT analogically
with INET6 equivalents. Patch reather than re-genenerating src.conf
(given the current problem with the scr
Author: bz
Date: Sat Apr 30 17:59:54 2011
New Revision: 221267
URL: http://svn.freebsd.org/changeset/base/221267
Log:
Update carp, gre and pf module builds to be depenent on INET and/or
INET6_SUPPORT.
Reviewed by: gnn (slightly earlier version without pf)
Sponsored by: The FreeBSD Foun
Author: marcel
Date: Sat Apr 30 20:16:49 2011
New Revision: 221269
URL: http://svn.freebsd.org/changeset/base/221269
Log:
Turn PBVM page table entries into PTEs so that they can be inserted
into the TLB as-is.
While here, have ia64_platform_alloc() return ~0UL on failure.
Modified:
hea
Author: thompsa
Date: Sat Apr 30 20:34:52 2011
New Revision: 221270
URL: http://svn.freebsd.org/changeset/base/221270
Log:
LACP frames must not be send VLAN-tagged, check for that before processing.
PR: kern/156743
Submitted by: Dmitrij Tejblum
MFC after:1 week
Modified:
Author: marcel
Date: Sat Apr 30 20:49:00 2011
New Revision: 221271
URL: http://svn.freebsd.org/changeset/base/221271
Log:
Stop linking against a direct-mapped virtual address and instead
use the PBVM. This eliminates the implied hardcoding of the
physical address at which the kernel needs to
Author: mm
Date: Sat Apr 30 22:07:04 2011
New Revision: 221274
URL: http://svn.freebsd.org/changeset/base/221274
Log:
MFC 219374, 219376, 219639, 219640, 219697, 219711, 220150:
MFC r219374:
Backport Intel Core 2 and AMD Geode CPU types from gcc-4.3 (GPLv2)
These options are supported i
Author: mm
Date: Sat Apr 30 22:15:14 2011
New Revision: 221275
URL: http://svn.freebsd.org/changeset/base/221275
Log:
Bump __FreeBSD_version for the gcc MFC (r220150)
Modified:
stable/8/sys/sys/param.h
Modified: stable/8/sys/sys/param.h
===
Author: kib
Date: Sat Apr 30 22:46:02 2011
New Revision: 221281
URL: http://svn.freebsd.org/changeset/base/221281
Log:
Fix typos.
Noted by: Fabian Keil
Pointy hat to:kib
MFC after:1 week
Modified:
head/sys/ufs/ffs/ffs_vnops.c
Modified: head/sys/ufs/ffs/ffs_vnops.c
=
Author: mm
Date: Sat Apr 30 23:00:41 2011
New Revision: 221282
URL: http://svn.freebsd.org/changeset/base/221282
Log:
Add ChangeLog.gcc43 for backported changes from gcc 4.3
MFC after:3 days
Added:
head/contrib/gcc/ChangeLog.gcc43
Added: head/contrib/gcc/ChangeLog.gcc43
Author: rmacklem
Date: Sun May 1 01:34:22 2011
New Revision: 221288
URL: http://svn.freebsd.org/changeset/base/221288
Log:
Fix the Makefile for mount_nfs so that it creates a
link for mount_oldnfs.8 instead of mount_newnfs.8.
Modified:
head/sbin/mount_nfs/Makefile
Modified: head/sbin/moun
Author: rmacklem
Date: Sun May 1 02:22:54 2011
New Revision: 221290
URL: http://svn.freebsd.org/changeset/base/221290
Log:
MFC: r220735
Fix readdirplus in the experimental NFS client so that it
skips over ".." to avoid a LOR race with nfs_lookup(). This
fix is analagous to r138256 in the
Author: rmacklem
Date: Sun May 1 02:36:09 2011
New Revision: 221291
URL: http://svn.freebsd.org/changeset/base/221291
Log:
MFC: r220739
Change some defaults in the experimental NFS client to be the
same as the regular NFS client for NFSv3. The main one is making
use of a reserved port# th
Author: rmacklem
Date: Sun May 1 02:47:54 2011
New Revision: 221292
URL: http://svn.freebsd.org/changeset/base/221292
Log:
MFC: r220751
Fix up some of the sysctls for the experimental NFS client so
that they use the same names as the regular client. Also add
string descriptions for them.
Author: rmacklem
Date: Sun May 1 03:01:21 2011
New Revision: 221293
URL: http://svn.freebsd.org/changeset/base/221293
Log:
MFC: r220752
Get rid of the "nfscl: consider increasing kern.ipc.maxsockbuf"
message that was generated when doing experimental NFS client
mounts. I put that message
Author: rmacklem
Date: Sun May 1 03:16:13 2011
New Revision: 221294
URL: http://svn.freebsd.org/changeset/base/221294
Log:
MFC: r220762
Change the mutex locking for several locations in the
experimental NFS client's vnode op functions to make
them compatible with the regular NFS client. I
41 matches
Mail list logo