git: sys/unistd.h: Use __BSD_VISIBLE instead of !_POSIX_SOURCE.

2015-03-20 Thread Sascha Wildner
commit 94a74fd823349d1efa4765c57f6a0e5d1d89189c Author: Sascha Wildner s...@online.de Date: Fri Mar 20 11:46:22 2015 +0100 sys/unistd.h: Use __BSD_VISIBLE instead of !_POSIX_SOURCE. Summary of changes: sys/sys/unistd.h | 2 -- 1 file changed, 2 deletions(-)

git: etc/sendmail: Fix installation of the /etc/mail/Makefile.

2015-03-20 Thread Sascha Wildner
commit 6ea966eeb3cae8c427ed131fb69bf1bc05d57bcb Author: Sascha Wildner s...@online.de Date: Fri Mar 20 12:01:18 2015 +0100 etc/sendmail: Fix installation of the /etc/mail/Makefile. The way this was done led to problems when doing 'make install' and 'make clean' from etc/mail.

git: sbin/hammer: Make hammer show properly print '*' for elements that match directive

2015-03-20 Thread Tomohiro Kusumi
commit edcc81367d0db0fcc368d69238683f756c9a17de Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Fri Mar 20 22:09:51 2015 +0900 sbin/hammer: Make hammer show properly print '*' for elements that match directive - hammer show command (running with lo:objid directive

git: sbin/hammer: Add missing free(3)

2015-03-20 Thread Tomohiro Kusumi
commit 8e99b49736afc21d5dfd27959a427bfcbc572845 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Thu Mar 19 23:58:04 2015 +0900 sbin/hammer: Add missing free(3) - Free results of strdup(3) and getdevpath(3). Summary of changes: sbin/hammer/hammer.c | 2 ++ 1 file changed,