Module Name:src
Committed By: mlelstv
Date: Sat Dec 8 06:53:11 UTC 2018
Modified Files:
src/sys/arch/evbarm/rpi: rpi_vcmbox.c
Log Message:
Add machdep.cpu.frequency.available node to support estd.
While the RPI can run at many intermediate clock frequencies,
this is suff
Module Name:src
Committed By: sevan
Date: Sat Dec 8 01:47:22 UTC 2018
Modified Files:
src/distrib/sets/lists/man: mi
src/external/cddl/osnet/usr.bin/ztest: Makefile
Log Message:
Include ztest(1) in builds.
To generate a diff of this commit:
cvs rdiff -u -r1.1629
Module Name:src
Committed By: sevan
Date: Sat Dec 8 01:28:27 UTC 2018
Added Files:
src/external/cddl/osnet/usr.bin/ztest: ztest.1
Log Message:
Add a draft manual for ztest(1), based on the comments from zfstest.c (WIP).
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: jdolecek
Date: Fri Dec 7 22:22:12 UTC 2018
Modified Files:
src/sys/dev/ic: ahcisata_core.c ahcisatavar.h
Log Message:
add optional hook for intr establish when active port is attached, export
ahci_intr_port() in form suitable for interrupt ha
Module Name:src
Committed By: jdolecek
Date: Fri Dec 7 21:28:03 UTC 2018
Added Files:
src/doc: TODO.ext2fs
Log Message:
save some notes from my two years old hacking on ext3/ext4 support with
our ext2fs
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/doc/T
Module Name:src
Committed By: martin
Date: Fri Dec 7 19:41:30 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Annotate ticket #1129 for furhter fixes
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.70 -r1.1.2.71 src/doc/CHANGES-8.1
Please
Module Name:src
Committed By: martin
Date: Fri Dec 7 19:38:54 UTC 2018
Modified Files:
src/sys/arch/amd64/conf [netbsd-8]: XEN3_DOM0
src/sys/arch/i386/conf [netbsd-8]: XEN3_DOM0
Log Message:
Fixup pullups from ticket #1129:
sys/arch/amd64/conf/XEN3_DOM0 r
Module Name:src
Committed By: jakllsch
Date: Fri Dec 7 19:01:11 UTC 2018
Modified Files:
src/sys/sys: termios.h
Log Message:
Add speeds B50 to B400 in increments of 50.
Motivated by picocom checking for the existance of these at compile
time, and therefor pre
Module Name:src
Committed By: ryo
Date: Fri Dec 7 18:46:28 UTC 2018
Modified Files:
src/sys/arch/aarch64/aarch64: trap.c
Log Message:
add simple stack overflow checker for debugging
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/aarch64/aarch
Module Name:src
Committed By: jakllsch
Date: Fri Dec 7 18:45:13 UTC 2018
Modified Files:
src/sys/sys: termios.h
Log Message:
reindent "standard speeds" in preparation for 7-digit bauds
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/sys/termios.h
Module Name:src
Committed By: ryo
Date: Fri Dec 7 18:27:03 UTC 2018
Modified Files:
src/sys/arch/aarch64/aarch64: cpuswitch.S
Log Message:
modifying curlwp->l_md_ktf, curlwp->l_md_cpacr, and curlwp should be protected
by a critical section.
To generate a diff of this c
Module Name:src
Committed By: sevan
Date: Fri Dec 7 17:58:29 UTC 2018
Modified Files:
src/share/misc: acronyms.comp
Log Message:
Continuing with ZFS
To generate a diff of this commit:
cvs rdiff -u -r1.220 -r1.221 src/share/misc/acronyms.comp
Please note that diffs are
Module Name:src
Committed By: kamil
Date: Fri Dec 7 17:57:22 UTC 2018
Modified Files:
src/doc: TODO.sanitizers
Log Message:
Add new entry in TODO.sanitizers for NetBSD tar(1) enhancement request
Added:
- NetBSD tar: handle character escaping in file names (\\ \), needed
Module Name:src
Committed By: jakllsch
Date: Fri Dec 7 17:56:42 UTC 2018
Modified Files:
src/sys/arch/arm/cortex: gic_v2m.c
Log Message:
fix a paste-o in a panic message
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/cortex/gic_v2m.c
Pleas
Module Name:src
Committed By: martin
Date: Fri Dec 7 17:13:56 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Ticket #1129
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.69 -r1.1.2.70 src/doc/CHANGES-8.1
Please note that diffs are not pub
Module Name:src
Committed By: sevan
Date: Fri Dec 7 16:36:30 UTC 2018
Modified Files:
src/share/misc: acronyms.comp
Log Message:
Add some ZFS related acronyms.
While here, replace spaces with a tab for ZFS entry.
To generate a diff of this commit:
cvs rdiff -u -r1.219 -
Module Name:src
Committed By: maxv
Date: Fri Dec 7 15:47:11 UTC 2018
Modified Files:
src/sys/arch/x86/conf: files.x86
src/sys/arch/x86/x86: pmap.c
Log Message:
Add an option to have a static kernel memory layout. This option is
disabled by default - that is to say
Module Name:src
Committed By: mlelstv
Date: Fri Dec 7 14:59:19 UTC 2018
Modified Files:
src/sys/dev/iscsi: iscsi_ioctl.c
Log Message:
interlock isn't taken when cleaning up.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/iscsi/iscsi_ioctl.c
P
Module Name:src
Committed By: roy
Date: Fri Dec 7 14:47:24 UTC 2018
Modified Files:
src/sys/netinet6: nd6_nbr.c
Log Message:
inet6: match NS nonce to any interface
This allows the same address to exist on many interfaces on the same
prefix, matching the inet behaviour.
Module Name:src
Committed By: martin
Date: Fri Dec 7 13:28:54 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Tickets #1124 - #1128
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.68 -r1.1.2.69 src/doc/CHANGES-8.1
Please note that diffs ar
Module Name:src
Committed By: martin
Date: Fri Dec 7 13:27:19 UTC 2018
Modified Files:
src/sys/dev/pci [netbsd-8]: pci.c pcivar.h
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1128):
sys/dev/pci/pcivar.h: revision 1.113
sys/d
Module Name:src
Committed By: martin
Date: Fri Dec 7 13:23:49 UTC 2018
Modified Files:
src/bin/sh [netbsd-8]: sh.1 var.c var.h
Log Message:
Pull up following revision(s) (requested by kre in ticket #1127):
bin/sh/var.h: revision 1.38 (via patch)
bin/sh/va
Module Name:src
Committed By: martin
Date: Fri Dec 7 13:14:42 UTC 2018
Modified Files:
src/bin/sh [netbsd-8]: alias.c
Log Message:
Pull up following revision(s) (requested by kre in ticket #1126):
bin/sh/alias.c: revision 1.19
Fix the worst of the bugs in alias
Module Name:src
Committed By: martin
Date: Fri Dec 7 13:12:02 UTC 2018
Modified Files:
src/bin/sh [netbsd-8]: redir.c
Log Message:
Pull up following revision(s) (requested by kre in ticket #1125):
bin/sh/redir.c: revision 1.61
Fix the <> redirection operator, wh
Module Name:src
Committed By: martin
Date: Fri Dec 7 13:09:14 UTC 2018
Modified Files:
src/usr.bin/vmstat [netbsd-8]: vmstat.1
Log Message:
Pull up following revision(s) (requested by sevan in ticket #1124):
usr.bin/vmstat/vmstat.1: revision 1.21
usr.bin/
Module Name:src
Committed By: msaitoh
Date: Fri Dec 7 09:36:26 UTC 2018
Modified Files:
src/sys/dev/pci: files.pci ppb.c
Log Message:
- defflag PPB_USEINTR
- Print "interrupting at "
To generate a diff of this commit:
cvs rdiff -u -r1.410 -r1.411 src/sys/dev/pci/files.p
Module Name:src
Committed By: ozaki-r
Date: Fri Dec 7 09:29:01 UTC 2018
Modified Files:
src/tests/net/if_vlan: t_vlan.sh
Log Message:
tests: check error messages strictly
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/tests/net/if_vlan/t_vlan.sh
Plea
Module Name:src
Committed By: ozaki-r
Date: Fri Dec 7 09:28:31 UTC 2018
Modified Files:
src/tests/net/if_vlan: t_vlan.sh
Log Message:
tests: reduce repeated phrases... (NFC)
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/tests/net/if_vlan/t_vlan.sh
P
Module Name:src
Committed By: knakahara
Date: Fri Dec 7 09:11:04 UTC 2018
Modified Files:
src/sys/netipsec: ipsecif.c
Log Message:
ipsecif(4) should not increment drop counter by errors not related to if_snd.
Pointed out by ozaki-r@n.o, thanks.
To generate a diff of th
Module Name:src
Committed By: msaitoh
Date: Fri Dec 7 08:52:43 UTC 2018
Modified Files:
src/sys/dev/pci: nvme_pci.c
Log Message:
No functional change. OK'd by nonaka:
- Use correct macro.
- Don't use magic number.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -
Module Name:src
Committed By: msaitoh
Date: Fri Dec 7 08:28:44 UTC 2018
Modified Files:
src/sys/dev/pci: xhci_pci.c
Log Message:
xHCI uses BAR0 to map memory space. If a chip has MSI-X capability and it
points to BAR0, reserve the space. Almost the same as nvme_pci.c.
X
31 matches
Mail list logo