On Aug 14, 2010, at 11:40 AM, Warner Losh wrote:
> Author: imp
> Date: Sat Aug 14 18:40:05 2010
> New Revision: 211310
> URL: http://svn.freebsd.org/changeset/base/211310
>
> Log:
> Map COMPAT_IA32 to COMPAT_FREEBSD32
>
> Added:
> stable/8/sys/conf/options-compat (contents, props changed)
>
Author: imp
Date: Sun Aug 15 08:32:09 2010
New Revision: 211323
URL: http://svn.freebsd.org/changeset/base/211323
Log:
Need to add COMPAT_IA32 to options.i386 too
Modified:
stable/8/sys/conf/options.i386
Modified: stable/8/sys/conf/options.i386
===
Author: imp
Date: Sun Aug 15 08:38:48 2010
New Revision: 211324
URL: http://svn.freebsd.org/changeset/base/211324
Log:
Add lame COMPAT_IA32 lines to all the options.* files until I fix config.
Modified:
stable/8/sys/conf/options.arm
stable/8/sys/conf/options.mips
stable/8/sys/conf/options
In message: <1b6f3618-9eef-4c94-b198-8e0900ac5...@kientzle.com>
Tim Kientzle writes:
: On Aug 14, 2010, at 11:40 AM, Warner Losh wrote:
:
: > Author: imp
: > Date: Sat Aug 14 18:40:05 2010
: > New Revision: 211310
: > URL: http://svn.freebsd.org/changeset/base/211310
: >
: > Log:
: >
Author: imp
Date: Sun Aug 15 08:44:32 2010
New Revision: 211325
URL: http://svn.freebsd.org/changeset/base/211325
Log:
Turns out that it is a bad idea to have a missing compat option be a
fatal condition. While it works out really well for diagnosing the
case where you want it, but don't ha
Author: imp
Date: Sun Aug 15 08:49:07 2010
New Revision: 211326
URL: http://svn.freebsd.org/changeset/base/211326
Log:
Given the lag between introducing the options-compat and fixing the
bug in the config file was long, and merged to stable, we have to bump
the version here so that stable/8
In message: <1b6f3618-9eef-4c94-b198-8e0900ac5...@kientzle.com>
Tim Kientzle writes:
: On Aug 14, 2010, at 11:40 AM, Warner Losh wrote:
:
: > Author: imp
: > Date: Sat Aug 14 18:40:05 2010
: > New Revision: 211310
: > URL: http://svn.freebsd.org/changeset/base/211310
: >
: > Log:
: >
Author: andre
Date: Sun Aug 15 09:30:13 2010
New Revision: 211327
URL: http://svn.freebsd.org/changeset/base/211327
Log:
Add more logging points for failures in syncache_socket() to
report when a new socket couldn't be created because one of
in_pcbinshash(), in6_pcbconnect() or in_pcbconnect
On Sun, 15 Aug 2010, Andre Oppermann wrote:
Author: andre
Date: Sun Aug 15 09:30:13 2010
New Revision: 211327
URL: http://svn.freebsd.org/changeset/base/211327
Log:
Add more logging points for failures in syncache_socket() to
report when a new socket couldn't be created because one of
in_pcb
Author: adrian
Date: Sun Aug 15 11:32:05 2010
New Revision: 211328
URL: http://svn.freebsd.org/changeset/base/211328
Log:
The comment is misleading - that register setting seems to kick off the
initial chip NF cal.
Modified:
head/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
Modified: head/sys/d
Author: adrian
Date: Sun Aug 15 11:40:53 2010
New Revision: 211330
URL: http://svn.freebsd.org/changeset/base/211330
Log:
Fix indenting/whitespace issues introduced by me.
Modified:
head/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
==
Author: andre
Date: Sun Aug 15 13:07:08 2010
New Revision: 211332
URL: http://svn.freebsd.org/changeset/base/211332
Log:
Initializing the new error variable to zero in syncache_socket()
is not necessary.
Noticed by: bz
Modified:
head/sys/netinet/tcp_syncache.c
Modified: head/sys/net
Author: andre
Date: Sun Aug 15 13:25:18 2010
New Revision: 211333
URL: http://svn.freebsd.org/changeset/base/211333
Log:
Fix the interaction between 'ICMP fragmentation needed' MTU updates,
path MTU discovery and the tcp_minmss limiter for very small MTU's.
When the MTU suggested by the g
On 15.08.2010 11:41, Bjoern A. Zeeb wrote:
On Sun, 15 Aug 2010, Andre Oppermann wrote:
Author: andre
Date: Sun Aug 15 09:30:13 2010
New Revision: 211327
URL: http://svn.freebsd.org/changeset/base/211327
Log:
Add more logging points for failures in syncache_socket() to
report when a new socket
Author: kib
Date: Sun Aug 15 14:38:01 2010
New Revision: 211335
URL: http://svn.freebsd.org/changeset/base/211335
Log:
Add convenience defines for hidden and default/exported attributes.
MFC after:2 weeks
Modified:
head/sys/sys/cdefs.h
Modified: head/sys/sys/cdefs.h
Author: pjd
Date: Sun Aug 15 14:44:48 2010
New Revision: 211336
URL: http://svn.freebsd.org/changeset/base/211336
Log:
More tests (especially for lchmod(2)), less code duplication.
Modified:
head/tools/regression/fstest/tests/chmod/00.t
head/tools/regression/fstest/tests/chmod/04.t
head/t
m...@freebsd.org writes:
> I think it's possible for the number to overflow but also not shrink.
> e.g. 0x12345678T.
Ah, you're right, I didn't think of that. Thanks.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-all@freebsd.org mailing list
ht
Author: des
Date: Sun Aug 15 14:50:03 2010
New Revision: 211337
URL: http://svn.freebsd.org/changeset/base/211337
Log:
Fix the overflow test. It is possible for the result of an
overflowing shift to be larger than the original value, e.g.
(uint64_t)1 << 53 = 0x20
Author: des
Date: Sun Aug 15 14:55:32 2010
New Revision: 211338
URL: http://svn.freebsd.org/changeset/base/211338
Log:
no-op commit to note that the example given in the previous commit is
a very bad one, since the shift does not actually overflow. This is
a better example (assuming uint64_
Author: kib
Date: Sun Aug 15 15:33:01 2010
New Revision: 211339
URL: http://svn.freebsd.org/changeset/base/211339
Log:
Add missed dependency.
Submitted by: gcooper
MFC after:1 week
Modified:
head/sys/modules/sem/Makefile
Modified: head/sys/modules/sem/Makefile
On Sun, 15 Aug 2010, Dag-Erling Smorgrav wrote:
Log:
no-op commit to note that the example given in the previous commit is
a very bad one, since the shift does not actually overflow.
Indeed. You barely escaped more mail about it :-).
This is
a better example (assuming uint64_t = unsigned
Author: ume
Date: Sun Aug 15 16:28:08 2010
New Revision: 211340
URL: http://svn.freebsd.org/changeset/base/211340
Log:
Correct the return code from _dns_gethostby*() to correspond
with h_errno.
Obtained from:NetBSD
MFC after:2 weeks
Modified:
head/lib/libc/net/gethostbydn
Author: jilles
Date: Sun Aug 15 17:14:05 2010
New Revision: 211341
URL: http://svn.freebsd.org/changeset/base/211341
Log:
sh: Test that all bytes from 1 to 127 can be used in IFS.
This also passes on stable/8.
Added:
head/tools/regression/bin/sh/expansion/ifs2.0 (contents, props change
Author: jh
Date: Sun Aug 15 17:49:41 2010
New Revision: 211342
URL: http://svn.freebsd.org/changeset/base/211342
Log:
- Check that strtoul(3) succeeds to convert the entire string in a few
places.
- In getasciilabel(), set the disk type only when a valid type is given.
PR: b
Author: des
Date: Sun Aug 15 18:32:06 2010
New Revision: 211343
URL: http://svn.freebsd.org/changeset/base/211343
Log:
Further simplify the code, and update the manpage.
Submitted by: Christoph Mallon
Modified:
head/lib/libutil/expand_number.3
head/lib/libutil/expand_number.c
Modifie
Author: imp
Date: Sun Aug 15 19:07:44 2010
New Revision: 211344
URL: http://svn.freebsd.org/changeset/base/211344
Log:
Nothing uses TARGET_EMULATOR, so gc it.
Modified:
head/sys/conf/options.mips
Modified: head/sys/conf/options.mips
===
On Sat, 14 Aug 2010 14:34:36 + (UTC)
Dag-Erling Smorgrav wrote:
> Author: des
> Date: Sat Aug 14 14:34:36 2010
> New Revision: 211304
> URL: http://svn.freebsd.org/changeset/base/211304
>
> Log:
> Simplify expand_number() by combining the (unrolled) loop with the
> switch. Since expand_
Author: np
Date: Sun Aug 15 20:34:51 2010
New Revision: 211345
URL: http://svn.freebsd.org/changeset/base/211345
Log:
wakeup is required if the adapter lock is released anywhere during
init and not just for the may_sleep case.
Pointed out by: Isilon
MFC after:3 days
Modified:
Author: np
Date: Sun Aug 15 20:45:16 2010
New Revision: 211346
URL: http://svn.freebsd.org/changeset/base/211346
Log:
Always reset the XGMAC's XAUI PCS on a link up.
MFC after:3 days
Modified:
head/sys/dev/cxgb/common/cxgb_common.h
head/sys/dev/cxgb/common/cxgb_t3_hw.c
head/sys/d
Author: np
Date: Sun Aug 15 20:52:15 2010
New Revision: 211347
URL: http://svn.freebsd.org/changeset/base/211347
Log:
Fix tx pause quanta and timer calculations.
MFC after:3 days
Modified:
head/sys/dev/cxgb/common/cxgb_xgmac.c
Modified: head/sys/dev/cxgb/common/cxgb_xgmac.c
Author: brueffer
Date: Sun Aug 15 20:56:13 2010
New Revision: 211348
URL: http://svn.freebsd.org/changeset/base/211348
Log:
Use our standard section 4 SYNOPSIS. While here, fixed markup whitespace
and adapted an Xref.
Modified:
head/share/man/man4/tpm.4
Modified: head/share/man/man4/tpm.4
Author: jilles
Date: Sun Aug 15 21:06:53 2010
New Revision: 211349
URL: http://svn.freebsd.org/changeset/base/211349
Log:
sh: Fix break/continue/return sometimes not skipping the rest of dot script.
In our implementation and most others, a break or continue in a dot script
can break or co
Author: pjd
Date: Sun Aug 15 21:19:42 2010
New Revision: 211350
URL: http://svn.freebsd.org/changeset/base/211350
Log:
More tests.
Modified:
head/tools/regression/fstest/tests/chown/00.t
Modified: head/tools/regression/fstest/tests/chown/00.t
=
Author: pjd
Date: Sun Aug 15 21:20:40 2010
New Revision: 211351
URL: http://svn.freebsd.org/changeset/base/211351
Log:
Update copyright years.
Modified:
head/tools/regression/fstest/LICENSE
head/tools/regression/fstest/fstest.c
Modified: head/tools/regression/fstest/LICENSE
===
Author: pjd
Date: Sun Aug 15 21:24:17 2010
New Revision: 211352
URL: http://svn.freebsd.org/changeset/base/211352
Log:
Give fstest a more unique name: pjdfstest.
It is released from time to time and used outside FreeBSD, so it is good to
have a name one can google.
Added:
head/tools/regre
==
--- head/ObsoleteFiles.inc Sun Aug 15 21:24:17 2010(r211352)
+++ head/ObsoleteFiles.inc Sun Aug 15 21:25:52 2010(r211353)
@@ -14,6 +14,8 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
+# 20100815: retired last traces of chooseproc(9
Author: pjd
Date: Sun Aug 15 21:29:03 2010
New Revision: 211354
URL: http://svn.freebsd.org/changeset/base/211354
Log:
Finish renaming fstest to pjdfstest.
Added:
head/tools/regression/pjdfstest/pjdfstest.c
- copied, changed from r211352, head/tools/regression/pjdfstest/fstest.c
Deleted:
Author: brueffer
Date: Sun Aug 15 21:34:50 2010
New Revision: 211355
URL: http://svn.freebsd.org/changeset/base/211355
Log:
Fixed a typo and added a comma.
PR: 148681
Submitted by: Glen Barber
MFC after:1 week
Modified:
head/share/man/man4/ng_atm.4
Modified: head/shar
Author: brueffer
Date: Sun Aug 15 21:37:30 2010
New Revision: 211356
URL: http://svn.freebsd.org/changeset/base/211356
Log:
Fixed a typo.
PR: 148701
Submitted by: Glen Barber
MFC after:1 week
Modified:
head/share/man/man9/crypto.9
Modified: head/share/man/man9/crypto.
Author: yongari
Date: Sun Aug 15 21:43:51 2010
New Revision: 211357
URL: http://svn.freebsd.org/changeset/base/211357
Log:
MFC r211089:
It seems some old Sundace(now IC Plus Corp.) controllers do not
like memory mapped register access. Typical problem from the issue
was MII access re
Author: yongari
Date: Sun Aug 15 21:46:23 2010
New Revision: 211358
URL: http://svn.freebsd.org/changeset/base/211358
Log:
MFC r211089:
It seems some old Sundace(now IC Plus Corp.) controllers do not
like memory mapped register access. Typical problem from the issue
was MII access re
Author: yongari
Date: Sun Aug 15 21:51:10 2010
New Revision: 211359
URL: http://svn.freebsd.org/changeset/base/211359
Log:
MFC r209865:
Some revision of Yukon controller generates corrupted frame when TX
checksum offloading is enabled. The frame has a valid checksum
value so payload
Author: yongari
Date: Sun Aug 15 21:53:07 2010
New Revision: 211360
URL: http://svn.freebsd.org/changeset/base/211360
Log:
MFC r209865:
Some revision of Yukon controller generates corrupted frame when TX
checksum offloading is enabled. The frame has a valid checksum
value so payload
Author: yongari
Date: Sun Aug 15 21:56:45 2010
New Revision: 211361
URL: http://svn.freebsd.org/changeset/base/211361
Log:
MFC r209818:
Remove enabling RX checksum offloading in RX filter setup. RX
checksum is enabled in sge_init_locked().
While I'm here do not set RX checksum bits i
Author: yongari
Date: Sun Aug 15 21:58:05 2010
New Revision: 211362
URL: http://svn.freebsd.org/changeset/base/211362
Log:
MFC r209818:
Remove enabling RX checksum offloading in RX filter setup. RX
checksum is enabled in sge_init_locked().
While I'm here do not set RX checksum bits i
Author: gabor
Date: Sun Aug 15 22:15:04 2010
New Revision: 211364
URL: http://svn.freebsd.org/changeset/base/211364
Log:
- Revert strlcpy() changes to memcpy() because it's more efficient and
former may be safer but in this case it doesn't add extra
safety [1]
- Fix -w option [2]
- F
On Fri, Jul 16, 2010 at 08:42:20PM +, Bruce Cran wrote:
> Author: brucec
> Date: Fri Jul 16 20:42:20 2010
> New Revision: 210175
> URL: http://svn.freebsd.org/changeset/base/210175
>
> Log:
> FreeBSD 8 doesn't support kernel PPP or SLIP; remove code for configuring
> and installing via suc
Author: yongari
Date: Sun Aug 15 22:36:12 2010
New Revision: 211365
URL: http://svn.freebsd.org/changeset/base/211365
Log:
MFC r208917:
Remove unused macros.
Modified:
stable/8/sys/dev/bge/if_bgereg.h
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen
Author: yongari
Date: Sun Aug 15 22:37:32 2010
New Revision: 211366
URL: http://svn.freebsd.org/changeset/base/211366
Log:
MFC r208917:
Remove unused macros.
Modified:
stable/7/sys/dev/bge/if_bgereg.h
Directory Properties:
stable/7/sys/ (props changed)
stable/7/sys/cddl/contrib/open
Author: yongari
Date: Sun Aug 15 22:40:47 2010
New Revision: 211367
URL: http://svn.freebsd.org/changeset/base/211367
Log:
MFC r209714:
It seems read DMA mode register requires both IPv4 TSO and IPv6 TSO
configuration to get IPv4 TSO work on BCM57780. While I'm here
apply the same fi
Author: yongari
Date: Sun Aug 15 22:42:15 2010
New Revision: 211368
URL: http://svn.freebsd.org/changeset/base/211368
Log:
MFC r209714:
It seems read DMA mode register requires both IPv4 TSO and IPv6 TSO
configuration to get IPv4 TSO work on BCM57780. While I'm here
apply the same fi
Author: yongari
Date: Sun Aug 15 22:44:28 2010
New Revision: 211369
URL: http://svn.freebsd.org/changeset/base/211369
Log:
MFC r209741:
Zero entire status block and add missing bus_dmamap_sync(9).
Modified:
stable/8/sys/dev/bge/if_bge.c
Directory Properties:
stable/8/sys/ (props chang
Author: yongari
Date: Sun Aug 15 22:45:40 2010
New Revision: 211370
URL: http://svn.freebsd.org/changeset/base/211370
Log:
MFC r209741:
Zero entire status block and add missing bus_dmamap_sync(9).
Modified:
stable/7/sys/dev/bge/if_bge.c
Directory Properties:
stable/7/sys/ (props chang
Author: yongari
Date: Sun Aug 15 22:51:52 2010
New Revision: 211371
URL: http://svn.freebsd.org/changeset/base/211371
Log:
MFC r210011,210013-210015:
r210011:
Make bge_stop_fw() static.
While I'm here use ANSI function definitions.
r210013:
style.
r210014:
Fix error m
Author: yongari
Date: Sun Aug 15 22:53:46 2010
New Revision: 211372
URL: http://svn.freebsd.org/changeset/base/211372
Log:
MFC r210011,210013-210015:
r210011:
Make bge_stop_fw() static.
While I'm here use ANSI function definitions.
r210013:
style.
r210014:
Fix error m
Author: yongari
Date: Sun Aug 15 22:57:50 2010
New Revision: 211373
URL: http://svn.freebsd.org/changeset/base/211373
Log:
MFC r210083,210152:
r210083:
Remove enabling Data FIFO protection with indirect memory access.
r165114 added that code and that change ignored the same logic
c
Author: yongari
Date: Sun Aug 15 22:59:35 2010
New Revision: 211374
URL: http://svn.freebsd.org/changeset/base/211374
Log:
MFC r210083,210152:
r210083:
Remove enabling Data FIFO protection with indirect memory access.
r165114 added that code and that change ignored the same logic
c
Author: yongari
Date: Sun Aug 15 23:02:41 2010
New Revision: 211375
URL: http://svn.freebsd.org/changeset/base/211375
Log:
MFC r205651:
Use pci_get_max_read_req() and pci_set_max_read_req() to set maximim
read request size.
Modified:
stable/8/sys/dev/bge/if_bge.c
Directory Properties:
Author: yongari
Date: Sun Aug 15 23:07:06 2010
New Revision: 211376
URL: http://svn.freebsd.org/changeset/base/211376
Log:
MFC r205651:
Use pci_get_max_read_req() and pci_set_max_read_req() to set maximim
read request size.
Modified:
stable/7/sys/dev/bge/if_bge.c
Directory Properties:
Author: yongari
Date: Sun Aug 15 23:11:38 2010
New Revision: 211377
URL: http://svn.freebsd.org/changeset/base/211377
Log:
MFC r210244:
Implement WOL. WOL is supported on RTL8139B or newer controllers.
PR: kern/148013
Modified:
stable/8/sys/pci/if_rl.c
Directory Properties:
stabl
Author: yongari
Date: Sun Aug 15 23:13:09 2010
New Revision: 211378
URL: http://svn.freebsd.org/changeset/base/211378
Log:
MFC r210244:
Implement WOL. WOL is supported on RTL8139B or newer controllers.
PR: kern/148013
Modified:
stable/7/sys/pci/if_rl.c
Directory Properties:
stabl
Author: yongari
Date: Sun Aug 15 23:26:46 2010
New Revision: 211379
URL: http://svn.freebsd.org/changeset/base/211379
Log:
MFC r207391:
- Pass flow control settings back to bce(4).
Modified:
stable/8/sys/dev/mii/brgphy.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/s
Author: yongari
Date: Sun Aug 15 23:28:11 2010
New Revision: 211380
URL: http://svn.freebsd.org/changeset/base/211380
Log:
MFC r207391:
- Pass flow control settings back to bce(4).
Modified:
stable/7/sys/dev/mii/brgphy.c
Directory Properties:
stable/7/sys/ (props changed)
stable/7/s
Author: yongari
Date: Sun Aug 15 23:30:53 2010
New Revision: 211381
URL: http://svn.freebsd.org/changeset/base/211381
Log:
MFC r207411:
- Enable flow control.
- Print device details only when verbose boot is enabled.
- Add debug output for shared memory access.
- Add debug statis
Author: yongari
Date: Sun Aug 15 23:32:23 2010
New Revision: 211382
URL: http://svn.freebsd.org/changeset/base/211382
Log:
MFC r207411:
- Enable flow control.
- Print device details only when verbose boot is enabled.
- Add debug output for shared memory access.
- Add debug statis
Author: yongari
Date: Sun Aug 15 23:38:49 2010
New Revision: 211383
URL: http://svn.freebsd.org/changeset/base/211383
Log:
MFC r210257,210259-210261:
r210257:
When we didn't find a matching flash device, do not touch flash
config data. While I'm here, use return code of bce_init_nvram(
Author: yongari
Date: Sun Aug 15 23:40:44 2010
New Revision: 211384
URL: http://svn.freebsd.org/changeset/base/211384
Log:
MFC r210257,210259-210261:
r210257:
When we didn't find a matching flash device, do not touch flash
config data. While I'm here, use return code of bce_init_nvram(
Author: yongari
Date: Sun Aug 15 23:47:04 2010
New Revision: 211385
URL: http://svn.freebsd.org/changeset/base/211385
Log:
MFC r210263,210267,210269-210270:
r210263:
Do not report current link state if interface is not UP.
r210267:
Add KASSERT to check number of returned DMA segme
Author: yongari
Date: Sun Aug 15 23:48:58 2010
New Revision: 211386
URL: http://svn.freebsd.org/changeset/base/211386
Log:
MFC r210263,210267,210269-210270:
r210263:
Do not report current link state if interface is not UP.
r210267:
Add KASSERT to check number of returned DMA segme
Author: yongari
Date: Sun Aug 15 23:56:57 2010
New Revision: 211387
URL: http://svn.freebsd.org/changeset/base/211387
Log:
MFC r210271:
Specify BCE_RX_BUF_ALIGN alignment for RX buffers. All bce(4)
controllers require RX buffers aligned on BCE_RX_BUF_ALIGN bytes.
Modified:
stable/8/sy
Author: yongari
Date: Sun Aug 15 23:58:21 2010
New Revision: 211388
URL: http://svn.freebsd.org/changeset/base/211388
Log:
MFC r210271:
Specify BCE_RX_BUF_ALIGN alignment for RX buffers. All bce(4)
controllers require RX buffers aligned on BCE_RX_BUF_ALIGN bytes.
Modified:
stable/7/sy
71 matches
Mail list logo