OpenBSD src changes summary for 2017-08-19
==========================================

bin/ksh                                 lib/libc
lib/libm                                lib/libssl
libexec/ld.so                           sbin/slaacd
sys/arch/octeon/conf                    sys/dev/ic
sys/dev/pci                             usr.bin/mandoc
usr.bin/tmux                            

== bin =============================================================== 01/06 ==

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

ksh

  ~ ksh.1                                 

  > \$ in PS1 gets you the default prompt character, which differs from the
  > default prompt by not including a space after the character;
  > diff from scott cheloha (jmc@)

== lib =============================================================== 02/06 ==

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

libc

  ~ arch/amd64/gen/flt_rounds.S           ~ arch/i386/gen/flt_rounds.S

  > Put _map table into .rodata instead of .text (deraadt@)

  ~ arch/amd64/sys/brk.S                  ~ arch/amd64/sys/sbrk.S
  ~ arch/i386/sys/brk.S                   ~ arch/i386/sys/sbrk.S

  > Don't need .text before ENTRY(), also minor spacing cleanups (deraadt@)

  ~ arch/i386/string/ffs.S                ~ arch/i386/string/memchr.S
  ~ arch/i386/string/strncmp.S            

  > Use 0xcc trapsleds instead of default/nop/0xcc in BTC alignments (deraadt@)

libm

  ~ arch/amd64/s_log1p.S                  ~ arch/amd64/s_log1pf.S
  ~ arch/i387/s_log1p.S                   

  > Use 0xcc trapsleds instead of default/nop/0xcc in BTC alignments
  > don't bother with .text before ENTRY() (deraadt@)

libssl

  ~ man/SSL_CTX_set1_groups.3             

  > fix a typo and mention OpenBSD in HISTORY;
  > both pointed out by jsing@ (schwarze@)

  ~ man/Makefile                          ~ man/SSL_CTX_new.3
  ~ man/SSL_CTX_set_options.3             ~ man/ssl.3
  + man/SSL_CTX_set_min_proto_version.3   

  > Import SSL_CTX_set_min_proto_version(3) from OpenSSL, suggested by jsing@.
  > While importing:
  > * Fix the prototypes, they all contained wrong datatypes.
  > * Delete SSL3_VERSION which is no longer supported.
  > * Delete TLS1_3_VERSION and DTLS1_2_VERSION, not yet supported.
  > * Delete the lie that these would be macros.
  > * Improve SEE ALSO and HISTORY sections. (schwarze@)

  ~ man/SSL_CTX_set_cipher_list.3         ~ man/SSL_set_tmp_ecdh.3

  > fix .Xr ordering, found with mandoc -Tlint (schwarze@)

== libexec =========================================================== 03/06 ==

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

ld.so

  ~ Makefile                              

  > Build ld.so with ${DEBUG} which defults to -g, like other "libraries" are.
  > This provides some unwind benefits.
  > ok kettenis dlg (deraadt@)

== sbin ============================================================== 04/06 ==

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

slaacd

  ~ slaacd.c                              

  > Set correct sin6_len for mask, amazing that this even worked. (florian@)

  ~ slaacd.c                              

  > Set route label to make it easier to identify slaacd routes. (florian@)

== sys =============================================================== 05/06 ==

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

arch/octeon/conf

  ~ Makefile.octeon                       

  > Put ${LD} in double quotes in MAKE_GAP, like has been done elsewhere.
  > (visa@)

  ~ Makefile.octeon                       

  > Use --warn-common when linking. (visa@)

  ~ Makefile.octeon                       

  > Equalize the use of LINKFLAGS and STRIPFLAGS with other mips64 ports.
  > (visa@)

dev/ic

  ~ rtwn.c                                

  > Remove a redundant declaration of rtwn_update_avgrssi().
  > It is also declared in rtwnvar.h. No functional change. (stsp@)

dev/pci

  ~ drm/files.drm                         ~ drm/i915/i915_drv.c

  > Rotate framebuffer (counter-clockwise) when width < height.
  > ok mpi@ (kettenis@)

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

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

mandoc

  ~ mandoc.1                              

  > document -O mdoc; triggered by a question from jmc@ and OK jmc@ (schwarze@)

  ~ man.1                                 

  > Delete the lie that $PAGER would only be used with -a or -l; the text
  > was probably copied from mandoc(1) or apropos(1), where it is true.
  > (schwarze@)

tmux

  ~ tmux.1                                

  > Fix example for user-keys. (nicm@)

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

Reply via email to