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

lib/libc                                sbin/pfctl
share/man                               sys/arch/sparc/sparc
sys/dev/acpi                            usr.bin/doas
usr.bin/ssh                             usr.bin/tmux

== lib =============================================================== 01/05 ==

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

libc

  ~ arch/m88k/SYS.h                       

  > PSEUDO_NOERROR() is used for syscalls that return now, so need to put
  > a nop in the slot skipped by the kernel on success (guenther@)

== sbin ============================================================== 02/05 ==

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

pfctl

  ~ parse.y                               

  > allow include in inline anchors
  > with this,
  > anchor foo {
  > include "/path/to/rules"
  > }
  > works and "load anchor" is obsolete, to be removed somewhen later after
  > release.
  > co-production with reky at bsdcan, ok reyk mikeb benno sasha (henning@)

== share ============================================================= 03/05 ==

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

man

  ~ man4/ral.4                            ~ man4/rum.4
  ~ man4/run.4                            ~ man4/ural.4

  > Remove links to www.ralinktech.com, which isn't in use anymore.
  > Add an extra reference to MediaTek who now owns Ralink as suggested by
  > sthen@.
  > OK jmc@ and stsp@ (martijn@)

  ~ man4/cardbus.4                        ~ man4/pci.4
  ~ man4/usb.4                            

  > Also add MediaTek to Ralink Technologies here.
  > Prodded by jmc@
  > OK jmc@, stsp@, and sthen@ (martijn@)

== sys =============================================================== 04/05 ==

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

arch/sparc/sparc

  ~ dvma.c                                

  > Replace uvm_km_valloc(9) with a km_alloc(9) call that doesn't allocate any
  > physical pages.  Recent canges to uvm_map(9) mean that we now assume that
  > memory in interrupt safe maps is not pageable, and while we made sure all
  > mappings were backed by physical pages, a mapping allocated with
  > uvm_km_valloc(9) appears to pageable and triggered an assertion.
  > ok miod@ (kettenis@)

dev/acpi

  ~ acpitoshiba.c                         

  > enable suspend/hibernate fn keys
  > ok mlarkin@ (giovanni@)

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

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

doas

  ~ Makefile                              ~ doas.c
  ~ doas.h                                + env.c

  > the environment handling code was showing its age. just because environ
  > is a char** array doesn't mean we must exclusively operate on such.
  > convert to a red-black tree, manipulate as desired, then flatten to array.
  > potentially overkill for the current operations, but reading the tea leaves
  > i see that more manipulations are desired.
  > ok tb
  > (and some thought provoking disagreement from martijn) (tedu@)

ssh

  ~ ssh-keygen.1                          

  > keys stored in openssh format can have comments too;
  > diff from yonas yanfa, tweaked a bit;
  > ok djm (jmc@)

  ~ sshbuf-getput-basic.c                 

  > Include stdarg.h for va_copy as per man page. (dtucker@)

tmux

  ~ cmd-display-panes.c                   ~ server-client.c
  ~ server-fn.c                           ~ tmux.1
  ~ tmux.h                                ~ window.c

  > Allow a command to be specified to display-panes, similar to
  > command-prompt, rather than always just selecting the pane. (nicm@)

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

Reply via email to