Re: svn commit: r237203 - head/sys/dev/fb

2012-06-18 Thread Poul-Henning Kamp
In message 20120618130626.m...@besplex.bde.org, Bruce Evans writes: There is no reason 16-bit copies should work either. Indeed not, but they do. As for the rest of your observations: Yes, the syscons code is a mess. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 p...@freebsd.org

svn commit: r237219 - head/sys/kern

2012-06-18 Thread Peter Holm
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

svn commit: r237223 - head/sys/dev/fb

2012-06-18 Thread Poul-Henning Kamp
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:

Re: svn commit: r237203 - head/sys/dev/fb

2012-06-18 Thread Poul-Henning Kamp
In message 20120618062912.61088c11.t...@tackymt.homeip.net, Taku YAMAMOTO wri tes: On Sun, 17 Jun 2012 21:02:48 + (UTC) Poul-Henning Kamp p...@freebsd.org wrote: Author: phk Date: Sun Jun 17 21:02:48 2012 New Revision: 237203 URL: http://svn.freebsd.org/changeset/base/237203 + +static

Re: svn commit: r237223 - head/sys/dev/fb

2012-06-18 Thread Gennady Proskurin
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.

svn commit: r237225 - head/sys/cam/scsi

2012-06-18 Thread Alexander Motin
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:

svn commit: r237226 - head/sys/netgraph/netflow

2012-06-18 Thread Alexander V. Chernikov
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

svn commit: r237227 - in head: share/man/man4 sys/netgraph/netflow

2012-06-18 Thread Alexander V. Chernikov
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

svn commit: r237228 - head/sys/amd64/amd64

2012-06-18 Thread Alan Cox
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.

svn commit: r237229 - head/sys/netinet

2012-06-18 Thread Michael Tuexen
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

svn commit: r237230 - head/sys/netinet

2012-06-18 Thread Michael Tuexen
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

svn commit: r237234 - head/share/man/man4

2012-06-18 Thread Marius Strobl
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

svn commit: r237235 - head/share/man/man4

2012-06-18 Thread Marius Strobl
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:

svn commit: r237236 - head/sys/dev/usb/serial

2012-06-18 Thread Marius Strobl
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:

svn commit: r237237 - head/sys/arm/at91

2012-06-18 Thread Marius Strobl
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

svn commit: r237238 - head/sys/arm/at91

2012-06-18 Thread Marius Strobl
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

svn commit: r237240 - head/sys/dev/flash

2012-06-18 Thread Marius Strobl
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

Re: svn commit: r237130 - head/sys/arm/at91

2012-06-18 Thread Warner Losh
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 and an rm

svn commit: r237243 - head/sys/amd64/amd64

2012-06-18 Thread Konstantin Belousov
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

Re: svn commit: r237130 - head/sys/arm/at91

2012-06-18 Thread Marius Strobl
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:

svn commit: r237244 - head/sys/fs/nfsclient

2012-06-18 Thread Rick Macklem
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,

svn commit: r237245 - head/share/man/man4

2012-06-18 Thread Sean Bruno
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

Re: svn commit: r237223 - head/sys/dev/fb

2012-06-18 Thread Daniel O'Connor
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 2012

Re: svn commit: r237244 - head/sys/fs/nfsclient

2012-06-18 Thread Benjamin Kaduk
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

Re: svn commit: r237223 - head/sys/dev/fb

2012-06-18 Thread Adrian Chadd
.. 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

Re: svn commit: r237223 - head/sys/dev/fb

2012-06-18 Thread Poul-Henning Kamp
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/IP

svn commit: r237250 - head/share/man/man4

2012-06-18 Thread Joel Dahl
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

svn commit: r237251 - head/share/man/man4

2012-06-18 Thread Joel Dahl
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