Module Name:src
Committed By: maxv
Date: Wed Jan 31 13:57:08 UTC 2018
Modified Files:
src/sys/netinet6: ip6_output.c
Log Message:
Style, localify, constify, and reorder a bit. No real functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.196 -r1.197 src/
Module Name:src
Committed By: maxv
Date: Wed Jan 31 14:10:11 UTC 2018
Modified Files:
src/sys/netinet6: ip6_output.c
Log Message:
Try to sound a little less pessimistic, there is nothing wrong here.
To generate a diff of this commit:
cvs rdiff -u -r1.197 -r1.198 src/sys/
Module Name:src
Committed By: maxv
Date: Wed Jan 31 14:16:28 UTC 2018
Modified Files:
src/sys/netinet6: ip6_output.c
Log Message:
Remove a misleading instruction. We don't care about increasing
m_pkthdr.len in ip6_insertfraghdr(), it gets recomputed after calling
this func
Module Name:src
Committed By: maxv
Date: Wed Jan 31 15:23:08 UTC 2018
Modified Files:
src/sys/netinet6: ip6_output.c
Log Message:
Correct the check; we want to find IPPROTO_HOPOPTS, not IPV6_HOPOPTS. This
just couldn't work.
By the way, I'm wondering what is the point of
Module Name:src
Committed By: tsutsui
Date: Wed Jan 31 15:36:29 UTC 2018
Modified Files:
src/sys/arch/atari/pci: pci_machdep.c
Log Message:
Explicitly setup the secondary IDE interrupt of PIIX on Milan.
The secondary IDE interrupt is connected to MBIRQ0 on PIIX, but
the M
Module Name:src
Committed By: jakllsch
Date: Wed Jan 31 16:00:03 UTC 2018
Modified Files:
src/sys/dev/spi: m25p.c
Log Message:
Add four Winbond devices.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/spi/m25p.c
Please note that diffs are not pub
Module Name:src
Committed By: jakllsch
Date: Wed Jan 31 16:24:11 UTC 2018
Modified Files:
src/sys/arch/arm/sunxi: files.sunxi
src/sys/arch/evbarm/conf: SUNXI
Added Files:
src/sys/arch/arm/sunxi: sun6i_spi.c
Log Message:
Add sun6i SPI driver.
Currently PIO-
Module Name:src
Committed By: martin
Date: Wed Jan 31 18:01:55 UTC 2018
Modified Files:
src/sys/dev/usb [netbsd-8]: if_athn_usb.c if_atu.c if_aue.c if_axe.c
if_axen.c if_cdce.c if_cue.c if_kue.c if_otus.c if_rum.c if_run.c
if_smsc.c if_udav.c if_upgt
Module Name:src
Committed By: martin
Date: Wed Jan 31 18:03:48 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Ticket #509
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.108 -r1.1.2.109 src/doc/CHANGES-8.0
Please note that diffs are not pu
Module Name:src
Committed By: martin
Date: Wed Jan 31 19:39:51 UTC 2018
Modified Files:
src/doc [netbsd-8]: 3RDPARTY
src/external/public-domain/tz/dist [netbsd-8]: Makefile NEWS README
TZDATA_VERSION africa asia australasia backzone europe
le
Module Name:src
Committed By: martin
Date: Wed Jan 31 19:40:52 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Ticket #513
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.109 -r1.1.2.110 src/doc/CHANGES-8.0
Please note that diffs are not pu
Module Name:src
Committed By: macallan
Date: Wed Jan 31 21:09:53 UTC 2018
Modified Files:
src/sys/arch/macppc/macppc: pic_u3_ht.c
Log Message:
- do some magic number reduction
- MPIC doesn't have the OPENPIC_POLARITY_* bit, so don't pretend to
To generate a diff of this
Module Name:src
Committed By: mlelstv
Date: Wed Jan 31 22:12:21 UTC 2018
Modified Files:
src/doc: 3RDPARTY
Log Message:
Add information about tigon firmware.
To generate a diff of this commit:
cvs rdiff -u -r1.1498 -r1.1499 src/doc/3RDPARTY
Please note that diffs are no
Module Name:src
Committed By: msaitoh
Date: Thu Feb 1 02:50:51 UTC 2018
Modified Files:
src/sys/dev/pci: pci_subr.c
Log Message:
"s/above 300W/greater than 300W/" in pci_conf_print_pcie_power(). From
PCIe Base Spec 3.1a Errata 2017-12-13.
To generate a diff of this com
Module Name:src
Committed By: ozaki-r
Date: Thu Feb 1 03:15:29 UTC 2018
Modified Files:
src/share/man/man9: xcall.9
src/sys/kern: subr_xcall.c
src/sys/sys: xcall.h
Log Message:
Support arbitrary softint IPLs in high priority xcall
The high priority xcall
Module Name:src
Committed By: ozaki-r
Date: Thu Feb 1 03:17:00 UTC 2018
Modified Files:
src/sys/kern: subr_psref.c
Log Message:
Use high priority xcall with a softint of an IPL the same as psref class's one
This mitigates undesired delay of psref_target_destroy under loa
Module Name:src
Committed By: christos
Date: Thu Feb 1 03:29:41 UTC 2018
Modified Files:
src/external/ibm-public/postfix/dist/src/smtpd: smtpd.c
src/external/ibm-public/postfix/libexec/smtpd: Makefile
Added Files:
src/external/ibm-public/postfix/dist/src/sm
Module Name:src
Committed By: christos
Date: Thu Feb 1 03:32:00 UTC 2018
Modified Files:
src/external/ibm-public/postfix/dist/src/smtpd: smtpd.c
Log Message:
give one more reply to the client before we potentially block it.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: christos
Date: Thu Feb 1 03:32:31 UTC 2018
Added Files:
src/external/bsd/blacklist/diff: postfix.diff
Log Message:
add a diff for smtpd
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/bsd/blacklist/diff/postfix.diff
Module Name:src
Committed By: ozaki-r
Date: Thu Feb 1 05:22:02 UTC 2018
Modified Files:
src/tests/net: net_common.sh
src/tests/net/if_bridge: t_bridge.sh
src/tests/net/if_gif: t_gif.sh
src/tests/net/if_ipsec: t_ipsec.sh
src/tests/net/if_l2tp
Module Name:src
Committed By: maxv
Date: Thu Feb 1 07:49:20 UTC 2018
Modified Files:
src/sys/netinet6: mld6.c
Log Message:
Style, and remove the 'len' argument from mld_allocbuf(), it is misleading,
we only want a static struct. Beyond that no functional change.
To gene
21 matches
Mail list logo