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

bin/expr                                distrib/sparc64
etc/etc.loongson/login.conf             etc/etc.octeon/login.conf
etc/etc.sgi/login.conf                  gnu/usr.bin/gcc
libexec/ld.so                           regress/lib
regress/sys                             share/man
sys/arch/amd64/amd64                    sys/arch/i386/i386
sys/arch/i386/include                   sys/dev/ic
sys/dev/usb                             sys/kern
sys/net                                 usr.bin/tmux

== bin =============================================================== 01/09 ==

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

expr

  ~ expr.1                                

  > Explicitly say that expr(1) handles decimal integers only, as mandated
  > by POSIX and as implemented in our utility; triggered by a question from
  > Alessandro DE LAURENZIS <just22 at atlantide dot t28 dot net> on misc@.
  > OK millert@ (schwarze@)

== distrib =========================================================== 02/09 ==

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

sparc64

  ~ ramdisk/Makefile                      ~ ramdiskB/Makefile

  > additional strip -R .SUNW_ctf needed (deraadt@)

== etc =============================================================== 03/09 ==

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

etc.loongson/login.conf

  ~ etc.loongson/login.conf               

  > crank memory limits (deraadt@)

etc.octeon/login.conf

  ~ etc.octeon/login.conf                 

  > crank memory limits (deraadt@)

etc.sgi/login.conf

  ~ etc.sgi/login.conf                    

  > crank memory limits (deraadt@)

== gnu =============================================================== 04/09 ==

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

usr.bin/gcc

  ~ gcc/c-opts.c                          ~ gcc/toplev.c

  > have -Wno-* work the same on gcc3 as well.
  > old patch, belated test by aoyama@, okay aoyama@ (espie@)

== libexec =========================================================== 05/09 ==

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

ld.so

  ~ strtol.c                              

  > Adapt the commit in libc that changes how a string like "0xy" is
  > parsed.  OK deraadt@ (millert@)

  ~ i386/ldasm.S                          

  > remove accidentally duplicated cpp chunks
  > ok kettenis (deraadt@)

== regress =========================================================== 06/09 ==

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

lib

  ~ libc/locale/uselocale/Makefile        ~ libc/locale/uselocale/uselocale.c

  > test nl_langinfo_l(3), iswalpha_l(3), towupper_l(3) (schwarze@)

  ~ libc/locale/uselocale/uselocale.c     

  > test isalpha_l(3), tolower_l(3), wctype_l(3), iswctype_l(3),
  > wctrans_l(3), towctrans_l(3), wcscasecmp_l(3), wcsncasecmp_l(3),
  > and strerror_l(3) (schwarze@)

  ~ libc/locale/uselocale/uselocale.c     

  > test locale priorities and overrides (schwarze@)

sys

  ~ kern/noexec/testfly.S                 

  > ENTRY() requires END() (deraadt@)

== share ============================================================= 07/09 ==

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

man

  ~ man4/man4.armv7/amdisplay.4           

  > tweak previous; ok ians (jmc@)

== sys =============================================================== 08/09 ==

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

arch/amd64/amd64

  ~ vm_machdep.c                          

  > Randomly bias downwards from the top of each kernel stack, thereby
  > introducing more entropy into stack locations.
  > TODO: consider if we should fill that space with something specific?
  > discussed with mlarkin, mortimer, guenther, kettenis, etc etc etc
  > (deraadt@)

arch/i386/i386

  ~ vm_machdep.c                          

  > Randomly bias downwards from the top of each kernel stack, thereby
  > introducing more entropy into stack locations.
  > TODO: consider if we should fill that space with something specific?
  > discussed with mlarkin, mortimer, guenther, kettenis, etc etc etc
  > (deraadt@)

arch/i386/include

  ~ param.h                               

  > Randomly bias downwards from the top of each kernel stack, thereby
  > introducing more entropy into stack locations.
  > TODO: consider if we should fill that space with something specific?
  > discussed with mlarkin, mortimer, guenther, kettenis, etc etc etc
  > (deraadt@)

dev/ic

  ~ r92creg.h                             ~ rtwn.c

  > Mostly cosmetic changes to make things a bit more consistant:
  > - rename bit definition of R88E_TX_RPT1_ENA to reflect reality
  > - no need to set R92C_FPGA0_ANAPARAM2 for 40mhz for rtl8188eu
  > - in rtwn_write_txpower(), writing to MCS8-15 power registers if the WNIC
  > has 2 spatial streams
  > ok stsp@ (kevlo@)

dev/usb

  ~ if_urtwn.c                            

  > Mostly cosmetic changes to make things a bit more consistant:
  > - rename bit definition of R88E_TX_RPT1_ENA to reflect reality
  > - no need to set R92C_FPGA0_ANAPARAM2 for 40mhz for rtl8188eu
  > - in rtwn_write_txpower(), writing to MCS8-15 power registers if the WNIC
  > has 2 spatial streams
  > ok stsp@ (kevlo@)

kern

  ~ kern_bufq.c                           

  > Correct the check when selecting an elevator
  > Coverity CID 1453358; Severity: unlikely, not user-visible
  > ok millert, visa (mikeb@)

net

  ~ pf_table.c                            

  > Validate pfra_type after copyin before using it to index an array
  > Don't trust the value of pfra_type blindly since it's coming from
  > userland and sanitize it in pfr_validate_addr that is called after
  > every copyin and also perform the check in pfr_create_kentry before
  > we attempt to use the value not after.
  > Coverity CID 1452909, 1453097, 1453384; Severity: Minor
  > It can be triggered only by root by default or anyone with write
  > access to /dev/pf if such access is provided.
  > ok visa, bcook, sashan, jsg (mikeb@)

== usr.bin =========================================================== 09/09 ==

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

tmux

  ~ alerts.c                              ~ options-table.c
  ~ tmux.h                                

  > Rename BELL_* values to ALERT_* now they are used by more than bells,
  > based on a diff from Brad Town. (nicm@)

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

  > Add -d flag to display-panes to specify timeout, and make 0 mean no
  > timeout. From Laurens Post. (nicm@)

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

Reply via email to