On Tue, Oct 20, 2009 at 05:55:42PM +, Qing Li wrote:
> Modified: head/sys/netinet/if_ether.c
[...]
> +#ifdef DIAGNOSTICS
> + else {
> + struct sockaddr *l3addr = L3_ADDR(lle);
> + log(LOG_INFO, "arptimer issue: %p, IPv4 address: \"%s\"\n", lle,
> + in
Hello!
On Tue, Oct 20, 2009 at 11:09:16AM -0700, Doug Barton wrote:
> Was this patch publicly reviewed anywhere? If so and I missed it I
> apologize.
Not really. It was part of suggested patch during secteam@ work
on FreeBSD-SA-08:11.arc4random, but was dropped as irrelevant to
advisory itsel
Author: stas
Date: Tue Oct 20 22:11:17 2009
New Revision: 198309
URL: http://svn.freebsd.org/changeset/base/198309
Log:
- Note that ASF is now disabled by default in 8.0.
Approved by: re (kib)
Modified:
stable/8/share/man/man4/bge.4
Modified: stable/8/share/man/man4/bge.4
=
Author: qingli
Date: Tue Oct 20 21:36:56 2009
New Revision: 198308
URL: http://svn.freebsd.org/changeset/base/198308
Log:
MFC 198301
In the ARP callout timer expiration function, the current time_second
is compared against the entry expiration time value (that was set based
on time_se
Author: thompsa
Date: Tue Oct 20 21:29:46 2009
New Revision: 198307
URL: http://svn.freebsd.org/changeset/base/198307
Log:
Change from CAM_TID_INVALID to CAM_SEL_TIMEOUT error code when the usb device
has been yanked, this works around a cam recounting bug when
CAM_DEV_UNCONFIGURED is set la
Author: qingli
Date: Tue Oct 20 21:27:03 2009
New Revision: 198306
URL: http://svn.freebsd.org/changeset/base/198306
Log:
The flow-table function flowtable_route_flush() may be called
during system initialization time. Since the flow-table is
designed to maintain per CPU flow cache, the exis
Author: pjd
Date: Tue Oct 20 21:08:32 2009
New Revision: 198305
URL: http://svn.freebsd.org/changeset/base/198305
Log:
Fix a case where rename actually succeeds, which is also expected behaviour
according to POSIX. This fixes ZFS on Solaris testing.
Submitted by: Milan Cermak
Modified:
On Tue, 20 Oct 2009 20:51:45 +0200
Marius Strobl mentioned:
> On Tue, Oct 20, 2009 at 04:41:23PM +, Stanislav Sedov wrote:
> > Author: stas
> > Date: Tue Oct 20 16:41:23 2009
> > New Revision: 198296
> > URL: http://svn.freebsd.org/changeset/base/198296
> >
> > Log:
> > - Disable ASF by de
Author: kan
Date: Tue Oct 20 19:05:43 2009
New Revision: 198304
URL: http://svn.freebsd.org/changeset/base/198304
Log:
MFC Revision 197277:
Make libc.a provide __stack_chk_fail_local weak alias. This is
needed to satisfy static libraries that are compiled with -fpic
and linked into stat
Author: gallatin
Date: Tue Oct 20 18:58:28 2009
New Revision: 198303
URL: http://svn.freebsd.org/changeset/base/198303
Log:
Make mxge do a better job recovering from NIC h/w faults
by checking PCI config space when the NIC is not
transmitting. Previously, a h/w fault would not have been
d
Author: rwatson
Date: Tue Oct 20 18:54:51 2009
New Revision: 198302
URL: http://svn.freebsd.org/changeset/base/198302
Log:
Merge r198218 from head to stable/8:
Sort function prototypes in pfil.h, clean up white space, and better
align fields for printing.
Approved by: re (kensmi
On Tue, Oct 20, 2009 at 04:41:23PM +, Stanislav Sedov wrote:
> Author: stas
> Date: Tue Oct 20 16:41:23 2009
> New Revision: 198296
> URL: http://svn.freebsd.org/changeset/base/198296
>
> Log:
> - Disable ASF by default in STABLE_8. This causes a lot
> of problems on non-DELL branded ma
Was this patch publicly reviewed anywhere? If so and I missed it I
apologize. Otherwise it would be very nice if it got some discussion,
review, etc. before it proceeds any further.
Something as important as how we use random numbers, especially in the
kernel, and especially as the system is initi
Author: qingli
Date: Tue Oct 20 17:55:42 2009
New Revision: 198301
URL: http://svn.freebsd.org/changeset/base/198301
Log:
In the ARP callout timer expiration function, the current time_second
is compared against the entry expiration time value (that was set based
on time_second) to check if
Author: weongyo
Date: Tue Oct 20 17:50:36 2009
New Revision: 198300
URL: http://svn.freebsd.org/changeset/base/198300
Log:
MFC r198098:
fixes a TX hang bug that it could happen when if_start callback didn't
be restarted by full of the output queue.
Tested by: bsduser
MF
Author: qingli
Date: Tue Oct 20 17:44:50 2009
New Revision: 198298
URL: http://svn.freebsd.org/changeset/base/198298
Log:
MFC r198111
This patch fixes the following issues in the ARP operation:
1. There is a regression issue in the ARP code. The incomplete
ARP entry was timing o
Author: stas
Date: Tue Oct 20 16:41:23 2009
New Revision: 198296
URL: http://svn.freebsd.org/changeset/base/198296
Log:
- Disable ASF by default in STABLE_8. This causes a lot
of problems on non-DELL branded machines with IPMI
support. The proposed fix was committed to HEAD but has
Author: ru
Date: Tue Oct 20 16:36:51 2009
New Revision: 198295
URL: http://svn.freebsd.org/changeset/base/198295
Log:
Random number generator initialization cleanup:
- Introduce new SI_SUB_RANDOM point in boot sequence to make it
clear from where one may start using random(9). It should
Author: rwatson
Date: Tue Oct 20 16:22:31 2009
New Revision: 198293
URL: http://svn.freebsd.org/changeset/base/198293
Log:
Merge r198196 from head to stable/8:
Rewrap ip_input() comment so that it prints more nicely.
Approved by: re (kib)
Modified:
stable/8/sys/ (props changed)
Author: jh
Date: Tue Oct 20 15:06:18 2009
New Revision: 198291
URL: http://svn.freebsd.org/changeset/base/198291
Log:
Unloading of the nfscl module is unsupported because newnfslock doesn't
support unloading. It's not trivial to implement newnfslock unloading so
for now just admit that unloa
Author: jh
Date: Tue Oct 20 15:01:46 2009
New Revision: 198290
URL: http://svn.freebsd.org/changeset/base/198290
Log:
Fix ordering of nfscl_modevent() and ncl_uninit(). nfscl_modevent() must
be called after ncl_uninit() when unloading the nfscl module because
ncl_uninit() uses ncl_iod_mutex
Author: jh
Date: Tue Oct 20 14:57:26 2009
New Revision: 198289
URL: http://svn.freebsd.org/changeset/base/198289
Log:
Fix comment typos.
Reviewed by: rmacklem
Approved by: trasz (mentor)
Modified:
head/sys/fs/nfsclient/nfs_clstate.c
Modified: head/sys/fs/nfsclient/nfs_clstate.c
Author: avg
Date: Tue Oct 20 14:06:07 2009
New Revision: 198288
URL: http://svn.freebsd.org/changeset/base/198288
Log:
ichwd.4: fix r198272, restore watchdogd(8) reference
In r198272 I didn't notice that watchdog(8) and watchdogd(8)
are different things and instead of fixing watchdogd mar
Author: kensmith
Date: Tue Oct 20 13:58:30 2009
New Revision: 198287
URL: http://svn.freebsd.org/changeset/base/198287
Log:
Update package list for 8.0-REL.
Reviewed by: re@, portmgr@
MFC after:1 day
Modified:
head/release/scripts/package-split.py
Modified: head/release/scripts/p
Author: ume
Date: Tue Oct 20 13:49:34 2009
New Revision: 198286
URL: http://svn.freebsd.org/changeset/base/198286
Log:
MFC r198189: Check error of dlfunc(3).
Modified:
stable/6/bin/csh/ (props changed)
stable/6/bin/csh/iconv_stub.c
Modified: stable/6/bin/csh/iconv_stub.c
Author: ume
Date: Tue Oct 20 13:47:05 2009
New Revision: 198285
URL: http://svn.freebsd.org/changeset/base/198285
Log:
MFC r198189: Check error of dlfunc(3).
Modified:
stable/7/bin/csh/ (props changed)
stable/7/bin/csh/iconv_stub.c
Modified: stable/7/bin/csh/iconv_stub.c
Author: kib
Date: Tue Oct 20 13:26:58 2009
New Revision: 198280
URL: http://svn.freebsd.org/changeset/base/198280
Log:
MFC r197931:
Apply relocations for PIE binary ELF data structures pointers in rtld.
Approved by: re (kensmith)
Modified:
stable/8/libexec/rtld-elf/ (props changed)
Author: kib
Date: Tue Oct 20 13:34:41 2009
New Revision: 198284
URL: http://svn.freebsd.org/changeset/base/198284
Log:
MFC r197934:
Map PIE binaries at non-zero base address.
MFC r198202:
Honour non-zero mapbase for PIE binaries. Inform interpreter-less PIE
binary about its relocbase.
Author: kib
Date: Tue Oct 20 13:32:28 2009
New Revision: 198283
URL: http://svn.freebsd.org/changeset/base/198283
Log:
MFC r197933:
Define architectural load bases for PIE binaries.
MFC r198203 (by marius):
Change load base for sparc to match default gcc memory layout model.
Approv
Author: kensmith
Date: Tue Oct 20 13:32:18 2009
New Revision: 198282
URL: http://svn.freebsd.org/changeset/base/198282
Log:
MFC r197313:
Build a separate livefs CD for sparc64.
Approved by: re (kib)
Modified:
stable/8/release/ (props changed)
stable/8/release/Makefile
stable/8/r
Author: kib
Date: Tue Oct 20 13:30:06 2009
New Revision: 198281
URL: http://svn.freebsd.org/changeset/base/198281
Log:
MFC r197932:
Do not map elf segments of zero length.
Approved by: re (kensmith)
Modified:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props c
Author: avg
Date: Tue Oct 20 13:22:54 2009
New Revision: 198279
URL: http://svn.freebsd.org/changeset/base/198279
Log:
minor: fix sorting of some amd* entries in some makefiles
MFC after:1 week
Modified:
head/share/man/man4/Makefile
head/sys/modules/Makefile
Modified: head/share/m
Author: fjoe
Date: Tue Oct 20 11:54:06 2009
New Revision: 198277
URL: http://svn.freebsd.org/changeset/base/198277
Log:
Allow KMOD with hypens and dots.
MFC after:1 week
Modified:
head/sys/tools/fw_stub.awk
Modified: head/sys/tools/fw_stub.awk
===
Author: ume
Date: Tue Oct 20 11:52:39 2009
New Revision: 198276
URL: http://svn.freebsd.org/changeset/base/198276
Log:
MFC r198189: Check error of dlfunc(3).
Approved by: re (kib)
Modified:
stable/8/bin/csh/ (props changed)
stable/8/bin/csh/iconv_stub.c
Modified: stable/8/bin/csh/i
Author: avg
Date: Tue Oct 20 09:32:22 2009
New Revision: 198272
URL: http://svn.freebsd.org/changeset/base/198272
Log:
ichwd.4: remove a stray line
Nod from: des
MFC after:3 days
Modified:
head/share/man/man4/ichwd.4
Modified: head/share/man/man4/ichwd.4
==
Author: avg
Date: Tue Oct 20 09:31:57 2009
New Revision: 198271
URL: http://svn.freebsd.org/changeset/base/198271
Log:
add amdtemp to i386 NOTES
essentially this is a MFamd64
Nod from: rpaulo
Modified:
head/sys/i386/conf/NOTES
Modified: head/sys/i386/conf/NOTES
Author: edwin
Date: Tue Oct 20 07:03:06 2009
New Revision: 198270
URL: http://svn.freebsd.org/changeset/base/198270
Log:
MFV of tzdata2009o:
- Somoa has not moved to DST this year (comment only)
- Bangladesh stays on DST for now.
- Pakistan went back to standard time in 1 October 2009
Author: edwin
Date: Tue Oct 20 07:00:56 2009
New Revision: 198269
URL: http://svn.freebsd.org/changeset/base/198269
Log:
Tag of tzdata2009o
Added:
vendor/tzdata/tzdata2009o/
- copied from r198268, vendor/tzdata/dist/
___
svn-src-all@freebsd.org
Author: edwin
Date: Tue Oct 20 07:00:00 2009
New Revision: 198268
URL: http://svn.freebsd.org/changeset/base/198268
Log:
Vendor import of tzdata2009o:
- Somoa has not moved to DST this year (comment only)
- Bangladesh stays on DST for now.
- Pakistan went back to standard time in 1 Octo
39 matches
Mail list logo