git: ix: Update to Intel ix-2.8.2

2015-12-03 Thread Sepherosa Ziehau
commit 63d483cddd6a4740c2f3db4604362df4be763e32 Author: Sepherosa Ziehau Date: Tue Dec 1 11:07:40 2015 +0800 ix: Update to Intel ix-2.8.2 This update adds more chips support. Local changes: Fix ifmedia support. Now media change (force 10G-SR

git: atomic: Fix atomic_cmpset_long prototype

2015-12-03 Thread Sepherosa Ziehau
commit bee1eda44c0bc34f943b4ed838bd011c62d0a918 Author: Sepherosa Ziehau Date: Fri Dec 4 15:26:48 2015 +0800 atomic: Fix atomic_cmpset_long prototype Return value is actually a boolean, int should be enough. Summary of changes:

git: sys/vfs/hammer: Add/fix comments on B-Tree node

2015-12-03 Thread Tomohiro Kusumi
commit 4923f6f74dd75a3e7544d51d14e234bfb6147864 Author: Tomohiro Kusumi Date: Wed Dec 2 23:20:45 2015 +0900 sys/vfs/hammer: Add/fix comments on B-Tree node Add/fix missing/incomplete/obsolete comments. Move struct hammer_node_ondisk to the

git: annotated tag v4.4.0 created

2015-12-03 Thread Justin C. Sherrill
at 1804fc85f8165310a6ded235f0c12f89ce14234c (tag) tagging 9ee45dd09766204be7d94a399290123f72b3c75f (commit) replaces v4.4.0rc tagged by Justin C. Sherrill on Thu Dec 3 18:58:35 2015 -0500 DragonFly 4.4.0 -BEGIN PGP SIGNATURE- Version: GnuPG v2

git: socket: so_ref 0->1 transition is valid for an aborted socket on so_comp

2015-12-03 Thread Sepherosa Ziehau
commit ac7b8e28062207a6d6db1b0bd95207755749fa7c Author: Sepherosa Ziehau Date: Fri Dec 4 10:20:40 2015 +0800 socket: so_ref 0->1 transition is valid for an aborted socket on so_comp Add comment about it. Reported-by: marino@, dillon@ Summary of