Module Name:src
Committed By: tsutsui
Date: Sun Sep 2 08:51:54 UTC 2018
Modified Files:
src/sys/arch/sgimips/conf: INSTALL32_IP2x
Log Message:
Disable misc options to shrink an INSTALL kernel for IP2x.
The ARC BIOS on Indy seems to have ~8MB limit.
Fixes PR port-sgimips/
Module Name:src
Committed By: tsutsui
Date: Sun Sep 2 09:57:33 UTC 2018
Modified Files:
src/sys/arch/sgimips/sgimips: machdep.c
Log Message:
Fix build failure without options DDB and with pseudo-device ksyms.
There is a typo for ksyms (NKSYMS vs NKSYM).
Also use consiste
Module Name:src
Committed By: jmcneill
Date: Sun Sep 2 10:07:17 UTC 2018
Modified Files:
src/sys/arch/arm/rockchip: rk_i2c.c
Log Message:
Process assigned-clocks
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/rockchip/rk_i2c.c
Please note
Module Name:src
Committed By: tsutsui
Date: Sun Sep 2 12:06:17 UTC 2018
Modified Files:
src/sys/arch/sgimips/stand/boot: Makefile
Log Message:
Use elf2ecoff(1) rather than objcopy(1) to generat ecoff for old machines.
objcopy(1) was used instead of elf2ecoff(1) since Mak
Module Name:src
Committed By: maxv
Date: Sun Sep 2 16:02:18 UTC 2018
Modified Files:
src/share/man/man7: sysctl.7
Log Message:
remove reference to ipnat
To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 src/share/man/man7/sysctl.7
Please note that diffs a
Module Name:src
Committed By: maxv
Date: Sun Sep 2 16:05:33 UTC 2018
Modified Files:
src/sys/netinet: ip_input.c
Log Message:
remove reference to ipnat, and duplicate comments
To generate a diff of this commit:
cvs rdiff -u -r1.385 -r1.386 src/sys/netinet/ip_input.c
Pl
Module Name:src
Committed By: maxv
Date: Sun Sep 2 16:08:12 UTC 2018
Modified Files:
src/games/fortune/datfiles: netbsd-tips
Log Message:
replace ipf->npf
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/games/fortune/datfiles/netbsd-tips
Please note tha
Module Name:src
Committed By: maxv
Date: Sun Sep 2 16:13:42 UTC 2018
Modified Files:
src/sys/compat/netbsd32: netbsd32_ioctl.h
Log Message:
remove dead references to IPF; also remove references to netccitt/, it was
removed 12 years ago.
To generate a diff of this commit
Module Name:src
Committed By: tsutsui
Date: Sun Sep 2 16:18:50 UTC 2018
Modified Files:
src/sys/arch/sgimips/hpc: wdsc.c
Log Message:
Fix wdsc(4) probe failure on HPC1.5 machines (Indigo R3k/R4k, IP6/IP10/IP12).
The alignment adjustment code was removed in rev 1.36 for c
Module Name:src
Committed By: tsutsui
Date: Sun Sep 2 16:41:42 UTC 2018
Modified Files:
src/distrib/sgimips/instkernel: Makefile
Log Message:
Use elf2ecoff(1) rather than objcopy(1) to generate ecoff kernel.
Reported by Naruaki Etomi in PR port-sgimips/53518.
Should be p
Module Name:src
Committed By: maxv
Date: Sun Sep 2 17:21:28 UTC 2018
Modified Files:
src/share/man/man7: sysctl.7
Log Message:
well well well it's September now
To generate a diff of this commit:
cvs rdiff -u -r1.129 -r1.130 src/share/man/man7/sysctl.7
Please note that
Module Name:src
Committed By: riastradh
Date: Sun Sep 2 17:36:57 UTC 2018
Modified Files:
src/sys/external/bsd/drm2/dist/drm/i915: intel_display.c intel_dp.c
Log Message:
Initialize and destroy dev_priv->drrs.mutex only once.
Not once per connector!
Candidate fix for:
h
Module Name:src
Committed By: maxv
Date: Sun Sep 2 17:45:18 UTC 2018
Modified Files:
src/usr.sbin/npf/npfctl: npf.conf.5
Log Message:
Be clearer about the difference between static vs dynamic interface list,
and slightly improve wording.
My understanding is that when non
Module Name:src
Committed By: wiz
Date: Sun Sep 2 18:03:23 UTC 2018
Modified Files:
src/usr.sbin/npf/npfctl: npf.conf.5
Log Message:
New sentence, new line. Use Fn for functions.
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/usr.sbin/npf/npfctl/npf.c
Module Name:src
Committed By: maya
Date: Sun Sep 2 19:46:53 UTC 2018
Modified Files:
src/sys/dev/ic: bwfm.c
Log Message:
Initialize if_stop so suspend won't jump to NULL.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/ic/bwfm.c
Please note th
Module Name:src
Committed By: jmcneill
Date: Sun Sep 2 23:50:23 UTC 2018
Modified Files:
src/sys/arch/evbarm/include: loadfile_machdep.h
src/sys/stand/efiboot: exec.c
Log Message:
Support loading kernels at PAs above 0x3f on arm64
To generate a diff of t
Module Name:src
Committed By: jmcneill
Date: Sun Sep 2 23:54:25 UTC 2018
Modified Files:
src/sys/stand/efiboot: efifdt.c
Log Message:
Dump memory map if EFI_MEMORY_DEBUG is defined
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/stand/efiboot/efifdt.
Module Name:src
Committed By: jmcneill
Date: Mon Sep 3 00:04:02 UTC 2018
Modified Files:
src/sys/stand/efiboot: Makefile.efiboot boot.c conf.c devopen.c
efiboot.c efiboot.h version
Added Files:
src/sys/stand/efiboot: dev_net.c efigetsecs.c efinet.c efin
Module Name:src
Committed By: jmcneill
Date: Mon Sep 3 00:17:00 UTC 2018
Modified Files:
src/sys/stand/efiboot: boot.c efifdt.c efifdt.h
Log Message:
Print FDT model and compatible strings with "version" command
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.
Module Name:src
Committed By: knakahara
Date: Mon Sep 3 02:33:31 UTC 2018
Modified Files:
src/sys/netinet: in_l2tp.c
src/sys/netinet6: in6_l2tp.c
Log Message:
fix: l2tp(4) cannot receive packets after reset session without reset tunnel.
Pointed out by k-goda@IIJ
Module Name:src
Committed By: kre
Date: Mon Sep 3 04:10:20 UTC 2018
Modified Files:
src/usr.bin/printf: printf.c
Log Message:
Tighten syntax a little (no more %*4.*2d nonsense).
Include the format collected so far in "missing format char" err message.
Minor KNF and whites
21 matches
Mail list logo