git: sbin/hammer: remove obsolete comments

2015-02-22 Thread Tomohiro Kusumi
commit cb86564c618f8d7bd40ca040cd328481a4ce4ef9 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Sun Feb 22 03:28:22 2015 +0900 sbin/hammer: remove obsolete comments - Remove comments of a no longer existing function. Summary of changes: sbin/hammer/ondisk.c | 7 +--

git: sys/vfs/hammer: remove obsolete comments on btree, etc

2015-02-22 Thread Tomohiro Kusumi
commit 51a31a39c6490ac24260ff4c41d10133cb069abc Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Sun Feb 22 05:14:50 2015 +0900 sys/vfs/hammer: remove obsolete comments on btree, etc - hunk1: Use 'type' instead of 'subtype'. subtype was a different idea from type

git: drm/i915: Restore gcc 5.0 fixes

2015-02-22 Thread Francois Tigeot
commit b83b7d5d975bedc0a37be6d68f1b48a428e93813 Author: François Tigeot ftig...@wolfpond.org Date: Sun Feb 22 17:01:15 2015 +0100 drm/i915: Restore gcc 5.0 fixes They were originally added by John Marino in eecf6c3c3b6f7127edd8b8f8c2a83e2f882ed0da and overwritten by the

git: sys/vfs/hammer: remove comment on atime

2015-02-22 Thread Tomohiro Kusumi
commit af77653dacca6d0747caab8422e3ee0a55313bec Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Mon Feb 23 02:51:35 2015 +0900 sys/vfs/hammer: remove comment on atime - Remove a comment regarding where atime is stored. It's a parf of inode, but not btree element.

git: Remove parallel port support from our default config.

2015-02-22 Thread Sascha Wildner
commit b3cf6379843bd4fdd64dd9203d64b8b366edbf4b Author: Sascha Wildner s...@online.de Date: Sun Feb 22 21:52:38 2015 +0100 Remove parallel port support from our default config. Summary of changes: sys/config/X86_64_GENERIC | 8 1 file changed, 8 deletions(-)

git: kernel/usb4bsd: Apply FreeBSD r278503

2015-02-22 Thread Markus Pfeiffer
commit aaad50921805526b125d392d61def9e0142923ca Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Sun Feb 22 20:51:21 2015 + kernel/usb4bsd: Apply FreeBSD r278503 This updates the original patch r274918, which had the following description: Don't use the

git: kernel/drm: Fix spelling in comments.

2015-02-22 Thread Sascha Wildner
commit 327d6fa5f94f2ff6aba47f329b1a32ee0fda845e Author: Sascha Wildner s...@online.de Date: Sun Feb 22 21:49:26 2015 +0100 kernel/drm: Fix spelling in comments. Summary of changes: sys/dev/drm/i915/i915_gem_tiling.c | 2 +- sys/dev/drm/i915/intel_display.c | 2 +- 2 files changed, 2

git: kernel/usb4bsd, kernel/sound: Fix detach panic

2015-02-22 Thread Markus Pfeiffer
commit d78ce965185bbe24349ec52eeb17e712b8a0d8dc Author: Markus Pfeiffer profm...@dragonflybsd.org Date: Sun Feb 22 21:59:59 2015 + kernel/usb4bsd, kernel/sound: Fix detach panic The kernel paniced when unplugging a USB sound device. This was due to a NULL td_proc pointer

git: libhammer.3: Fix unknown reference.

2015-02-22 Thread Sascha Wildner
commit af571dbfd7a486711c523fe3223977a70bb43711 Author: Sascha Wildner s...@online.de Date: Sun Feb 22 21:55:55 2015 +0100 libhammer.3: Fix unknown reference. Summary of changes: lib/libhammer/libhammer.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

git: kernel/usb4bsd: Update uaudio driver to FreeBSD r276701

2015-02-22 Thread Markus Pfeiffer
commit a963377a020657ee1077d8d6dba3325ec28e0e42 Author: Sascha Wildner s...@online.de Date: Fri Jan 9 18:18:21 2015 +0100 kernel/usb4bsd: Update uaudio driver to FreeBSD r276701 Summary of changes: etc/devd/usb.conf | 26 +- sys/bus/u4b/audio/Makefile | 10 +-

git: kernel/lwkt_serialize: Take serializer bookkeeping out of INVARIANTS.

2015-02-22 Thread Sascha Wildner
commit c61040eeb9bb4a77b421706185fbd91f702752c9 Author: Sascha Wildner s...@online.de Date: Sun Feb 22 22:16:27 2015 +0100 kernel/lwkt_serialize: Take serializer bookkeeping out of INVARIANTS. IS_SERIALIZED() is no longer only used in [K]KASSERT(), which disrupts compiling