OpenBSD src changes summary for 2016-04-06
==========================================

distrib/sets                            lib/libpcap
libexec/ftpd                            sbin/ifconfig
sys/arch/amd64/amd64                    sys/arch/amd64/include
sys/dev/ofw                             sys/dev/pci
sys/kern                                usr.bin/ssh
usr.bin/tcpbench                        usr.sbin/ypldap

== distrib =========================================================== 01/07 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/distrib

sets

  ~ lists/base/mi                         

  > sync (jsg@)

== lib =============================================================== 02/07 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib

libpcap

  ~ pcap.3                                ~ pcap.c
  ~ pcap.h                                ~ shlib_version

  > add two functions from libpcap-1.7.4 which are required by at least
  > gopacket
  > ok lteo@ "go for it" dlg@ (jasper@)

  ~ pcap.3                                

  > bad spell of whether... (jmc@)

== libexec =========================================================== 03/07 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/libexec

ftpd

  ~ ftpd.c                                

  > compare pointer to NULL instead of 0
  > from fritjof ! alokat.org
  > ok ratchov@ natano@ (semarie@)

== sbin ============================================================== 04/07 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin

ifconfig

  ~ ifconfig.c                            

  > move getting the vnetid out next to getting the ifparent
  > its now separate to getting the tunnel address.
  > ok mpi@ (dlg@)

  ~ ifconfig.8                            

  > document autoconfprivacy being the default
  > ok stsp@ bluhm@ (jsg@)

  ~ ifconfig.c                            

  > move the parent and vnetid stuff around so it builds on ramdisks too.
  > ramdisk breakage found by jsg@
  > ok jsg@ (dlg@)

== sys =============================================================== 05/07 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys

arch/amd64/amd64

  ~ vmm.c                                 

  > define number of exit/entry save/load MSRs as a #define instead of a magic
  > number. (mlarkin@)

arch/amd64/include

  ~ vmmvar.h                              

  > define number of exit/entry save/load MSRs as a #define instead of a magic
  > number. (mlarkin@)

dev/ofw

  ~ fdt.c                                 

  > Add support for bus space translation.
  > The ranges property can be used to translate from one address space
  > to another.  This means that we cannot just use a controllers's reg
  > property to get the physical address, but have to use its parent's
  > ranges attribute to translate the address to another.
  > ok kettenis@ (patrick@)

  ~ fdt.c                                 

  > Convert memory extract routine to return errno-based errors.
  > Also check that mem is not NULL, as its part of the FDT API
  > and should make sure it's not accessing a null pointer.
  > ok bmercer@ (patrick@)

dev/pci

  ~ drm/drm_crtc.c                        ~ drm/drm_crtc.h

  > Another "idr" conversion. (kettenis@)

  ~ drm/drmP.h                            

  > Remove some pre-idr leftovers. (kettenis@)

  ~ drm/drm_crtc.c                        ~ drm/drm_crtc.h
  ~ drm/drmP.h                            

  > Revert the drm_crt.c "idr" conversion as it breaks X on (at least) the
  > T430s. (kettenis@)

kern

  ~ uipc_mbuf.c                           

  > correct the order of arguments to m_get in m_dup_pkt (dlg@)

== usr.bin =========================================================== 06/07 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin

ssh

  ~ misc.c                                ~ misc.h
  ~ readconf.c                            

  > don't record duplicate LocalForward and RemoteForward entries;
  > fixes failure with ExitOnForwardFailure+hostname canonicalisation
  > where the same forwards are added on the second pass through
  > the configuration file. bz#2562; ok dtucker@ (djm@)

tcpbench

  ~ tcpbench.c                            

  > Lose the pointless third paramater to fcntl(F_GETFL). Using SOCK_NONBLOCK
  > instead of fcntl() dance would significantly change designed semantics.
  > ok djm@ (krw@)

== usr.sbin ========================================================== 07/07 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin

ypldap

  ~ ber.c                                 

  > Apply revisions 1.4 and 1.5 from ldapd's ber.c to ypldap's copy, so it can
  > deal with messages that haven't been fully read from the server yet.
  > Not needed yet, but will be soon.
  > ok dlg@ (jmatthew@)

===============================================================================
_______________________________________________
odc mailing list
[email protected]
http://www.squish.net/mailman/listinfo/odc

Reply via email to