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

distrib/miniroot                        lib/libc
lib/libedit                             lib/librthread
usr.bin/ssh                             usr.sbin/rcctl

== distrib =========================================================== 01/04 ==

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

miniroot

  ~ install.sub                           

  > Use _if for a single interface name and _ifs for a list of interface
  > names instead of _ifdev and _ifdevs.
  > OK krw@ halex@ (rpe@)

  ~ install.sub                           

  > Remove _tz as intermediate variable and use CGI_TZ directly.
  > Feedback from and OK halex@
  > OK krw@ for a similar diff (rpe@)

== lib =============================================================== 02/04 ==

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

libc

  ~ sys/munmap.2                          

  > Document (near) standards conformance
  > based on diff by mmcc@ (guenther@)

  ~ stdlib/malloc.c                       

  > redundant memset(3), from Michael McConville, ok armani@ (otto@)

  ~ stdlib/malloc.c                       

  > tweak MALLOC_STATS printing (switched off by default), prodded by
  > Michael McConville (otto@)

libedit

  ~ tty.c                                 ~ tty.h

  > Reset the terminal to its initial state before exiting a program
  > using libedit, using code from NetBSD tty.c rev. 1.42, 1.48, 1.49,
  > 1.58, and 1.59.  Code mostly by Christos Zoulas, one bug report by
  > John Hein, one additional bugfix by me (rev. 1.59).
  > While here, switch t_mode to unsigned char, which is sufficient,
  > also from NetBSD.
  > OK martijn@.
  > Also checked by Christian Heckendorf <mbie at ulmus dot me>. (schwarze@)

  ~ Makefile                              ~ chartype.c
  ~ chartype.h                            ~ el.c
  ~ el.h                                  ~ eln.c
  ~ hist.c                                ~ hist.h
  ~ history.c                             ~ keymacro.c
  ~ makelist                              ~ read.c
  ~ readline.c                            ~ search.c
  ~ sys.h                                 ~ terminal.c
  ~ TEST/Makefile                         

  > Always compile with WIDECHAR on and delete that preprocessor switch.
  > OK martijn@.
  > Diff also proofread by Christian Heckendorf <mbie at ulmus dot me>.
  > (schwarze@)

  ~ chared.c                              ~ chartype.c
  ~ chartype.h                            ~ common.c
  ~ el.c                                  ~ eln.c
  ~ emacs.c                               ~ hist.c
  ~ keymacro.c                            ~ map.c
  ~ read.c                                ~ refresh.c
  ~ search.c                              ~ terminal.c
  ~ tty.c                                 ~ vi.c

  > Delete 26 wrapper macros and two wrapper functions that are no
  > longer needed now that we always compile with wide character support,
  > reducing code obfuscation.
  > OK czarkoff@ martijn@.
  > Diff also proofread by Christian Heckendorf <mbie at ulmus dot me>.
  > (schwarze@)

  ~ filecomplete.c                        ~ vi.c

  > For pointers, use NULL rather than 0; no functional change;
  > from Pedro Giffuni via Christos Zoulas. (schwarze@)

librthread

  ~ arch/arm/_atomic_lock.c               

  > replace 0xf57ff05f with dmb sy
  > spotted by guenther (jsg@)

== usr.bin =========================================================== 03/04 ==

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

ssh

  ~ authfile.c                            ~ sshkey.c

  > make private key loading functions consistently handle NULL
  > key pointer arguments; ok markus@ (djm@)

== usr.sbin ========================================================== 04/04 ==

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

rcctl

  ~ rcctl.sh                              

  > Use builtin. (ajacoutot@)

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

Reply via email to