The quotes don't mean the fix isn't complete - it is complete.
I was just discussing the way we put it in the code and comparing how it
looks like upstream (so if there are any code updates in the future it
should be easier to integrate them).
Btw. pjd is ok with this commit as the vendor code did
On 2011-06-06 05:06, Hiroki Sato wrote:
Author: hrs
Date: Mon Jun 6 03:06:43 2011
New Revision: 222732
URL: http://svn.freebsd.org/changeset/base/222732
Log:
- Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router Advertisement
Options for DNS Configuration) into rtadvd(8) and rtsold
Author: ae
Date: Mon Jun 6 10:39:38 2011
New Revision: 222742
URL: http://svn.freebsd.org/changeset/base/222742
Log:
Do not return EINVAL when user does `ipfw set N flush` on an empty set.
MFC after:2 weeks
Modified:
head/sys/netinet/ipfw/ip_fw_sockopt.c
Modified: head/sys/netinet/
Author: hrs
Date: Mon Jun 6 10:51:00 2011
New Revision: 222743
URL: http://svn.freebsd.org/changeset/base/222743
Log:
Fix build on 64-bit arch.
Submitted by: dim
Pointy hat to:hrs
Modified:
head/usr.sbin/rtadvd/config.c
head/usr.sbin/rtadvd/dump.c
head/usr.sbin/rtadvd/rtad
Author: ae
Date: Mon Jun 6 10:52:26 2011
New Revision: 222744
URL: http://svn.freebsd.org/changeset/base/222744
Log:
Increase buffer size for the command line.
PR: bin/125370
Submitted by: sem
MFC after:2 weeks
Modified:
head/sbin/ipfw/main.c
Modified: head/sbin/ipfw/
Author: ae
Date: Mon Jun 6 11:10:38 2011
New Revision: 222745
URL: http://svn.freebsd.org/changeset/base/222745
Log:
Initialize co.use_set variable before parsing each new rule.
PR: bin/134975
MFC after:2 weeks
Modified:
head/sbin/ipfw/main.c
Modified: head/sbin/ipfw/ma
Dimitry Andric wrote
in <4dec9ec1.9070...@freebsd.org>:
di> > Modified: head/usr.sbin/rtadvd/Makefile
di> >
==
di> > --- head/usr.sbin/rtadvd/Makefile Mon Jun 6 02:46:22 2011 (r222731)
di> > +++ head/usr.sbin/rtadvd/Ma
On Sun, 5 Jun 2011, Rick Macklem wrote:
The new NFSv4 client was erroneously using "p" instead of
"p_leader" for the "id" for POSIX byte range locking. I think
this would only have affected processes created by rfork(2)
with the RFTHREAD flag specified. This patch fixes that by
passing the
Author: hrs
Date: Mon Jun 6 11:36:10 2011
New Revision: 222746
URL: http://svn.freebsd.org/changeset/base/222746
Log:
Do not mark lo0 as IFDISABLED even if there is no $ifconfig_lo0_ipv6 line.
Modified:
head/etc/network.subr
Modified: head/etc/network.subr
==
Author: bz
Date: Mon Jun 6 12:21:42 2011
New Revision: 222747
URL: http://svn.freebsd.org/changeset/base/222747
Log:
Remove TODO which is not longer needed and the default.
Modified:
head/usr.sbin/bsdinstall/scripts/netconfig_ipv6
Modified: head/usr.sbin/bsdinstall/scripts/netconfig_ipv6
==
Author: rwatson
Date: Mon Jun 6 12:55:02 2011
New Revision: 222748
URL: http://svn.freebsd.org/changeset/base/222748
Log:
Implement a CPU-affine TCP and UDP connection lookup data structure,
struct inpcbgroup. pcbgroups, or "connection groups", supplement the
existing inpcbinfo connection
On Saturday, June 04, 2011 6:01:44 am Henrik Brix Andersen wrote:
> Hi,
>
> On Jun 4, 2011, at 11:45, Andreas Tobler wrote:
> > The chip itself is not PowerMac specific. It contains four times the
functionality of the ad7418 which is already in there. (dev/iicbus)
> >
> > The ofw is only needed
Author: jhb
Date: Mon Jun 6 13:12:56 2011
New Revision: 222750
URL: http://svn.freebsd.org/changeset/base/222750
Log:
Clear the device_t pointer in 'struct resource' when releasing a device
as otherwise the sysctl to export rman info can dereference a stale
pointer.
PR: kern/
Author: gavin
Date: Mon Jun 6 13:13:48 2011
New Revision: 222751
URL: http://svn.freebsd.org/changeset/base/222751
Log:
Document that REQUIRES, PROVIDES and KEYWORDS are alos accepted. This
chnage is different to the one suggested in the PR to try to avoid
cluttering the man page too much.
Author: gavin
Date: Mon Jun 6 13:18:29 2011
New Revision: 222752
URL: http://svn.freebsd.org/changeset/base/222752
Log:
Bump .Dd
Forgotten by: gavin
MFC after:1 week
Modified:
head/sbin/rcorder/rcorder.8
Modified: head/sbin/rcorder/rcorder.8
==
Author: jhb
Date: Mon Jun 6 13:21:11 2011
New Revision: 222753
URL: http://svn.freebsd.org/changeset/base/222753
Log:
More properly handle Cardbus cards that that store their CIS in a BAR after
the recent changes to track BAR state explicitly. The code would now
attempt to add the same BAR
Author: gavin
Date: Mon Jun 6 13:24:54 2011
New Revision: 222754
URL: http://svn.freebsd.org/changeset/base/222754
Log:
Add another example to mount(8) on using the "-o" argument.
PR: docs/157389
Submitted by: Warren Block
MFC after:1 week
Modified:
head/sbin/mount/mo
Author: jh
Date: Mon Jun 6 13:50:29 2011
New Revision: 222755
URL: http://svn.freebsd.org/changeset/base/222755
Log:
Pass correct size to write(2).
PR: bin/155915
Submitted by: John Levine
MFC after:2 weeks
Modified:
head/usr.bin/calendar/io.c
Modified: head/usr.bin/c
On 2011-06-06, Hiroki Sato wrote:
> di> > -WARNS?=1
> di> > +WARNS?=6
Shouldn't you just remove the WARNS line because the default for
usr.sbin/ is 6?
--
Jaakko
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/
Author: avg
Date: Mon Jun 6 14:23:13 2011
New Revision: 222756
URL: http://svn.freebsd.org/changeset/base/222756
Log:
don't use cpuid level 4 in x86 cpu topology detection if it's not supported
This regression was introduced in r213323.
There are probably no Intel cpus that support amd64
Author: mm
Date: Mon Jun 6 14:46:43 2011
New Revision: 222757
URL: http://svn.freebsd.org/changeset/base/222757
Log:
Remove empty #ifndef
MFC after:3 days
Modified:
head/sys/cddl/compat/opensolaris/sys/atomic.h
Modified: head/sys/cddl/compat/opensolaris/sys/atomic.h
===
Author: gjb (doc committer)
Date: Mon Jun 6 15:17:55 2011
New Revision: 222758
URL: http://svn.freebsd.org/changeset/base/222758
Log:
Document that when running 'su -m -c ', is run
within a shell as .
PR: 157078
Submitted by: Warren Block
MFC after:5 days
Modified:
Author: gjb (doc committer)
Date: Mon Jun 6 15:21:53 2011
New Revision: 222759
URL: http://svn.freebsd.org/changeset/base/222759
Log:
Bump date from previous commit. :(
MFC after:5 days
Modified:
head/usr.bin/su/su.1
Modified: head/usr.bin/su/su.1
==
Author: jhb
Date: Mon Jun 6 15:33:15 2011
New Revision: 222760
URL: http://svn.freebsd.org/changeset/base/222760
Log:
Some style fixes.
Submitted by: bde
Modified:
head/sys/dev/puc/pucdata.c
Modified: head/sys/dev/puc/pucdata.c
==
Author: imp
Date: Mon Jun 6 16:27:38 2011
New Revision: 222764
URL: http://svn.freebsd.org/changeset/base/222764
Log:
Make a couple of debug printfs DEVPRINTF.
Modified:
head/sys/dev/pccard/pccard.c
Modified: head/sys/dev/pccard/pccard.c
=
Author: bz
Date: Mon Jun 6 17:07:38 2011
New Revision: 222765
URL: http://svn.freebsd.org/changeset/base/222765
Log:
Include param.h for CACHE_LINE_SIZE to unbreak the build.
Modified:
head/usr.sbin/tcpdrop/tcpdrop.c
Modified: head/usr.sbin/tcpdrop/tcpdrop.c
Robert Watson writes:
> Author: rwatson
> Date: Mon Jun 6 12:55:02 2011
> New Revision: 222748
> URL: http://svn.freebsd.org/changeset/base/222748
>
> Log:
[...]
> Connection group support is enabled by compiling "options PCBGROUP"
> into your kernel configuration; for the time being, this i
On 6/5/11 4:20 AM, Julian Elischer wrote:
hmm note that my stealing of 4 bits for FIB was supposed to go away
for 8 and beyond.
Hmm, perhaps my patch to setfib.2 in
http://www.freebsd.org/cgi/query-pr.cgi?pr=docs/157453 is not quite right,
then. Do you have any comments on it?
Thanks,
Ben
On Jun 6, 2011, at 5:53 PM, Pan Tsu wrote:
> Robert Watson writes:
>
>> Author: rwatson
>> Date: Mon Jun 6 12:55:02 2011
>> New Revision: 222748
>> URL: http://svn.freebsd.org/changeset/base/222748
>>
>> Log:
> [...]
>> Connection group support is enabled by compiling "options PCBGROUP"
>> i
Author: marcel
Date: Mon Jun 6 18:25:11 2011
New Revision: 222766
URL: http://svn.freebsd.org/changeset/base/222766
Log:
Don't clobber the hosts /etc/fstab. $1 is empty at this point.
Modified:
head/release/ia64/mkisoimages.sh
Modified: head/release/ia64/mkisoimages.sh
=
Author: ed
Date: Mon Jun 6 18:40:01 2011
New Revision: 222767
URL: http://svn.freebsd.org/changeset/base/222767
Log:
Allow custom files to be opened and allow sorting by timestamp.
While implementing a tool to import lastlog entries into utmpx, I
noticed lastlogin doesn't allow custom da
Author: dchagin
Date: Mon Jun 6 19:00:38 2011
New Revision: 222768
URL: http://svn.freebsd.org/changeset/base/222768
Log:
Fix regex for ptraceopname().
PR: bin/157663
Submitted by: jason wright
MFC after:10 days
Modified:
head/usr.bin/kdump/mksubr
Modified: head/usr.
Author: marcel
Date: Mon Jun 6 19:06:15 2011
New Revision: 222769
URL: http://svn.freebsd.org/changeset/base/222769
Log:
Improve cpu_idle():
o cpu_idle_hook is expected to be called with interrupts
disabled and re-enables interrupts on return.
o sync with x86: don't idle when the
Author: gjb (doc committer)
Date: Mon Jun 6 19:33:19 2011
New Revision: 222770
URL: http://svn.freebsd.org/changeset/base/222770
Log:
Attempt to clear up some confusion in the following example, by stating
the '-c' argument is passed to the shell, not to su(1), which would
indicate the logi
Author: hrs
Date: Mon Jun 6 20:14:50 2011
New Revision: 222771
URL: http://svn.freebsd.org/changeset/base/222771
Log:
Set WARNS=1 temporarily to unbreak universe.
Modified:
head/usr.sbin/rtadvd/Makefile
Modified: head/usr.sbin/rtadvd/Makefile
Author: ed
Date: Mon Jun 6 20:24:17 2011
New Revision: 222772
URL: http://svn.freebsd.org/changeset/base/222772
Log:
Remove redundant assignments to WARNS.
For these directories, WARNS is already implied to be 6.
Modified:
head/lib/libiconv/Makefile
head/sbin/geom/class/sched/Makefile
On Jun 6, 2011, at 8:02 AM, Jaakko Heinonen wrote:
> On 2011-06-06, Hiroki Sato wrote:
>> di> > -WARNS?= 1
>> di> > +WARNS?= 6
>
> Shouldn't you just remove the WARNS line because the default for
> usr.sbin/ is 6?
No, the change should be reverted, since it breaks ARM.
Warner
On Mon, Jun 6, 2011 at 1:21 PM, Warner Losh wrote:
>
> On Jun 6, 2011, at 8:02 AM, Jaakko Heinonen wrote:
>
>> On 2011-06-06, Hiroki Sato wrote:
>>> di> > -WARNS?= 1
>>> di> > +WARNS?= 6
>>
>> Shouldn't you just remove the WARNS line because the default for
>> usr.sbin/ is 6?
>
> No, t
Warner Losh wrote
in :
im>
im> On Jun 6, 2011, at 8:02 AM, Jaakko Heinonen wrote:
im>
im> > On 2011-06-06, Hiroki Sato wrote:
im> >> di> > -WARNS?= 1
im> >> di> > +WARNS?= 6
im> >
im> > Shouldn't you just remove the WARNS line because the default for
im> > usr.sbin/ is 6?
im>
im> No, the ch
Author: gavin
Date: Mon Jun 6 21:02:26 2011
New Revision: 222778
URL: http://svn.freebsd.org/changeset/base/222778
Log:
Rework parts of this man page to improve grammar.
Inspired by, and parts submitted by...
PR: docs/157467
Submitted by: Ben Kaduk
MFC after:2 weeks
M
Author: hselasky
Date: Mon Jun 6 21:45:09 2011
New Revision: 222786
URL: http://svn.freebsd.org/changeset/base/222786
Log:
Improve enumeration of Low- and Full-speed devices connected through a
High-speed USB HUB by resetting the transaction translator (TT)
before trying re-enumeration. Als
Author: bz
Date: Mon Jun 6 21:45:32 2011
New Revision: 222787
URL: http://svn.freebsd.org/changeset/base/222787
Log:
Unbreak kernels with non-default PCBGROUP included but no WITNESS.
Rather than including lock.h in in_pcbgroup.c in right order, fix it
for all consumers of in_pcb.h by furth
Author: hselasky
Date: Mon Jun 6 22:03:09 2011
New Revision: 222790
URL: http://svn.freebsd.org/changeset/base/222790
Log:
Reset clear-stall error counter before setting up the USB control transfers.
MFC after:14 days
Modified:
head/sys/dev/usb/usb_transfer.c
Modified: head/sys/dev
Author: jkim
Date: Mon Jun 6 22:18:40 2011
New Revision: 222793
URL: http://svn.freebsd.org/changeset/base/222793
Log:
Revert r222152. The root cause was analysed and better fix is upcoming.
Discussed with: delphij
Modified:
head/share/man/man4/atkbd.4
head/sys/dev/atkbdc/atkbd
Author: jkim
Date: Mon Jun 6 23:03:37 2011
New Revision: 222795
URL: http://svn.freebsd.org/changeset/base/222795
Log:
Validate INT 15h and 16h vectors more strictly. Traditionally these entry
points are fixed addresses and (U)EFI CSM specification also mandated that.
Unfortunately, (U)EFI
Author: jlaffaye (ports committer)
Date: Mon Jun 6 23:48:48 2011
New Revision: 222797
URL: http://svn.freebsd.org/changeset/base/222797
Log:
Add myself to committers-ports.dot
Approved by: tabthorpe@ (mentor)
Modified:
head/share/misc/committers-ports.dot
Modified: head/share/misc/comm
Author: marcel
Date: Tue Jun 7 00:39:15 2011
New Revision: 222798
URL: http://svn.freebsd.org/changeset/base/222798
Log:
Add ia64_sync_icache() and use it to make the I-cache coherent
after loading the kernel's text segment. The kernel will do the
same for loaded modules, so don't worry abo
Author: marcel
Date: Tue Jun 7 00:59:31 2011
New Revision: 222799
URL: http://svn.freebsd.org/changeset/base/222799
Log:
o Bump the EFI loader version to 3.1.
o Add the about, pbvm and reboot commands.
o Trim the banner (suppress maker and date).
Modified:
head/sys/boot/ia64/efi/ef
Author: marcel
Date: Tue Jun 7 01:06:49 2011
New Revision: 222800
URL: http://svn.freebsd.org/changeset/base/222800
Log:
Call set_cputicker() to have the time counter use the ITC register.
Note that the ITC frequency is fixed.
Modified:
head/sys/ia64/ia64/machdep.c
Modified: head/sys/ia64
Author: marcel
Date: Tue Jun 7 01:28:12 2011
New Revision: 222801
URL: http://svn.freebsd.org/changeset/base/222801
Log:
Fix making kernel dumps from the debugger by creating a command
for it. Do not not expect a developer to call doadump(). Calling
doadump does not necessarily work when it
On Mon, Jun 6, 2011 at 6:28 PM, Marcel Moolenaar wrote:
> Author: marcel
> Date: Tue Jun 7 01:28:12 2011
> New Revision: 222801
> URL: http://svn.freebsd.org/changeset/base/222801
>
> Log:
> Fix making kernel dumps from the debugger by creating a command
> for it. Do not not expect a developer
Author: davidxu
Date: Tue Jun 7 02:50:14 2011
New Revision: 222802
URL: http://svn.freebsd.org/changeset/base/222802
Log:
Use p4prio_to_tsprio to calculate TS priority instead of using
p4prio_to_rtpprio which is for RT priority.
PR: kern/157657
Submitted by: krivenok.dmitry at gmail
Author: marcel
Date: Tue Jun 7 04:38:33 2011
New Revision: 222803
URL: http://svn.freebsd.org/changeset/base/222803
Log:
Lower WARNS level to 3 to eliminate alignment warnings related to
casting inherent in CMSG_DATA().
Modified:
head/usr.sbin/rtsold/Makefile
Modified: head/usr.sbin/rtsol
Author: ken
Date: Tue Jun 7 05:04:37 2011
New Revision: 222804
URL: http://svn.freebsd.org/changeset/base/222804
Log:
Set pca.p_bufr to NULL when we haven't allocated a buffer.
Otherwise, p_bufr is set to garbage on the stack, and if that garbage
happens to be non-NULL, and the TOLOG or
On Mon, 6 Jun 2011, Pan Tsu wrote:
Robert Watson writes:
Author: rwatson
Date: Mon Jun 6 12:55:02 2011
New Revision: 222748
URL: http://svn.freebsd.org/changeset/base/222748
Log:
[...]
Connection group support is enabled by compiling "options PCBGROUP"
into your kernel configuration;
Author: avg
Date: Tue Jun 7 06:18:02 2011
New Revision: 222805
URL: http://svn.freebsd.org/changeset/base/222805
Log:
amdsbwd: update to support SB8xx southbridges
Many thanks to Tino for drawing my attention to
this, for doing a lot of testing and providing great feedback.
Many thank
Author: ae
Date: Tue Jun 7 06:42:29 2011
New Revision: 222806
URL: http://svn.freebsd.org/changeset/base/222806
Log:
Make a behaviour of the libalias based in-kernel NAT a bit closer to
how natd(8) does work. natd(8) drops packets only when libalias returns
PKT_ALIAS_IGNORED and "deny_incom
Author: ae
Date: Tue Jun 7 06:48:42 2011
New Revision: 222808
URL: http://svn.freebsd.org/changeset/base/222808
Log:
Sync ng_nat with recent (r222806) ipfw_nat changes:
Make a behaviour of the libalias based in-kernel NAT a bit closer to
how natd(8) does work. natd(8) drops packets o
Author: ae
Date: Tue Jun 7 06:57:22 2011
New Revision: 222809
URL: http://svn.freebsd.org/changeset/base/222809
Log:
Fix indentation.
Modified:
head/sys/netinet/libalias/alias_sctp.h
Modified: head/sys/netinet/libalias/alias_sctp.h
===
59 matches
Mail list logo