git: drm/radeon: Move some prototype declarations

2015-06-06 Thread Francois Tigeot
commit 3398c03d2ffccd60c4ca5f42bcaebc81c00a9304 Author: zrj rimvydas.jasins...@gmail.com Date: Wed Jun 3 14:48:49 2015 +0300 drm/radeon: Move some prototype declarations While there fix a typo in r600_cp.c Summary of changes: sys/dev/drm/radeon/evergreen.c| 3 ---

git: sys/gnu/vfs/ext2fs: Fix terminology of cylinder group

2015-06-06 Thread Tomohiro Kusumi
commit f1c8006f2f2c07ca316bb53d34fc0a0b8cea2c20 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Sat Jun 6 17:36:50 2015 +0900 sys/gnu/vfs/ext2fs: Fix terminology of cylinder group - Change cylinder group to block group. - Both block group and cylinder group are

git: sys/gnu/vfs/ext2fs: Add missing ifndef/define/endif

2015-06-06 Thread Tomohiro Kusumi
commit e0f7b28391d71bbf363e2e6df236e42db84331d5 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Sat Jun 6 21:46:25 2015 +0900 sys/gnu/vfs/ext2fs: Add missing ifndef/define/endif - ext2fs/fs.h needs ifndef/define/endif. - The next commit (Remove|fix duplicated

git: sys/gnu/vfs/ext2fs: Remove|fix duplicated macro definitions

2015-06-06 Thread Tomohiro Kusumi
commit 27bd2f35d68af84b9ed35d81814062c34046b646 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Sat Jun 6 19:09:44 2015 +0900 sys/gnu/vfs/ext2fs: Remove|fix duplicated macro definitions - Define MAXNAMLEN using EXT2_NAME_LEN since EXT2_NAME_LEN is the original ondisk

git: sysctl - SMP performance work

2015-06-06 Thread Matthew Dillon
commit 6f1a15dc79a822710cc37e99f6a8bd9910e5e3f1 Author: Matthew Dillon dil...@apollo.backplane.com Date: Sat Jun 6 16:17:41 2015 -0700 sysctl - SMP performance work Performance work on the sysctl API. Most accesses (including nearly all accesses made by libc) now use a shared

git: kernel/hpt27xx: Stop using __DATE__ and __TIME__.

2015-06-06 Thread Sascha Wildner
commit f91301580c39d8bafd976d58ec657669273bfa38 Author: Sascha Wildner s...@online.de Date: Sun Jun 7 02:30:22 2015 +0200 kernel/hpt27xx: Stop using __DATE__ and __TIME__. Better for binary diffs. Taken-from: FreeBSD Summary of changes:

git: sh - Sync to FreeBSD d038ee76 part 1/2

2015-06-06 Thread Matthew Dillon
commit 02d0b1ce2a4f5e91f8a38d977e6239e4483d4d48 Author: Matthew Dillon dil...@apollo.backplane.com Date: Sat Jun 6 18:41:36 2015 -0700 sh - Sync to FreeBSD d038ee76 part 1/2 * Sync to FreeBSD d038ee76 25 Apr 2015. Summary of changes: bin/sh/Makefile | 4 +- bin/sh/TOUR

git: sh - Sync to FreeBSD d038ee76 part 2/2 (c)

2015-06-06 Thread Matthew Dillon
commit 69763be3ffe347efb62b152e074ebe2c4b310289 Author: Matthew Dillon dil...@apollo.backplane.com Date: Sat Jun 6 19:25:53 2015 -0700 sh - Sync to FreeBSD d038ee76 part 2/2 (c) * Renumber copyright lines after the advertising clause was taken out. Summary of changes:

git: sh - Sync to FreeBSD d038ee76 part 2/2 (e)

2015-06-06 Thread Matthew Dillon
commit 5d51e90618073d0454a6ae16a4e91b1e3ec9e572 Author: Matthew Dillon dil...@apollo.backplane.com Date: Sat Jun 6 19:47:35 2015 -0700 sh - Sync to FreeBSD d038ee76 part 2/2 (e) * Reapply d9b533666 - mdoc nits. * Makefile adjustments for clean stderr * Fix minor

git: sh - Sync to FreeBSD d038ee76 part 2/2 (f)

2015-06-06 Thread Matthew Dillon
commit 04e8f0b0a98789cd49437b1f72d7d564743c9fd7 Author: Matthew Dillon dil...@apollo.backplane.com Date: Sat Jun 6 19:53:48 2015 -0700 sh - Sync to FreeBSD d038ee76 part 2/2 (f) * Fix bin/kill (shares code with /bin/sh). Procedure renamed. Summary of changes: bin/kill/kill.c |

git: sh - Sync to FreeBSD d038ee76 part 2/2 (d)

2015-06-06 Thread Matthew Dillon
commit edd35de39a456c900054b66f8bbb0db6c0a25709 Author: Matthew Dillon dil...@apollo.backplane.com Date: Sat Jun 6 19:44:29 2015 -0700 sh - Sync to FreeBSD d038ee76 part 2/2 (d) Reapply 330497ceac - fix O_CLOEXEC race in open() and fhopen() * Fix an O_CLOEXEC race where a

git: libc - Attribute setcontext() and getcontext()

2015-06-06 Thread Matthew Dillon
commit 0499b79d83f0ced31684b13b32877d86f16bfb84 Author: Matthew Dillon dil...@apollo.backplane.com Date: Sat Jun 6 21:06:55 2015 -0700 libc - Attribute setcontext() and getcontext() * Give getcontext() the __returns_twice attribute and give setcontext() the __dead2

git: sys/sysctl.h: Include sys/lock.h only for the kernel (unbreaks world).

2015-06-06 Thread Sascha Wildner
commit bb06d795144b04574aa0b5fdb94e95ab77360a1a Author: Sascha Wildner s...@online.de Date: Sun Jun 7 04:16:12 2015 +0200 sys/sysctl.h: Include sys/lock.h only for the kernel (unbreaks world). The problem was that when userland included sys/sysctl.h without _KERNEL_STRUCTURES

git: sh - Sync to FreeBSD d038ee76 part 2/2 (b)

2015-06-06 Thread Matthew Dillon
commit 43fb2f3e9fb7329798db75510d4e3f64cb3da7b7 Author: Matthew Dillon dil...@apollo.backplane.com Date: Sat Jun 6 19:22:15 2015 -0700 sh - Sync to FreeBSD d038ee76 part 2/2 (b) * Undo a portion of the error.h move to reduce edits to bin/kill/halt.c etc. Summary of changes:

git: sh - Sync to FreeBSD d038ee76 part 2/2 (a)

2015-06-06 Thread Matthew Dillon
commit f47227bb5852184bf487a8f74f8a527de422 Author: Matthew Dillon dil...@apollo.backplane.com Date: Sat Jun 6 18:44:14 2015 -0700 sh - Sync to FreeBSD d038ee76 part 2/2 (a) * Undo el_fn_sh_complete rename. Summary of changes: bin/sh/histedit.c | 2 +- 1 file changed, 1

git: stdc - add __returns_twice

2015-06-06 Thread Matthew Dillon
commit c18f110e6829703fcd6a2f676c006b22d17119c6 Author: Matthew Dillon dil...@apollo.backplane.com Date: Sat Jun 6 19:54:42 2015 -0700 stdc - add __returns_twice * Add __returns_twice attribute support. * Use for longjmp() and vfork() plus any variants.