git: collate 2/4: Hook localedef to build, unhook colldef

2015-07-28 Thread John Marino
commit f862c1b8d0d17c33693d334ca1abc2effb6af100 Author: John Marino dr...@marino.st Date: Tue Jul 28 21:36:27 2015 +0200 collate 2/4: Hook localedef to build, unhook colldef Summary of changes: usr.bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

git: collate 3/4: Bring in input files for new LC_COLLATE format

2015-07-28 Thread John Marino
commit 11f77e4bc0f7721d38a8ea03c20be775a6093001 Author: John Marino dr...@marino.st Date: Tue Jul 28 21:47:10 2015 +0200 collate 3/4: Bring in input files for new LC_COLLATE format These input files use localedef(1) instead of colldef(1) to generate and install new LC_COLLATE

git: collate 1/4: Add support for LC_COLLATE format DragonFly 4.4 in libc

2015-07-28 Thread John Marino
commit 16db8bacccdd40fd2daf6bf549d27237237b9fe1 Author: John Marino dr...@marino.st Date: Tue Jul 28 21:25:23 2015 +0200 collate 1/4: Add support for LC_COLLATE format DragonFly 4.4 in libc The collate functions within libc have been using version 1 and 1.2 of the packed

git: inet6: Use M_INTWAIT for prefix and prefix's router allocation

2015-07-28 Thread Sepherosa Ziehau
commit 19f1f4a98354f195f97a842c110f1e7648760431 Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Tue Jul 28 22:48:36 2015 +0800 inet6: Use M_INTWAIT for prefix and prefix's router allocation Suggested-by: dillon@ Summary of changes: sys/netinet6/nd6_rtr.c | 4 ++-- 1 file

git: localedef - Fix buildworld bootstrapping issue

2015-07-28 Thread Matthew Dillon
commit 5c0fb8c48b7e63e49eafb6a330ffbb26b65bd0da Author: Matthew Dillon dil...@apollo.backplane.com Date: Tue Jul 28 20:28:05 2015 -0700 localedef - Fix buildworld bootstrapping issue * When running buildworld on an older system the localedef built in BTOOLS using

git: manpages - Remove obsolete info

2015-07-28 Thread Matthew Dillon
commit b61aa5ba377e4dc2e96c68c419dd87656f588707 Author: Matthew Dillon dil...@apollo.backplane.com Date: Tue Jul 28 19:55:32 2015 -0700 manpages - Remove obsolete info * Remove the BUGS section describing a 2GB limit to individual mmap() calls. This was a limitation on

git: ifaddr: Use M_INTWAIT for ifaddr allocation

2015-07-28 Thread Sepherosa Ziehau
commit 52fbd92ab781a33bb4327915f2a93463f81bde18 Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Tue Jul 28 22:46:18 2015 +0800 ifaddr: Use M_INTWAIT for ifaddr allocation Suggested-by: dillon@ Summary of changes: sys/net/if.c | 15 ++- sys/net/if_var.h

git: mcast: Use M_INTWAIT for multicast addresses allocation

2015-07-28 Thread Sepherosa Ziehau
commit c1e12ca979c08a19f20afb4dc70dfa4fd7a52a48 Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Tue Jul 28 23:29:04 2015 +0800 mcast: Use M_INTWAIT for multicast addresses allocation Summary of changes: sys/net/if.c | 8 sys/netinet/in.c | 2 +- sys/netinet6/in6.c

git: Add localedef(1), a locale definition generator tool

2015-07-28 Thread John Marino
commit cd1c60858dc5ce0eb760fdf2eb6eed57cb251abd Author: John Marino dr...@marino.st Date: Tue Jul 28 18:31:53 2015 +0200 Add localedef(1), a locale definition generator tool The localedef tool can read entire (and unmodified) CLDR posix definition files, and generate all 6 LC

git: cldr2def: Update to generate colldef replacement directory

2015-07-28 Thread John Marino
commit f28e3132ac27de181250febe6f2b88f0093553b0 Author: John Marino dr...@marino.st Date: Tue Jul 28 17:55:34 2015 +0200 cldr2def: Update to generate colldef replacement directory The new localedef tool needs extracts for CLDR POSIX localization definition files, and it needs

git: sort(1): Replace NetBSD version with Free/Open version

2015-07-28 Thread John Marino
commit 50fc853e3b7db00a98d1340044b5206d291d1925 Author: John Marino dr...@marino.st Date: Tue Jul 28 20:41:56 2015 +0200 sort(1): Replace NetBSD version with Free/Open version With my ongoing collation work, I discovered our sort was not locale sensitive, but GNU sort was. I

git: dirfs - Add kqueue(2) support

2015-07-28 Thread Antonio Huete Jimenez
commit 08905fc5300c91540e2a7caa43fa83ecdf61f0c7 Author: Antonio Huete Jimenez tuxi...@quantumachine.net Date: Tue Jul 28 12:47:12 2015 -0700 dirfs - Add kqueue(2) support - Based on tmpfs work on 80ae59d743 - FIFO ops not added Summary of changes: sys/vfs/dirfs/dirfs.h

git: sbin/hammer: Use HAMMER_BUFSIZE

2015-07-28 Thread Tomohiro Kusumi
commit 180b1058733805886307ace79d16b8e649eb7270 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Wed Jul 29 04:58:50 2015 +0900 sbin/hammer: Use HAMMER_BUFSIZE - Use HAMMER_BUFSIZE insteaf of 16KiB. Summary of changes: sbin/hammer/cmd_volume.c | 4 ++--

git: libc.a: Add __isnan and __isnanf

2015-07-28 Thread John Marino
commit 119b540e2a9dca2e7951592cbd204efa5773748b Author: John Marino dr...@marino.st Date: Tue Jul 28 23:29:05 2015 +0200 libc.a: Add __isnan and __isnanf These symbols are not present in libm (the deleted message isn't correct). Remove the PIC check to put __isnan and __isnanf

git: buildworld - Fix stage-1 build breakage

2015-07-28 Thread Matthew Dillon
commit 353769f51e027da1f0b15d98b668c86c1cc2ff9d Author: Matthew Dillon dil...@apollo.backplane.com Date: Tue Jul 28 14:39:48 2015 -0700 buildworld - Fix stage-1 build breakage * Conditionalize sort to not use the new isnan() function in the bootstrap stage where it might not