OpenBSD src changes summary for 2017-01-02
==========================================

lib/csu                                 lib/libtls
regress/usr.sbin                        share/man
sys/arch/amd64/amd64                    sys/arch/amd64/conf
sys/arch/arm/arm                        sys/arch/arm/conf
sys/arch/mips64/mips64                  sys/net
usr.bin/doas                            usr.bin/libtool
usr.bin/tmux                            usr.bin/units
usr.sbin/syslogd                        

== lib =============================================================== 01/06 ==

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

csu

  ~ boot.h                                

  > Remove the (now unused) code to determine the page size.  Also get rid of
  > the extern declaration of __got_{start,end}.
  > ok guenther@ (kettenis@)

libtls

  ~ tls.c                                 

  > fix cert verify. a cert with an alt chain may verify but leave an error
  > in the context. don't look for errors in case of success.
  > fixes spurious verify errors.
  > guilty change tracked and fix tested by sthen (tedu@)

== regress =========================================================== 02/06 ==

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

usr.sbin

  ~ syslogd/Client.pm                     ~ syslogd/Makefile
  + syslogd/args-client-multilisten.pl    

  > Test listening on multiple sockets simultaneously. (bluhm@)

== share ============================================================= 03/06 ==

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

man

  ~ man5/pf.conf.5                        

  > diff from jesper wallin to remove commas in one of the queue examples;
  > since the comma is optional i chose to remove them because:
  > - within the block it looks more consistent
  > - less to type
  > - the bnf doesn;t even appear to show the commas (not that i can read bnf)
  > - i prefer it without commas (jmc@)

== sys =============================================================== 04/06 ==

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

arch/amd64/amd64

  ~ pmap.c                                

  > delete obsolete (disabled) pool_cache_invalidate. pool caches were removed
  > many years ago, and the just reimported version doesn't cache constructed
  > objects.
  > from Nick Gonella (tedu@)

arch/amd64/conf

  ~ RAMDISK_CD                            

  > Enable xbf(4).
  > ok mikeb@ (rzalamena@)

arch/arm/arm

  - cpufunc_asm_armv4.S                   - cpufunc_asm_xscale.S
  - cpuswitch.S                           - pmap.c
  ~ cpufunc.c                             

  > remove unused armv4 and xscale files
  > ok kettenis@ patrick@ (jsg@)

arch/arm/conf

  ~ files.arm                             

  > remove unused armv4 and xscale files
  > ok kettenis@ patrick@ (jsg@)

arch/mips64/mips64

  ~ pmap.c                                

  > Allow freeing of newly empty directory pages. (visa@)

net

  ~ if_spppsubr.c                         

  > Grab the NET_LOCK() when setting an IPv6 address, just like it is done
  > for IPv4.
  > Assert reported and diff tested by semarie@ (mpi@)

  ~ if_pppoe.c                            

  > pppoe_timeout() needs to take the NET_LOCK().
  > Assert reported and diff tested by semarie@ (mpi@)

  ~ if_pppoe.c                            

  > spacing (mpi@)

  ~ bpf.c                                 ~ bpfdesc.h

  > Use a mutex to serialize accesses to buffer slots.
  > With this change bpf_catchpacket() no longer need the KERNEL_LOCK().
  > ok bluhm@, jmatthew@ (mpi@)

== usr.bin =========================================================== 05/06 ==

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

doas

  ~ parse.y                               

  > envlist and arglist are both string lists; simplify
  > ok benno (tedu@)

libtool

  ~ libtool.1                             

  > tweak previous; (jmc@)

tmux

  ~ cmd-capture-pane.c                    

  > Escape backspace for capture-pane -P, from George Nachman. (nicm@)

units

  ~ units.lib                             

  > update currency exchange rates; (jmc@)

== usr.sbin ========================================================== 06/06 ==

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

syslogd

  ~ syslogd.8                             ~ syslogd.c

  > Syslogd accepted network input only for either IPv4 or IPv6.  To
  > overcome this limitation, allow to specify more than one listen
  > address for UDP and TCP.
  > input jmc@; OK deraadt@ millert@ (bluhm@)

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

Reply via email to