Author: kientzle
Date: Sun Apr 11 01:36:10 2010
New Revision: 206466
URL: http://svn.freebsd.org/changeset/base/206466
Log:
Fix -X.
Modified:
head/usr.bin/tar/matching.c
Modified: head/usr.bin/tar/matching.c
==
--- h
Author: kientzle
Date: Sun Apr 11 01:32:30 2010
New Revision: 206465
URL: http://svn.freebsd.org/changeset/base/206465
Log:
Consistently specify O_BINARY when opening files.
Modified:
head/usr.bin/tar/write.c
Modified: head/usr.bin/tar/write.c
Author: kientzle
Date: Sun Apr 11 01:31:50 2010
New Revision: 206464
URL: http://svn.freebsd.org/changeset/base/206464
Log:
Remove an unnecessary include and conditionalize some code.
Modified:
head/usr.bin/tar/bsdtar.c
head/usr.bin/tar/bsdtar_platform.h
Modified: head/usr.bin/tar/bsdtar.c
Author: kientzle
Date: Sun Apr 11 01:30:15 2010
New Revision: 206463
URL: http://svn.freebsd.org/changeset/base/206463
Log:
Correct the markup for the -s option,
document the iso9660:rockridge and mtree:indent options
Modified:
head/usr.bin/tar/bsdtar.1
Modified: head/usr.bin/tar/bsdtar.1
Author: alc
Date: Sat Apr 10 22:24:03 2010
New Revision: 206462
URL: http://svn.freebsd.org/changeset/base/206462
Log:
MFC r204907, r204913, r205402, r205573, r205778
Implement AMD's recommended workaround for Erratum 383 on Family 10h
processors.
Enable machine check exceptions b
Author: bz
Date: Sat Apr 10 22:11:01 2010
New Revision: 206461
URL: http://svn.freebsd.org/changeset/base/206461
Log:
Try to help with a virtualized dummynet after r206428.
This adds the explicit include (so far probably included through one of the
few "hidden" includes in other header fi
On Apr 10, 2010, at 2:05 PM, Bruce M Simpson wrote:
>
> Log:
> Fix a few issues related to the legacy 4.4 BSD multicast APIs.
>
> IPv4 addresses can and do change during normal operation. Testing by
> pfSense developers exposed an issue where OpenOSPFD was using the IPv4
> address to leave t
Author: jfv
Date: Sat Apr 10 19:25:55 2010
New Revision: 206460
URL: http://svn.freebsd.org/changeset/base/206460
Log:
The lock move in rxeof necessitated a couple
more places to do the locking, fixes a panic.
Modified:
head/sys/dev/e1000/if_em.c
Modified: head/sys/dev/e1000/if_em.c
==
Author: kib
Date: Sat Apr 10 18:38:11 2010
New Revision: 206459
URL: http://svn.freebsd.org/changeset/base/206459
Log:
Handle a case when non-canonical address is loaded into the fsbase or
gsbase MSR.
MFC after:3 days
Modified:
head/sys/amd64/amd64/exception.S
head/sys/amd64/amd6
On Fri, 9 Apr 2010, Jack F Vogel wrote:
Author: jfv
Date: Fri Apr 9 18:42:15 2010
New Revision: 206429
URL: http://svn.freebsd.org/changeset/base/206429
Log:
Incorporate suggested improvements from yongari.
Also, from feedback, make the multiqueue code an
option (EM_MULTIQUEUE) that is off
Author: jh
Date: Sat Apr 10 14:28:58 2010
New Revision: 206458
URL: http://svn.freebsd.org/changeset/base/206458
Log:
MFC r205385:
Escape characters unsafe for XML output in GEOM class, instance and
provider names.
- Characters in range 0x01-0x1f except '\t', '\n', and '\r' are repla
Author: bschmidt
Date: Sat Apr 10 13:54:00 2010
New Revision: 206457
URL: http://svn.freebsd.org/changeset/base/206457
Log:
Add WPA-None support:
* WPA-None requires ap_scan=2:
The major difference between ap_scan=1 (default) and 2 is, that no
IEEE80211_IOC_SCAN* ioctls/functions are c
Author: rpaulo
Date: Sat Apr 10 12:47:06 2010
New Revision: 206456
URL: http://svn.freebsd.org/changeset/base/206456
Log:
Honor the CE bit even when the CWR bit is set.
PR: 145600
Submitted by: Richard Scheffenegger
MFC after:1 week
Modified:
head/sys/netinet/tcp_input
Author: bms
Date: Sat Apr 10 12:29:09 2010
New Revision: 206455
URL: http://svn.freebsd.org/changeset/base/206455
Log:
Add a comment to MAINTAINERS indicating that sbin/routed is in fact
vendor branch code from before contrib existed in FreeBSD's history.
Changes should be run by Vernon S
Author: bms
Date: Sat Apr 10 12:24:21 2010
New Revision: 206454
URL: http://svn.freebsd.org/changeset/base/206454
Log:
When embedding the scope ID in MLDv1 output, check if the scope of the address
being embedded is in fact link-local, before attempting to embed it.
Note that this operati
Author: marius
Date: Sat Apr 10 12:10:11 2010
New Revision: 206453
URL: http://svn.freebsd.org/changeset/base/206453
Log:
Add missing copyright shebang.
Modified:
head/sys/sparc64/pci/sbbc.c
Modified: head/sys/sparc64/pci/sbbc.c
===
Author: bms
Date: Sat Apr 10 12:05:31 2010
New Revision: 206452
URL: http://svn.freebsd.org/changeset/base/206452
Log:
Fix a few issues related to the legacy 4.4 BSD multicast APIs.
IPv4 addresses can and do change during normal operation. Testing by
pfSense developers exposed an issue wh
Author: marius
Date: Sat Apr 10 11:52:12 2010
New Revision: 206451
URL: http://svn.freebsd.org/changeset/base/206451
Log:
Add sbbc(4), a driver for the BootBus controller found in Serengeti and
StarCat systems which provides time-of-day services for both as well as
console service for Sereng
Author: marius
Date: Sat Apr 10 11:13:51 2010
New Revision: 206450
URL: http://svn.freebsd.org/changeset/base/206450
Log:
Correct the DCR_IPE macro to refer to the right bit. Also improve the
associated comment as besides US-IV+ these bits are only available with
US-III++, i.e. the 1.2GHz ve
Author: marius
Date: Sat Apr 10 10:56:59 2010
New Revision: 206449
URL: http://svn.freebsd.org/changeset/base/206449
Log:
Unlike the sun4v variant, the sun4u version of SUNW,set-trap-table
actually only takes one argument.
Modified:
head/sys/sparc64/sparc64/trap.c
Modified: head/sys/sparc6
Author: marius
Date: Sat Apr 10 10:44:41 2010
New Revision: 206448
URL: http://svn.freebsd.org/changeset/base/206448
Log:
Do as the comment suggests and determine the bus space based on the last
bus we actually mapped at rather than always based on the last bus we
encountered while moving up
Author: jfv
Date: Sat Apr 10 07:26:51 2010
New Revision: 206447
URL: http://svn.freebsd.org/changeset/base/206447
Log:
Correct broken build.
Modified:
head/sys/dev/e1000/if_em.c
Modified: head/sys/dev/e1000/if_em.c
=
Author: bschmidt
Date: Sat Apr 10 07:00:26 2010
New Revision: 206445
URL: http://svn.freebsd.org/changeset/base/206445
Log:
iwn4965_set_txpower() uses maxpwr from EEPROM to calculate the power to
set, it make sense to actually initialize that array. This fixes some
issues with 4965 adapters
23 matches
Mail list logo