OpenBSD src changes summary for 2015-05-13 ==========================================
lib/libc sys/arch/amd64/include sys/arch/armv7/imx sys/arch/macppc/dev sys/arch/vax/if sys/arch/vax/vax sys/dev/ic sys/dev/isa sys/dev/pcmcia sys/dev/sbus sys/kern sys/net sys/netinet sys/netinet6 usr.sbin/smtpd == lib =============================================================== 01/03 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libc ~ crypt/crypt.c > If crypt(3) is called with an unknown setting, return NULL instead > of some undefined value. > OK tedu@ (bluhm@) == sys =============================================================== 02/03 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/amd64/include ~ asm.h > Define END() to set ELF symbol size. > OK miod@ (uebayasi@) arch/armv7/imx ~ imxenet.c > Having the same settings on the same phy across multiple boards is just > asking too much in the arm world. > Translate the fec parameters from the novena dtb to set a different clock > skew to the same micrel phy used on sabre lite. The novena dtb sets > txd[0-3]-skew-ps to 3000, the sabre lite sets them to 0. When run through > the shifting/oring process from the micrel phy driver in FreeBSD this ends > up being a write of 0xffff on the novena and 0x0000 on sabre lite when > writing to TX_DATA_PAD_SKEW. > This change resolves the stability problems djm was seeing with imxenet > on novena. > ok djm@ (jsg@) arch/macppc/dev ~ if_bm.c > test mbuf pointers against NULL not 0 > ok krw@ miod@ (jsg@) arch/vax/if ~ if_de.c ~ if_qe.c ~ sgec.c > test mbuf pointers against NULL not 0 > ok krw@ miod@ (jsg@) arch/vax/vax ~ machdep.c > Remove useless "bridge.h" include. > ok miod@ (mpi@) dev/ic ~ am7990.c ~ am79900.c ~ dp8390.c ~ i82596.c > test mbuf pointers against NULL not 0 > ok krw@ miod@ (jsg@) dev/isa ~ if_eg.c ~ if_el.c ~ if_ie.c > test mbuf pointers against NULL not 0 > ok krw@ miod@ (jsg@) dev/pcmcia ~ if_cnw.c ~ if_xe.c > test mbuf pointers against NULL not 0 > ok krw@ miod@ (jsg@) dev/sbus ~ be.c > test mbuf pointers against NULL not 0 > ok krw@ miod@ (jsg@) kern ~ sys_socket.c > test mbuf pointers against NULL not 0 > ok krw@ miod@ (jsg@) net ~ if_ethersubr.c ~ if_trunk.c ~ if_trunk.h > Get rid of the last "#if NTRUNK" by overwriting trunk ports' output > function. > ok claudio@, reyk@ (mpi@) ~ bpf.c ~ bpf_filter.c ~ if_ppp.c ~ raw_usrreq.c ~ rtsock.c > test mbuf pointers against NULL not 0 > ok krw@ miod@ (jsg@) netinet ~ ip_icmp.c ~ ip_input.c ~ ip_ipip.c ~ ip_output.c ~ ipsec_input.c ~ tcp_input.c ~ tcp_subr.c > test mbuf pointers against NULL not 0 > ok krw@ miod@ (jsg@) netinet6 ~ ip6_output.c ~ udp6_output.c > test mbuf pointers against NULL not 0 > ok krw@ miod@ (jsg@) == usr.sbin ========================================================== 03/03 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin smtpd ~ enqueue.c > The enqueuer should never encouter the "From " separator in its headers, as > it is added by the mda. If it sees one, it means that the enqueuer was used > as the mda and it needs to strip it otherwise the message will end with two > delimiters later down the road. Same applies to "Return-Path". > bug experienced by James Turner, confirmed by Giovanni. > fix suggested by Todd Miller, diff ok eric@ (gilles@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
