git: em/emx.4: Mention the tranmission queue arbitration

2013-08-02 Thread Sepherosa Ziehau
commit e301539e7ec170c1a72fb2c994c5202aaeefc59f Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Fri Aug 2 17:35:00 2013 +0800 em/emx.4: Mention the tranmission queue arbitration Summary of changes: share/man/man4/em.4 | 6 ++ 1 file changed, 6 insertions(+)

git: bnx.4: Mention the tranmission queue arbitration

2013-08-02 Thread Sepherosa Ziehau
commit 98041563a9c4095babba432d1c32e6b57dc050ce Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Fri Aug 2 17:43:30 2013 +0800 bnx.4: Mention the tranmission queue arbitration Summary of changes: share/man/man4/bnx.4 | 6 ++ 1 file changed, 6 insertions(+)

git: kernel: Fix bus_dmamem_alloc()

2013-08-02 Thread Francois Tigeot
commit 7eb97ba2a602e79388aa3b1e5d7ce1d822bf06b7 Author: François Tigeot ftig...@wolfpond.org Date: Fri Aug 2 19:02:55 2013 +0200 kernel: Fix bus_dmamem_alloc() Its call to pmap_change_attr() contained a typo which caused kernel panics on some machines. Reported-by:

git: kernel - Fix /dev/mem

2013-08-02 Thread Matthew Dillon
commit f3ec743d786818511ddac033ed6a4a6260344b66 Author: Matthew Dillon dil...@apollo.backplane.com Date: Fri Aug 2 10:09:37 2013 -0700 kernel - Fix /dev/mem * Fix offset vs page-index mistake for old-style device mmap. This fixes /dev/mem and programs that use it like

git: kernel - Fix panic when usched is used to force a cpu w/the dfly scheduler

2013-08-02 Thread Matthew Dillon
commit d87af38ca063b9782ed8e05a68691890f58d489c Author: Matthew Dillon dil...@apollo.backplane.com Date: Fri Aug 2 10:46:40 2013 -0700 kernel - Fix panic when usched is used to force a cpu w/the dfly scheduler * Fix a panic for 'usched dfly:0x1 sh', or other similar cpu forcing

git: kernel/amr: Move amrd (disk) adding before amrp (cam passthrough).

2013-08-02 Thread Sascha Wildner
commit 43d354493c7d98c9c1d3bb982ba17c69550819a0 Author: Sascha Wildner s...@online.de Date: Fri Aug 2 19:58:28 2013 +0200 kernel/amr: Move amrd (disk) adding before amrp (cam passthrough). This fixes a panic seen when amr/amrp were compiled into the kernel. Dragonfly-bug:

git: kernel - Fix sendfile() based deadlock

2013-08-02 Thread Matthew Dillon
commit 3d645fdc82a4bf3b54cfef070ac95e203bef42c6 Author: Matthew Dillon dil...@apollo.backplane.com Date: Fri Aug 2 15:51:23 2013 -0700 kernel - Fix sendfile() based deadlock * Fix a sendfile() based deadlock. It turns out that after all of that work we can't soft-busy the

git: kernel - Fix panic when usched is used to force a cpu w/the dfly scheduler (2)

2013-08-02 Thread Matthew Dillon
commit 9809f2dfba49bd873cb6ae11ec5f2def0369260f Author: Matthew Dillon dil...@apollo.backplane.com Date: Fri Aug 2 15:53:28 2013 -0700 kernel - Fix panic when usched is used to force a cpu w/the dfly scheduler (2) * Missing file in last commit. Summary of changes: