On Mon, Dec 1, 2008 at 9:08 PM, M. Warner Losh <[EMAIL PROTECTED]> wrote:
> In message: <[EMAIL PROTECTED]>
>Peter Wemm <[EMAIL PROTECTED]> writes:
> : Author: peter
> : Date: Tue Dec 2 02:26:15 2008
> : New Revision: 185539
> : URL: http://svn.freebsd.org/changeset/base/185539
> :
> :
Author: kmacy
Date: Tue Dec 2 07:01:18 2008
New Revision: 185549
URL: http://svn.freebsd.org/changeset/base/185549
Log:
- fix bug where dnsperf would stop transmitting after a few seconds
- break complex conditionals in to multiple lines to avoid wrapping
- remove copious unused debug state
Author: peter
Date: Tue Dec 2 06:50:26 2008
New Revision: 185548
URL: http://svn.freebsd.org/changeset/base/185548
Log:
Merge user/peter/kinfo branch as of r185547 into head.
This changes struct kinfo_filedesc and kinfo_vmentry such that they are
same on both 32 and 64 bit platforms like
On Tue, 2 Dec 2008, Paul Saab wrote:
Author: ps
Date: Tue Dec 2 04:45:33 2008
New Revision: 185544
URL: http://svn.freebsd.org/changeset/base/185544
Log:
Fix world by including opt_route.h
Where did world fail for you?
I assume what failed was a single direct module build? Per discussion
o
In message: <[EMAIL PROTECTED]>
Alfred Perlstein <[EMAIL PROTECTED]> writes:
: * Dag-Erling Sm??rgrav <[EMAIL PROTECTED]> [081201 03:25] wrote:
: > Tim Kientzle <[EMAIL PROTECTED]> writes:
: > > Alfred Perlstein <[EMAIL PROTECTED]> writes:
: > > > Log:
: > > > Provide a 'tinderbox' ta
In message: <[EMAIL PROTECTED]>
Peter Wemm <[EMAIL PROTECTED]> writes:
: Author: peter
: Date: Tue Dec 2 02:26:15 2008
: New Revision: 185539
: URL: http://svn.freebsd.org/changeset/base/185539
:
: Log:
: Delete a bunch of empty mergeinfo records caused by local copies.
:
: Modifie
I thought the consensus was for universe to build *ALL* targets and
then fail if ONE or MORE of the targets failed. I thought there was
no consensus at all for a new target.
Warner
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailma
Author: imp
Date: Tue Dec 2 04:54:31 2008
New Revision: 185545
URL: http://svn.freebsd.org/changeset/base/185545
Log:
Don't call destroy_dev on the alias. This fixes half a dozen PRs I think.
Modified:
head/sys/dev/cardbus/cardbus_device.c
head/sys/dev/cardbus/cardbusvar.h
Modified: head
Author: ps
Date: Tue Dec 2 04:45:33 2008
New Revision: 185544
URL: http://svn.freebsd.org/changeset/base/185544
Log:
Fix world by including opt_route.h
Modified:
head/sys/modules/ae/Makefile
Modified: head/sys/modules/ae/Makefile
=
Author: kmacy
Date: Tue Dec 2 03:58:10 2008
New Revision: 185543
URL: http://svn.freebsd.org/changeset/base/185543
Log:
return ENOBUFS when ring is full
Modified:
head/sys/sys/buf_ring.h
Modified: head/sys/sys/buf_ring.h
==
Author: yongari
Date: Tue Dec 2 03:39:34 2008
New Revision: 185542
URL: http://svn.freebsd.org/changeset/base/185542
Log:
Add 8168D support.
Submitted by: Andrew < andrewwtulloch <> gmail DOT com >
Modified:
head/sys/dev/re/if_re.c
head/sys/pci/if_rlreg.h
Modified: head/sys/dev/re/if
Author: yongari
Date: Tue Dec 2 02:30:12 2008
New Revision: 185540
URL: http://svn.freebsd.org/changeset/base/185540
Log:
Add VLAN hardware tag insertion/stripping support. Tx/Rx checksum
offload for VLAN frames are also supported. The VLAN hardware
assistance is available only on 82550/825
Author: peter
Date: Tue Dec 2 02:26:15 2008
New Revision: 185539
URL: http://svn.freebsd.org/changeset/base/185539
Log:
Delete a bunch of empty mergeinfo records caused by local copies.
Modified:
head/sys/arm/at91/at91_machdep.c (props changed)
head/sys/arm/at91/board_bwct.c (props cha
Author: yongari
Date: Tue Dec 2 02:12:34 2008
New Revision: 185538
URL: http://svn.freebsd.org/changeset/base/185538
Log:
Make sure to clear PMDR register by writing back power management
events. Just reading PMDR register was not enough to have fxp(4)
immuninize against received magic pack
Author: kmacy
Date: Tue Dec 2 00:51:56 2008
New Revision: 185537
URL: http://svn.freebsd.org/changeset/base/185537
Log:
The pkthdr field is flowid not rss_hash
Modified:
head/sys/dev/cxgb/sys/uipc_mvec.c
Modified: head/sys/dev/cxgb/sys/uipc_mvec.c
===
Author: kmacy
Date: Tue Dec 2 00:48:08 2008
New Revision: 185536
URL: http://svn.freebsd.org/changeset/base/185536
Log:
- fix multiqueue conditional
- don't leak mbuf tags in the non-conditional case
Found by: Navdeep Parhar
Modified:
head/sys/dev/cxgb/sys/uipc_mvec.c
Modified: head/
Author: kmacy
Date: Tue Dec 2 00:39:50 2008
New Revision: 185535
URL: http://svn.freebsd.org/changeset/base/185535
Log:
integrate use after free fixes from private branch
Found by: kkenn@
Modified:
head/sys/dev/cxgb/sys/uipc_mvec.c
Modified: head/sys/dev/cxgb/sys/uipc_mvec.c
==
Author: sam
Date: Mon Dec 1 23:09:58 2008
New Revision: 185534
URL: http://svn.freebsd.org/changeset/base/185534
Log:
correct typo
Submitted by: Ole Vole
Modified:
head/UPDATING
Modified: head/UPDATING
==
--- h
Author: kan
Date: Mon Dec 1 22:33:50 2008
New Revision: 185533
URL: http://svn.freebsd.org/changeset/base/185533
Log:
Shared memory objects that have size which is not necessarily equal to
exact multiple of system page size should still be allowed to be mapped
in their entirety to match the
2008/12/1, John Baldwin <[EMAIL PROTECTED]>:
> On Sunday 23 November 2008 10:41:38 am Kostik Belousov wrote:
> > On Sun, Nov 23, 2008 at 12:51:58AM +, Kip Macy wrote:
> > > On Sat, Nov 22, 2008 at 11:08 PM, Scott Long <[EMAIL PROTECTED]> wrote:
> > > > Kostik Belousov wrote:
> > > >>
> > >
Quoting Marcel Moolenaar, who wrote on Mon, Dec 01, 2008 at 05:40:57PM + ..
> Author: marcel
> Date: Mon Dec 1 17:40:57 2008
> New Revision: 185526
> URL: http://svn.freebsd.org/changeset/base/185526
>
> Log:
> MFC rev 179382:
> Work-around a compiler optimization bug, that broke libthr.
On Mon, Dec 01, 2008 at 02:07:06PM -0500, John Baldwin wrote:
> On Sunday 23 November 2008 10:41:38 am Kostik Belousov wrote:
> > On Sun, Nov 23, 2008 at 12:51:58AM +, Kip Macy wrote:
> > > On Sat, Nov 22, 2008 at 11:08 PM, Scott Long <[EMAIL PROTECTED]> wrote:
> > > > Kostik Belousov wrote:
>
On Mon, Dec 01, 2008 at 01:36:36PM -0500, John Baldwin wrote:
> On Saturday 22 November 2008 08:11:11 am Konstantin Belousov wrote:
> > Author: kib
> > Date: Sat Nov 22 13:11:11 2008
> > New Revision: 185170
> > URL: http://svn.freebsd.org/changeset/base/185170
> >
> > Log:
> > Busy ufs filesyst
Author: brueffer
Date: Mon Dec 1 21:15:04 2008
New Revision: 185532
URL: http://svn.freebsd.org/changeset/base/185532
Log:
Add ixgbe(4) and upgt(4).
Modified:
head/release/doc/en_US.ISO8859-1/hardware/article.sgml
Modified: head/release/doc/en_US.ISO8859-1/hardware/article.sgml
Author: kan
Date: Mon Dec 1 21:00:25 2008
New Revision: 185531
URL: http://svn.freebsd.org/changeset/base/185531
Log:
Invoke _rtld_atfork_post earlier, before we reinitialize rtld locks
by switching into single-thread mode.
libthr ignores broken use of lock bitmaps used by default rtld l
Author: marius
Date: Mon Dec 1 20:33:22 2008
New Revision: 185530
URL: http://svn.freebsd.org/changeset/base/185530
Log:
MFC: r184379
Supply a valid Connect ID when issuing XPT_DEV_MATCH.
PR: 127605
Modified:
stable/6/lib/libcam/ (props changed)
stable/6/lib/libcam/ca
Author: marcel
Date: Mon Dec 1 20:16:56 2008
New Revision: 185529
URL: http://svn.freebsd.org/changeset/base/185529
Log:
MFstable/7 rev 185526; MFhead rev 179382:
Work-around a compiler optimization bug, that broke libthr.
See log of rev 185526 or 179382 for the analysis.
Approved by:
On Sunday 23 November 2008 10:41:38 am Kostik Belousov wrote:
> On Sun, Nov 23, 2008 at 12:51:58AM +, Kip Macy wrote:
> > On Sat, Nov 22, 2008 at 11:08 PM, Scott Long <[EMAIL PROTECTED]> wrote:
> > > Kostik Belousov wrote:
> > >>
> > >> On Sat, Nov 22, 2008 at 03:05:22PM -0700, Scott Long wrote
On Saturday 22 November 2008 08:11:11 am Konstantin Belousov wrote:
> Author: kib
> Date: Sat Nov 22 13:11:11 2008
> New Revision: 185170
> URL: http://svn.freebsd.org/changeset/base/185170
>
> Log:
> Busy ufs filesystem around block of code that does ".." lookup. Since
> mnt_lock is before lo
On Wednesday 26 November 2008 01:01:21 pm Luigi Rizzo wrote:
> Author: luigi
> Date: Wed Nov 26 18:01:21 2008
> New Revision: 185339
> URL: http://svn.freebsd.org/changeset/base/185339
>
> Log:
> Pass the pointer to the selected partition in %si to the next stage
> boot code. The bug was intro
Author: jhb
Date: Mon Dec 1 19:29:47 2008
New Revision: 185528
URL: http://svn.freebsd.org/changeset/base/185528
Log:
Expand the scope of the 'aio_freeproc_mtx' lock to protect the aio data
structures used in the socket upcall. This removes the need for Giant to
be held for the aio socket
Author: mav
Date: Mon Dec 1 17:45:56 2008
New Revision: 185527
URL: http://svn.freebsd.org/changeset/base/185527
Log:
Add controller suspend/resume support.
To be able to correctly suspend/resume with card inserted,
respective support should be also implemented at mmc and mmcsd layers.
Author: marcel
Date: Mon Dec 1 17:40:57 2008
New Revision: 185526
URL: http://svn.freebsd.org/changeset/base/185526
Log:
MFC rev 179382:
Work-around a compiler optimization bug, that broke libthr. Massive
inlining resulted in constant propagation to the extend that cmpval
was known to the
Author: skv (ports committer)
Date: Mon Dec 1 17:39:34 2008
New Revision: 185525
URL: http://svn.freebsd.org/changeset/base/185525
Log:
Fix typo.
Approved by: ru
Modified:
head/usr.sbin/cron/crontab/crontab.5
Modified: head/usr.sbin/cron/crontab/crontab.5
=
Author: kensmith
Date: Mon Dec 1 17:29:41 2008
New Revision: 185524
URL: http://svn.freebsd.org/changeset/base/185524
Log:
Make adjustments to the package set for 7.1-RELEASE.
Approved by: re (kib)
Modified:
releng/7.1/release/scripts/package-split.py
Modified: releng/7.1/release/scri
Author: kensmith
Date: Mon Dec 1 17:26:28 2008
New Revision: 185523
URL: http://svn.freebsd.org/changeset/base/185523
Log:
Make adjustments to the package set for 7.1-RELEASE.
Approved by: re (kib)
Modified:
stable/7/release/scripts/package-split.py
Modified: stable/7/release/scripts/
Author: sam
Date: Mon Dec 1 16:53:01 2008
New Revision: 185522
URL: http://svn.freebsd.org/changeset/base/185522
Log:
Switch to ath hal source code. Note this removes the ath_hal
module; the ath module now brings in the hal support. Kernel
config files are almost backwards compatible; supp
Author: sam
Date: Mon Dec 1 16:43:08 2008
New Revision: 185521
URL: http://svn.freebsd.org/changeset/base/185521
Log:
import ath hal
Added:
head/sys/dev/ath/ath_hal/
- copied from r185520, projects/ath_hal/
___
svn-src-all@freebsd.org mailing
Author: keramida (doc committer)
Date: Mon Dec 1 15:27:00 2008
New Revision: 185519
URL: http://svn.freebsd.org/changeset/base/185519
Log:
The times(3) function returns the number of CLK_TCKs since the
startup time of FreeBSD, not since the UNIX Epoch.
PR: docs/122359
Submitt
Author: ivoras
Date: Mon Dec 1 15:02:00 2008
New Revision: 185518
URL: http://svn.freebsd.org/changeset/base/185518
Log:
Trivial patch to show on which geom has the error been detected.
Submitted by: Rick C. Petty
Approved by: gnn (mentor)
MFC after:1 month
Modified:
head/sys/g
Author: kensmith
Date: Mon Dec 1 14:34:42 2008
New Revision: 185517
URL: http://svn.freebsd.org/changeset/base/185517
Log:
Catch up with the disappearance of sys/dev/hfa.
Modified:
head/sys/kern/Make.tags.inc
Modified: head/sys/kern/Make.tags.inc
Author: ru
Date: Mon Dec 1 14:33:34 2008
New Revision: 185516
URL: http://svn.freebsd.org/changeset/base/185516
Log:
Fix fread() to return a correct value on platforms where sizeof(int) !=
sizeof(size_t), i.e. on all 64-bit platforms.
Reported by: Andrey V. Elsukov
MFC after:3 day
Author: kensmith
Date: Mon Dec 1 14:15:10 2008
New Revision: 185515
URL: http://svn.freebsd.org/changeset/base/185515
Log:
Adjustments to make a tags file a bit more suitable to amd64.
Reviewed by: peter
Modified:
head/sys/amd64/Makefile
Modified: head/sys/amd64/Makefile
=
On Mon, 1 Dec 2008, Poul-Henning Kamp wrote:
In message <[EMAIL PROTECTED]>, =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= wr
ites:
Alfred Perlstein <[EMAIL PROTECTED]> writes:
If you strongly believe that a target should return "true" on failure
and/or output "i worked" on failure
I don't, and I don
In message <[EMAIL PROTECTED]>, Alfred Perlstein writes:
> The name reflects what its for. ("what the heck is a universe?")
Something that contains all worlds.
--
Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED] | TCP/IP since RFC 956
FreeBSD committer | BSD
In message <[EMAIL PROTECTED]>, =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= wr
ites:
>Alfred Perlstein <[EMAIL PROTECTED]> writes:
>> If you strongly believe that a target should return "true" on failure
>> and/or output "i worked" on failure
>
>I don't, and I don't understand why you think I do. I have
Alfred Perlstein <[EMAIL PROTECTED]> writes:
> If you strongly believe that a target should return "true" on failure
> and/or output "i worked" on failure
I don't, and I don't understand why you think I do. I have stated very
clearly that I don't like the universe target.
> then I'm not sure how
* Tim Kientzle <[EMAIL PROTECTED]> [081130 23:13] wrote:
> Alfred Perlstein wrote:
> >Author: alfred
> >Date: Mon Dec 1 00:45:51 2008
> >New Revision: 185499
> >URL: http://svn.freebsd.org/changeset/base/185499
> >
> >Log:
> > Provide a 'tinderbox' target that compiles enough of FreeBSD that
> >
* Dag-Erling Sm??rgrav <[EMAIL PROTECTED]> [081201 03:25] wrote:
> Tim Kientzle <[EMAIL PROTECTED]> writes:
> > Alfred Perlstein <[EMAIL PROTECTED]> writes:
> > > Log:
> > > Provide a 'tinderbox' target that compiles enough of FreeBSD that
> > > a developer can rest reasonably assured that the
Tim Kientzle <[EMAIL PROTECTED]> writes:
> Alfred Perlstein <[EMAIL PROTECTED]> writes:
> > Log:
> > Provide a 'tinderbox' target that compiles enough of FreeBSD that
> > a developer can rest reasonably assured that the tinderbox will not
> > be broken. This target leverages most of 'univers
Stanislav Sedov <[EMAIL PROTECTED]> writes:
> What is the benefit of using a single error exit code which theoretically
> can't say anything about the type of the error instead of probably cryptic
> set of documented error coded that could be later decrypted and analyzed
> at least? For me the code
Author: jasone
Date: Mon Dec 1 10:20:59 2008
New Revision: 185514
URL: http://svn.freebsd.org/changeset/base/185514
Log:
Fix a lock order reversal bug that could cause deadlock during fork(2).
Reported by: kib
Modified:
head/lib/libc/stdlib/malloc.c
Modified: head/lib/libc/stdlib/mall
Author: stas
Date: Mon Dec 1 10:16:25 2008
New Revision: 185513
URL: http://svn.freebsd.org/changeset/base/185513
Log:
- Fix spelling error in comments.
PR: arm/128891
Submitted by: Pavel Pankov <[EMAIL PROTECTED]>
Approved by: kib (mentor)
Modified:
head/sys/arm/at91/at9
Author: kevlo
Date: Mon Dec 1 10:05:34 2008
New Revision: 185512
URL: http://svn.freebsd.org/changeset/base/185512
Log:
Remove The Netgear WG111v2 support
Modified:
head/share/man/man4/upgt.4
Modified: head/share/man/man4/upgt.4
==
Author: kevlo
Date: Mon Dec 1 10:04:39 2008
New Revision: 185511
URL: http://svn.freebsd.org/changeset/base/185511
Log:
The Netgear WG111v2 USB dongle contains a RTL8187 chip,
not a GW3887 chip.
Obtained from:OpenBSD
Modified:
head/sys/dev/usb/if_upgt.c
Modified: head/sys/dev
55 matches
Mail list logo