Module Name:src
Committed By: pgoyette
Date: Tue Jun 14 03:34:01 UTC 2016
Modified Files:
src/sys/arch/amd64/conf: GENERIC
Log Message:
Re-arrange PAX_ASLR options to keep the _DEBUG next to the main option.
To generate a diff of this commit:
cvs rdiff -u -r1.433 -r1.434
Module Name:src
Committed By: christos
Date: Tue Jun 14 03:05:25 UTC 2016
Modified Files:
src/sys/arch/i386/i386: cpu_in_cksum.S
Log Message:
fix PIC code.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/i386/i386/cpu_in_cksum.S
Please note that
Module Name:src
Committed By: ryoon
Date: Mon Jun 13 20:03:07 UTC 2016
Modified Files:
src/external/mit/xorg/lib/libX11: Makefile.ximcp
src/sys/modules/ipl: Makefile
Log Message:
Fix buld with clang, add warning option exceptions
To generate a diff of this commit
Module Name:src
Committed By: abhinav
Date: Mon Jun 13 14:58:57 UTC 2016
Modified Files:
src/usr.bin/ul: ul.c
Log Message:
Make the function static in the definition (prototype was already declared
static).
Missed in my last commit.
To generate a diff of this commit:
cv
Module Name:src
Committed By: christos
Date: Mon Jun 13 14:23:26 UTC 2016
Modified Files:
src/sys/nfs: nfs_clntsocket.c
Log Message:
Simplify, no functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/nfs/nfs_clntsocket.c
Please note that
Module Name:src
Committed By: knakahara
Date: Mon Jun 13 08:37:15 UTC 2016
Modified Files:
src/sys/netinet: ip_flow.c
src/sys/netinet6: ip6_flow.c
Log Message:
eliminate unnecessary splnet
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/neti
Module Name:src
Committed By: knakahara
Date: Mon Jun 13 08:34:23 UTC 2016
Modified Files:
src/sys/netinet: ip_flow.c
src/sys/netinet6: ip6_flow.c
Log Message:
MP-ify fastforward to support GATEWAY kernel option.
I add "ipflow_lock" mutex in ip_flow.c and "ip6flow
Module Name:src
Committed By: knakahara
Date: Mon Jun 13 08:29:55 UTC 2016
Modified Files:
src/sys/netinet: ip_flow.c ip_var.h
Log Message:
make ipflow_reap() static function.
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/netinet/ip_flow.c
cvs rdi
Module Name:src
Committed By: knakahara
Date: Mon Jun 13 08:04:44 UTC 2016
Modified Files:
src/sys/netinet: ip_flow.c
Log Message:
remove unnecessary splnet before pool_{get,put}
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/netinet/ip_flow.c
Ple