Author: gibbs
Date: Sat Jun 11 04:59:01 2011
New Revision: 222975
URL: http://svn.freebsd.org/changeset/base/222975
Log:
Monitor and emit events for XenStore changes to XenBus trees
of the devices we manage. These changes can be due to writes
we make ourselves or due to changes made by the
Author: np
Date: Sat Jun 11 04:55:15 2011
New Revision: 222974
URL: http://svn.freebsd.org/changeset/base/222974
Log:
Add "context" subcommand to fetch and display SGE context.
Modified:
head/tools/tools/cxgbetool/cxgbetool.c
Modified: head/tools/tools/cxgbetool/cxgbetool.c
=
Author: np
Date: Sat Jun 11 04:50:54 2011
New Revision: 222973
URL: http://svn.freebsd.org/changeset/base/222973
Log:
- driver ioctl to get SGE context for any given queue.
- sysctls to display the context id, cidx, and pidx of all kinds of queues.
MFC after:3 days
Modified:
head/s
Author: hrs
Date: Sat Jun 11 03:25:10 2011
New Revision: 222972
URL: http://svn.freebsd.org/changeset/base/222972
Log:
Support SIGHUP for reloading /etc/rtadvd.conf.
Modified:
head/usr.sbin/rtadvd/config.c
head/usr.sbin/rtadvd/config.h
head/usr.sbin/rtadvd/rtadvd.8
head/usr.sbin/rtadvd/
Author: marcel
Date: Sat Jun 11 02:22:11 2011
New Revision: 222971
URL: http://svn.freebsd.org/changeset/base/222971
Log:
Add the model number for the Montvale processor (marketed as Itanium 2 9100).
At this time we're missing just one: Tukwila (Itanium 2 9300).
Modified:
head/sys/ia64/ia64
Author: gjb (doc committer)
Date: Sat Jun 11 01:58:31 2011
New Revision: 222970
URL: http://svn.freebsd.org/changeset/base/222970
Log:
MFC 176470 [1]:
Document TCLASS in ip6(4).
PR: 120945
Original commit by: bms [1]
Modified:
stable/7/share/man/man4/ip6.4
Directory Pr
Author: gjb (doc committer)
Date: Sat Jun 11 01:44:49 2011
New Revision: 222969
URL: http://svn.freebsd.org/changeset/base/222969
Log:
MFC 181265 [1]:
Document EAGAIN in ERRORS according to kern_jail.c.
PR: 125253
Original commit by: trhodes [1]
Modified:
stable/7/lib/
Author: gjb (doc committer)
Date: Sat Jun 11 01:21:54 2011
New Revision: 222968
URL: http://svn.freebsd.org/changeset/base/222968
Log:
MFC 186440 [1]:
Add "crit" to the list of keywords.
PR: 126934
Original commit by: trhodes [1]
Modified:
stable/7/usr.sbin/syslogd/sys
Author: delphij
Date: Sat Jun 11 01:19:19 2011
New Revision: 222967
URL: http://svn.freebsd.org/changeset/base/222967
Log:
Add comments about the validation.
Modified:
head/sys/dev/atkbdc/atkbd.c
Modified: head/sys/dev/atkbdc/atkbd.c
==
Author: gjb (doc committer)
Date: Sat Jun 11 00:31:37 2011
New Revision: 222966
URL: http://svn.freebsd.org/changeset/base/222966
Log:
MFC 222758, 222759, 222770:
- Document that when running 'su -m -c ', is
run within a shell as .
- Bump date
- Attempt to clear up some confusion
Author: gjb (doc committer)
Date: Sat Jun 11 00:30:56 2011
New Revision: 222965
URL: http://svn.freebsd.org/changeset/base/222965
Log:
MFC 222758, 222759, 222770:
- Document that when running 'su -m -c ', is
run within a shell as .
- Bump date
- Attempt to clear up some confusion
Author: gjb (doc committer)
Date: Sat Jun 11 00:06:14 2011
New Revision: 222964
URL: http://svn.freebsd.org/changeset/base/222964
Log:
MFC 186489 [1]:
Document that kldunloadf can return EINVAL.
PR: 125639
Original commit by: trhodes [1]
Modified:
stable/7/lib/libc/sys
Author: gjb (doc committer)
Date: Fri Jun 10 23:52:53 2011
New Revision: 222963
URL: http://svn.freebsd.org/changeset/base/222963
Log:
MFC 191635 [1]:
- xref ndp(8)
PR: 134053
Original commit by: danger [1]
Modified:
stable/7/usr.sbin/arp/arp.8
Directory Properties:
Author: gjb (doc committer)
Date: Fri Jun 10 23:42:49 2011
New Revision: 222962
URL: http://svn.freebsd.org/changeset/base/222962
Log:
MFC 198714 [1]:
- The majors file was removed long ago, 0 should be used instead.
PR: 139230
Original commit by: brueffer
Modified:
st
Author: gjb (doc committer)
Date: Fri Jun 10 23:42:03 2011
New Revision: 222961
URL: http://svn.freebsd.org/changeset/base/222961
Log:
MFC 198714 [1]:
- The majors file was removed long ago, 0 should be used instead.
PR: 139230
Original commit by: brueffer
Modified:
st
On Fri, 10 Jun 2011, Jeff Roberson wrote:
Author: jeff
Date: Fri Jun 10 22:48:35 2011
New Revision: 222958
URL: http://svn.freebsd.org/changeset/base/222958
Log:
Implement fully asynchronous partial truncation with softupdates journaling
to resolve errors which can cause corruption on recover
Author: jeff
Date: Fri Jun 10 22:48:35 2011
New Revision: 222958
URL: http://svn.freebsd.org/changeset/base/222958
Log:
Implement fully asynchronous partial truncation with softupdates journaling
to resolve errors which can cause corruption on recovery with the old
synchronous mechanism.
Author: jilles
Date: Fri Jun 10 22:42:00 2011
New Revision: 222957
URL: http://svn.freebsd.org/changeset/base/222957
Log:
sh: Do parameter expansion on ENV before using it.
This is required by POSIX, and allows things like ENV=\$HOME/.shrc.
Note that tilde expansion is explicitly not p
Author: jeff
Date: Fri Jun 10 22:38:31 2011
New Revision: 222956
URL: http://svn.freebsd.org/changeset/base/222956
Log:
- Eliminate an incorrect include path from the mthca build.
Modified:
head/sys/conf/files
Modified: head/sys/conf/files
===
Author: jeff
Date: Fri Jun 10 22:19:44 2011
New Revision: 222955
URL: http://svn.freebsd.org/changeset/base/222955
Log:
- Add support for referencing quota structures without needing the inode
pointer for softupdates.
Submitted by: mckusick
Modified:
head/sys/ufs/ufs/quota.h
head
Author: jeff
Date: Fri Jun 10 22:18:25 2011
New Revision: 222954
URL: http://svn.freebsd.org/changeset/base/222954
Log:
- If the fsync in ufs_direnter fails SUJ can later panic because we have
partially added a name. Allow ufs_direnter() to continue in the
hopes that it is a transien
Author: jeff
Date: Fri Jun 10 22:15:36 2011
New Revision: 222953
URL: http://svn.freebsd.org/changeset/base/222953
Log:
- When printing bufs with show buf the lblkno is often more useful than
the blkno. Print them both.
Modified:
head/sys/kern/vfs_bio.c
Modified: head/sys/kern/vfs_bio
Author: gibbs
Date: Fri Jun 10 20:51:41 2011
New Revision: 222952
URL: http://svn.freebsd.org/changeset/base/222952
Log:
Include sys/xen in cscope tag file generation.
Modified:
head/sys/Makefile
Modified: head/sys/Makefile
Author: attilio
Date: Fri Jun 10 20:23:56 2011
New Revision: 222951
URL: http://svn.freebsd.org/changeset/base/222951
Log:
- Fix races on detach handling of AAC_IFFLAGS_* mask
- Fix races on setting AAC_AIFFLAGS_ALLOCFIBS
- Remove some unused AAC_IFFLAGS_* bits.
Please note that the kthr
Author: gibbs
Date: Fri Jun 10 20:10:30 2011
New Revision: 222950
URL: http://svn.freebsd.org/changeset/base/222950
Log:
Remove C constructs that are incompatible with C++ from various
OpenSolaris and ZFS header files. These changes are sufficient
to allow a C++ program to use the libzfs li
Author: jhb
Date: Fri Jun 10 19:16:50 2011
New Revision: 222949
URL: http://svn.freebsd.org/changeset/base/222949
Log:
MFC 222532:
- Document the -H option and 'H' key alongside other options and keys
rather than at the bottom of the manpage.
- Remove an obsolete comment about SWAIT bein
Author: jhb
Date: Fri Jun 10 19:16:26 2011
New Revision: 222948
URL: http://svn.freebsd.org/changeset/base/222948
Log:
MFC 222532:
- Document the -H option and 'H' key alongside other options and keys
rather than at the bottom of the manpage.
- Remove an obsolete comment about SWAIT bein
Author: jhb
Date: Fri Jun 10 19:13:22 2011
New Revision: 222947
URL: http://svn.freebsd.org/changeset/base/222947
Log:
MFC 221079:
Generate the network byte order version of the window size structure in a
temporary variable on the stack and then copy that into the output buffer
so that the
Author: jhb
Date: Fri Jun 10 19:12:00 2011
New Revision: 222946
URL: http://svn.freebsd.org/changeset/base/222946
Log:
MFC 222660:
- Rename the Cronyx Omega2-PCI entry to Exar XR17C158 since that is the
real owner of the device ID. Also rename the associated config
function while here
Author: jhb
Date: Fri Jun 10 19:08:17 2011
New Revision: 222945
URL: http://svn.freebsd.org/changeset/base/222945
Log:
MFC 222651:
Properly return an ENOBUFS error if a write to a tun(4) device fails
due to m_uiotombuf() failing.
While here, trim unneeded error handling related to tunin
Author: jhb
Date: Fri Jun 10 19:08:07 2011
New Revision: 222944
URL: http://svn.freebsd.org/changeset/base/222944
Log:
MFC 222651:
Properly return an ENOBUFS error if a write to a tun(4) device fails
due to m_uiotombuf() failing.
While here, trim unneeded error handling related to tunin
Author: jhb
Date: Fri Jun 10 19:03:32 2011
New Revision: 222943
URL: http://svn.freebsd.org/changeset/base/222943
Log:
MFC 54:
Fix an issue with critical sections and SMP rendezvous handlers.
Specifically, a critical_exit() call that drops the nesting level to zero
has a brief window w
Author: jhb
Date: Fri Jun 10 19:03:17 2011
New Revision: 222942
URL: http://svn.freebsd.org/changeset/base/222942
Log:
MFC 54:
Fix an issue with critical sections and SMP rendezvous handlers.
Specifically, a critical_exit() call that drops the nesting level to zero
has a brief window w
Author: jhb
Date: Fri Jun 10 18:58:48 2011
New Revision: 222941
URL: http://svn.freebsd.org/changeset/base/222941
Log:
MFC 52:
Simplify a stale assertion. We have not called mi_switch() from a nested
critical section during a preemption for several years.
Modified:
stable/7/sys/kern/
Author: jhb
Date: Fri Jun 10 18:58:32 2011
New Revision: 222940
URL: http://svn.freebsd.org/changeset/base/222940
Log:
MFC 52:
Simplify a stale assertion. We have not called mi_switch() from a nested
critical section during a preemption for several years.
Modified:
stable/8/sys/kern/
Author: jhb
Date: Fri Jun 10 18:56:12 2011
New Revision: 222939
URL: http://svn.freebsd.org/changeset/base/222939
Log:
MFC 222032:
Fix a race in the SMP rendezvous code. Specifically, the write by the
last CPU to to finish the rendezvous action may become visible to
different CPUs at diff
Author: jhb
Date: Fri Jun 10 18:55:58 2011
New Revision: 222938
URL: http://svn.freebsd.org/changeset/base/222938
Log:
MFC 222032:
Fix a race in the SMP rendezvous code. Specifically, the write by the
last CPU to to finish the rendezvous action may become visible to
different CPUs at diff
Author: jhb
Date: Fri Jun 10 18:51:22 2011
New Revision: 222936
URL: http://svn.freebsd.org/changeset/base/222936
Log:
MFC 220794:
When checking to see if a window update should be sent to the remote peer,
don't force a window update if the window would not actually grow due to
window scal
Author: jhb
Date: Fri Jun 10 18:51:33 2011
New Revision: 222937
URL: http://svn.freebsd.org/changeset/base/222937
Log:
MFC 220794:
When checking to see if a window update should be sent to the remote peer,
don't force a window update if the window would not actually grow due to
window scal
Author: jhb
Date: Fri Jun 10 18:47:10 2011
New Revision: 222935
URL: http://svn.freebsd.org/changeset/base/222935
Log:
MFC 221209:
TCP reuses t_rxtshift to determine the backoff timer used for both the
persist state and the retransmit timer. However, the code that implements
"bad retransm
Author: jhb
Date: Fri Jun 10 18:46:40 2011
New Revision: 222934
URL: http://svn.freebsd.org/changeset/base/222934
Log:
MFC 221209:
TCP reuses t_rxtshift to determine the backoff timer used for both the
persist state and the retransmit timer. However, the code that implements
"bad retransm
Author: bschmidt
Date: Fri Jun 10 17:06:25 2011
New Revision: 222933
URL: http://svn.freebsd.org/changeset/base/222933
Log:
Make sure to drop the IEEE80211_RATE_BASIC flag even for MCS rates.
Reported by: Maciej Milewski
Tested by:Maciej Milewski
Modified:
head/sys/dev/iwn/if_iw
On Thu, 09 Jun 2011 11:31:31 -0700 Maxim Sobolev wrote:
MS> On 6/9/2011 6:10 AM, Mikolaj Golub wrote:
>> >>> Hmm, not sure what exactly is wrong? Sender does 3 writes to the TCP
>> >>> socket - 32k, 32k and 1071 bytes, while receiver does one
>> >>> recv(MSG_WAITALL) with the size of
Author: jilles
Date: Fri Jun 10 13:47:11 2011
New Revision: 222932
URL: http://svn.freebsd.org/changeset/base/222932
Log:
skel/.shrc: Improve commented CDPATH example for POSIX requirements.
POSIX says an empty entry in CDPATH shall not result in the new directory
being printed, while any
Author: rmacklem
Date: Fri Jun 10 13:28:14 2011
New Revision: 222931
URL: http://svn.freebsd.org/changeset/base/222931
Log:
MFC: r222389
Fix the new NFS client so that it handles NFSv4 state
correctly during a forced dismount. This required that
the exclusive and shared (refcnt) sleep lock
Author: jhb
Date: Fri Jun 10 13:24:56 2011
New Revision: 222930
URL: http://svn.freebsd.org/changeset/base/222930
Log:
Fix some off-by-one errors with the ending address of candidate regions
when attempting to grow a window.
Modified:
head/sys/dev/pci/pci_pci.c
Modified: head/sys/dev/pci/p
Author: jhb
Date: Fri Jun 10 12:30:16 2011
New Revision: 222929
URL: http://svn.freebsd.org/changeset/base/222929
Log:
Implement BUS_ADJUST_RESOURCE() for the x86 drivers that sit between the
Host-PCI bridge drivers and nexus.
Modified:
head/sys/amd64/amd64/legacy.c
head/sys/dev/acpica/ac
Author: mav
Date: Fri Jun 10 10:43:49 2011
New Revision: 222928
URL: http://svn.freebsd.org/changeset/base/222928
Log:
MFC r208582 (by mjacob):
Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning a
whole bus (XPT_SCAN_BUS) and a single lun on that bus (XPT_SCAN_LUN).
Author: mav
Date: Fri Jun 10 10:13:40 2011
New Revision: 222927
URL: http://svn.freebsd.org/changeset/base/222927
Log:
MFC r222520:
Add quirks to hint 4K physical sector (Advanced Format) for ATA disks not
reporting it properly (none? of known disks now).
Hitachi and WDC AF disks seem c
Author: mav
Date: Fri Jun 10 10:09:48 2011
New Revision: 222926
URL: http://svn.freebsd.org/changeset/base/222926
Log:
MFC r220778, r220785:
Remove some unused variables.
Found with: Clang Static Analyzer
Modified:
stable/8/sys/cam/ata/ata_da.c
stable/8/sys/cam/ata/ata_pmp.c
st
Author: mav
Date: Fri Jun 10 09:58:48 2011
New Revision: 222925
URL: http://svn.freebsd.org/changeset/base/222925
Log:
MFC r220690 (by jh):
Move a comment to the right place. The rearrange done in r208928 left
the comment to a wrong place.
Modified:
stable/8/sys/cam/scsi/scsi_da.c
Directo
Author: mav
Date: Fri Jun 10 09:57:48 2011
New Revision: 222924
URL: http://svn.freebsd.org/changeset/base/222924
Log:
MFC r220686 (by jh):
Move TUNABLE_INT_FETCH() out of the SIM lock to avoid sleeping while
holding the lock. The fix is analogous to r220618 for ada(4).
Modified:
stable/8
Author: mav
Date: Fri Jun 10 09:54:48 2011
New Revision: 222923
URL: http://svn.freebsd.org/changeset/base/222923
Log:
MFC r220644:
Make CAM report devices with ATA/SATA transport to devstat(9) as IDE.
Modified:
stable/8/sys/cam/ata/ata_da.c
stable/8/sys/cam/cam_ccb.h
stable/8/sys/cam/s
Author: mav
Date: Fri Jun 10 09:51:15 2011
New Revision: 222922
URL: http://svn.freebsd.org/changeset/base/222922
Log:
MFC r206112, r208928 (by mjacob):
Rearrange how things are done to avoid dereferencing stale pointers in
the case of immediate unconfigure after configure. Hold the periph a
Author: mav
Date: Fri Jun 10 09:18:43 2011
New Revision: 222921
URL: http://svn.freebsd.org/changeset/base/222921
Log:
MFC r222652:
Update disk's stripesize and stripeoffset parameters on provider open.
They are media-dependent and may change in run-time, same as sectorsize
and/or mediasiz
Author: mav
Date: Fri Jun 10 09:12:09 2011
New Revision: 222920
URL: http://svn.freebsd.org/changeset/base/222920
Log:
MFC r221101:
Implement relaxed comparision for hardcoded provider names to make it
ignore adX/adaY difference in both directions to simplify migration to
the CAM-based ATA
Author: mav
Date: Fri Jun 10 08:59:30 2011
New Revision: 222919
URL: http://svn.freebsd.org/changeset/base/222919
Log:
MFC r222306:
Add Marvell 88SE9172 chip PCI ID.
Modified:
stable/8/sys/dev/ahci/ahci.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/x
Author: mav
Date: Fri Jun 10 08:58:13 2011
New Revision: 222918
URL: http://svn.freebsd.org/changeset/base/222918
Log:
MFC r222304:
Marvell 88SE91xx controllers are known to report soft-reset completion
without waiting for device readiness (or at least not updating FIS receive
area in time
Author: mav
Date: Fri Jun 10 08:54:52 2011
New Revision: 222917
URL: http://svn.freebsd.org/changeset/base/222917
Log:
MFC r85:
According to SATA specification, when Serial ATA Enclosure Management Bridge
(SEMB) is unable to communicate to Storage Enclosure Processor (SEP), in
response
Author: mav
Date: Fri Jun 10 08:49:38 2011
New Revision: 222916
URL: http://svn.freebsd.org/changeset/base/222916
Log:
MFC rr222039:
Add support for "LED" enclosure management messages, defined by the AHCI.
When supported by hardware, this allows to control per-port activity, locate
and
Author: mav
Date: Fri Jun 10 08:32:33 2011
New Revision: 222915
URL: http://svn.freebsd.org/changeset/base/222915
Log:
MFC r220929:
According to ATA specifications, when ATAPI master is the only device, it
should respond with all zeroes to any access to slave registers. Test with
PATA devi
Author: netchild
Date: Fri Jun 10 07:54:38 2011
New Revision: 222914
URL: http://svn.freebsd.org/changeset/base/222914
Log:
MFC r221423, r221424, r221426, r221428, r221434:
This is v4l2 support for the linuxulator. This allows to access FreeBSD
native devices which support the v4l2 AP
On Fri, 10 Jun 2011, Craig Rodrigues wrote:
Log:
Obtain bswap64() function implementation from
version 1.3 of src/common/lib/libc/gen/bswap64.c in NetBSD.
Obtained from: NetBSD
Why not use the better (actually, differently bad, but in the correct
place to fix) implementation already in Fre
63 matches
Mail list logo