Module Name:src
Committed By: christos
Date: Sun May 19 04:09:23 UTC 2019
Modified Files:
src/tools/arm-elf2aout/sys: aout_mids.h exec_elf.h
Log Message:
sync with latest.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tools/arm-elf2aout/sys/aout_mids.h
Module Name:src
Committed By: christos
Date: Sun May 19 04:09:23 UTC 2019
Modified Files:
src/tools/arm-elf2aout/sys: aout_mids.h exec_elf.h
Log Message:
sync with latest.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tools/arm-elf2aout/sys/aout_mids.h
No we should not be checking new mid numbers. Let a.out rest :-). I will fix
it, but I wonder why it built for me. Ah you are building the tool version that
has old headers! I will update them!
christos
On May 18, 2019, at 7:45 PM, Izumi Tsutsui wrote:
>> Modified Files:
>>src/usr.bin/elf
> Modified Files:
> src/usr.bin/elf2aout: elf2aout.1 elf2aout.c
>
> Log Message:
> - add flag to produce OMAGIC
> - factor out complicated inline code into simpler functions
> - add options parsing
Thank you for your changes.
But you also put more functional changes not in the log,
i.e. yo
Module Name:src
Committed By: christos
Date: Sat May 18 21:16:12 UTC 2019
Modified Files:
src/usr.bin/elf2aout: elf2aout.1 elf2aout.c
Log Message:
- add flag to produce OMAGIC
- factor out complicated inline code into simpler functions
- add options parsing
To generate a
Module Name:src
Committed By: christos
Date: Sat May 18 21:16:12 UTC 2019
Modified Files:
src/usr.bin/elf2aout: elf2aout.1 elf2aout.c
Log Message:
- add flag to produce OMAGIC
- factor out complicated inline code into simpler functions
- add options parsing
To generate a
Module Name:src
Committed By: christos
Date: Sat May 18 17:41:34 UTC 2019
Modified Files:
src/sys/arch/i386/include: reg.h
Log Message:
lint gets the wrong size.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/i386/include/reg.h
Please note th
Module Name:src
Committed By: christos
Date: Sat May 18 17:41:34 UTC 2019
Modified Files:
src/sys/arch/i386/include: reg.h
Log Message:
lint gets the wrong size.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/i386/include/reg.h
Please note th
Module Name:src
Committed By: maxv
Date: Sat May 18 13:44:57 UTC 2019
Modified Files:
src/sys/arch/x86/x86: identcpu.c
Log Message:
Enable EagerFPU by default. Sent on port-amd64@.
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/sys/arch/x86/x86/identcp
Module Name:src
Committed By: maxv
Date: Sat May 18 13:44:57 UTC 2019
Modified Files:
src/sys/arch/x86/x86: identcpu.c
Log Message:
Enable EagerFPU by default. Sent on port-amd64@.
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/sys/arch/x86/x86/identcp
Module Name:src
Committed By: maxv
Date: Sat May 18 13:32:12 UTC 2019
Modified Files:
src/sys/arch/amd64/amd64: amd64_trap.S locore.S
src/sys/arch/amd64/include: frameasm.h
Log Message:
Two changes in the CPU mitigations:
* Micro-optimize: put every mitigation in
Module Name:src
Committed By: maxv
Date: Sat May 18 13:32:12 UTC 2019
Modified Files:
src/sys/arch/amd64/amd64: amd64_trap.S locore.S
src/sys/arch/amd64/include: frameasm.h
Log Message:
Two changes in the CPU mitigations:
* Micro-optimize: put every mitigation in
Module Name:src
Committed By: leot
Date: Sat May 18 10:38:04 UTC 2019
Modified Files:
src/usr.sbin/makemandb: DBSCHEMA
Log Message:
Document name_desc attribute of mandb_links.
Discussed with via PR misc/54213, thanks!
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: leot
Date: Sat May 18 10:38:04 UTC 2019
Modified Files:
src/usr.sbin/makemandb: DBSCHEMA
Log Message:
Document name_desc attribute of mandb_links.
Discussed with via PR misc/54213, thanks!
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: leot
Date: Sat May 18 10:28:57 UTC 2019
Modified Files:
src/usr.sbin/makemandb: whatis.c
Log Message:
Reintroduce case insensitive comparison of name accidentally lost in last
revision.
Discussed with via PR misc/54213, thanks!
To generate
Module Name:src
Committed By: leot
Date: Sat May 18 10:28:57 UTC 2019
Modified Files:
src/usr.sbin/makemandb: whatis.c
Log Message:
Reintroduce case insensitive comparison of name accidentally lost in last
revision.
Discussed with via PR misc/54213, thanks!
To generate
Module Name:src
Committed By: alnsn
Date: Sat May 18 10:21:03 UTC 2019
Modified Files:
src/share/man/man9: secmodel_securelevel.9
Log Message:
Don't mention SVS because it can't be changed anymore.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/share/m
Module Name:src
Committed By: alnsn
Date: Sat May 18 10:21:03 UTC 2019
Modified Files:
src/share/man/man9: secmodel_securelevel.9
Log Message:
Don't mention SVS because it can't be changed anymore.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/share/m
Module Name:src
Committed By: maxv
Date: Sat May 18 08:55:59 UTC 2019
Modified Files:
src/sys/dev/nvmm/x86: nvmm_x86_vmx.c
Log Message:
Now that SVS cannot be disabled at run time, MSR_LSTAR is static, so no
need to save it on each VM enter.
To generate a diff of this co
Module Name:src
Committed By: maxv
Date: Sat May 18 08:55:59 UTC 2019
Modified Files:
src/sys/dev/nvmm/x86: nvmm_x86_vmx.c
Log Message:
Now that SVS cannot be disabled at run time, MSR_LSTAR is static, so no
need to save it on each VM enter.
To generate a diff of this co
Module Name:src
Committed By: maxv
Date: Sat May 18 08:54:38 UTC 2019
Modified Files:
src/sys/arch/x86/x86: spectre.c
Log Message:
Use XC_HIGHPRI for SpectreV2 to reduce the CPU downtime. We already do this
for MDS.
To generate a diff of this commit:
cvs rdiff -u -r1.27
Module Name:src
Committed By: maxv
Date: Sat May 18 08:54:38 UTC 2019
Modified Files:
src/sys/arch/x86/x86: spectre.c
Log Message:
Use XC_HIGHPRI for SpectreV2 to reduce the CPU downtime. We already do this
for MDS.
To generate a diff of this commit:
cvs rdiff -u -r1.27
Module Name:src
Committed By: skrll
Date: Sat May 18 08:49:24 UTC 2019
Modified Files:
src/sys/arch/arm/broadcom: bcm53xx_reg.h
src/sys/arch/arm/omap: omap2_reg.h
src/sys/arch/evbarm/bcm53xx: bcm53xx_machdep.c platform.h
src/sys/arch/evbarm/beagle: b
Module Name:src
Committed By: skrll
Date: Sat May 18 08:49:24 UTC 2019
Modified Files:
src/sys/arch/arm/broadcom: bcm53xx_reg.h
src/sys/arch/arm/omap: omap2_reg.h
src/sys/arch/evbarm/bcm53xx: bcm53xx_machdep.c platform.h
src/sys/arch/evbarm/beagle: b
Module Name:src
Committed By: mlelstv
Date: Sat May 18 08:38:00 UTC 2019
Modified Files:
src/distrib/sets/lists/comp: mi
src/etc: MAKEDEV.tmpl
src/sys/conf: majors
src/sys/dev: ipmi.c ipmivar.h
src/sys/sys: Makefile
Added Files:
src/s
Module Name:src
Committed By: mlelstv
Date: Sat May 18 08:38:00 UTC 2019
Modified Files:
src/distrib/sets/lists/comp: mi
src/etc: MAKEDEV.tmpl
src/sys/conf: majors
src/sys/dev: ipmi.c ipmivar.h
src/sys/sys: Makefile
Added Files:
src/s
Module Name:src
Committed By: maxv
Date: Sat May 18 08:17:39 UTC 2019
Modified Files:
src/sys/arch/x86/include: specialreg.h
Log Message:
Clean up a little, add new XCR0 bits, remove a few unused MSRs, and fix
typos.
To generate a diff of this commit:
cvs rdiff -u -r1.14
Module Name:src
Committed By: maxv
Date: Sat May 18 08:17:39 UTC 2019
Modified Files:
src/sys/arch/x86/include: specialreg.h
Log Message:
Clean up a little, add new XCR0 bits, remove a few unused MSRs, and fix
typos.
To generate a diff of this commit:
cvs rdiff -u -r1.14
Module Name:src
Committed By: maxv
Date: Sat May 18 07:58:58 UTC 2019
Modified Files:
src/sys/arch/amd64/amd64: locore.S
Log Message:
Set the symbol type for intrfastexit, so that tools like tprof can find
the symbol name.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: maxv
Date: Sat May 18 07:58:58 UTC 2019
Modified Files:
src/sys/arch/amd64/amd64: locore.S
Log Message:
Set the symbol type for intrfastexit, so that tools like tprof can find
the symbol name.
To generate a diff of this commit:
cvs rdiff -u
7 +45,7 @@ typedef enum mandb_access_mode {
} mandb_access_mode;
-#define APROPOS_SCHEMA_VERSION 20170618
+#define APROPOS_SCHEMA_VERSION 20190518
/*
* Used to identify the section of a man(7) page.
Index: src/usr.sbin/makemandb/makemandb.c
diff -u src/usr.sbin/makemandb/makemandb.c:1.59 sr
Module Name:src
Committed By: abhinav
Date: Sat May 18 07:56:43 UTC 2019
Modified Files:
src/usr.sbin/makemandb: apropos-utils.c apropos-utils.h makemandb.c
whatis.c
Log Message:
PR misc/54213: Fix performance of whatis(1) when no matches are found
In revision
Module Name:src
Committed By: maxv
Date: Sat May 18 07:49:31 UTC 2019
Modified Files:
src/sys/arch/x86/x86: errata.c
Log Message:
Disable errata #1091. We are the only OS to apply it, and it seems to be
causing trouble to VirtualBox (PR/54143).
To generate a diff of this
Module Name:src
Committed By: maxv
Date: Sat May 18 07:49:31 UTC 2019
Modified Files:
src/sys/arch/x86/x86: errata.c
Log Message:
Disable errata #1091. We are the only OS to apply it, and it seems to be
causing trouble to VirtualBox (PR/54143).
To generate a diff of this
Module Name:src
Committed By: skrll
Date: Sat May 18 07:33:11 UTC 2019
Modified Files:
src/distrib/evbarm/instkernel/instkernel: Makefile
src/distrib/utils/embedded/conf: armv7.conf
src/etc/etc.evbarm: Makefile.inc
Log Message:
Switch the kernel7.img Raspbe
Module Name:src
Committed By: skrll
Date: Sat May 18 07:33:11 UTC 2019
Modified Files:
src/distrib/evbarm/instkernel/instkernel: Makefile
src/distrib/utils/embedded/conf: armv7.conf
src/etc/etc.evbarm: Makefile.inc
Log Message:
Switch the kernel7.img Raspbe
36 matches
Mail list logo