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

Makefile.cross                          distrib/alpha
distrib/luna88k                         distrib/sets
distrib/sparc64                         include/Makefile
lib/libpthread                          lib/libtls
regress/sys                             regress/usr.bin
sys/kern                                sys/netinet6
sys/sys                                 usr.bin/mandoc
usr.sbin/crunchgen                      usr.sbin/httpd

== Makefile.cross ==================================================== 01/08 ==

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

Makefile.cross


  > We can now build parts of binutils on aarch64 so enable cross-binutils
  > again.
  > ok patrick@ (jsg@)

== distrib =========================================================== 02/08 ==

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

alpha

  ~ Makefile                              ~ bsd.rd/Makefile
  ~ common/Makefile.inc                   ~ inst-common/Makefile.inc

  > Switch alpha, luna88k and sparc64 ramdisks to makefs.
  > ok deraadt (natano@)

luna88k

  ~ ramdisk/Makefile                      

  > Switch alpha, luna88k and sparc64 ramdisks to makefs.
  > ok deraadt (natano@)

sets

  ~ lists/base/mi                         

  > quick partial sync: libtls.so to unbreak snaps - there may be others to do
  > (sthen@)

sparc64

  ~ Makefile                              ~ bsd.rd/Makefile
  ~ ramdisk/Makefile                      ~ ramdiskB/Makefile

  > Switch alpha, luna88k and sparc64 ramdisks to makefs.
  > ok deraadt (natano@)

== include =========================================================== 03/08 ==

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

Makefile

  ~ Makefile                              

  > install libcxxabi and libcxx headers when COMPILER_VERSION is clang
  > ok patrick@ (jsg@)

== lib =============================================================== 04/08 ==

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

libpthread

  ~ man/pthread_exit.3                    ~ man/pthread_setspecific.3

  > new sentence, new line (schwarze@)

libtls

  ~ tls_ocsp.c                            

  > More s/OSCP/OCSP/ typos
  > ok jmc@ (tom@)

  ~ man/tls_accept_socket.3               
  ~ man/tls_config_ocsp_require_stapling.3
  ~ man/tls_config_set_protocols.3        ~ man/tls_config_set_session_id.3
  ~ man/tls_config_verify.3               ~ man/tls_conn_version.3
  ~ man/tls_connect.3                     ~ man/tls_init.3
  ~ man/tls_load_file.3                   ~ man/tls_ocsp_process_response.3
  ~ man/tls_read.3                        

  > Fix Copyright notices; ok beck@ jsing@ tedu@ (schwarze@)

== regress =========================================================== 05/08 ==

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

sys

  ~ ffs/ffs/Makefile                      ~ ffs/nfs/Makefile

  > Make sure that the fstest program has been build when running in
  > the ffs and nfs subdirs. (bluhm@)

usr.bin

  ~ openssl/appstest.sh                   

  > More s/OSCP/OCSP/ typos
  > ok jmc@ (tom@)

== sys =============================================================== 06/08 ==

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

kern

  ~ uipc_socket.c                         ~ uipc_usrreq.c

  > In sosend() the size of the control message for file descriptor
  > passing is checked.  As the data type has changed in unp_internalize(),
  > the calculation has to be adapted in sosend().
  > Found by relayd regress test on i386.
  > OK millert@ (bluhm@)

netinet6

  ~ ip6_output.c                          

  > copypktopts is only called by ip6_setpktopts using M_NOWAIT.  Drop
  > canwait as it is unneeded.
  > ok mpi@ (dhill@)

sys

  ~ unpcb.h                               

  > In sosend() the size of the control message for file descriptor
  > passing is checked.  As the data type has changed in unp_internalize(),
  > the calculation has to be adapted in sosend().
  > Found by relayd regress test on i386.
  > OK millert@ (bluhm@)

== usr.bin =========================================================== 07/08 ==

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

mandoc

  ~ mandocdb.c                            

  > Always register names taken from file names in the names ohash.
  > Bug found by makewhatis -p crashing in mlink_check(). (schwarze@)

  ~ mandocdb.c                            

  > fix base directory detection for makewhatis -t (schwarze@)

  ~ mandocdb.c                            

  > If parsing a page reveals that it is neither mdoc(7) nor man(7),
  > fall back to treating it as preformatted rather than treating
  > it as man(7) anyway. (schwarze@)

  ~ mandocdb.c                            

  > Parse the section number from the content of preformatted pages
  > and warn if it doesn't match the directory where the file was found.
  > (schwarze@)

  ~ mandocdb.c                            

  > warn about missing one-line description;
  > missing feature found in the TODO file (schwarze@)

  ~ main.c                                ~ manconf.h
  ~ manpath.c                             

  > warn about invalid output options
  > and error out if they occur on the command line;
  > missing feature found in the TODO file (schwarze@)

== usr.sbin ========================================================== 08/08 ==

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

crunchgen

  ~ crunchgen.8                           

  > Copyright notices don't belong in the displayed text of manual pages,
  > so delete it.  Of course, the notice is still present as a comment
  > in the source code of the page, at the place where it belongs.
  > Found because it also violated "new sentence, new line". (schwarze@)

httpd

  ~ parse.y                               

  > More s/OSCP/OCSP/ typos
  > ok jmc@ (tom@)

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

Reply via email to