git: annotated tag v5.4.0rc1 created

2018-11-22 Thread Justin C. Sherrill
at 6da3aa88aa7056a87bef20a197128d5c9d76024e (tag) tagging 0c15347269bd048d23cf4ac2b5a2566eb7ca4302 (commit) replaces v5.3.0 tagged by Justin C. Sherrill on Thu Nov 22 22:42:55 2018 -0500 DragonFly 5.4.0rc1 -BEGIN PGP SIGNATURE-

git: annotated tag v5.5.0 created

2018-11-22 Thread Justin C. Sherrill
at d898aabb1ba46af48036a4420bbe53fb85a55dac (tag) tagging 25fa2226ff8d5a26eeb7e6ffa92186f78bd14110 (commit) replaces v5.3.0 tagged by Justin C. Sherrill on Thu Nov 22 22:40:12 2018 -0500 DragonFly 5.5.0 -BEGIN PGP SIGNATURE-

git: Updates for new 5.5 master.

2018-11-22 Thread Justin C. Sherrill
commit 25fa2226ff8d5a26eeb7e6ffa92186f78bd14110 Author: Justin C. Sherrill Date: Thu Nov 22 22:38:50 2018 -0500 Updates for new 5.5 master. Summary of changes: gnu/usr.bin/groff/tmac/mdoc.local | 3 ++- sys/conf/newvers.sh | 2 +- sys/sys/param.h | 2 ++

git: DragonFly_RELEASE_5_4 5.4 changes.

2018-11-22 Thread Justin C. Sherrill
commit 0c15347269bd048d23cf4ac2b5a2566eb7ca4302 Author: Justin C. Sherrill Date: Thu Nov 22 22:37:50 2018 -0500 5.4 changes. Summary of changes: etc/Makefile.usr | 2 +- gnu/usr.bin/groff/tmac/mdoc.local | 2 +- sys/conf/newvers.sh | 2 +- sys/sys/param.h

git: test: Attempt to fix vnodeinfo.c (2)

2018-11-22 Thread Antonio Huete Jimenez
commit aa560c07df65bba1e03a5a046d312c720332b242 Author: Antonio Huete Jimenez Date: Thu Nov 22 20:15:11 2018 +0100 test: Attempt to fix vnodeinfo.c (2) Summary of changes: test/debug/vnodeinfo.c | 45 - 1 file changed, 36 insertions(+), 9

git: sio: Correct how DDB option is checked

2018-11-22 Thread Antonio Huete Jimenez
commit e35302cfaa8f7fccf55771ea354a9fe060c66edb Author: Antonio Huete Jimenez Date: Thu Nov 22 12:30:38 2018 +0100 sio: Correct how DDB option is checked Summary of changes: sys/dev/serial/sio/sio.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

git: kernel: Move vnode_index to sys/vnode.h

2018-11-22 Thread Antonio Huete Jimenez
commit 616ee62bbfd351ef66e467efc004f2ff793e6583 Author: Antonio Huete Jimenez Date: Thu Nov 22 00:51:19 2018 +0100 kernel: Move vnode_index to sys/vnode.h - This allows userland programs (test/debug) to use that structure. Summary of changes: sys/kern/vfs_lock.c | 11

git: test: Remove no longer relevant ttyinfo.c

2018-11-22 Thread Antonio Huete Jimenez
commit 50b09fda6e8605efb9130d10068106733a8ef57a Author: Antonio Huete Jimenez Date: Thu Nov 22 10:16:30 2018 +0100 test: Remove no longer relevant ttyinfo.c Summary of changes: test/debug/Makefile | 2 +- test/debug/ttyinfo.c | 151 ---