git: OpenLIBM: local mod -- add back C99 macros

2015-07-17 Thread John Marino
commit d5168ee9e502bcd79096d92f8651f7cd70ff1d48 Author: John Marino dr...@marino.st Date: Fri Jul 17 08:26:03 2015 +0200 OpenLIBM: local mod -- add back C99 macros The math.h header of OpenBSD's library is missing some C99 macro defintions. Most of these we had before.

git: sbin/hammer: Remove unnecessary zone encoding

2015-07-17 Thread Tomohiro Kusumi
commit 0ad9354038be3d9c338ed2117144934e633a7312 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Tue Jul 14 20:48:25 2015 +0900 sbin/hammer: Remove unnecessary zone encoding - This zone encoding isn't necessary since *result_offp is already 'zone' offset.

git: sys/vfs/hammer: Make HAMMER_ENCODE() take zone index instead of base

2015-07-17 Thread Tomohiro Kusumi
commit 6fdd989a6f172aa48cb67f9ea3621cc2923de159 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Wed Jul 15 08:18:38 2015 +0900 sys/vfs/hammer: Make HAMMER_ENCODE() take zone index instead of base - HAMMER_ENCODE() macro added in cbf2551 should have taken zone index

git: sbin/hammer: Properly set modified flag for blockmap

2015-07-17 Thread Tomohiro Kusumi
commit 8b8907c8234345a56030ea567f7dbf81398a1eca Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Thu Jul 16 23:50:33 2015 +0900 sbin/hammer: Properly set modified flag for blockmap - When a blockmap finds the current layer2 (that corresponds to blockmap-next_offset)

git: sbin/hammer: Assert simplified blockmap allocator

2015-07-17 Thread Tomohiro Kusumi
commit 0d1f608583649369f4bdd520c29f342b2d3806d8 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Fri Jul 17 20:36:07 2015 +0900 sbin/hammer: Assert simplified blockmap allocator - alloc_blockmap() is a simplified blockmap allocator of kernel function

git: sys/vfs/hammer: Add zoneX version of hammer_xlate_to_zone2()

2015-07-17 Thread Tomohiro Kusumi
commit d0ea2047454e0d94be28450a43750b21a1515b5b Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Wed Jul 15 07:22:33 2015 +0900 sys/vfs/hammer: Add zoneX version of hammer_xlate_to_zone2() - Add hammer_xlate_to_zoneX() macro as a generic version of

git: sbin/hammer: Fix boundary check

2015-07-17 Thread Tomohiro Kusumi
commit 1bda0b52a2188ce1adefe6530241de89ebb48fc4 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Thu Jul 16 02:45:41 2015 +0900 sbin/hammer: Fix boundary check - It should be (next_offset + bytes - 1). - alloc_blockmap() has only been used by newfs_hammer for root

git: sbin/hammer: Fix wrong free big-blocks counter

2015-07-17 Thread Tomohiro Kusumi
commit 042505d78e02ba5179ed11b7b1ae4de14cc0a2f6 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Fri Jul 17 00:50:05 2015 +0900 sbin/hammer: Fix wrong free big-blocks counter - newfs_hammer needs to decrement extra 2 big-blocks from vol0_stat_freebigblocks for zone 8

git: Sync ACPICA with Intel's version 20150717.

2015-07-17 Thread Sascha Wildner
commit 267c04fd19451e986d2f8130b7f155892c9527f8 Author: Sascha Wildner s...@online.de Date: Sat Jul 18 05:12:00 2015 +0200 Sync ACPICA with Intel's version 20150717. * Better partitioning between debugger and disassembler. * Add 'Trace' command to the debugger

git: Remove now-unused hostapd source files from contrib

2015-07-17 Thread John Marino
commit 3f10ee37557d4bc734906269d167ab353e06d4ca Author: John Marino dr...@marino.st Date: Sat Jul 18 01:15:16 2015 +0200 Remove now-unused hostapd source files from contrib Summary of changes: contrib/hostapd/COPYING|22 - contrib/hostapd/README

git: Disconnect hostapd from building in base

2015-07-17 Thread John Marino
commit e191bdcb8e772c038df688c4d50fa7f3c9f61562 Author: John Marino dr...@marino.st Date: Sat Jul 18 00:23:10 2015 +0200 Disconnect hostapd from building in base There is insufficient reason to have hostapd in base at all. Moveover, this version is three releases behind and