git: kqueue: Reduce file/hash list token coverage

2015-12-31 Thread Sepherosa Ziehau
commit 9261e1807f6a66a7fba335598fff341ef1d0e18e Author: Sepherosa Ziehau Date: Thu Dec 31 17:31:39 2015 +0800 kqueue: Reduce file/hash list token coverage They should only cover file/hash list operations. And reduce kqueue token coverage on

git: sbin/newfs_hammer: Fix newfs_hammer(8) manpage

2015-12-31 Thread Tomohiro Kusumi
commit 6d58a4e4667702cc0ad7ec8727ee6275ce82f311 Author: Tomohiro Kusumi Date: Sat Dec 5 21:40:23 2015 +0900 sbin/newfs_hammer: Fix newfs_hammer(8) manpage Summary of changes: sbin/newfs_hammer/newfs_hammer.8 | 25 +++-- 1 file changed, 19

git: sbin/mount_hammer: Fix mount_hammer(8) manpage

2015-12-31 Thread Tomohiro Kusumi
commit ed3f6f04e2a2e8469f3654aaf587da6486e1cb00 Author: Tomohiro Kusumi Date: Sat Dec 5 21:40:23 2015 +0900 sbin/mount_hammer: Fix mount_hammer(8) manpage Summary of changes: sbin/mount_hammer/mount_hammer.8 | 11 ++- 1 file changed, 10 insertions(+),

git: bus_dma.9: Fix bus_dmamap_load_mbuf_segment documentation of maxsegs arg.

2015-12-31 Thread Imre Vadasz
commit 251405699f9f85981ad4c833ec69b3eca7917346 Author: Imre Vadász Date: Thu Dec 31 18:21:54 2015 +0100 bus_dma.9: Fix bus_dmamap_load_mbuf_segment documentation of maxsegs arg. The maxsegs argument of bus_dmamap_load_mbuf_segment is allowed to be equal to

git: Bump our copyrights to 2016. Happy new year! :)

2015-12-31 Thread Sascha Wildner
commit b223297879ab3f43f563ecee708b5ab9ecf6db18 Author: Sascha Wildner Date: Thu Dec 31 23:16:00 2015 +0100 Bump our copyrights to 2016. Happy new year! :) Summary of changes: COPYRIGHT | 2 +- sys/sys/copyright.h | 2 +- 2 files changed, 2 insertions(+), 2

git: if_iwm: Just store the struct firmware pointer, like if_iwn does.

2015-12-31 Thread Imre Vadasz
commit c9fe4836a0b5b8631327bea616d32646deb1717a Author: Imre Vadász Date: Thu Dec 31 23:13:12 2015 +0100 if_iwm: Just store the struct firmware pointer, like if_iwn does. if_iwm was passing the firmware data pointer to firmware_put(9), instead of the struct

git: if_iwm: Apply some changes from OpenBSD, if_iwm.c rev 1.39 -> 1.42

2015-12-31 Thread Imre Vadasz
commit 352c1ce92aec690a8469da6d4702a3647b813e67 Author: Imre Vadász Date: Wed Dec 30 17:01:11 2015 +0100 if_iwm: Apply some changes from OpenBSD, if_iwm.c rev 1.39 -> 1.42 - Use m_defrag(9) instead of rolling our own version of it. - Limit the number of

git: Split EXIT STATUS and DIAGNOSTICS sections in manual pages.

2015-12-31 Thread Sascha Wildner
commit 7847869750760b1bfe91b1347bb9dc034d4f5481 Author: Sascha Wildner Date: Fri Jan 1 01:07:02 2016 +0100 Split EXIT STATUS and DIAGNOSTICS sections in manual pages. Also correct some DIAGNOSTICS -> EXIT STATUS where it described only the exit codes. Summary

Re: git: if_iwm: Apply some changes from OpenBSD, if_iwm.c rev 1.39 -> 1.42

2015-12-31 Thread Sepherosa Ziehau
On Fri, Jan 1, 2016 at 7:02 AM, Imre Vadasz wrote: > > commit 352c1ce92aec690a8469da6d4702a3647b813e67 > Author: Imre Vadász > Date: Wed Dec 30 17:01:11 2015 +0100 > > if_iwm: Apply some changes from OpenBSD, if_iwm.c rev 1.39 -> 1.42 > >

git: newfs_hammer.8: Remove two unneeded .Pp macros.

2015-12-31 Thread Sascha Wildner
commit ac183281f0c4b01c1481911a598e5d027a7614e5 Author: Sascha Wildner Date: Thu Dec 31 21:18:53 2015 +0100 newfs_hammer.8: Remove two unneeded .Pp macros. Summary of changes: sbin/newfs_hammer/newfs_hammer.8 | 2 -- 1 file changed, 2 deletions(-)