Module Name:src
Committed By: msaitoh
Date: Wed Sep 6 11:08:54 UTC 2017
Modified Files:
src/sys/dev/sysmon: sysmon_envsys.c sysmon_envsys_events.c
Log Message:
Fixes a problem that some driver(e.g. acpitz(4) or coretemp(5)) which
use sysmon_envsys sleep waiting at "rndsr
Module Name:src
Committed By: skrll
Date: Wed Sep 6 11:51:33 UTC 2017
Modified Files:
src/sys/arch/arm/arm32: pmap.c
Log Message:
Remove useless KASSERT - we can't assert !mutex_owned()
To generate a diff of this commit:
cvs rdiff -u -r1.356 -r1.357 src/sys/arch/arm/arm
Module Name:src
Committed By: bouyer
Date: Wed Sep 6 12:39:18 UTC 2017
Modified Files:
src/sys/arch/amd64/amd64: gdt.c
src/sys/arch/i386/i386: gdt.c
Log Message:
The last GDT slots are reserved for Xen, so use FIRST_RESERVED_GDT_BYTE
instead of MAXGDTSIZ for gdt_s
Module Name:src
Committed By: ryoon
Date: Wed Sep 6 14:38:41 UTC 2017
Modified Files:
src/share/man/man4: pms.4
Log Message:
Add ALPS description
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/share/man/man4/pms.4
Please note that diffs are not publi
Module Name:src
Committed By: ryoon
Date: Wed Sep 6 14:39:40 UTC 2017
Modified Files:
src/share/man/man4: pms.4
Log Message:
Add newline for easier reading
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/share/man/man4/pms.4
Please note that diffs are
Module Name:src
Committed By: ryoon
Date: Wed Sep 6 14:40:26 UTC 2017
Modified Files:
src/share/man/man4: pms.4
Log Message:
Bump date
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/share/man/man4/pms.4
Please note that diffs are not public domain; t
Module Name:src
Committed By: ryoon
Date: Wed Sep 6 14:43:14 UTC 2017
Modified Files:
src/share/man/man4: uhidev.4
Log Message:
Add uts(4)
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/uhidev.4
Please note that diffs are not public doma
Module Name:src
Committed By: ryoon
Date: Wed Sep 6 14:43:50 UTC 2017
Modified Files:
src/share/man/man4: uhidev.4
Log Message:
Bump date
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/uhidev.4
Please note that diffs are not public domai
Module Name:src
Committed By: ryoon
Date: Wed Sep 6 14:47:00 UTC 2017
Modified Files:
src/share/man/man4: ums.4
Log Message:
Refer to wsmouse(4) instread of wscons(4)
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/share/man/man4/ums.4
Please note that
Module Name:src
Committed By: ryoon
Date: Wed Sep 6 14:47:35 UTC 2017
Modified Files:
src/share/man/man4: ums.4
Log Message:
Bump date
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/share/man/man4/ums.4
Please note that diffs are not public domain; t
Module Name:src
Committed By: ryoon
Date: Wed Sep 6 14:54:01 UTC 2017
Modified Files:
src/share/man/man4: sm.4
Log Message:
Add sm(4) in evbarm INTEGRATOR_CP kernel
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/share/man/man4/sm.4
Please note that d
Module Name:src
Committed By: ryoon
Date: Wed Sep 6 14:54:34 UTC 2017
Modified Files:
src/share/man/man4: sm.4
Log Message:
Bump date
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/share/man/man4/sm.4
Please note that diffs are not public domain; the
Module Name:src
Committed By: wiz
Date: Wed Sep 6 17:11:41 UTC 2017
Modified Files:
src/share/man/man4: sm.4 uhidev.4
Log Message:
New sentence, new line.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/share/man/man4/sm.4
cvs rdiff -u -r1.7 -r1.8 src/
Module Name:src
Committed By: wiz
Date: Wed Sep 6 17:12:58 UTC 2017
Modified Files:
src/share/man/man4: uhidev.4
Log Message:
New sentence, new line.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/share/man/man4/uhidev.4
Please note that diffs are not
Module Name:src
Committed By: wiz
Date: Wed Sep 6 17:15:54 UTC 2017
Modified Files:
src/share/man/man4: pms.4
Log Message:
Punctuation and macro improvements.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/share/man/man4/pms.4
Please note that diffs
Module Name:src
Committed By: jmcneill
Date: Wed Sep 6 18:08:35 UTC 2017
Modified Files:
src/sys/arch/arm/cortex: a9_mpsubr.S
Log Message:
Clear TEX Remap Enable in SCTLR. U-Boot with CONFIG_ARMV8_SWITCH_TO_EL1
sets it since it is RES1 when TTBCR.EAE=1, but we are still u
Module Name:src
Committed By: christos
Date: Wed Sep 6 18:17:18 UTC 2017
Modified Files:
src/sbin/gpt: backup.c biosboot.c gpt.c gpt.h show.c
Log Message:
- make sure that the utf16 string is padded with 0's where needed.
- since the utf16 string is not 0 terminated, pass
Module Name:src
Committed By: christos
Date: Wed Sep 6 18:21:17 UTC 2017
Modified Files:
src/sys/dev/dkwedge: dkwedge_gpt.c
Log Message:
PR/52522: ent_name is not necessarily 0 terminated, so check bounds.
XXX: pullup-8
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: jmcneill
Date: Thu Sep 7 01:07:04 UTC 2017
Modified Files:
src/sys/arch/arm/sunxi: files.sunxi sunxi_emac.c sunxi_mmc.c
sunxi_usbphy.c
src/sys/arch/evbarm/conf: SUNXI
Added Files:
src/sys/arch/arm/sunxi: sun50i_a64_
Module Name:src
Committed By: nakayama
Date: Thu Sep 7 04:04:14 UTC 2017
Modified Files:
src/usr.sbin/mtree: only.c
Log Message:
Don't modify strings stored in hash, otherwise filling up of
directory hierarchy stops if the same hash value occurs in
directory and leaf.
Fi
Module Name:src
Committed By: nakayama
Date: Thu Sep 7 04:05:21 UTC 2017
Modified Files:
src/tests/usr.sbin/mtree: t_mtree.sh
Log Message:
Add test mtree -O with same hash value in directory and leaf.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests
Module Name:src
Committed By: msaitoh
Date: Thu Sep 7 04:40:56 UTC 2017
Modified Files:
src/usr.sbin/acpitools/acpidump: acpi.c acpidump.h
Log Message:
Don't define GAS adddess ID constants in acpidump.h and use actypes.h's
definitions. No functional change.
To generat
Module Name:src
Committed By: skrll
Date: Thu Sep 7 06:29:47 UTC 2017
Modified Files:
src/sys/uvm/pmap: pmap.c
Log Message:
There's no need to call pmap_tlb_invalidate_addr if pmap_remove_all was
called and PMAP_DEFERRED_ACTIVATE is set.
To generate a diff of this commi
Module Name:src
Committed By: skrll
Date: Thu Sep 7 06:36:24 UTC 2017
Modified Files:
src/sys/arch/mips/include: vmparam.h
Log Message:
Don't define UVM_KM_VMFREELIST on mips as it excludes some memory
ranges unnecessarily.
PR/52501 - erlite quickly fails to allocate mem
Module Name:src
Committed By: msaitoh
Date: Thu Sep 7 06:40:42 UTC 2017
Modified Files:
src/sys/arch/x86/include: specialreg.h
src/sys/arch/x86/x86: cpu_topology.c identcpu.c
src/usr.sbin/cpuctl/arch: i386.c
Log Message:
Define CPUID Fn0001 %ebx bits
25 matches
Mail list logo