Author: eadler
Date: Tue Jun 19 06:18:42 2012
New Revision: 237260
URL: http://svn.freebsd.org/changeset/base/237260
Log:
Add __unused macros to appropriate places in order to allow building
with WARNS=6 on base gcc, gcc46, and clang
Approved by: cperciva
MFC after:1 week
Modified
Author: eadler
Date: Tue Jun 19 06:18:37 2012
New Revision: 237259
URL: http://svn.freebsd.org/changeset/base/237259
Log:
Allow users with RO privilege to the device to read the RO attributes.
PR: bin/167302
Submitted by: markham breitbach
Discussed with: pjd (briefly)
Author: eadler
Date: Tue Jun 19 06:09:58 2012
New Revision: 237254
URL: http://svn.freebsd.org/changeset/base/237254
Log:
Remove variables which are initialized but never used thereafter reported by
gcc46 warning
Approved by: cperciva
MFC After:3 days
Modified:
head/usr.sbin/crun
Author: eadler
Date: Tue Jun 19 06:10:34 2012
New Revision: 237258
URL: http://svn.freebsd.org/changeset/base/237258
Log:
Remove variables which are initialized but never used thereafter reported by
gcc46 warning
Approved by: cperciva
MFC After:3 days
Modified:
head/usr.sbin/kldx
Author: eadler
Date: Tue Jun 19 06:10:31 2012
New Revision: 237257
URL: http://svn.freebsd.org/changeset/base/237257
Log:
Remove variables which are initialized but never used thereafter reported by
gcc46 warning
Approved by: cperciva
MFC After:3 days
Modified:
head/usr.sbin/kbdm
Author: eadler
Date: Tue Jun 19 06:10:27 2012
New Revision: 237256
URL: http://svn.freebsd.org/changeset/base/237256
Log:
Remove variables which are initialized but never used thereafter reported by
gcc46 warning
Approved by: cperciva
MFC After:3 days
Modified:
head/usr.sbin/ifmc
Author: eadler
Date: Tue Jun 19 06:10:24 2012
New Revision: 237255
URL: http://svn.freebsd.org/changeset/base/237255
Log:
Remove variables which are initialized but never used thereafter reported by
gcc46 warning
Approved by: cperciva
MFC After:3 days
Modified:
head/usr.sbin/ctla
Author: eadler
Date: Tue Jun 19 06:09:47 2012
New Revision: 237253
URL: http://svn.freebsd.org/changeset/base/237253
Log:
Remove variables which are initialized but never used thereafter reported by
gcc46 warning
Approved by: cperciva
MFC After:3 days
Modified:
head/usr.sbin/bsdi
Author: joel (doc committer)
Date: Tue Jun 19 05:55:14 2012
New Revision: 237251
URL: http://svn.freebsd.org/changeset/base/237251
Log:
Remove end of line whitespace.
Modified:
head/share/man/man4/est.4
Modified: head/share/man/man4/est.4
=
Author: joel (doc committer)
Date: Tue Jun 19 05:53:47 2012
New Revision: 237250
URL: http://svn.freebsd.org/changeset/base/237250
Log:
Minor mdoc fixes.
Modified:
head/share/man/man4/est.4
Modified: head/share/man/man4/est.4
==
In message <68fbe843-7337-4c90-b01f-e0caabb62...@gsoft.com.au>, "Daniel O'Conno
r" writes:
>> If size is odd, this does not copy the last byte. Not sure, whether =
>this is intended.
Feel free to improve...
--
Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
p...@freebsd.org | TCP/
.. what, a kassert without handling the actual errorneous condition
when INVARIANTS aren't compiled in? :)
Adrian
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-
On Mon, 18 Jun 2012, Rick Macklem wrote:
Author: rmacklem
Date: Mon Jun 18 22:17:28 2012
New Revision: 237244
URL: http://svn.freebsd.org/changeset/base/237244
Log:
Fix the NFSv4 client for the case where mmap'd files are
written, but not msync'd by a process. A VOP_PUTPAGES()
called when VO
On 18/06/2012, at 19:04, Gennady Proskurin wrote:
>> Modified: head/sys/dev/fb/fbreg.h
>> ==
>> --- head/sys/dev/fb/fbreg.h Mon Jun 18 07:43:23 2012(r237222)
>> +++ head/sys/dev/fb/fbreg.h Mon Jun 18 07:54:10 201
Author: sbruno
Date: Mon Jun 18 23:18:49 2012
New Revision: 237245
URL: http://svn.freebsd.org/changeset/base/237245
Log:
Document support for Intel Enhanced Speedstep Tech interface
of cpufreq(4) via a new man page est(4)
Document the two exposed tuneables of est(4).
I'd appreciate
Author: rmacklem
Date: Mon Jun 18 22:17:28 2012
New Revision: 237244
URL: http://svn.freebsd.org/changeset/base/237244
Log:
Fix the NFSv4 client for the case where mmap'd files are
written, but not msync'd by a process. A VOP_PUTPAGES()
called when VOP_RECLAIM() happens will usually fail, si
On Mon, Jun 18, 2012 at 02:27:11PM -0600, Warner Losh wrote:
>
> On Jun 18, 2012, at 1:33 PM, Marius Strobl wrote:
>
> > On Fri, Jun 15, 2012 at 08:37:50AM +, Warner Losh wrote:
> >> Author: imp
> >> Date: Fri Jun 15 08:37:50 2012
> >> New Revision: 237130
> >> URL: http://svn.freebsd.org/cha
Author: kib
Date: Mon Jun 18 21:08:48 2012
New Revision: 237243
URL: http://svn.freebsd.org/changeset/base/237243
Log:
Adjust the fix in r236953, by not generating the signal manually, but
performing the return to usermode using full return path. This
consolidates the handling of exceptiona
On Jun 18, 2012, at 1:33 PM, Marius Strobl wrote:
> On Fri, Jun 15, 2012 at 08:37:50AM +, Warner Losh wrote:
>> Author: imp
>> Date: Fri Jun 15 08:37:50 2012
>> New Revision: 237130
>> URL: http://svn.freebsd.org/changeset/base/237130
>>
>> Log:
>> Make it possible to link together a sam an
Author: marius
Date: Mon Jun 18 20:19:07 2012
New Revision: 237240
URL: http://svn.freebsd.org/changeset/base/237240
Log:
Revert r236529, re-enabling verification of the flashed content as
the underlying problem was dealt with in r237239 (in fact, disabling
verification also actually only ma
Author: marius
Date: Mon Jun 18 20:14:42 2012
New Revision: 237239
URL: http://svn.freebsd.org/changeset/base/237239
Log:
Revert the part of r236495 that introduced checking of SPI_SR_TXEMPTY
for TX transfer completion as for reasons unknown this occasionally
causes SPI_SR_RXBUFF and SPI_SR_
Author: marius
Date: Mon Jun 18 19:47:25 2012
New Revision: 237238
URL: http://svn.freebsd.org/changeset/base/237238
Log:
Try to bring this file closer to style(9).
Modified:
head/sys/arm/at91/at91_machdep.c
Modified: head/sys/arm/at91/at91_machdep.c
=
On Fri, Jun 15, 2012 at 08:37:50AM +, Warner Losh wrote:
> Author: imp
> Date: Fri Jun 15 08:37:50 2012
> New Revision: 237130
> URL: http://svn.freebsd.org/changeset/base/237130
>
> Log:
> Make it possible to link together a sam and an rm kernel. The results
> aren't very pretty yet, but
Author: marius
Date: Mon Jun 18 19:22:10 2012
New Revision: 237237
URL: http://svn.freebsd.org/changeset/base/237237
Log:
Unbreak after r236658 by comparing the right things.
Modified:
head/sys/arm/at91/at91sam9260.c
Modified: head/sys/arm/at91/at91sam9260.c
=
Author: marius
Date: Mon Jun 18 19:18:31 2012
New Revision: 237236
URL: http://svn.freebsd.org/changeset/base/237236
Log:
Refine r237102 a bit:
- Anounce JTAG interfaces deliberately skipped.
- Bring back empty lines too eagerly removed.
MFC after:3 days
Modified:
head/sys/dev/us
Author: marius
Date: Mon Jun 18 19:14:06 2012
New Revision: 237235
URL: http://svn.freebsd.org/changeset/base/237235
Log:
Document the hw.ahci.force tunable here, too, as it's also used by
ataahci(4) and atanvidia(4).
MFC after:3 days
Modified:
head/share/man/man4/ata.4
Modified:
Author: marius
Date: Mon Jun 18 19:11:07 2012
New Revision: 237234
URL: http://svn.freebsd.org/changeset/base/237234
Log:
Avoid hard sentence break.
MFC after:3 days
Modified:
head/share/man/man4/ahci.4
Modified: head/share/man/man4/ahci.4
===
Author: tuexen
Date: Mon Jun 18 17:11:24 2012
New Revision: 237230
URL: http://svn.freebsd.org/changeset/base/237230
Log:
Add rate limitation for SCTP OOTB responses.
MFC after: 3 days
Modified:
head/sys/netinet/icmp_var.h
head/sys/netinet/ip_icmp.c
head/sys/netinet/sctp_input.c
Mod
Author: tuexen
Date: Mon Jun 18 17:09:39 2012
New Revision: 237229
URL: http://svn.freebsd.org/changeset/base/237229
Log:
Cleanup the UDP decapsulation code.
MFC after: 3 days
Modified:
head/sys/netinet/sctputil.c
Modified: head/sys/netinet/sctputil.c
===
Author: alc
Date: Mon Jun 18 16:21:59 2012
New Revision: 237228
URL: http://svn.freebsd.org/changeset/base/237228
Log:
Add PV chunk and list locking to pmap_page_exists_quick(),
pmap_page_is_mapped(), and pmap_remove_pages(). These functions
are no longer serialized by the pvh global lock.
Author: melifaro
Date: Mon Jun 18 13:56:36 2012
New Revision: 237227
URL: http://svn.freebsd.org/changeset/base/237227
Log:
Make radix lookup on src and dst flow addresses optional
and configurable on per-interface basis.
Remove __inline__ for several functions being called once per
flow (
Author: melifaro
Date: Mon Jun 18 13:50:41 2012
New Revision: 237226
URL: http://svn.freebsd.org/changeset/base/237226
Log:
Simplify IP pointer recovery in case of mbuf reallocation.
Reviewed by: glebius (previous version)
Approved by: ae(mentor)
MFC after: 2 weeks
Modifi
Author: mav
Date: Mon Jun 18 12:45:35 2012
New Revision: 237225
URL: http://svn.freebsd.org/changeset/base/237225
Log:
Remove never used CD/DA_FLAG_TAGGED_QUEUING flags.
MFC after:1 week
Modified:
head/sys/cam/scsi/scsi_cd.c
head/sys/cam/scsi/scsi_da.c
Modified: head/sys/cam/scsi/
On Mon, Jun 18, 2012 at 07:54:11AM +, Poul-Henning Kamp wrote:
> Author: phk
> Date: Mon Jun 18 07:54:10 2012
> New Revision: 237223
> URL: http://svn.freebsd.org/changeset/base/237223
>
> Log:
> Fix the previous commit to only copy the data we were asked to and not
> twice as much.
>
>
In message <20120618062912.61088c11.t...@tackymt.homeip.net>, Taku YAMAMOTO wri
tes:
>On Sun, 17 Jun 2012 21:02:48 + (UTC)
>Poul-Henning Kamp wrote:
>
>> Author: phk
>> Date: Sun Jun 17 21:02:48 2012
>> New Revision: 237203
>> URL: http://svn.freebsd.org/changeset/base/237203
>> +
>> +static _
Author: phk
Date: Mon Jun 18 07:54:10 2012
New Revision: 237223
URL: http://svn.freebsd.org/changeset/base/237223
Log:
Fix the previous commit to only copy the data we were asked to and not
twice as much.
Spotted by: Taku YAMAMOTO
Modified:
head/sys/dev/fb/fbreg.h
Modified: head/sys
Author: pho
Date: Mon Jun 18 07:34:38 2012
New Revision: 237219
URL: http://svn.freebsd.org/changeset/base/237219
Log:
In tty_makedev() the following construction:
dev = make_dev_cred();
dev->si_drv1 = tp;
leaves a small window where the newly created device may be opened
and si_dr
37 matches
Mail list logo