Author: gavin
Date: Fri Sep 7 08:18:06 2012
New Revision: 240190
URL: http://svn.freebsd.org/changeset/base/240190
Log:
Prevent indent(1) from reformatting this comment, as it contains
a formatting-sensitive table.
Modified:
head/sys/sparc64/include/vmparam.h
Modified: head/sys/sparc64/in
Author: kevlo
Date: Fri Sep 7 08:58:30 2012
New Revision: 240191
URL: http://svn.freebsd.org/changeset/base/240191
Log:
Fully initialize the stack-allocated "struct sockaddr_in sa" structure.
Modified:
head/contrib/bsnmp/snmpd/trap.c
Modified: head/contrib/bsnmp/snmpd/trap.c
===
Author: kevlo
Date: Fri Sep 7 09:00:25 2012
New Revision: 240192
URL: http://svn.freebsd.org/changeset/base/240192
Log:
Use "e.g.", not "i.e.", to introduce an example.
Obtained from:NetBSD
Modified:
head/bin/cat/cat.1
Modified: head/bin/cat/cat.1
==
Author: bz
Date: Fri Sep 7 09:22:11 2012
New Revision: 240193
URL: http://svn.freebsd.org/changeset/base/240193
Log:
MFC r238877-238878:
Fix a comment that we do not have an SA yet but need to acquire one.
For consistency put the IPsec comment iside the #fidef section.
MFC r238934
Author: bz
Date: Fri Sep 7 09:45:08 2012
New Revision: 240194
URL: http://svn.freebsd.org/changeset/base/240194
Log:
MFC r238935,238960:
Properly apply #ifdef INET and leave a comment that we are (will) apply
delayed IPv6 checksum processing in ip6_output.c when doing IPsec.
I
Author: kib
Date: Fri Sep 7 10:11:28 2012
New Revision: 240195
URL: http://svn.freebsd.org/changeset/base/240195
Log:
MFC r239039:
The header uma_int.h is internal uma header, unused by this source
file. Do not include it needlessly.
Modified:
stable/9/sys/fs/nfs/nfs_commonport.c
Direct
Author: rmacklem
Date: Fri Sep 7 13:17:18 2012
New Revision: 240197
URL: http://svn.freebsd.org/changeset/base/240197
Log:
MFC: r237200
Move the nfsrpc_close() call in ncl_reclaim() for the NFSv4 client
to below the vnode_destroy_vobject() call, since that is where
writes are flushed.
Mo
Author: tuexen
Date: Fri Sep 7 13:36:42 2012
New Revision: 240198
URL: http://svn.freebsd.org/changeset/base/240198
Log:
Don't include a structure containing a flexible array in another
structure.
MFC after:10 days
Modified:
head/sys/netinet/sctp_header.h
head/sys/netinet/sctp_i
Author: mav
Date: Fri Sep 7 14:04:00 2012
New Revision: 240199
URL: http://svn.freebsd.org/changeset/base/240199
Log:
MFC r239907:
Add IDs for JMicron JMB360/JMB362 AHCI SATA controllers.
Modified:
stable/9/sys/dev/ahci/ahci.c
stable/9/sys/dev/ata/ata-pci.h
stable/9/sys/dev/ata/chipset
Author: mav
Date: Fri Sep 7 14:05:08 2012
New Revision: 240200
URL: http://svn.freebsd.org/changeset/base/240200
Log:
MFC r239907:
Add IDs for JMicron JMB360/JMB362 AHCI SATA controllers.
Modified:
stable/8/sys/dev/ahci/ahci.c
stable/8/sys/dev/ata/ata-pci.h
stable/8/sys/dev/ata/chipset
Author: mav
Date: Fri Sep 7 14:07:13 2012
New Revision: 240201
URL: http://svn.freebsd.org/changeset/base/240201
Log:
MFC r239908:
Add bunch of ATI HDMI HDA controller IDs.
Modified:
stable/9/sys/dev/sound/pci/hda/hdac.c
stable/9/sys/dev/sound/pci/hda/hdac.h
Directory Properties:
stabl
Author: mav
Date: Fri Sep 7 14:10:22 2012
New Revision: 240202
URL: http://svn.freebsd.org/changeset/base/240202
Log:
MFC r239908:
Add bunch of ATI HDMI HDA controller IDs.
Modified:
stable/8/sys/dev/sound/pci/hda/hdac.c
stable/8/sys/dev/sound/pci/hda/hdac.h
Directory Properties:
stabl
Author: fabient
Date: Fri Sep 7 14:45:59 2012
New Revision: 240203
URL: http://svn.freebsd.org/changeset/base/240203
Log:
Complete and merge the list between Sandy/Ivy bridge of events
that can run on specific PMC.
MFC after:1 month
Modified:
head/sys/dev/hwpmc/hwpmc_core.c
Modif
Author: jhb
Date: Fri Sep 7 15:10:46 2012
New Revision: 240204
URL: http://svn.freebsd.org/changeset/base/240204
Log:
A few whitespace and comment fixes.
Modified:
head/sys/kern/kern_exit.c
head/sys/kern/kern_thread.c
Modified: head/sys/kern/kern_exit.c
===
Author: zeising (ports committer)
Date: Fri Sep 7 16:59:30 2012
New Revision: 240205
URL: http://svn.freebsd.org/changeset/base/240205
Log:
Change the link pointing to more information about the Yarrow algorithm, the
current link points to a irrelevant catchall site.
PR: docs/1
Author: dim
Date: Fri Sep 7 17:51:12 2012
New Revision: 240206
URL: http://svn.freebsd.org/changeset/base/240206
Log:
MFC r239869:
Remove the argument-less .align directive in sys/i386/bios/smapi_bios.S.
Specifying no argument is undocumented in the gas manual, and clang's
integrated a
Author: dim
Date: Fri Sep 7 17:58:36 2012
New Revision: 240207
URL: http://svn.freebsd.org/changeset/base/240207
Log:
MFC r239959:
Work around several warnings from clang in the xfs filesystem, when
linking it statically into the kernel. With our gcc in base there are
no warning
Author: dim
Date: Fri Sep 7 18:03:29 2012
New Revision: 240208
URL: http://svn.freebsd.org/changeset/base/240208
Log:
MFC r239962:
Fix a twelve year old bug in readelf: when process_dynamic_segment()
encounters a DT_RUNPATH entry, the global dynamic_info[] array is
overrun, causing som
Author: dim
Date: Fri Sep 7 18:03:29 2012
New Revision: 240208
URL: http://svn.freebsd.org/changeset/base/240208
Log:
MFC r239962:
Fix a twelve year old bug in readelf: when process_dynamic_segment()
encounters a DT_RUNPATH entry, the global dynamic_info[] array is
overrun, causing som
Author: dim
Date: Fri Sep 7 18:03:29 2012
New Revision: 240208
URL: http://svn.freebsd.org/changeset/base/240208
Log:
MFC r239962:
Fix a twelve year old bug in readelf: when process_dynamic_segment()
encounters a DT_RUNPATH entry, the global dynamic_info[] array is
overrun, causing som
Author: jhb
Date: Fri Sep 7 18:41:19 2012
New Revision: 240209
URL: http://svn.freebsd.org/changeset/base/240209
Log:
Remove remaining 4.x compat shims. No resulting changes (verified by
md5).
Modified:
head/sys/dev/twe/twe.c
head/sys/dev/twe/twe_compat.h
head/sys/dev/twe/twe_freebsd.
Author: delphij
Date: Fri Sep 7 19:00:27 2012
New Revision: 240210
URL: http://svn.freebsd.org/changeset/base/240210
Log:
It seems that what the code really meant is that when a write is completed,
do a BUS_DMASYNC_POSTWRITE over the DMA map. The way it currently is would
only do POSTREAD
On Friday, September 07, 2012 2:41:19 pm John Baldwin wrote:
> Author: jhb
> Date: Fri Sep 7 18:41:19 2012
> New Revision: 240209
> URL: http://svn.freebsd.org/changeset/base/240209
>
> Log:
> Remove remaining 4.x compat shims. No resulting changes (verified by
> md5).
FYI, verifying by md5
Author: jhb
Date: Fri Sep 7 19:42:36 2012
New Revision: 240211
URL: http://svn.freebsd.org/changeset/base/240211
Log:
Use callout(9) instead of timeout(9) to manage timers.
Modified:
head/sys/dev/atkbdc/psm.c
Modified: head/sys/dev/atkbdc/psm.c
==
Author: rmacklem
Date: Fri Sep 7 20:57:36 2012
New Revision: 240213
URL: http://svn.freebsd.org/changeset/base/240213
Log:
MFC: r237244
Fix the NFSv4 client for the case where mmap'd files are
written, but not msync'd by a process. A VOP_PUTPAGES()
called when VOP_RECLAIM() happens will u
Author: glebius
Date: Fri Sep 7 21:06:54 2012
New Revision: 240214
URL: http://svn.freebsd.org/changeset/base/240214
Log:
Supply the pr_ctloutput method for local datagram sockets,
so that setsockopt() and getsockopt() work on them.
This makes 'tools/regression/sockets/unix_cmsg -t dgram
On 6 Sep 2012, at 11:10, Mikolaj Golub wrote:
> Author: trociny
> Date: Thu Sep 6 10:10:56 2012
> New Revision: 240161
> URL: http://svn.freebsd.org/changeset/base/240161
>
> Log:
> Direct commit to stable/8 to fix the mis-merge in r239983: in 8.x
> read-locking of the inpcbinfo is not used
Author: thomas
Date: Fri Sep 7 22:30:20 2012
New Revision: 240217
URL: http://svn.freebsd.org/changeset/base/240217
Log:
Merge rev. 239673 from head to stable/9:
(g_multipath_rotate): Fix algorithm so that it does rotate over all good
providers, not just the last two.
Modified:
stable/9/
Author: thomas
Date: Fri Sep 7 22:34:30 2012
New Revision: 240218
URL: http://svn.freebsd.org/changeset/base/240218
Log:
Merge rev. 239673 from head to stable/8:
(g_multipath_rotate): Fix algorithm so that it does rotate over all good
providers, not just the last two.
Modified:
stable/8/
Author: mjacob
Date: Fri Sep 7 22:45:31 2012
New Revision: 240219
URL: http://svn.freebsd.org/changeset/base/240219
Log:
Remove useless extra test.
Pointed out by: Sascha of DragonFly BSD
MFC after:2 weeks
Modified:
head/sys/dev/isp/isp_pci.c
Modified: head/sys/dev/isp/isp_
Hi Bruce!
Did not absorb all details of style(9) yet. But I'm working on that :)
On Wed, 5 Sep 2012 14:18:40 +1000 (EST)
Bruce Evans wrote:
> On Tue, 4 Sep 2012, Aleksandr Rybalko wrote:
>
> > Log:
> > Style fixes.
> >
> > Suggested by: mdf
> > Approved by: adrian (menthor)
>
> The
Author: adrian
Date: Sat Sep 8 01:14:13 2012
New Revision: 240223
URL: http://svn.freebsd.org/changeset/base/240223
Log:
Add a '-s ' option which will display live rate control
statistics.
Modified:
head/tools/tools/ath/athratestats/Makefile
head/tools/tools/ath/athratestats/main.c
Modi
Author: rpaulo
Date: Sat Sep 8 01:26:52 2012
New Revision: 240224
URL: http://svn.freebsd.org/changeset/base/240224
Log:
Add IRQ support to the resource list handling functions.
Modified:
head/sys/powerpc/wii/wii_bus.c
Modified: head/sys/powerpc/wii/wii_bus.c
===
Author: eadler
Date: Sat Sep 8 02:41:50 2012
New Revision: 240225
URL: http://svn.freebsd.org/changeset/base/240225
Log:
MFC r230454:
Use provided name when allocating ksid domain. It isn't really used on
FreeBSD,
but should fix a panic when pool is imported from another OS tha
Author: adrian
Date: Sat Sep 8 02:56:09 2012
New Revision: 240226
URL: http://svn.freebsd.org/changeset/base/240226
Log:
Correctly mask out the RTS/CTS flags when forming aggregates.
This had the side effect of clearing HAL_TXDESC_CLRDMASK for a bunch of
frames, meaning they'd end up bei
Author: eadler
Date: Sat Sep 8 03:10:56 2012
New Revision: 240227
URL: http://svn.freebsd.org/changeset/base/240227
Log:
MFC r238202:
Remove ancient vnconfig symlink
Approved by: cperciva (implicit)
Modified:
stable/7/sbin/mdconfig/Makefile
Directory Properties:
stable/7/sbin
Author: eadler
Date: Sat Sep 8 03:10:58 2012
New Revision: 240228
URL: http://svn.freebsd.org/changeset/base/240228
Log:
MFC r238202:
Remove ancient vnconfig symlink
Approved by: cperciva (implicit)
Modified:
stable/8/sbin/mdconfig/Makefile
Directory Properties:
stable/8/sbin
Author: eadler
Date: Sat Sep 8 03:11:02 2012
New Revision: 240229
URL: http://svn.freebsd.org/changeset/base/240229
Log:
MFC r238202:
Remove ancient vnconfig symlink
Approved by: cperciva (implicit)
Modified:
stable/9/sbin/mdconfig/Makefile
Directory Properties:
stable/9/sbin
Author: gjb (doc,ports committer)
Date: Sat Sep 8 04:35:54 2012
New Revision: 240230
URL: http://svn.freebsd.org/changeset/base/240230
Log:
MFC r240077:
- Fix 'distributeworld' target when WITHOUT_GAMES is set.
Modified:
stable/9/Makefile.inc1 (contents, props changed)
Modified: stabl
Author: gjb (doc,ports committer)
Date: Sat Sep 8 04:42:09 2012
New Revision: 240231
URL: http://svn.freebsd.org/changeset/base/240231
Log:
MFC r240153:
- Typo fix and minor word swap.
PR: 171356
Modified:
stable/9/cddl/contrib/opensolaris/cmd/zfs/zfs.8
Directory Properties
Author: gjb (doc,ports committer)
Date: Sat Sep 8 04:42:33 2012
New Revision: 240232
URL: http://svn.freebsd.org/changeset/base/240232
Log:
MFC r240153:
- Typo fix and minor word swap.
PR: 171356
Modified:
stable/8/cddl/contrib/opensolaris/cmd/zfs/zfs.8
Directory Properties
Author: glebius
Date: Sat Sep 8 06:41:54 2012
New Revision: 240233
URL: http://svn.freebsd.org/changeset/base/240233
Log:
Merge the projects/pf/head branch, that was worked on for last six months,
into head. The most significant achievements in the new code:
o Fine grained locking, thus
42 matches
Mail list logo