git: sys/kern: Add comment on unmounting

2016-04-27 Thread Tomohiro Kusumi
commit ad26d76e453466f8986265a4d8385ebcb50400ad Author: Tomohiro Kusumi Date: Thu Apr 28 13:34:00 2016 +0900 sys/kern: Add comment on unmounting Summary of changes: sys/kern/vfs_syscalls.c | 5 + 1 file changed, 5 insertions(+)

git: ahci: Add and use AHCI_PREG_SCTL_IPM_NODEVSLP definition from ahci-1.3.1.

2016-04-27 Thread Imre Vadasz
commit 9abd2bb89a2f347f9045f4032c17df69f85818ba Author: Imre Vadász Date: Sat Apr 23 13:23:14 2016 +0200 ahci: Add and use AHCI_PREG_SCTL_IPM_NODEVSLP definition from ahci-1.3.1. * The DevSleep interface power saving state was introduced with the ahci-1.3.1

git: tcp: No need to return tcpcb from tcp_newtcpcb()

2016-04-27 Thread Sepherosa Ziehau
commit 2da5045cc38da3f0ce699b3dd5ad666363512e8c Author: Sepherosa Ziehau Date: Wed Apr 27 20:54:34 2016 +0800 tcp: No need to return tcpcb from tcp_newtcpcb() Summary of changes: sys/netinet/tcp_subr.c | 4 +--- sys/netinet/tcp_usrreq.c | 4 +---

git: tcp: Remove redundant tcpcb state setting

2016-04-27 Thread Sepherosa Ziehau
commit dcf79264edc5d23bbc44d5793d13c27387d57381 Author: Sepherosa Ziehau Date: Wed Apr 27 20:49:50 2016 +0800 tcp: Remove redundant tcpcb state setting Summary of changes: sys/netinet/tcp_usrreq.c | 1 - 1 file changed, 1 deletion(-)

git: dhclient: Log a warning instead of bailing upon "illegal" options

2016-04-27 Thread Sepherosa Ziehau
commit fe8f575c3a4d0701a3ab7f0fccd2734971e9bd7c Author: Sepherosa Ziehau Date: Wed Apr 27 20:41:20 2016 +0800 dhclient: Log a warning instead of bailing upon "illegal" options Obtained-from: FreeBSD r298385 Summary of changes: sbin/dhclient/dhclient.c |