git: Use less(1) as default pager for new user accounts

2014-01-25 Thread Francois Tigeot
commit 2af8521c494479edc157e907b0bf2f3592a293d8 Author: François Tigeot ftig...@wolfpond.org Date: Sat Jan 25 09:55:48 2014 +0100 Use less(1) as default pager for new user accounts Summary of changes: share/skel/dot.cshrc | 2 +- share/skel/dot.profile | 2 +- 2 files changed, 2

git: swapon(8): Remove forgotten initialization of iflag (which broke booting).

2014-01-25 Thread Sascha Wildner
commit d69962db2ea76b25fd4318dfff2df580b85365b7 Author: Sascha Wildner s...@online.de Date: Sat Jan 25 12:06:00 2014 +0100 swapon(8): Remove forgotten initialization of iflag (which broke booting). While here, add -i to the manpage's synopsis. Summary of changes:

git: polling: Utilize microtime_pcpu

2014-01-25 Thread Sepherosa Ziehau
commit 84a3d873bd5b500740327941f1947fa868efb71c Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Sat Jan 25 21:08:41 2014 +0800 polling: Utilize microtime_pcpu Summary of changes: sys/net/if_poll.c | 49 ++--- 1 file changed, 10

git: acpi/cstate: Utilize microtime_pcpu instead of ACPI timer

2014-01-25 Thread Sepherosa Ziehau
commit 19f23194c8da15ab7cf198ba21a9e820b9882f3e Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Sat Jan 25 21:17:11 2014 +0800 acpi/cstate: Utilize microtime_pcpu instead of ACPI timer Summary of changes: sys/dev/acpica/acpi_cpu_cstate.c | 32 +++- 1

git: acpi/cstate: White space cleanup

2014-01-25 Thread Sepherosa Ziehau
commit 48aba498f4b01b8d7a6eca64ab084dc06d29f34d Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Sat Jan 25 21:48:50 2014 +0800 acpi/cstate: White space cleanup Summary of changes: sys/dev/acpica/acpi_cpu_cstate.c | 38 +++--- 1 file changed, 19

git: jails/netinet6: Only select jailed ips for outgoing

2014-01-25 Thread Markus Pfeiffer
commit cfd79120debdd52626136c5985f3a9e3d4fe42bf Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Sat Jan 25 19:01:11 2014 + jails/netinet6: Only select jailed ips for outgoing Outgoing IP address selection for jailed processes using ipv6 was broken and selected

git: sys: platform: pc64: vmm: vmx.c: bug-fix in PROCBASED2 detection

2014-01-25 Thread Mihai Carabas
commit b475e35ba02ad4545da5ffd3a11226cd654ba385 Author: Mihai Carabas mihai.cara...@gmail.com Date: Sun Jan 26 01:42:38 2014 +0200 sys: platform: pc64: vmm: vmx.c: bug-fix in PROCBASED2 detection Bug-fix in accessing PROCBASED2 MSR: * First check PROCBASED MSR to see if it is

git: DragonFly_RELEASE_3_6 sys: platform: pc64: vmm: vmx.c: bug-fix in PROCBASED2 detection

2014-01-25 Thread Mihai Carabas
commit 7dbfa1863e76804114825967c81600a749df5328 Author: Mihai Carabas mihai.cara...@gmail.com Date: Sun Jan 26 01:42:38 2014 +0200 sys: platform: pc64: vmm: vmx.c: bug-fix in PROCBASED2 detection Bug-fix in accessing PROCBASED2 MSR: * First check PROCBASED MSR to see if it is